@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 996 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function s(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCrossCircle24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 20.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17m0 1.5c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M7.757 7.757a.75.75 0 0 1 1.061 0L12 10.94l3.182-3.182a.75.75 0 0 1 1.06 1.061L13.062 12l3.182 3.182a.75.75 0 0 1-1.061 1.06L12 13.062l-3.182 3.182a.75.75 0 0 1-1.06-1.061L10.938 12 7.757 8.818a.75.75 0 0 1 0-1.06",
clipRule: "evenodd"
}
)
}
);
}
const a = r(s);
export {
a as default
};
//# sourceMappingURL=IconCrossCircle24.es.js.map