iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 971 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 Pickaxe = (props) => React.createElement("svg", { className: "lucide lucide-pickaxe", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M14.531 12.469L6.619 20.38a1 1 0 11-3-3l7.912-7.912M15.686 4.314A12.5 12.5 0 005.461 2.958 1 1 0 005.58 4.71a22 22 0 016.318 3.393" }),
React.createElement("path", { d: "M17.7 3.7a1 1 0 00-1.4 0l-4.6 4.6a1 1 0 000 1.4l2.6 2.6a1 1 0 001.4 0l4.6-4.6a1 1 0 000-1.4z" }),
React.createElement("path", { d: "M19.686 8.314a12.501 12.501 0 011.356 10.225 1 1 0 01-1.751-.119 22 22 0 00-3.393-6.319" }));
exports.default = Pickaxe;