wix-style-react
Version:
wix-style-react
14 lines (12 loc) • 692 B
JavaScript
const {proxyWixUiIconsCommon} = require('./proxy-wix-ui-icons.js');
const MODULE_NAME = 'wix-ui-icons-common';
const ICONS_DIR = './new-icons';
/*
proxyWixUiIconsCommon will create folder wix-style-react/new-icons which will contain:
- separate file for each available general icon
- wix-style-react/new-icons/system/ folder, with separate file for each available system icon
- wix-style-react/new-icons/index.js file with named export for each available general icon
then proxyWixUiIconsCommon will copy wix-style-react/new-icons to wix-style-react/src/new-icons,
this action required to work properly with wsr storybook
*/
proxyWixUiIconsCommon(MODULE_NAME, ICONS_DIR);