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