@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 kB
JavaScript
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 IconMaterialNestWifiMistralW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestWifiMistralW100', short_name: 'NestWifiMistral', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.65 19.7q-1.8 0-3.075-1.275Q4.3 17.15 4.3 15.35v-6.7q0-1.825 1.275-3.088Q6.85 4.3 8.65 4.3h6.7q1.825 0 3.088 1.262Q19.7 6.825 19.7 8.65v6.7q0 1.8-1.262 3.075Q17.175 19.7 15.35 19.7ZM5 15.8h14V8.65q0-1.5-1.075-2.575Q16.85 5 15.35 5h-6.7q-1.5 0-2.575 1.075Q5 7.15 5 8.65Zm.175.7q.4 1.1 1.338 1.8.937.7 2.137.7h6.7q1.2 0 2.138-.7.937-.7 1.337-1.8ZM12 15.8Z" }) })));
});
IconMaterialNestWifiMistralW100.displayName = 'OnesyIconMaterialNestWifiMistralW100';
exports.default = IconMaterialNestWifiMistralW100;
;