@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.52 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] = "6991086b-564f-4776-b5de-8de123c3aa9d", e._sentryDebugIdIdentifier = "sentry-dbid-6991086b-564f-4776-b5de-8de123c3aa9d");
} catch (e) {}
import { jsx, jsxs } from "preact/jsx-runtime";
//#region src/components/BankAccount/assets/tink-logo.svg?component
var SvgTinkLogo = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 2 43 19",
role: "img",
...props,
children: [/* @__PURE__ */ jsx("path", { d: "M4.18 14.6c0 .93.48 1.57 1.87 1.57q.68 0 1.26-.21l.08 1.95c-.35.14-.98.25-1.7.25-2.55 0-4-1.39-4-3.5v-4.15H.19V8.59h1.63V5.3h2.36v3.3h3.06v1.9H4.18zm4.67-6.01h2.5v9.47h-2.5zm6.58 1.38c.6-.88 1.64-1.48 3.16-1.48 2.24 0 3.55 1.43 3.54 3.62v5.95h-2.52v-5.4c0-1.34-.66-2.13-1.93-2.13-1.35 0-2.23.86-2.23 2.16v5.37h-2.5V8.6h2.4zm17.53-1.38L29.2 12.5l4.13 5.55H30.5l-2.9-3.88-1.43 1.49v2.39h-2.5V5.29h2.5v7.4l3.8-4.1zM8.85 5.29h2.5v2.08h-2.5zm26.49-2.58a3 3 0 0 1-1.2.23v2.35c3.11 0 5.63-2.37 5.63-5.29h-2.5a2.8 2.8 0 0 1-.91 2.08q-.45.41-1.02.63" }), /* @__PURE__ */ jsx("path", { d: "M41.33 5.51a3 3 0 0 1 1.2-.22V2.92c-3.11 0-5.63 2.37-5.63 5.3s2.52 5.29 5.63 5.29v-2.35c-1.72 0-3.12-1.32-3.12-2.94a2.8 2.8 0 0 1 .91-2.07q.45-.42 1.01-.64" })]
});
//#endregion
export { SvgTinkLogo as default };