UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 924 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 HandIcon = (props) => React.createElement("svg", { "aria-label": "hand icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.008 9.407c.63 1.05.992 2.28.992 3.593a6.973 6.973 0 0 1-1.753 4.633l-1.362-1.486A4.98 4.98 0 0 0 9 13a4.978 4.978 0 0 0-.999-2.998l-.708-.709L15.79.79l1.42 1.42-7.202 7.197zM21.29 6.29l1.42 1.42-6.503 6.497-1.414-1.414L21.29 6.29zm-1.5-4l1.42 1.42-7.003 6.997-1.414-1.414L19.79 2.29zm1.303 9.803l1.414 1.414-6.997 7.003A8.5 8.5 0 1 1 3.49 8.49c2.693-2.693 2.95-3.605 2.04-7.247L7.47.758c1.082 4.328.62 5.959-2.566 9.146a6.5 6.5 0 0 0 9.192 9.192l6.996-7.003z" })); exports.default = HandIcon;