iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 929 B
JavaScript
"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 PenTool = (props) => React.createElement("svg", { className: "lucide lucide-pen-tool", 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: "M15.707 21.293a1 1 0 01-1.414 0l-1.586-1.586a1 1 0 010-1.414l5.586-5.586a1 1 0 011.414 0l1.586 1.586a1 1 0 010 1.414z" }),
React.createElement("path", { d: "M18 13l-1.375-6.874a1 1 0 00-.746-.776L3.235 2.028a1 1 0 00-1.207 1.207L5.35 15.879a1 1 0 00.776.746L13 18M2.3 2.3l7.286 7.286" }),
React.createElement("circle", { cx: "11", cy: "11", r: "2" }));
exports.default = PenTool;