| 1234567891011121314 |
- // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
- import { createElement, forwardRef } from 'react';
- import { IconBase } from '../icon';
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.34316 9.30957C6.01179 9.30957 5.74316 9.5782 5.74316 9.90957C5.74316 10.2409 6.01179 10.5096 6.34316 10.5096H9.65646C9.98783 10.5096 10.2565 10.2409 10.2565 9.90957C10.2565 9.5782 9.98783 9.30957 9.65646 9.30957H6.34316Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.4671 2.63768L11.6587 4.07458H14.3616C14.693 4.07458 14.9616 4.34321 14.9616 4.67458C14.9616 5.00596 14.693 5.27458 14.3616 5.27458H12.8404L11.8844 13.339C11.7889 14.1441 11.1063 14.7506 10.2955 14.7506H5.70593C4.89522 14.7506 4.21264 14.1443 4.11708 13.3392L3.15978 5.27458H1.63857C1.3072 5.27458 1.03857 5.00596 1.03857 4.67458C1.03857 4.34321 1.3072 4.07458 1.63857 4.07458H4.3413L4.53289 2.63768C4.63888 1.8428 5.31693 1.24915 6.11886 1.24915H9.88114C10.6831 1.24915 11.3611 1.84279 11.4671 2.63768ZM5.72237 2.79628C5.74886 2.59756 5.91838 2.44915 6.11886 2.44915H9.88114C10.0816 2.44915 10.2511 2.59756 10.2776 2.79628L10.4481 4.07458H5.55192L5.72237 2.79628ZM4.36821 5.27458H11.632L10.6927 13.1977C10.6689 13.399 10.4982 13.5506 10.2955 13.5506H5.70593C5.50325 13.5506 5.33261 13.399 5.30871 13.1978L4.36821 5.27458Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
- export var TrashSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'trash-single',
- ref: ref,
- icon: element,
- }));
- });
- TrashSingle.displayName = 'TrashSingle';
- export default TrashSingle;
- //# sourceMappingURL=trash-single.js.map
|