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.

19 lines (18 loc) 2.46 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] = "d89c3e32-e834-4b23-9869-b40479c6e21c", e._sentryDebugIdIdentifier = "sentry-dbid-d89c3e32-e834-4b23-9869-b40479c6e21c"); } catch (e) {} import { jsx } from "preact/jsx-runtime"; //#region src/components/Individual/assets/onfido-logo.svg?component var SvgOnfidoLogo = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 67 16", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { d: "M44.9.3q.32-.3.75-.3.42 0 .74.3.3.32.3.75a1 1 0 0 1-.3.74q-.31.3-.74.3a1 1 0 0 1-.74-.3q-.3-.31-.3-.74 0-.45.3-.74m1.44 3.38h-1.38v8.13h1.38zm5.48-.23c1.14 0 2.23.5 3.01 1.37V.38h1.37v11.43h-1.37v-1.14a4 4 0 0 1-3 1.36 4.2 4.2 0 0 1-4.13-4.29 4.2 4.2 0 0 1 4.12-4.29m.09 7.28a2.94 2.94 0 0 0 2.88-2.99c0-1.65-1.3-2.99-2.88-2.99a2.94 2.94 0 0 0-2.88 3 2.94 2.94 0 0 0 2.88 2.98m5.53-2.99a4.29 4.29 0 1 1 8.58 0 4.29 4.29 0 0 1-8.58 0m4.28 3a2.94 2.94 0 0 0 2.88-3 2.94 2.94 0 0 0-2.88-2.99 2.94 2.94 0 0 0-2.88 3 2.94 2.94 0 0 0 2.88 2.98M41.06 2.06v1.61h2.32v1.27h-2.32v6.86h-1.38V4.96h-1.52V3.68h1.52V2.05c0-1.07.88-1.95 1.95-1.95h1.75v1.25h-1.6c-.4 0-.72.33-.72.72M34.1 3.45q-1.82.02-2.62 1.4V3.69h-1.37v8.13h1.37V7.58q0-1.28.64-2.06.64-.75 1.76-.76.94 0 1.49.61.55.62.55 1.85v4.58h1.37V6.96q0-1.75-.84-2.63a3.2 3.2 0 0 0-2.35-.88m-13.86 4.3a4.29 4.29 0 1 1 8.58 0 4.29 4.29 0 0 1-8.58 0m4.29 2.98a2.94 2.94 0 0 0 2.88-2.99c0-1.65-1.3-2.99-2.88-2.99a2.94 2.94 0 0 0-2.89 3c0 1.64 1.3 2.98 2.89 2.98M10.16 7.52a2.66 2.66 0 1 1-5.33 0 2.66 2.66 0 0 1 5.33 0M3.6 13.04l.44-.3a7.1 7.1 0 0 1 7.32.02c.09.05.09.17 0 .22l-.05.05-.37.23a14 14 0 0 1-4.39 1.73c-.6.13-1.24-.03-1.7-.43q-.7-.59-1.28-1.22a.2.2 0 0 1 .03-.3M11.4 2a.2.2 0 0 0 .03-.3q-.6-.64-1.27-1.23c-.47-.4-1.1-.56-1.71-.42a15 15 0 0 0-4.39 1.73l-.37.23-.06.04a.13.13 0 0 0 0 .23A7.1 7.1 0 0 0 11.4 2M2.28 4.05 2 3.61a.2.2 0 0 0-.3-.03q-.63.6-1.22 1.27c-.4.47-.56 1.11-.42 1.72a16 16 0 0 0 1.73 4.4l.23.36.04.07c.05.08.17.08.22 0a7.1 7.1 0 0 0 .01-7.35m10.73 7.38-.3-.44a7.1 7.1 0 0 1 .02-7.34.13.13 0 0 1 .22-.01l.04.06.23.37a14 14 0 0 1 1.73 4.4 2 2 0 0 1-.42 1.72q-.6.68-1.22 1.27a.2.2 0 0 1-.3-.03", clipRule: "evenodd" }) }); //#endregion export { SvgOnfidoLogo as default };