iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 635 B
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 Discard = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5 2v3.5L4 6h3.5V5H4.98l.94-.941a3.552 3.552 0 115.024 5.023L5.746 14.28l.72.72 5.198-5.198A4.57 4.57 0 005.2 3.339l-.7.7V2h-1z", fill: "#424242" }));
exports.default = Discard;