@icongo/mc
Version:
Micon Icons
13 lines • 825 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlHeart = 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: "M1504 128q113 0 212 43t173 116.5 116.5 173T2048 672q0 109-41.5 209T1889 1057l-865 864-865-864Q83 981 41.5 881T0 672q0-112 42.5-211.5t116.5-173T332 171t212-43q83 0 148 19t120.5 52.5 106 80.5T1024 383q55-56 105.5-103t106-80.5T1356 147t148-19zm294 838q59-59 90-135t31-159q0-87-32-162.5t-88.5-131-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-162 32.5t-132.5 89-89 132.5T128 672q0 83 31.5 159T250 966l774 774z"
})
}));
export { MCMdlHeart };