iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 982 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 HandFingerRight = (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-finger-right", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M12 8h8.5a1.5 1.5 0 010 3H13M13.5 11h2a1.5 1.5 0 010 3H13M14.5 14a1.5 1.5 0 010 3H13" }),
React.createElement("path", { d: "M13.5 17a1.5 1.5 0 110 3H9a6 6 0 01-6-6v-2 .208a6 6 0 012.7-5.012L6 7q.718-.468 5.728-3.286a1.5 1.5 0 012.022.536c.44.734.325 1.674-.28 2.28L12 8" }));
exports.default = HandFingerRight;