iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 864 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 EraserOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-eraser-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M3 3l18 18M19 20H8.5l-4.21-4.3a1 1 0 010-1.41l5-4.993m2.009-2.01l3-3a1 1 0 011.41 0l5 5a1 1 0 010 1.41c-1.417 1.431-2.406 2.432-2.97 3m-2.02 2.043l-4.211 4.256M18 13.3L11.7 7" }));
exports.default = EraserOff;