refactor: add prefixes to icons
This commit is contained in:
+144
-134
@@ -1,151 +1,161 @@
|
||||
import {
|
||||
facebook,
|
||||
twitter,
|
||||
linkedin,
|
||||
flickr,
|
||||
tumblr,
|
||||
xing,
|
||||
github,
|
||||
stackOverflow,
|
||||
youtube,
|
||||
dribbble,
|
||||
instagram,
|
||||
pinterest,
|
||||
vk,
|
||||
yahoo,
|
||||
behance,
|
||||
reddit,
|
||||
vimeo,
|
||||
ccMastercard, ccVisa, stripe, paypal, googleWallet, ccAmex
|
||||
cibFacebook,
|
||||
cibTwitter,
|
||||
cibLinkedin,
|
||||
cibFlickr,
|
||||
cibTumblr,
|
||||
cibXing,
|
||||
cibGithub,
|
||||
cibStackOverflow,
|
||||
cibYoutube,
|
||||
cibDribbble,
|
||||
cibInstagram,
|
||||
cibPinterest,
|
||||
cibVk,
|
||||
cibYahoo,
|
||||
cibBehance,
|
||||
cibReddit,
|
||||
cibVimeo,
|
||||
cibCcMastercard,
|
||||
cibCcVisa,
|
||||
cibStripe,
|
||||
cibPaypal,
|
||||
cibGooglePay,
|
||||
cibCcAmex
|
||||
} from '@coreui/icons'
|
||||
import {
|
||||
US,
|
||||
BR,
|
||||
IN,
|
||||
FR,
|
||||
ES,
|
||||
PL
|
||||
cifUs,
|
||||
cifBr,
|
||||
cifIn,
|
||||
cifFr,
|
||||
cifEs,
|
||||
cifPl
|
||||
} 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
|
||||
cilArrowRight,
|
||||
cilBan,
|
||||
cilBasket,
|
||||
cilBell,
|
||||
cilCalculator,
|
||||
cilCalendar,
|
||||
cilCloudDownload,
|
||||
cilChartPie,
|
||||
cilCheck,
|
||||
cilChevronBottom,
|
||||
cilChevronTop,
|
||||
// cilCircleCheck,
|
||||
cilCommentSquare,
|
||||
cilCursor,
|
||||
cilDrop,
|
||||
cilDollar,
|
||||
cilEnvelopeClosed,
|
||||
cilEnvelopeOpen,
|
||||
cilEuro,
|
||||
cilGlobeAlt,
|
||||
cilFile,
|
||||
cilJustifyCenter,
|
||||
cilLaptop,
|
||||
cilLayers,
|
||||
cilLightbulb,
|
||||
cilList,
|
||||
cilLocationPin,
|
||||
cilLockLocked,
|
||||
cilMagnifyingGlass,
|
||||
cilMoon,
|
||||
cilPencil,
|
||||
cilPeople,
|
||||
cilPuzzle,
|
||||
cilSettings,
|
||||
cilShieldAlt,
|
||||
cilSpeech,
|
||||
cilSpeedometer,
|
||||
cilStar,
|
||||
cilTask,
|
||||
cilUser,
|
||||
cilUserFemale,
|
||||
cilUserFollow,
|
||||
cilXCircle
|
||||
|
||||
} from '@coreui/icons'
|
||||
|
||||
export const iconsSet = Object.assign(
|
||||
{},
|
||||
{
|
||||
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
|
||||
cilArrowRight,
|
||||
cilBan,
|
||||
cilBasket,
|
||||
cilBell,
|
||||
cilCalculator,
|
||||
cilCalendar,
|
||||
cilCloudDownload,
|
||||
cilChartPie,
|
||||
cilCheck,
|
||||
cilChevronBottom,
|
||||
cilChevronTop,
|
||||
// cilCircleCheck,
|
||||
cilCommentSquare,
|
||||
cilCursor,
|
||||
cilDrop,
|
||||
cilDollar,
|
||||
cilEnvelopeClosed,
|
||||
cilEnvelopeOpen,
|
||||
cilEuro,
|
||||
cilGlobeAlt,
|
||||
cilFile,
|
||||
cilJustifyCenter,
|
||||
cilLaptop,
|
||||
cilLayers,
|
||||
cilLightbulb,
|
||||
cilList,
|
||||
cilLocationPin,
|
||||
cilLockLocked,
|
||||
cilMagnifyingGlass,
|
||||
cilMoon,
|
||||
cilPencil,
|
||||
cilPeople,
|
||||
cilPuzzle,
|
||||
cilSettings,
|
||||
cilShieldAlt,
|
||||
cilSpeech,
|
||||
cilSpeedometer,
|
||||
cilStar,
|
||||
cilTask,
|
||||
cilUser,
|
||||
cilUserFemale,
|
||||
cilUserFollow,
|
||||
cilXCircle
|
||||
},
|
||||
{
|
||||
US,
|
||||
BR,
|
||||
IN,
|
||||
FR,
|
||||
ES,
|
||||
PL
|
||||
cifUs,
|
||||
cifBr,
|
||||
cifIn,
|
||||
cifFr,
|
||||
cifEs,
|
||||
cifPl
|
||||
},
|
||||
{
|
||||
facebook,
|
||||
twitter,
|
||||
linkedin,
|
||||
flickr,
|
||||
tumblr,
|
||||
xing,
|
||||
github,
|
||||
stackOverflow,
|
||||
youtube,
|
||||
dribbble,
|
||||
instagram,
|
||||
pinterest,
|
||||
vk,
|
||||
yahoo,
|
||||
behance,
|
||||
reddit,
|
||||
vimeo,
|
||||
ccMastercard, ccVisa, stripe, paypal, googleWallet, ccAmex
|
||||
cibFacebook,
|
||||
cibTwitter,
|
||||
cibLinkedin,
|
||||
cibFlickr,
|
||||
cibTumblr,
|
||||
cibXing,
|
||||
cibGithub,
|
||||
cibStackOverflow,
|
||||
cibYoutube,
|
||||
cibDribbble,
|
||||
cibInstagram,
|
||||
cibPinterest,
|
||||
cibVk,
|
||||
cibYahoo,
|
||||
cibBehance,
|
||||
cibReddit,
|
||||
cibVimeo,
|
||||
cibCcMastercard,
|
||||
cibCcVisa,
|
||||
cibStripe,
|
||||
cibPaypal,
|
||||
cibGooglePay,
|
||||
cibCcAmex
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user