UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 776 B
"use strict"; 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 HandHelping = (props) => React.createElement("svg", { className: "lucide lucide-hand-helping", 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: "M11 12h2a2 2 0 100-4h-3c-.6 0-1.1.2-1.4.6L3 14" }), React.createElement("path", { d: "M7 18l1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 00-2.75-2.91l-4.2 3.9M2 13l6 6" })); exports.default = HandHelping;