@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.18 kB
JavaScript
import { jsx as n, jsxs as a } from "react/jsx-runtime";
import { memo as t } from "react";
function l(e) {
return /* @__PURE__ */ n(
"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: "IconJohanna12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ n("g", { clipPath: "url(#Johanna12)", children: /* @__PURE__ */ n(
"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 0M8.429 6A2.429 2.429 0 1 1 3.57 6a2.429 2.429 0 0 1 4.86 0m1 0a3.429 3.429 0 1 1-6.86 0 3.429 3.429 0 0 1 6.86 0",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "Johanna12", children: /* @__PURE__ */ n("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = t(l);
export {
c as default
};
//# sourceMappingURL=IconJohanna12.es.js.map