@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.35 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconHeartCircle16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0m1 0A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-9.96-.388c-.097-.417-.041-.817.405-1.263.289-.29.492-.34.6-.347.126-.01.279.026.464.133.187.109.359.262.491.404a3 3 0 0 1 .176.209l.004.006a1 1 0 0 0 1.64 0l.004-.006.032-.042c.031-.04.08-.099.144-.167a2.2 2.2 0 0 1 .491-.404c.185-.107.338-.143.463-.133.109.008.312.058.601.347.446.446.502.846.404 1.263-.117.5-.48 1.076-1.019 1.669a12 12 0 0 1-1.637 1.46q-.164.123-.303.221-.14-.099-.303-.22A12 12 0 0 1 6.06 9.28c-.539-.593-.902-1.17-1.02-1.669M8 6.182s.27-.392.707-.723c.614-.465 1.557-.815 2.556.183C14.059 8.44 8 12.167 8 12.167S1.94 8.44 4.737 5.642c.999-.998 1.942-.648 2.556-.183.438.332.707.722.707.722",
clipRule: "evenodd"
}
)
}
);
}
const n = c(r);
export {
n as default
};
//# sourceMappingURL=IconHeartCircle16.es.js.map