refactor: replace font icons with svg icons
This commit is contained in:
+108
-5
@@ -17,14 +17,117 @@ import {
|
||||
reddit,
|
||||
vimeo,
|
||||
ccMastercard, ccVisa, stripe, paypal, googleWallet, ccAmex
|
||||
} from '@coreui/icons/brands'
|
||||
import { US, BR, IN, FR, ES, PL } from '@coreui/icons/flags'
|
||||
import { iconSet } from '@coreui/icons'
|
||||
} from '@coreui/icons'
|
||||
import {
|
||||
US,
|
||||
BR,
|
||||
IN,
|
||||
FR,
|
||||
ES,
|
||||
PL
|
||||
} from '@coreui/icons'
|
||||
import {
|
||||
arrowRight,
|
||||
ban,
|
||||
basket,
|
||||
bell,
|
||||
calculator,
|
||||
calendar,
|
||||
cloudDownload,
|
||||
chartPie,
|
||||
check,
|
||||
chevronBottom,
|
||||
chevronTop,
|
||||
// circleCheck,
|
||||
commentSquare,
|
||||
cursor,
|
||||
drop,
|
||||
dollar,
|
||||
envelopeClosed,
|
||||
envelopeOpen,
|
||||
euro,
|
||||
globeAlt,
|
||||
file,
|
||||
justifyCenter,
|
||||
laptop,
|
||||
layers,
|
||||
lightbulb,
|
||||
list,
|
||||
locationPin,
|
||||
lockLocked,
|
||||
magnifyingGlass,
|
||||
moon,
|
||||
pencil,
|
||||
people,
|
||||
puzzle,
|
||||
settings,
|
||||
shieldAlt,
|
||||
speech,
|
||||
speedometer,
|
||||
star,
|
||||
task,
|
||||
user,
|
||||
userFemale,
|
||||
userFollow,
|
||||
xCircle
|
||||
|
||||
} from '@coreui/icons'
|
||||
|
||||
export const iconsSet = Object.assign(
|
||||
{},
|
||||
iconSet,
|
||||
{ US, BR, IN, FR, ES, PL },
|
||||
{
|
||||
arrowRight,
|
||||
ban,
|
||||
basket,
|
||||
bell,
|
||||
calculator,
|
||||
calendar,
|
||||
cloudDownload,
|
||||
chartPie,
|
||||
check,
|
||||
chevronBottom,
|
||||
chevronTop,
|
||||
// circleCheck,
|
||||
commentSquare,
|
||||
cursor,
|
||||
drop,
|
||||
dollar,
|
||||
envelopeClosed,
|
||||
envelopeOpen,
|
||||
euro,
|
||||
globeAlt,
|
||||
file,
|
||||
justifyCenter,
|
||||
laptop,
|
||||
layers,
|
||||
lightbulb,
|
||||
list,
|
||||
locationPin,
|
||||
lockLocked,
|
||||
magnifyingGlass,
|
||||
moon,
|
||||
pencil,
|
||||
people,
|
||||
puzzle,
|
||||
settings,
|
||||
shieldAlt,
|
||||
speech,
|
||||
speedometer,
|
||||
star,
|
||||
task,
|
||||
user,
|
||||
userFemale,
|
||||
userFollow,
|
||||
xCircle
|
||||
},
|
||||
{
|
||||
US,
|
||||
BR,
|
||||
IN,
|
||||
FR,
|
||||
ES,
|
||||
PL
|
||||
},
|
||||
{
|
||||
facebook,
|
||||
twitter,
|
||||
|
||||
Reference in New Issue
Block a user