iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 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 Pencil1 = (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: "M11.854 1.146a.5.5 0 00-.707 0L3.714 8.578a1 1 0 00-.212.314L2.04 12.303a.5.5 0 00.657.657l3.411-1.463a1 1 0 00.314-.211l7.432-7.432a.5.5 0 000-.708l-2-2zm-7.432 8.14L11.5 2.206 12.793 3.5l-7.078 7.078-1.496.641-.438-.438.64-1.496z", fill: "currentColor" }));
exports.default = Pencil1;