UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMedicalInformationW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MedicalInformationW100Filled", short_name: "MedicalInformation", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M316-346v66q0 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-66h66q5.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-66v-66q0-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.98v66h-66q-5.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 4h66Zm218-44h186q6.07 0 10.03-3.95 3.97-3.96 3.97-10 0-6.05-3.97-10.05-3.96-4-10.03-4H534q-6.07 0-10.03 3.95-3.97 3.96-3.97 10 0 6.05 3.97 10.05 3.96 4 10.03 4Zm0 88h106q6.07 0 10.03-3.95 3.97-3.96 3.97-10 0-6.05-3.97-10.05-3.96-4-10.03-4H534q-6.07 0-10.03 3.95-3.97 3.96-3.97 10 0 6.05 3.97 10.05 3.96 4 10.03 4ZM192-132q-26 0-43-17t-17-43v-376q0-26 17-43t43-17h220v-172q0-11.55 8.23-19.78Q428.45-828 440-828h80q11.55 0 19.78 8.22Q548-811.55 548-800v172h220q26 0 43 17t17 43v376q0 26-17 43t-43 17H192Zm248-428h80v-240h-80v240Z" })); }); IconMaterialMedicalInformationW100Filled.displayName = 'OnesyIconMaterialMedicalInformationW100Filled'; export default IconMaterialMedicalInformationW100Filled;