box-ui-elements-mlh
Version:
13 lines • 378 B
JavaScript
import * as React from 'react';
import Trash16 from './Trash16';
export var trash16 = function trash16() {
return /*#__PURE__*/React.createElement(Trash16, null);
};
export default {
title: 'Icon|Line|Trash16',
component: Trash16,
parameters: {
notes: "`import Trash16 from 'box-ui-elements/es/icon/line/Trash16';`"
}
};
//# sourceMappingURL=Trash16.stories.js.map