@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.48 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as c } from "react";
function r(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconHeartCircle32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12m2 0c0 7.732-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2s14 6.268 14 14m-19.918-.775c-.197-.835-.084-1.635.807-2.527.579-.578.986-.678 1.202-.695.251-.02.556.053.927.268.374.216.718.524.983.807a5 5 0 0 1 .35.417l.01.012a2 2 0 0 0 3.279 0l.008-.012.064-.083c.062-.08.16-.197.287-.334.265-.283.609-.59.983-.807.37-.215.676-.287.927-.268.216.017.623.117 1.202.695.891.892 1.004 1.692.807 2.527-.235.998-.96 2.152-2.038 3.337-1.049 1.153-2.28 2.175-3.274 2.92q-.326.245-.606.443-.279-.198-.606-.443c-.994-.745-2.225-1.767-3.274-2.92-1.077-1.186-1.803-2.339-2.038-3.337M16 12.362s.539-.781 1.415-1.445c1.226-.93 3.114-1.629 5.11.367C28.118 16.877 16 24.334 16 24.334s-12.118-7.457-6.525-13.05c1.996-1.996 3.884-1.296 5.11-.367A7.1 7.1 0 0 1 16 12.362",
clipRule: "evenodd"
}
)
}
);
}
const n = c(r);
export {
n as default
};
//# sourceMappingURL=IconHeartCircle32.es.js.map