@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
18 lines (17 loc) • 1.09 kB
JavaScript
;
{
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] = "28e4e80e-840f-4dc2-a2ed-d8816988e834", e._sentryDebugIdIdentifier = "sentry-dbid-28e4e80e-840f-4dc2-a2ed-d8816988e834");
} catch (e) {
}
}
;
import { jsx } from "preact/compat/jsx-runtime";
const SvgReporting = (props) => /* @__PURE__ */ jsx("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { d: "M2 0V16H14V4.39052L9.60948 0H2ZM8 1.33333V6H12.6667V14.6667H3.33333V12.2749L4.66672 10.9416L6.66672 12.9416L10 9.60827V11.332H11.3333V7.33203H7.33333V8.66537H9.05729L6.66672 11.0559L4.66672 9.05594L3.33333 10.3893V1.33333H8ZM12.3905 4.66667H9.33333V1.60948L12.3905 4.66667Z", fill: "white", style: {
fill: "white",
fillOpacity: 1
} }) });
export {
SvgReporting as default
};