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