UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.21 kB
"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 FilePencil = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.75 20.5V22h-3a2.25 2.25 0 01-2.25-2.25V9.621c0-.596.237-1.169.659-1.59l5.367-5.371A2.25 2.25 0 0112.118 2h5.132a2.25 2.25 0 012.25 2.25v5.5H18v-5.5a.75.75 0 00-.75-.75h-5.002l.003 3.998A2.25 2.25 0 0110 9.75H6v10c0 .414.336.75.75.75h3zm.999-15.941L7.059 8.25h2.942a.75.75 0 00.75-.75l-.002-2.941z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.299 12.339a1.75 1.75 0 00-2.475 0l-5.158 5.158a2.25 2.25 0 00-.646 1.35l-.19 1.746a.75.75 0 00.827.826l1.747-.189a2.25 2.25 0 001.349-.646l5.158-5.158a1.75 1.75 0 000-2.475l-.612-.612zm-2.277 1.923l.966.966-4.296 4.296a.75.75 0 01-.45.215l-.82.089.089-.82a.75.75 0 01.215-.45l4.296-4.296z", fill: "#323544" })); exports.default = FilePencil;