@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.25 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 IconMaterialWifiW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WifiW100Filled', short_name: 'Wifi', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-150q-21 0-35.5-14.5T430-200q0-21 14.5-35.5T480-250q21 0 35.5 14.5T530-200q0 21-14.5 35.5T480-150Zm0-330q69 0 129.5 24T718-389q7 6 7.5 14.5T720-360q-6 6-14.5 5.5T690-361q-42-37-96-58t-114-21q-60 0-114 21t-96 58q-7 6-15.5 6.5T240-360q-6-6-5.5-14.5T242-389q48-43 108.5-67T480-480Zm0-240q121 0 224.5 42.5T888-560q7 6 7.5 15t-5.5 15q-7 7-16 5t-17-9q-75-69-171.5-107.5T480-680q-109 0-205.5 38.5T103-534q-8 7-17 9t-16-5q-6-6-5.5-15t7.5-15q80-75 183.5-117.5T480-720Z" }) })));
});
IconMaterialWifiW100Filled.displayName = 'OnesyIconMaterialWifiW100Filled';
exports.default = IconMaterialWifiW100Filled;
;