UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

10 lines (9 loc) 753 B
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 };