@adyen/adyen-platform-experience-web
Version:

10 lines (9 loc) • 774 B
JavaScript
import "../../external/preact/compat/dist/compat.module.js";
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
const s = (r) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", ...r, children: [
/* @__PURE__ */ l("g", { clipPath: "url(#cross-circle-fill_svg__a)", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8M6 4.94 4.94 6l2 2-2 2L6 11.06l2-2 2 2L11.06 10l-2-2 2-2L10 4.94l-2 2z" }) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "cross-circle-fill_svg__a", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }) })
] });
export {
s as default
};