@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.
34 lines (33 loc) • 1.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] = "1f1dd02b-4f12-4b7c-a0b3-fa39a3bc2cfc", e._sentryDebugIdIdentifier = "sentry-dbid-1f1dd02b-4f12-4b7c-a0b3-fa39a3bc2cfc");
} 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/cash-stack.svg?component
var SvgCashStack = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: [/* @__PURE__ */ jsxs("g", {
fill: "#001222",
clipPath: "url(#uia-ui-assets/icons-16-cash_stack__a)",
children: [
/* @__PURE__ */ jsx("path", { d: "M8 2.25C6.48579 2.25 5.25 3.48579 5.25 5C5.25 6.51421 6.48579 7.75 8 7.75C9.51421 7.75 10.75 6.51421 10.75 5C10.75 3.48579 9.51421 2.25 8 2.25ZM6.75 5C6.75 4.31421 7.31421 3.75 8 3.75C8.68579 3.75 9.25 4.31421 9.25 5C9.25 5.68579 8.68579 6.25 8 6.25C7.31421 6.25 6.75 5.68579 6.75 5Z" }),
/* @__PURE__ */ jsx("path", { d: "M0.25 0.25H15.75V9.75H0.25V0.25ZM1.75 1.75V8.25H14.25V1.75H1.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M15.75 12.75V11.25H0.25V12.75H15.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M15.75 15.75V14.25H0.25V15.75H15.75Z" })
]
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
id: "uia-ui-assets/icons-16-cash_stack__a",
children: /* @__PURE__ */ jsx("rect", {
width: 16,
height: 16,
fill: "#fff"
})
}) })]
});
//#endregion
export { SvgCashStack as default };