UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 742 B
"use strict"; 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 PenOff = (props) => React.createElement("svg", { className: "lucide lucide-pen-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M10 10l-6.157 6.162a2 2 0 00-.5.833l-1.322 4.36a.5.5 0 00.622.624l4.358-1.323a2 2 0 00.83-.5L14 13.982M12.829 7.172l4.359-4.346a1 1 0 113.986 3.986l-4.353 4.353M2 2l20 20" })); exports.default = PenOff;