iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.63 kB
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 HandTakingDollar = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.309 2a.75.75 0 01.75.75v.169c.748.19 1.302.867 1.302 1.674a.75.75 0 01-1.5 0 .227.227 0 00-.227-.227h-.395a.483.483 0 00-.17.935l1.005.377a1.983 1.983 0 01-.015 3.72v.236a.75.75 0 01-1.5 0v-.17a1.727 1.727 0 01-1.303-1.673.75.75 0 011.5 0c0 .125.102.226.227.226h.395a.483.483 0 00.17-.934l-1.005-.377a1.983 1.983 0 01.016-3.72V2.75a.75.75 0 01.75-.75zM19.427 11.084a1.578 1.578 0 012.226 2.212l-3.867 4.829a1.979 1.979 0 01-1.544.742h-6.174a.75.75 0 00-.503.194l-.525.474a.75.75 0 01-.34.877L6.124 21.9a.75.75 0 01-1.025-.275l-2.998-5.194a.75.75 0 01.274-1.024l2.577-1.488a.75.75 0 01.743-.004l1.693-1.352c.553-.443 1.253-.748 2.025-.751.813-.004 2.099.068 3.262.493h2.598c.662 0 1.239.359 1.548.893l2.606-2.114zM8.559 17.948a2.25 2.25 0 011.51-.581h6.173a.478.478 0 00.373-.18l3.867-4.828a.078.078 0 00-.11-.11l-3.852 3.124a1.782 1.782 0 01-1.247.507h-2.735a.75.75 0 010-1.5h2.735c.046 0 .09-.011.13-.03a.625.625 0 01.024-.022l.073-.059a.288.288 0 00-.227-.465h-2.682c-.13 0-.255-.024-.369-.068-.926-.353-2.033-.428-2.802-.424-.374.001-.755.15-1.096.422l-1.788 1.43 1.75 3.03.273-.246zm-4.784-1.617l2.248 3.895 1.278-.738-2.249-3.895-1.277.738z", fill: "#323544" }));
exports.default = HandTakingDollar;