iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 903 B
JavaScript
"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 HandCoins = (props) => React.createElement("svg", { className: "lucide lucide-hand-coins", 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 15h2a2 2 0 100-4h-3c-.6 0-1.1.2-1.4.6L3 17" }),
React.createElement("path", { d: "M7 21l1.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 16l6 6" }),
React.createElement("circle", { cx: "16", cy: "9", r: "2.9" }),
React.createElement("circle", { cx: "6", cy: "5", r: "3" }));
exports.default = HandCoins;