UNPKG

@icongo/gi

Version:
25 lines 729 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var GIHeart = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 256 256" }, props, { children: [/*#__PURE__*/_jsx("circle", { cx: 128, cy: 128, r: 128 }), /*#__PURE__*/_jsx("circle", { cx: 128, cy: 128, r: 101, stroke: "#fff", strokeWidth: 18 }), /*#__PURE__*/_jsx("path", { fill: "#fff", d: "M128 204c16-24 68-78 68-94 0-24-20-39.824-36-40-16 0-32 10-32 30 0-20-16-30-32-30-16-.176-36 16-36 40 0 16 52 70 68 94z" })] })); export { GIHeart };