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.

31 lines (30 loc) 2.08 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] = "a5c79c00-f0b6-4a29-a4b3-39758c41c113", e._sentryDebugIdIdentifier = "sentry-dbid-a5c79c00-f0b6-4a29-a4b3-39758c41c113"); } 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/partner.svg?component var SvgPartner = (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: "M10.375 13.2197H14.2197V11C14.2197 10.3308 13.6692 9.78027 13 9.78027H9.21973V8.21973H13C14.5308 8.21973 15.7803 9.46922 15.7803 11V14.7803H9.625L5.625 9.78027H3C2.33078 9.78027 1.78027 10.3308 1.78027 11V13.2197H6.78027V14.7803H0.219727V11C0.219727 9.46922 1.46922 8.21973 3 8.21973H6.375L10.375 13.2197Z" }), /* @__PURE__ */ jsx("path", { fill: "#001222", d: "M4 1.21973C5.53078 1.21973 6.78027 2.46922 6.78027 4C6.78027 5.53078 5.53078 6.78027 4 6.78027C2.46922 6.78027 1.21973 5.53078 1.21973 4C1.21973 2.46922 2.46922 1.21973 4 1.21973ZM4 2.78027C3.33078 2.78027 2.78027 3.33078 2.78027 4C2.78027 4.66922 3.33078 5.21973 4 5.21973C4.66922 5.21973 5.21973 4.66922 5.21973 4C5.21973 3.33078 4.66922 2.78027 4 2.78027Z" }), /* @__PURE__ */ jsx("path", { fill: "#001222", d: "M12 1.21973C13.5308 1.21973 14.7803 2.46922 14.7803 4C14.7803 5.53078 13.5308 6.78027 12 6.78027C10.4692 6.78027 9.21973 5.53078 9.21973 4C9.21973 2.46922 10.4692 1.21973 12 1.21973ZM12 2.78027C11.3308 2.78027 10.7803 3.33078 10.7803 4C10.7803 4.66922 11.3308 5.21973 12 5.21973C12.6692 5.21973 13.2197 4.66922 13.2197 4C13.2197 3.33078 12.6692 2.78027 12 2.78027Z" }) ] }); //#endregion export { SvgPartner as default };