@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.39 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] = "cfd8c3f8-7e7b-4ac7-a5f6-8d19cfef4cf3", e._sentryDebugIdIdentifier = "sentry-dbid-cfd8c3f8-7e7b-4ac7-a5f6-8d19cfef4cf3");
} 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/solution-payments.svg?component
var SvgSolutionPayments = (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: "M3.7578 7.04509C3.75262 6.94733 3.75 6.84894 3.75 6.75C3.75 3.71243 6.21243 1.25 9.25 1.25C12.2876 1.25 14.75 3.71243 14.75 6.75C14.75 9.78232 12.2961 12.2415 9.26574 12.25L8.39496 15.7158L0.53418 7.85501L3.7578 7.04509ZM5.25078 6.66998L11.0327 5.21729L9.64751 10.7305C11.67 10.531 13.25 8.82499 13.25 6.75C13.25 4.54086 11.4591 2.75 9.25 2.75C7.0676 2.75 5.29341 4.49778 5.25078 6.66998ZM7.58486 12.7844L8.96709 7.28288L3.4656 8.66512L7.58486 12.7844Z"
})
});
//#endregion
export { SvgSolutionPayments as default };