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