iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 781 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 Ham = (props) => React.createElement("svg", { className: "lucide lucide-ham", 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: "M13.144 21.144A7.274 10.445 45 102.856 10.856M13.144 21.144A7.274 4.365 45 002.856 10.856a7.274 4.365 45 0010.288 10.288M16.565 10.435L18.6 8.4a2.501 2.501 0 101.65-4.65 2.5 2.5 0 10-4.66 1.66l-2.024 2.025M8.5 16.5l-1-1" }));
exports.default = Ham;