UNPKG

@icongo/tb

Version:
35 lines (34 loc) 1.5 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TBHandTwoFingers = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TBHandTwoFingers = function TBHandTwoFingers(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-hand-two-fingers", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 13V4.5a1.5 1.5 0 0 1 3 0V12" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2 .208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022 1.867 1.867 0 0 1 2.28.28L8 13" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14 10.5a1.5 1.5 0 0 1 3 0V12m-6-6.5v-2a1.5 1.5 0 1 1 3 0V12" })] })); }; exports.TBHandTwoFingers = TBHandTwoFingers;