UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.06 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 HandRingFinger = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-hand-ring-finger", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M8 13v-2.5a1.5 1.5 0 013 0V12" }), React.createElement("path", { d: "M17 11.5a1.5 1.5 0 013 0V16a6 6 0 01-6 6h-2 .208a6 6 0 01-5.012-2.7A69.74 69.74 0 017 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 01.536-2.022 1.867 1.867 0 012.28.28L8 13" }), React.createElement("path", { d: "M11 11.5v-2a1.5 1.5 0 113 0V12M14 12V5.5a1.5 1.5 0 013 0V12" })); exports.default = HandRingFinger;