iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 812 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 Hammer = (props) => React.createElement("svg", { className: "lucide lucide-hammer", 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: "M15 12l-8.373 8.373a1 1 0 11-3-3L12 9M18 15l4-4" }),
React.createElement("path", { d: "M21.5 11.5l-1.914-1.914A2 2 0 0119 8.172V7l-2.26-2.26a6 6 0 00-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0112 8.4V10l2 2h1.172a2 2 0 011.414.586L18.5 14.5" }));
exports.default = Hammer;