UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.6 kB
import { jsx as e, jsxs as t } from "react/jsx-runtime"; import { memo as r } from "react"; function c(l) { return /* @__PURE__ */ e( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconHeartCircle12", "aria-hidden": "true", ...l, children: /* @__PURE__ */ t("g", { fill: "none", children: [ /* @__PURE__ */ e("g", { clipPath: "url(#HeartCircle12)", children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0m1 0A6 6 0 1 1 0 6a6 6 0 0 1 12 0m-8.398-.365c-.073-.311-.037-.603.308-.949.238-.237.4-.28.476-.29a.57.57 0 0 1 .324.07 1.8 1.8 0 0 1 .498.404l.001.002a1 1 0 0 0 1.582 0v-.001l.022-.025a1.8 1.8 0 0 1 .476-.38.57.57 0 0 1 .325-.07c.076.01.238.053.475.29.346.346.382.638.308.95-.092.392-.384.865-.84 1.366A10 10 0 0 1 6 8.363l-.174-.128a10 10 0 0 1-1.383-1.233c-.456-.501-.748-.974-.84-1.367M6 4.26s.296-.39.764-.646c.522-.288 1.258-.41 2.032.365C11.194 6.376 6 9.572 6 9.572S.806 6.376 3.203 3.98c.775-.774 1.51-.653 2.033-.365.468.257.764.646.764.646", clipRule: "evenodd" } ) }), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "HeartCircle12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const s = r(c); export { s as default }; //# sourceMappingURL=IconHeartCircle12.es.js.map