box-ui-elements-mlh
Version:
13 lines • 490 B
JavaScript
import * as React from 'react';
import IconCollectionsBolt from './IconCollectionsBolt';
export var collectionsBolt = function collectionsBolt() {
return /*#__PURE__*/React.createElement(IconCollectionsBolt, null);
};
export default {
title: 'Icons|Collections|Bolt',
component: IconCollectionsBolt,
parameters: {
notes: "`import IconCollectionsBolt from 'box-ui-elements/es/icons/collection/IconCollectionsBolt';`"
}
};
//# sourceMappingURL=IconCollectionsBolt.stories.js.map