iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 795 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 HandPlatter = (props) => React.createElement("svg", { className: "lucide lucide-hand-platter", 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: "M12 3V2M5 10a7.1 7.1 0 0114 0M4 10h16M2 14h12a2 2 0 110 4h-2" }),
React.createElement("path", { d: "M15.4 17.4l3.2-2.8a2 2 0 012.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2L5 18M5 14v7H2" }));
exports.default = HandPlatter;