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