master: change repo
This commit is contained in:
76
src/utils/icons.ts
Normal file
76
src/utils/icons.ts
Normal file
@@ -0,0 +1,76 @@
|
||||
import Vue from 'vue'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faBalanceScale,
|
||||
faCheck,
|
||||
faChevronDown,
|
||||
faChevronRight,
|
||||
faCog,
|
||||
faCircle,
|
||||
faClock,
|
||||
faToriiGate,
|
||||
faUtensils,
|
||||
faSubway,
|
||||
faHome,
|
||||
faGift,
|
||||
faDollarSign,
|
||||
faEuroSign,
|
||||
faExchangeAlt,
|
||||
faInbox,
|
||||
faEquals,
|
||||
faMinus,
|
||||
faInfinity,
|
||||
faHandHoldingUsd,
|
||||
faShoppingBasket,
|
||||
faMobile,
|
||||
faMoneyBillWave,
|
||||
faPenSquare,
|
||||
faPlus,
|
||||
faTag,
|
||||
faSignal,
|
||||
faSyncAlt,
|
||||
faUser,
|
||||
faUsers,
|
||||
faUserLock,
|
||||
faTimes,
|
||||
faTheaterMasks
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||
|
||||
library.add(
|
||||
faBalanceScale,
|
||||
faCheck,
|
||||
faChevronDown,
|
||||
faChevronRight,
|
||||
faCog,
|
||||
faCircle,
|
||||
faClock,
|
||||
faToriiGate,
|
||||
faUtensils,
|
||||
faSubway,
|
||||
faHome,
|
||||
faGift,
|
||||
faDollarSign,
|
||||
faEuroSign,
|
||||
faExchangeAlt,
|
||||
faInbox,
|
||||
faEquals,
|
||||
faMinus,
|
||||
faInfinity,
|
||||
faHandHoldingUsd,
|
||||
faShoppingBasket,
|
||||
faMobile,
|
||||
faMoneyBillWave,
|
||||
faPenSquare,
|
||||
faPlus,
|
||||
faTag,
|
||||
faSignal,
|
||||
faSyncAlt,
|
||||
faUser,
|
||||
faUsers,
|
||||
faUserLock,
|
||||
faTimes,
|
||||
faTheaterMasks
|
||||
)
|
||||
|
||||
Vue.component('awe-icon', FontAwesomeIcon)
|
||||
Reference in New Issue
Block a user