@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.18 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 IconMaterialZonePersonUrgentW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ZonePersonUrgentW100Filled', short_name: 'ZonePersonUrgent', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M132-734v-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.97Zm60 562q-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-74Zm608-562v-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-260 98q-27 0-45.5-18.5T476-700q0-27 18.5-45.5T540-764q27 0 45.5 18.5T604-700q0 27-18.5 45.5T540-636ZM384-312l42-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-496 285-500l141-58q23-9 33.92-12.5 10.92-3.5 20.18-3.5 13.9 0 25.9 7.5 12 7.5 20 20.5l40 64q9 14 19.88 27.44Q596.77-441.12 611-430l-15 23q-19-16-36.5-37T527-491l-35 179H384Zm196 180q-8 0-12-7.5t0-14.5l160-279q4-7 12-8t13 7l160 280q5 8 .13 15-4.88 7-13.13 7H580Zm160-20q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8 0-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.8 0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm0-80q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-120q0-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.8v120q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Z" }) })));
});
IconMaterialZonePersonUrgentW100Filled.displayName = 'OnesyIconMaterialZonePersonUrgentW100Filled';
exports.default = IconMaterialZonePersonUrgentW100Filled;
;