refactor: move js icons to assets

This commit is contained in:
woothu
2019-06-14 11:36:11 +02:00
parent 00de9db054
commit 066f41d5ff
2 changed files with 1 additions and 1 deletions
+48
View File
@@ -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
}
)