@icongo/pp
Version:
Pepicons Icons
17 lines • 562 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPHeart = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M10 5.722c1.69-3.023 7.5-1.968 7.5 2.4 0 2.918-2.5 5.582-7.5 7.993-5-2.41-7.5-5.075-7.5-7.993 0-4.368 5.81-5.423 7.5-2.4Z",
clipRule: "evenodd"
})
}));
export { PPHeart };