iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 884 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 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.303 3.78a2.25 2.25 0 00-3.182 0L14.35 5.551a.607.607 0 00-.033.033l-8.483 8.483a2.25 2.25 0 00-.562.936l-1.22 4.01a.75.75 0 00.936.935l4.009-1.22c.353-.108.675-.3.936-.562L20.22 7.88a2.25 2.25 0 000-3.182l-.917-.917zm-4.44 3.378l1.979 1.978-7.97 7.97a.75.75 0 01-.312.187l-2.664.81.811-2.663a.75.75 0 01.187-.312l7.97-7.97zm3.04.918l-1.978-1.978L17.18 4.84a.75.75 0 011.061 0l.917.917a.75.75 0 010 1.06l-1.257 1.258z", fill: "#323544" }));
exports.default = Pencil1;