@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 819 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function a(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconJohanna20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.5 10a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0m1.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0m-5.5 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m1.5 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0",
clipRule: "evenodd"
}
)
}
);
}
const m = n(a);
export {
m as default
};
//# sourceMappingURL=IconJohanna20.es.js.map