@orfeas126/box-ui-elements
Version:
Box UI Elements
11 lines • 457 B
JavaScript
import * as React from 'react';
import IconCollectionsStar from './IconCollectionsStar';
export const collectionsStar = () => /*#__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