@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.
39 lines (38 loc) • 1.63 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] = "d01a7e49-8bbc-401f-811e-9d8b110b11a8", e._sentryDebugIdIdentifier = "sentry-dbid-d01a7e49-8bbc-401f-811e-9d8b110b11a8");
} catch (e) {}
import { jsx, jsxs } 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/payout.svg?component
var SvgPayout = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: [
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M15.75 2.25H0.25V3.75H14.25V12.25H3.25V13.75H15.75V2.25Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M3.75 5.25H1.25V6.75H3.75V5.25Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M5.25 8C5.25 6.48579 6.48579 5.25 8 5.25C9.51421 5.25 10.75 6.48579 10.75 8C10.75 9.51421 9.51421 10.75 8 10.75C6.48579 10.75 5.25 9.51421 5.25 8ZM8 6.75C7.31421 6.75 6.75 7.31421 6.75 8C6.75 8.68579 7.31421 9.25 8 9.25C8.68579 9.25 9.25 8.68579 9.25 8C9.25 7.31421 8.68579 6.75 8 6.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M11.25 7.25H13.75V8.75H11.25V7.25Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M2.25 9.25H4.75V10.75H2.25V9.25Z"
})
]
});
//#endregion
export { SvgPayout as default };