// 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": "M4.533 2.63768L4.34141 4.07458H1.63857C1.3072 4.07458 1.03857 4.34321 1.03857 4.67458C1.03857 5.00596 1.3072 5.27458 1.63857 5.27458H3.15979L4.11708 13.3392C4.21265 14.1443 4.89523 14.7506 5.70593 14.7506H10.2955C11.1063 14.7506 11.7889 14.1441 11.8844 13.339L12.8404 5.27458H14.3616C14.693 5.27458 14.9616 5.00596 14.9616 4.67458C14.9616 4.34321 14.693 4.07458 14.3616 4.07458H11.6588L11.4672 2.63768C11.3612 1.84279 10.6832 1.24915 9.88125 1.24915H6.11896C5.31704 1.24915 4.63898 1.8428 4.533 2.63768ZM6.11896 2.44915C5.91848 2.44915 5.74897 2.59756 5.72247 2.79628L5.55203 4.07458H10.4482L10.2777 2.79628C10.2512 2.59756 10.0817 2.44915 9.88125 2.44915H6.11896ZM6.34365 9.30957C6.01228 9.30957 5.74365 9.5782 5.74365 9.90957C5.74365 10.2409 6.01228 10.5096 6.34365 10.5096H9.65695C9.98832 10.5096 10.2569 10.2409 10.2569 9.90957C10.2569 9.5782 9.98832 9.30957 9.65695 9.30957H6.34365Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var TrashFillSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'trash-fill-single', ref: ref, icon: element, })); }); TrashFillSingle.displayName = 'TrashFillSingle'; export default TrashFillSingle; //# sourceMappingURL=trash-fill-single.js.map