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