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.

25 lines (24 loc) 1.13 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] = "60b6eb24-e79c-4d0d-bb2b-6bec01f0f00b", e._sentryDebugIdIdentifier = "sentry-dbid-60b6eb24-e79c-4d0d-bb2b-6bec01f0f00b"); } catch (e) {} import { jsx, jsxs } from "preact/jsx-runtime"; //#region src/assets/icons/funds-in.svg?component var SvgFundsIn = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", role: "img", ...props, children: [/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.67 0v5.72l2-2 .94.95L8 8.27l-3.6-3.6.93-.95 2 2V0zM12 12H4v1.33h8zM4 9.33h8v1.34H4z", style: { fillOpacity: 1 } }), /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M2.67 14V5.33H1.33V14c0 1.1.9 2 2 2h9.34a2 2 0 0 0 2-2V5.33h-1.34V14c0 .37-.3.67-.66.67H3.33a.67.67 0 0 1-.66-.67", style: { fillOpacity: 1 } })] }); //#endregion export { SvgFundsIn as default };