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.

21 lines (20 loc) 980 B
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] = "5f5ca454-5052-4937-a6f0-5b7086cdbad2", e._sentryDebugIdIdentifier = "sentry-dbid-5f5ca454-5052-4937-a6f0-5b7086cdbad2"); } catch (e) {} import { jsx } from "preact/jsx-runtime"; //#region src/assets/icons/reporting.svg?component var SvgReporting = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M2 0v16h12V4.4L9.6 0zm6 1.33V6h4.67v8.67H3.33v-2.4l1.34-1.33 2 2L10 9.61v1.72h1.33v-4h-4v1.34h1.73l-2.4 2.39-2-2-1.33 1.33V1.33zm4.39 3.34H9.33V1.6z", style: { fillOpacity: 1 } }) }); //#endregion export { SvgReporting as default };