UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.14 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 IconMaterialRadiologyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RadiologyW100Filled', short_name: 'Radiology', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-132q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h80v-76q0-6.8 4.64-11.4 4.64-4.6 11.5-4.6t11.36 4.6q4.5 4.6 4.5 11.4v76h276v-78q0-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.97v78h80q26 0 43 17t17 43v496q0 26-17 43t-43 17H232Zm173.95-28q6.05 0 10.05-3.97 4-3.96 4-10.03v-79q0-6-7-19l-80-94q-9-11-12-24.5t2-26.5q9 7 19.5 10.5T365-403q14.24 0 28.12-5.5T417-425q12-13 29-19.5t33.74-6.5q18.26 0 34.76 6.5Q531-438 543-425q11 11 24.67 16.5Q581.33-403 595-403q11.65 0 22.32-3.5Q628-410 637-417q5 13 2 26.5T627-366l-80 94q-3 5-5 9.5t-2 9.5v79q0 6.07 3.95 10.03 3.96 3.97 10 3.97 6.05 0 10.05-3.97 4-3.96 4-10.03v-79l80-95q8-9 14-21.97 6-12.97 6-30.03 0-10.61-2.5-20.8-2.5-10.2-7.5-19.07 5-8.13 7.5-18.33 2.5-10.19 2.5-20.8 0-14.39-5-27.69Q658-520 648-531l-80-95v-80q0-6.07-3.95-10.03-3.96-3.97-10-3.97-6.05 0-10.05 3.97-4 3.96-4 10.03v79q0 5 1.5 10t5.5 9l80 95q6 8 9.5 16.5T640-479q0 19-13 33.5T594-431q-8 0-16-3t-15-10q-17-17-38.5-26t-44.5-9q-23 0-44.5 9T397-444q-7 7-14.68 10T366-431q-20 0-33-14.5T320-480q0-9 3-17.5t10-16.5l80-94q3-5 5-9.5t2-9.5v-79q0-6.07-3.95-10.03-3.96-3.97-10-3.97-6.05 0-10.05 3.97-4 3.96-4 10.03v79l-80 95q-8 9-14 21.97-6 12.97-6 30.03 0 11.2 2.73 21.2 2.72 10 7.27 18.8-5 9-7.5 19.2-2.5 10.19-2.5 20.8 0 17.06 6 30.03Q304-357 312-348l80 95v79q0 6.07 3.95 10.03 3.96 3.97 10 3.97Z" }) }))); }); IconMaterialRadiologyW100Filled.displayName = 'OnesyIconMaterialRadiologyW100Filled'; exports.default = IconMaterialRadiologyW100Filled;