@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.41 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 IconMaterialSignalWifiBadW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SignalWifiBadW100', short_name: 'SignalWifiBad', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m745-297-75 74q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l74-74-75-75q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l74 75 75-75q4-4 9.5-4t9.5 4q5 4 4.5 10t-4.5 10l-74 74 74 75q4 4 3.5 9.5T838-223q-4 4-9 4t-9-4l-75-74ZM480-748q94 0 182.5 26.5T829-643q13 8 19.5 21t6.5 27q0 12-5 24t-14 21l-47 47q-4 4-9.5 4.5T769-503q-5-5-5-10t5-10l48-48q11-11 9.5-26.5T812-621q-74-49-158.5-74T480-720q-89 0-173.5 25T148-621q-13 8-14.5 23.5T143-571l320 320q7 7 17 7t17-7l42-42q5-5 10-5t10 5q5 5 5 10t-5 10l-37 37q-9 9-20 13t-22 4q-11 0-22-4t-20-13L124-550q-9-9-13.5-20.5T106-594q0-14 6-27t19-22q78-52 166.5-78.5T480-748Zm0 267Z" }) })));
});
IconMaterialSignalWifiBadW100.displayName = 'OnesyIconMaterialSignalWifiBadW100';
exports.default = IconMaterialSignalWifiBadW100;