UNPKG

@hrobarikt/box-ui-elements

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