box-ui-elements-mlh
Version:
13 lines • 404 B
JavaScript
import * as React from 'react';
import FileZip32 from './FileZip32';
export var fileZip32 = function fileZip32() {
return /*#__PURE__*/React.createElement(FileZip32, null);
};
export default {
title: 'Icon|Content|FileZip32',
component: FileZip32,
parameters: {
notes: "`import FileZip32 from 'box-ui-elements/es/icon/content/FileZip32';`"
}
};
//# sourceMappingURL=FileZip32.stories.js.map