box-ui-elements
Version:
Box UI Elements
11 lines • 407 B
JavaScript
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