iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 806 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 Eraser = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.36.73a.5.5 0 01.708 0l5.203 5.202a.5.5 0 010 .707l-5.316 5.316-1.608 1.609a1.5 1.5 0 01-2.122 0l-3.789-3.79a1.5 1.5 0 010-2.12l1.609-1.61L8.36.73zm.354 1.06L4.106 6.398l4.496 4.496 4.608-4.608L8.714 1.79zm-.82 9.811L3.398 7.106 2.143 8.36a.5.5 0 000 .708l3.79 3.789a.5.5 0 00.706 0l1.255-1.255z", fill: "currentColor" }));
exports.default = Eraser;