box-ui-elements-mlh
Version:
13 lines • 438 B
JavaScript
import * as React from 'react';
import ArrowArcRight from './ArrowArcRight';
export var arrowArcRight = function arrowArcRight() {
return /*#__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