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.04 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] = "9b2228fd-6995-4dd2-ac90-e2a6de6c8a86", e._sentryDebugIdIdentifier = "sentry-dbid-9b2228fd-6995-4dd2-ac90-e2a6de6c8a86"); } 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/coins.svg?component var SvgCoins = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: [/* @__PURE__ */ jsx("g", { clipPath: "url(#uia-ui-assets/icons-16-coins__a)", children: /* @__PURE__ */ jsx("path", { fill: "#001222", d: "M7.42156 3.31666C7.92705 1.5443 9.56466 0.25 11.4997 0.25C13.8439 0.25 15.7497 2.15579 15.7497 4.5C15.7497 6.43497 14.4555 8.07252 12.6833 8.57809C12.7286 8.88135 12.75 9.18939 12.75 9.5C12.75 12.9542 9.95421 15.75 6.5 15.75C3.04579 15.75 0.25 12.9542 0.25 9.5C0.25 6.04579 3.04579 3.25 6.5 3.25C6.81049 3.25 7.11842 3.27137 7.42156 3.31666ZM8.86728 3.71771C10.419 4.34468 11.6551 5.58074 12.2822 7.13239C13.4164 6.80331 14.2497 5.75015 14.2497 4.5C14.2497 2.98421 13.0155 1.75 11.4997 1.75C10.2495 1.75 9.19631 2.58341 8.86728 3.71771ZM7.5691 4.87262C7.23448 4.79051 6.87734 4.75 6.5 4.75C3.87421 4.75 1.75 6.87421 1.75 9.5C1.75 12.1258 3.87421 14.25 6.5 14.25C9.12579 14.25 11.25 12.1258 11.25 9.5C11.25 9.12484 11.21 8.76964 11.1288 8.43669L11.0575 8.18237C10.6182 6.6145 9.38521 5.38153 7.81734 4.94218L7.5691 4.87262Z" }) }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "uia-ui-assets/icons-16-coins__a", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#fff" }) }) })] }); //#endregion export { SvgCoins as default };