iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 750 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 UtensilsCrossed = (props) => React.createElement("svg", { className: "lucide lucide-utensils-crossed", 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: "M16 2l-2.3 2.3a3 3 0 000 4.2l1.8 1.8a3 3 0 004.2 0L22 8M15 15L3.3 3.3a4.2 4.2 0 000 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15zm0 0l7 7M2.1 21.8l6.4-6.3M19 5l-7 7" }));
exports.default = UtensilsCrossed;