box-ui-elements-mlh
Version:
13 lines • 510 B
JavaScript
import * as React from 'react';
import IconCollectionsFilled from './IconCollectionsFilled';
export var collectionsFilled = function collectionsFilled() {
return /*#__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