@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.46 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 IconMaterialWifiChannelW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WifiChannelW100Filled', short_name: 'WifiChannel', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M163-146q-5 0-9-4.5t-3-9.5q12-77 31.5-166T228-486q23-63 46-95.5t46-32.5q20 0 39 23t39 68q20 45 38 111t35 153q12-137 29-239.5T538-672q21-71 47-106.5t55-35.5q33 0 61 44t51 132q27 105 41 235t19 241q0 7-4 11.5t-11 4.5q-7 0-12.5-4.5T777-162q-11-40-26.5-78.5T716-311q-21-35-41-55t-35-20q-15 0-33.5 18T569-320q-19 30-36 70t-29 85q-2 8-8.5 13.5T481-146q-8 0-13.5-6t-7.5-14q-13-84-31-159.5T391-459q-20-58-38.5-92.5T320-586q-15 0-34.5 36.5T246-451q-19 59-36.5 134T179-160q-1 6-5.5 10t-10.5 4Zm335-90q32-85 69.5-131.5T640-414q35 0 73 47.5T782-236q-9-121-24-221.5T724-631q-19-73-40.5-114T640-786q-22 0-43.5 41T556-630q-19 74-34 174t-24 220Z" }) })));
});
IconMaterialWifiChannelW100Filled.displayName = 'OnesyIconMaterialWifiChannelW100Filled';
exports.default = IconMaterialWifiChannelW100Filled;
;