mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2025-12-06 06:36:29 +00:00
11 lines
345 B
JavaScript
11 lines
345 B
JavaScript
export { default as createIconSet } from './lib/create-icon-set';
|
|
export {
|
|
default as createIconSetFromFontello,
|
|
} from './lib/create-icon-set-from-fontello';
|
|
export {
|
|
default as createIconSetFromIcoMoon,
|
|
} from './lib/create-icon-set-from-icomoon';
|
|
export {
|
|
default as createMultiStyleIconSet,
|
|
} from './lib/create-multi-style-icon-set';
|