UNPKG

@hrobarikt/box-ui-elements

Version:
13 lines 477 B
import * as React from 'react'; import IconCollectionsBolt from './IconCollectionsBolt'; export var collectionsBolt = function collectionsBolt() { return React.createElement(IconCollectionsBolt, null); }; export default { title: 'Icons|Collections|Bolt', component: IconCollectionsBolt, parameters: { notes: "`import IconCollectionsBolt from 'box-ui-elements/es/icons/collection/IconCollectionsBolt';`" } }; //# sourceMappingURL=IconCollectionsBolt.stories.js.map