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