UNPKG

@orfeas126/box-ui-elements

Version:
11 lines 407 B
import * as React from 'react'; import ArrowArcRight from './ArrowArcRight'; export const arrowArcRight = () => /*#__PURE__*/React.createElement(ArrowArcRight, null); export default { title: 'Icon/Fill/ArrowArcRight', component: ArrowArcRight, parameters: { notes: "`import ArrowArcRight from 'box-ui-elements/es/icon/fill/ArrowArcRight';`" } }; //# sourceMappingURL=ArrowArcRight.stories.js.map