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

10 lines (9 loc) • 753 B
JavaScript
import "../../external/preact/compat/dist/compat.module.js";
import { jsx as l } from "../../external/preact/jsx-runtime/dist/jsxRuntime.module.js";
const e = (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(#checkmark-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 8M11 4.94l-4 4-2-2L3.94 8 7 11.06 12.06 6z" }) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "checkmark-circle-fill_svg__a", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }) })
] });
export {
e as default
};