UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.03 kB
"use strict"; 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 IconMaterialZonePersonAlertW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ZonePersonAlertW100', short_name: 'ZonePersonAlert', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-212q-26 0-43-17t-17-43v-74q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v74q0 12 10 22t22 10h74q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-74Zm192-140 42-216-132 55v113q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-112q0-9.29 5.5-16.65Q277-536 285-540l141-58q23-9 33.92-12.5 10.92-3.5 20.18-3.5 13.9 0 26.11 7.62 12.2 7.61 19.66 20.07L553-542q-42 34-66 83t-25 107h-78Zm156-324q-27 0-45.5-18.5T476-740q0-27 18.5-45.5T540-804q27 0 45.5 18.5T604-740q0 27-18.5 45.5T540-676Zm-408-98v-74q0-26 17-43t43-17h74q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-74q-12 0-22 10t-10 22v74q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97Zm668 0v-74q0-12-10-22t-22-10h-74q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h74q26 0 43 17t17 43v74q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97Zm-90 571q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Zm0-128q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-80q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v80q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm0 72q8 0 13-5t5-13q0-8-5-13t-13-5q-8 0-13 5t-5 13q0 8 5 13t13 5Z" }) }))); }); IconMaterialZonePersonAlertW100.displayName = 'OnesyIconMaterialZonePersonAlertW100'; exports.default = IconMaterialZonePersonAlertW100;