@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.
20 lines (19 loc) • 1.13 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] = "bf25fd26-fd25-4de0-a075-fbbd15d1cfac", e._sentryDebugIdIdentifier = "sentry-dbid-bf25fd26-fd25-4de0-a075-fbbd15d1cfac");
} catch (e) {}
import { jsx, jsxs } from "preact/jsx-runtime";
//#region src/assets/icons/review.svg?component
var SvgReview = (props) => /* @__PURE__ */ jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 28 41",
role: "img",
...props,
children: /* @__PURE__ */ jsxs("g", {
fill: "currentColor",
children: [/* @__PURE__ */ jsx("path", { d: "m12 31.44 9.41-9.41L20 20.6l-8 8-4-4-1.41 1.42z" }), /* @__PURE__ */ jsx("path", { d: "M0 3.03a3 3 0 0 1 3-3h13.41L28 11.6v25.42a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v34a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-23h-8.82A3.2 3.2 0 0 1 14 10.85V2.03zm13 .41v8.4c0 .66.53 1.19 1.18 1.19h8.4z" })]
})
});
//#endregion
export { SvgReview as default };