UNPKG

@hrobarikt/box-ui-elements

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