refactor: move js icons to assets
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
import {
|
||||
facebook,
|
||||
twitter,
|
||||
linkedin,
|
||||
flickr,
|
||||
tumblr,
|
||||
xing,
|
||||
github,
|
||||
stackOverflow,
|
||||
youtube,
|
||||
dribbble,
|
||||
instagram,
|
||||
pinterest,
|
||||
vk,
|
||||
yahoo,
|
||||
behance,
|
||||
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'
|
||||
|
||||
export const iconsSet = Object.assign(
|
||||
{},
|
||||
iconSet,
|
||||
{ US, BR, IN, FR, ES, PL },
|
||||
{
|
||||
facebook,
|
||||
twitter,
|
||||
linkedin,
|
||||
flickr,
|
||||
tumblr,
|
||||
xing,
|
||||
github,
|
||||
stackOverflow,
|
||||
youtube,
|
||||
dribbble,
|
||||
instagram,
|
||||
pinterest,
|
||||
vk,
|
||||
yahoo,
|
||||
behance,
|
||||
reddit,
|
||||
vimeo,
|
||||
ccMastercard, ccVisa, stripe, paypal, googleWallet, ccAmex
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user