@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.
21 lines (20 loc) • 1.17 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] = "fbd0634a-0e10-4bad-9ce8-9dee2f6e1f45", e._sentryDebugIdIdentifier = "sentry-dbid-fbd0634a-0e10-4bad-9ce8-9dee2f6e1f45");
} catch (e) {}
import { jsx } from "preact/jsx-runtime";
//#region node_modules/.pnpm/@adyen+ui-assets-icons-16@7.9.2_vue@3.5.33_typescript@6.0.3_/node_modules/@adyen/ui-assets-icons-16/dist/svg/bank.svg?component
var SvgBank = (props) => /* @__PURE__ */ jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M14.624 4.58398L14.75 4.77246V6.75H12.75V13.25H14.75V14.75H1.25V13.25H3.25V6.75H1.25V4.77246L1.37598 4.58398L3.59863 1.25H12.4014L14.624 4.58398ZM4.75 6.75V13.25H7.25V6.75H4.75ZM8.75 6.75V13.25H11.25V6.75H8.75ZM2.75 5.22656V5.25H13.25V5.22656L11.5986 2.75H4.40137L2.75 5.22656Z"
})
});
//#endregion
export { SvgBank as default };