@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
21 lines (20 loc) • 1.3 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] = "aae2aed9-f222-46bd-9c72-a3fd437157d3", e._sentryDebugIdIdentifier = "sentry-dbid-aae2aed9-f222-46bd-9c72-a3fd437157d3");
} catch (e) {
}
}
;
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgGraphUp = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: [
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M14.75 1.25H9.25V2.75H12.1895L7.00011 7.9394L4.00011 4.9394L0.939453 8.00006L2.00011 9.06072L4.00011 7.06072L7.00011 10.0607L13.25 3.81083V6.75H14.75V1.25Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M2.75 10.25V14.75H1.25V10.25H2.75Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M6.75 14.75H5.25V12.25H6.75V14.75Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M10.75 10.25V14.75H9.25V10.25H10.75Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M14.75 14.75V8.25H13.25V14.75H14.75Z" })
] });
export {
SvgGraphUp as default
};