iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 979 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 HandFingerLeft = (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-left", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M12 8H3.5a1.5 1.5 0 000 3H11M10.5 11h-2a1.5 1.5 0 100 3H11M9.5 14a1.5 1.5 0 000 3H11" }),
React.createElement("path", { d: "M10.5 17a1.5 1.5 0 000 3H15a6 6 0 006-6v-2 .208a6 6 0 00-2.7-5.012L18 7q-.718-.468-5.728-3.286a1.5 1.5 0 00-2.022.536 1.87 1.87 0 00.28 2.28L12 8" }));
exports.default = HandFingerLeft;