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

17 lines (16 loc) • 886 B
JavaScript
import { jsx as l } from "../../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
import { fixedForwardRef as h } from "../../../utils/preact/fixedForwardRef.js";
const o = h(({ title: i, ...r }, e) => /* @__PURE__ */ l("svg", { ref: e, xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...r, children: [
i && /* @__PURE__ */ l("title", { children: i }),
/* @__PURE__ */ l("g", { clipPath: "url(#a)", children: /* @__PURE__ */ l(
"path",
{
d: "M.25 8a7.75 7.75 0 1 1 15.5 0A7.75 7.75 0 0 1 .25 8ZM6 4.94 4.94 6l2 2-2 2L6 11.06l2-2 2 2L11.06 10l-2-2 2-2L10 4.94l-2 2-2-2Z",
fill: "currentColor"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
] }));
export {
o as default
};