@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.
23 lines (22 loc) • 2.8 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] = "d552366b-a708-4225-a941-aba736f475f5", e._sentryDebugIdIdentifier = "sentry-dbid-d552366b-a708-4225-a941-aba736f475f5");
} catch (e) {}
import { jsx, jsxs } from "preact/jsx-runtime";
//#region src/components/BankAccount/assets/yapily-logo.svg?component
var SvgYapilyLogo = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 246 17",
role: "img",
...props,
children: [/* @__PURE__ */ jsx("path", {
fill: "#161616",
d: "M7.64 7.62 3.18 0H0l6.1 11.02v5.2h3.13V10.9L15.18 0h-3.15l-4.4 7.62ZM26.25 0l-7.17 16.21h3.25l1.45-3.43h7.99l1.44 3.43h3.37L29.5 0zM24.9 10.12l2.9-6.8 2.84 6.8zm29.95-8.66Q53.16 0 50.08 0h-6.7v16.21h3.12v-4.77h3.58q3.08 0 4.77-1.54a5.6 5.6 0 0 0 1.7-4.32q0-2.66-1.7-4.12m-2.21 6.48q-.95.77-2.73.77h-3.4v-6h3.4q1.79 0 2.73.74.94.75.94 2.22 0 1.5-.94 2.27M66.55 0h-3.13v16.21h3.13zm11.91 0h-3.13v16.21h10.18v-2.8h-7.05zm22.78 0-4.39 7.62L92.39 0H89.2l6.1 11.02v5.2h3.13V10.9L104.39 0z"
}), /* @__PURE__ */ jsx("path", {
fill: "#4D5866",
d: "M119.63 16.48a8.6 8.6 0 0 1-4.23-1.05 8 8 0 0 1-2.96-2.95 8.5 8.5 0 0 1-1.06-4.24q0-2.36 1.09-4.23a7.7 7.7 0 0 1 2.95-2.93A8.4 8.4 0 0 1 119.66 0q1.9 0 3.46.69a7 7 0 0 1 2.65 1.99l-1.86 1.8a5.3 5.3 0 0 0-4.12-1.87q-1.58 0-2.85.73a5 5 0 0 0-1.96 2 6 6 0 0 0-.7 2.9q0 1.63.7 2.9a5.2 5.2 0 0 0 4.8 2.73q2.46 0 4.13-1.9l1.86 1.83a7 7 0 0 1-2.67 2 9 9 0 0 1-3.47.68m19.41 0a8.6 8.6 0 0 1-4.25-1.05 8 8 0 0 1-2.98-2.95 8.4 8.4 0 0 1-1.08-4.24q0-2.34 1.08-4.21a7.6 7.6 0 0 1 2.98-2.95A8.5 8.5 0 0 1 139.04 0q2.37 0 4.26 1.08A7.7 7.7 0 0 1 146.28 4a8.3 8.3 0 0 1 1.08 4.23q0 2.36-1.08 4.24a8 8 0 0 1-2.98 2.95 8.6 8.6 0 0 1-4.26 1.05Zm0-2.6a5.2 5.2 0 0 0 4.72-2.72q.71-1.32.71-2.92t-.7-2.88a5 5 0 0 0-1.95-2.02 5.4 5.4 0 0 0-2.78-.73 5.3 5.3 0 0 0-4.72 2.75q-.7 1.27-.7 2.88a6 6 0 0 0 .7 2.9 5.2 5.2 0 0 0 4.72 2.73ZM167.76.23v16.02h-2.36L156.88 5.4v10.85h-2.84V.23h2.36l8.51 10.85V.23zm21.5 0v16.02h-2.36L178.38 5.4v10.85h-2.84V.23h2.36l8.51 10.85V.23zm19.36 13.53v2.5h-11.59V.22h11.28v2.5h-8.4v4.16h7.45v2.45h-7.46v4.42h8.72Zm13.91 2.72a8.6 8.6 0 0 1-4.23-1.05 8 8 0 0 1-2.96-2.95 8.5 8.5 0 0 1-1.06-4.24q0-2.36 1.09-4.23a7.7 7.7 0 0 1 2.95-2.93A8.4 8.4 0 0 1 222.56 0q1.9 0 3.46.69a7 7 0 0 1 2.65 1.99l-1.86 1.8a5.3 5.3 0 0 0-4.12-1.87q-1.58 0-2.85.73a5 5 0 0 0-1.96 2 6 6 0 0 0-.7 2.9q0 1.63.7 2.9a5.2 5.2 0 0 0 4.8 2.73q2.46 0 4.13-1.9l1.86 1.83a7 7 0 0 1-2.67 2 9 9 0 0 1-3.47.68m15.48-13.73h-5.11V.23H246v2.52h-5.12v13.5h-2.87z"
})]
});
//#endregion
export { SvgYapilyLogo as default };