@orfeas126/box-ui-elements
Version:
Box UI Elements
11 lines • 457 B
JavaScript
import * as React from 'react';
import IconCollectionsBolt from './IconCollectionsBolt';
export const collectionsBolt = () => /*#__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