@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.
16 lines (15 loc) • 1.91 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] = "5b304e5f-b257-4f9c-b4d8-231eeef09be5", e._sentryDebugIdIdentifier = "sentry-dbid-5b304e5f-b257-4f9c-b4d8-231eeef09be5");
} catch (e) {}
import { jsx } from "preact/jsx-runtime";
//#region src/components/BankAccount/assets/plaid-logo.svg?component
var SvgPlaidLogo = (props) => /* @__PURE__ */ jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 130 50",
role: "img",
...props,
children: /* @__PURE__ */ jsx("path", { d: "M66.25 16.27q-1.59-1.34-5.41-1.33h-5.76v17.78h4.3v-5.57h1.93q3.51 0 5.15-1.55A6 6 0 0 0 68.3 21q0-3-2.06-4.72m-5.05 6.85h-1.82v-4.16h1.64q2.98 0 2.98 2.1 0 2.06-2.8 2.06m14.47-8.19h-4.49v17.8h9.7V28.7h-5.2zm14 0-7.05 17.8h4.83l.92-2.6h6.13l.85 2.6h4.88l-7-17.8zm-.05 11.6 1.84-6.08 1.82 6.08zm12.86 6.18h4.5V14.93h-4.5zm21.92-14.45a7 7 0 0 0-2.14-2.05q-2.03-1.28-5.54-1.28h-5.92v17.78h6.92q3.75 0 6.02-2.45t2.27-6.5q0-3.24-1.61-5.5M117.2 28.7h-1.93v-9.74h1.95q2.06 0 3.17 1.29 1.11 1.28 1.11 3.64 0 4.8-4.3 4.8M18.64 0 4.09 3.81l-4 14.63 5 5.15L0 28.65l3.77 14.7 14.49 4.04 5.1-5.06 5 5.14 14.55-3.8 4.01-14.64-5.01-5.14 5.1-5.07-3.78-14.69L28.75.08l-5.1 5.07zM9.7 6.62l7.66-2 3.35 3.44-4.88 4.85zM26.53 8.1l3.4-3.38 7.64 2.13-6.23 6.19zM4.67 17.24l2.11-7.7 6.13 6.28-4.89 4.86zM34.22 16l6.23-6.2 1.98 7.75-3.4 3.38zm-15.5-.13L23.6 11l4.81 4.94-4.88 4.85zm-7.82 7.76 4.89-4.85 4.8 4.93-4.88 4.86zm15.5.13 4.9-4.86 4.8 4.94-4.89 4.86zM4.58 29.93l3.4-3.39 4.81 4.94-6.22 6.19zm14.02 1.6 4.89-4.86 4.8 4.93-4.88 4.86zm15.5.12 4.89-4.85 3.35 3.44-2.1 7.7zM9.44 40.62l6.22-6.19 4.81 4.94-3.4 3.39zm16.84-1.2 4.89-4.86 6.12 6.29-7.66 2z" })
});
//#endregion
export { SvgPlaidLogo as default };