@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 537 B
JavaScript
import * as React from 'react';
import IconCollectionsStarFilled from './IconCollectionsStarFilled';
export var collectionsStarFilled = function collectionsStarFilled() {
return 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