@orfeas126/box-ui-elements
Version:
Box UI Elements
11 lines • 475 B
JavaScript
import * as React from 'react';
import IconCollectionsFilled from './IconCollectionsFilled';
export const collectionsFilled = () => /*#__PURE__*/React.createElement(IconCollectionsFilled, null);
export default {
title: 'Icons/Collections/Filled',
component: IconCollectionsFilled,
parameters: {
notes: "`import IconCollectionsFilled from 'box-ui-elements/es/icons/collection/IconCollectionsFilled';`"
}
};
//# sourceMappingURL=IconCollectionsFilled.stories.js.map