UNPKG

@hrobarikt/box-ui-elements

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