UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.62 kB
"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 HandTakingUser = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.442 4.052a1.866 1.866 0 113.733 0 1.866 1.866 0 01-3.733 0zm1.867-.366a.366.366 0 100 .732.366.366 0 000-.732zM21.604 11.266a1.578 1.578 0 00-2.177-.182l-2.606 2.113a1.787 1.787 0 00-1.548-.893h-2.598c-1.163-.425-2.449-.497-3.262-.493-.772.004-1.472.309-2.025.751l-1.693 1.353a.75.75 0 00-.743.004l-2.577 1.487a.75.75 0 00-.274 1.025l2.998 5.194a.75.75 0 001.025.274L8.7 20.411a.75.75 0 00.34-.876l.525-.475a.75.75 0 01.504-.194h6.173c.6 0 1.168-.273 1.544-.741l3.866-4.83a1.578 1.578 0 00-.048-2.03zM8.286 18.194l-1.75-3.031 1.788-1.43c.341-.272.722-.42 1.096-.422.769-.003 1.876.072 2.802.425.114.043.24.068.37.068h2.681a.288.288 0 01.227.465l-.073.059a.625.625 0 00-.025.02.286.286 0 01-.129.031h-2.735a.75.75 0 000 1.5h2.735c.485 0 .925-.193 1.247-.507l3.852-3.123a.078.078 0 01.11.11l-3.867 4.828a.478.478 0 01-.373.18h-6.174a2.25 2.25 0 00-1.51.58l-.272.247zm-2.263 2.031L3.775 16.33l1.277-.737 2.249 3.894-1.278.738zM14.094 6.279a2.238 2.238 0 00-2.238 2.238v.93c0 .414.336.75.75.75h5.405a.75.75 0 00.75-.75v-.93a2.238 2.238 0 00-2.238-2.238h-2.429zm-.738 2.238c0-.408.33-.738.738-.738h2.429c.407 0 .738.33.738.738v.18h-3.905v-.18z", fill: "#323544" })); exports.default = HandTakingUser;