@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.07 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 IconMaterialNestGaleWifiW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestGaleWifiW100', short_name: 'NestGaleWifi', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M186-508h587l-11-182q-1-13-10-21.5t-22-8.5H230q-13 0-22 8.5T198-690l-12 182Zm20 236h547q14 0 24.5-10t9.5-24l-12-174H184l-11 174q-1 14 9 24t24 10Zm30 60-10-32h-21q-26 0-44-19t-16-45l25-384q2-24 19-40t41-16h500q24 0 41 16t19 40l25 384q2 26-16 45t-44 19h-21l-10 32H236Z" }) })));
});
IconMaterialNestGaleWifiW100.displayName = 'OnesyIconMaterialNestGaleWifiW100';
exports.default = IconMaterialNestGaleWifiW100;
;