UNPKG

@hrobarikt/box-ui-elements

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