box-ui-elements
Version:
Box UI Elements
11 lines • 380 B
JavaScript
import * as React from 'react';
import FileCode16 from './FileCode16';
export const fileCode16 = () => /*#__PURE__*/React.createElement(FileCode16, null);
export default {
title: 'Icon/Fill/FileCode16',
component: FileCode16,
parameters: {
notes: "`import FileCode16 from 'box-ui-elements/es/icon/fill/FileCode16';`"
}
};
//# sourceMappingURL=FileCode16.stories.js.map