UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.72 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 IconMaterialWifiTetheringOffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WifiTetheringOffW100Filled', short_name: 'WifiTetheringOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M784-136 349-571q-14 20-21.5 42.5T320-480q0 32 12 60t32 50q4 5 4.5 10t-4.5 10q-5 5-10.5 4.5T343-351q-24-26-37.5-58.5T292-480q0-31 10-59.5t27-51.5l-94-94q-35 42-55 93.5T160-480q0 65 23 121t65 99q5 5 6.5 11.5T251-237q-5 5-11 4t-11-6q-45-48-71-109t-26-132q0-65 22-122t61-103l-79-79q-4-4-4.5-9.5T136-804q5-5 10-5t10 5l648 648q4 4 4.5 9.5T804-136q-5 5-10 5t-10-5Zm16-344q0-64-24.5-122.5T706-706q-45-45-103.5-69.5T480-800q-41 0-80 10t-75 30q-5 3-11 1.5t-9-6.5q-3-5-1.5-10.5t6.5-8.5q39-22 82-33t88-11q69 0 133 26.5T726-726q49 49 75.5 113T828-480q0 47-12 91.5T780-305q-3 5-8 6t-10-2q-5-3-6.5-8.5T757-320q22-36 32.5-77t10.5-83ZM593-593q-23-23-52-35t-61-12q-11 0-21 1.5t-21 4.5q-6 2-11-1t-7-9q-2-6 1-10.5t9-6.5q12-3 24.5-5t25.5-2q38 0 72.5 14.5T613-613q26 26 40.5 60.5T668-480q0 13-2 25.5t-5 24.5q-2 6-7 9t-11 1q-6-2-8.5-7t-.5-11q3-11 4.5-21t1.5-21q0-32-12-61t-35-52Z" }) }))); }); IconMaterialWifiTetheringOffW100Filled.displayName = 'OnesyIconMaterialWifiTetheringOffW100Filled'; exports.default = IconMaterialWifiTetheringOffW100Filled;