iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 931 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 PencilIcon = (props) => React.createElement("svg", { "aria-label": "pencil icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.276 15.862L5 19l3.14-.275 8.085-8.086-2.863-2.863-8.086 8.086zM17.64 9.225l.767-.767a2 2 0 0 0 .592-1.431c0-.546-.208-1.048-.593-1.433a1.996 1.996 0 0 0-1.43-.591c-.545 0-1.048.208-1.433.593l-.766.766 2.863 2.863zm-.665-6.222c1.076 0 2.086.418 2.845 1.177A3.997 3.997 0 0 1 21 7.027a4 4 0 0 1-1.179 2.846L9.411 20.282a.995.995 0 0 1-.464.263l-4.705.427a1.002 1.002 0 0 1-1.213-1.213l.427-4.704a.998.998 0 0 1 .263-.464L14.13 4.18a3.997 3.997 0 0 1 2.845-1.179z" }));
exports.default = PencilIcon;