UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 897 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 Pencil = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M14.907 7.855L6.816 15.86h-.164l-.042-.01-3.344 1.167-.766-.676 1.043-3.496.006-.033v-.19l8.287-7.848 1.555-1.809c.626-.62 1.726-.62 2.352 0l.721.68c.649.644.75 1.89.102 2.532l-1.659 1.678zM3.584 15.947l2.15-.718-1.463-1.434-.687 2.152zm1.15-2.918l1.705 1.72 7.516-7.487-1.659-1.675-7.562 7.442zm11.082-8.405l-.857-.882c-.103-.103-.328-.26-.477-.26a.553.553 0 0 0-.392.16l-1.223 1.21 1.727 1.76 1.223-1.21a.547.547 0 0 0-.001-.778z", fill: "#000", fillRule: "evenodd" })); exports.default = Pencil;