UNPKG

@adyen/kyc-components

Version:

This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.

21 lines (20 loc) 1.02 kB
try { let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack; n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "d917bde0-0c7c-449b-b7d1-380e10733b33", e._sentryDebugIdIdentifier = "sentry-dbid-d917bde0-0c7c-449b-b7d1-380e10733b33"); } catch (e) {} import { jsx } from "preact/jsx-runtime"; //#region node_modules/.pnpm/@adyen+ui-assets-icons-16@7.9.2_vue@3.5.33_typescript@6.0.3_/node_modules/@adyen/ui-assets-icons-16/dist/svg/checkmark.svg?component var SvgCheckmark = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "#001222", d: "M15.0608 4.00011L14.0001 2.93945L6.00011 10.9395L2.00011 6.93945L0.939453 8.00011L6.00011 13.0608L15.0608 4.00011Z" }) }); //#endregion export { SvgCheckmark as default };