@icongo/mc
Version:
Micon Icons
13 lines • 911 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlHealth = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M347 1024h-39l716 716 588-588h181l-769 769-865-864q-35-35-62-75.5T50 896h243l283-282 448 447 320-319 155 154h355q32-51 49-108t17-117q0-87-32.5-162t-89-130.5-132-87T1504 260q-84 0-149 26.5T1235 356t-105.5 97.5T1024 564q-54-54-105-109t-106.5-99-121-72T544 256q-86 0-161.5 32.5t-132 89-89 132T129 671q0 47 11 97H9q-5-24-6.5-48T1 672q0-113 42.5-212t116-173T332 170.5 544 128q83 0 148 19t120.5 52.5 106 80.5T1024 383q55-56 105.5-103t106-80.5T1356 147t148-19q112 0 211 42.5T1887.5 286t116 172 42.5 211q0 97-34 188.5t-97 166.5h-470l-101-102-320 321-448-449z"
})
}));
export { MCMdlHealth };