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