@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 445 B
JavaScript
import * as React from 'react';
import ArrowBoxRight16 from './ArrowBoxRight16';
export var arrowBoxRight16 = function arrowBoxRight16() {
return React.createElement(ArrowBoxRight16, null);
};
export default {
title: 'Icon|Line|ArrowBoxRight16',
component: ArrowBoxRight16,
parameters: {
notes: "`import ArrowBoxRight16 from 'box-ui-elements/es/icon/line/ArrowBoxRight16';`"
}
};
//# sourceMappingURL=ArrowBoxRight16.stories.js.map