iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 954 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 Eraser1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.044 3.13a2.25 2.25 0 013.074-.824l4.763 2.75a2.25 2.25 0 01.824 3.073l-4.817 8.342a.75.75 0 01-1.024.275l-.217-.125-1.123 1.945a.75.75 0 01-1.025.275L5.87 15.59a.75.75 0 01-.274-1.025l1.123-1.945-.217-.125a.75.75 0 01-.274-1.024l4.816-8.343zm1.304 12.741l-4.33-2.5-.748 1.296 4.33 2.5.748-1.296zm1.616-.799l4.442-7.693a.75.75 0 00-.275-1.024l-4.763-2.75a.75.75 0 00-1.025.274l-4.441 7.693.189.109.028.015 5.629 3.25.027.017.19.109zM5.25 20.5a.75.75 0 000 1.5h13.5a.75.75 0 000-1.5H5.25z", fill: "#323544" }));
exports.default = Eraser1;