UNPKG

@hrobarikt/box-ui-elements

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