UNPKG

@hrobarikt/box-ui-elements

Version:
13 lines 395 B
import * as React from 'react'; import BoxNotes16 from './BoxNotes16'; export var boxNotes16 = function boxNotes16() { return React.createElement(BoxNotes16, null); }; export default { title: 'Icon|Fill|BoxNotes16', component: BoxNotes16, parameters: { notes: "`import BoxNotes16 from 'box-ui-elements/es/icon/fill/BoxNotes16';`" } }; //# sourceMappingURL=BoxNotes16.stories.js.map