iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 981 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 HandFingerDown = (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-down", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M8 12v8.5a1.5 1.5 0 003 0V13M11 13.5v2a1.5 1.5 0 003 0V13M14 14.5a1.5 1.5 0 003 0V13" }),
React.createElement("path", { d: "M17 13.5a1.5 1.5 0 003 0V9a6 6 0 00-6-6h-2 .208a6 6 0 00-5.012 2.7L7 6q-.468.718-3.286 5.728a1.5 1.5 0 00.536 2.022c.734.44 1.674.325 2.28-.28L8 12" }));
exports.default = HandFingerDown;