@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.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 IconMaterialBroadcastOnPersonalW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BroadcastOnPersonalW100Filled', short_name: 'BroadcastOnPersonal', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-212q-24.75 0-42.37-17.63Q132-247.25 132-272v-312q0-14.25 6.38-27 6.37-12.75 17.62-21l208-156q8.3-6 17.34-9 9.05-3 18.86-3 9.8 0 18.71 3 8.92 3 17.09 9l143.18 106.67Q590-673 587.5-660.5 585-648 572-643q-42 16-77 43t-61 63q-28 38-42.5 83.52Q377-407.96 377-360q0 29.15 5.5 57.58 5.5 28.42 16.53 55.87Q404-234 397.25-223T377-212H192Zm487.75-364Q590-576 527-513.36T464-360q0 41.74 16 80.87T525-210q4 4 4.5 9.5T526-190q-4 5-9.62 4.82-5.63-.18-9.38-3.82-34-34-52.5-78.39T436-360q0-102.29 71.26-173.15Q578.53-604 679.79-604 782-604 853-533.15q71 70.86 71 173.15 0 48.22-18 92.61T853-190q-4 4-9 4t-9-5q-4-5-3.5-10t4.5-9q29-29 44.5-68.5T896-360q0-90.72-62.71-153.36Q770.57-576 679.75-576Zm.25 100q-48 0-82 33.64T564-360q0 21.88 9 41.94T597-281q4 4.63 4 10.32 0 5.68-4 9.68-5 5-10.5 5t-9.5-5q-19-20-30-45.5T536-360q0-60.3 42.24-102.15Q620.48-504 679.79-504 740-504 782-462.15 824-420.3 824-360q0 28-10.5 54T783-260q-4 5-9.5 4.5T764-261q-4-5-3.5-10t4.5-10q15-16 23-36t8-43q0-48.72-33.64-82.36T680-476Zm.05 340q-6.05 0-10.05-3.97-4-3.96-4-10.03v-179q-9-4-14.5-12.5T646-360q0-14.28 10.14-24.14Q666.28-394 679.8-394q14.2 0 24.2 9.86T714-360q0 10-5 18t-15 13v179q0 6.07-3.95 10.03-3.96 3.97-10 3.97Z" }) })));
});
IconMaterialBroadcastOnPersonalW100Filled.displayName = 'OnesyIconMaterialBroadcastOnPersonalW100Filled';
exports.default = IconMaterialBroadcastOnPersonalW100Filled;
;