UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.06 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 IconMaterialNestWifiMistralW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestWifiMistralW100Filled', short_name: 'NestWifiMistral', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.65 19.7q-1.425 0-2.6-.85t-1.6-2.35h15.1q-.425 1.5-1.6 2.35-1.175.85-2.6.85Zm-4.325-3.9q-.025-.1-.025-.238V8.65q0-1.8 1.275-3.075Q6.85 4.3 8.65 4.3h6.7q1.8 0 3.075 1.275Q19.7 6.85 19.7 8.65v6.925q0 .15-.025.225Z" }) }))); }); IconMaterialNestWifiMistralW100Filled.displayName = 'OnesyIconMaterialNestWifiMistralW100Filled'; exports.default = IconMaterialNestWifiMistralW100Filled;