UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.84 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 IconMaterialHematology = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Hematology', short_name: 'Hematology', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M521-40q-73 0-116.5-61T361-240q0-78 43.5-139T521-440q73 0 116.5 61T681-240q0 78-43.5 139T521-40ZM241-480q0 94-11 185.5T193-112q-5 17-20 27t-32 5q-17-5-23-22.5t-1-35.5q23-84 33.5-169T161-480q0-88-10.5-173T117-822q-5-18 1-35.5t23-22.5q17-5 32 5t20 27q26 91 37 182.5T241-480Zm560 0q0 88 10.5 173T845-138q5 18-1 35.5T821-80q-17 5-32-5t-20-27q-26-91-37-182.5T721-480q0-94 11-185.5T769-848q5-17 20-27t32-5q17 5 23 22.5t1 35.5q-23 84-33.5 169T801-480ZM521-120q40 0 60-37.5t20-82.5q0-45-20-82.5T521-360q-40 0-60 37.5T441-240q0 45 20 82.5t60 37.5Zm-31-48q9 8 21 8t21-9q14-14 21.5-32.5T561-240q0-20-7-38.5T533-311q-8-9-20.5-9t-21.5 8q-9 8-9.5 21t7.5 22l6 8.5q6 8.5 6 20.5t-6 20.5l-6 8.5q-9 9-8.5 22t9.5 21Zm-49-352q-73 0-116.5-61T281-720q0-78 43.5-139T441-920q73 0 116.5 61T601-720q0 78-43.5 139T441-520Zm0-80q40 0 60-37.5t20-82.5q0-45-20-82.5T441-840q-40 0-60 37.5T361-720q0 45 20 82.5t60 37.5Zm30-48q9-8 9.5-21t-7.5-22q-5-6-8.5-13.5T461-720q0-8 3.5-15.5T473-749q8-9 8-21.5t-9-21.5q-9-8-21-8t-21 9q-14 14-21.5 32.5T401-720q0 20 7 38.5t21 32.5q9 9 21 9t21-8Zm-30-72Zm80 480Z" }) }))); }); IconMaterialHematology.displayName = 'OnesyIconMaterialHematology'; exports.default = IconMaterialHematology;