iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Trash3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.722 12.758a.75.75 0 00-1.498-.073L13 17.24a.75.75 0 001.498.074l.224-4.557zM9.988 11.973a.75.75 0 00-.712.785l.224 4.557a.75.75 0 101.498-.074l-.224-4.556a.75.75 0 00-.786-.712z", fill: "#323544" }),
React.createElement("path", { d: "M10.249 2a2.25 2.25 0 00-2.25 2.25V5H5.5a2.25 2.25 0 00-.587 4.423l.628 10.462A2.25 2.25 0 007.787 22h8.424a2.25 2.25 0 002.246-2.115l.628-10.462A2.25 2.25 0 0018.498 5h-2.499v-.75A2.25 2.25 0 0013.749 2h-3.5zm4.25 3h-5v-.75a.75.75 0 01.75-.75h3.5a.75.75 0 01.75.75V5zM5.5 6.5h12.998a.75.75 0 110 1.5H5.5a.75.75 0 010-1.5zm.92 3h11.158l-.618 10.295a.75.75 0 01-.749.705H7.787a.75.75 0 01-.749-.705L6.42 9.5z", fill: "#323544" }));
exports.default = Trash3;