@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 425 B
JavaScript
import * as React from 'react';
import PencilBadge16 from './PencilBadge16';
export var pencilBadge16 = function pencilBadge16() {
return React.createElement(PencilBadge16, null);
};
export default {
title: 'Icon|Line|PencilBadge16',
component: PencilBadge16,
parameters: {
notes: "`import PencilBadge16 from 'box-ui-elements/es/icon/line/PencilBadge16';`"
}
};
//# sourceMappingURL=PencilBadge16.stories.js.map