UNPKG

box-ui-elements-mlh

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