UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.01 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialHandGestureOffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HandGestureOffW100Filled', short_name: 'HandGestureOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M243-104q-57.68 0-98.34-40.66Q104-185.32 104-243q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03 0 45.99 32.51 78.49Q197.01-132 243-132q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4Zm620.05-609q-6.05 0-10.05-3.97-4-3.96-4-10.03 0-42-29.5-71.5T748-828q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4 54 0 91.5 37.5T877-727q0 6.07-3.95 10.03-3.96 3.97-10 3.97ZM618-478v-307q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v279h114v-228q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v379q0 19.69-18.5 27.34Q751-320 737-334L636-435q-8-8-13-19.28-5-11.28-5-23.72ZM332-745.79v-10.35q0-5.86 4.04-9.86 4.03-4 10-4 5.96 0 9.96 3.97 4 3.96 4 9.82v10.35q0 5.86-4.04 9.86-4.03 4-10 4-5.96 0-9.96-3.97-4-3.96-4-9.82ZM475-602v-223q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v223q0 6.1-4.04 10.05-4.03 3.95-10 3.95-5.96 0-9.96-4.03-4-4.02-4-9.97Zm-18 484q-23 0-43-12t-35-29L168-400q-6-7-6-15.5t7-15.5l7-7q5-5 13-6.5t15 2.5l128 73v-219L100-820q-4-4-4.5-9.5T100-840q5-5 10-5t10 5L862-98q4 4 4.5 9.5T862-78q-5 5-10 5t-10-5l-87-87q-19 21-44.5 34T654-118H457Z" }) }))); }); IconMaterialHandGestureOffW100Filled.displayName = 'OnesyIconMaterialHandGestureOffW100Filled'; exports.default = IconMaterialHandGestureOffW100Filled;