@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.
114 lines (113 loc) • 3.3 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] = "2700a7c0-af94-4496-a093-f73583d473ed", e._sentryDebugIdIdentifier = "sentry-dbid-2700a7c0-af94-4496-a093-f73583d473ed");
} catch (e) {}
import { jsx, jsxs } from "preact/jsx-runtime";
//#region src/components/ui/molecules/DocumentGuidance/assets/document-front.svg?component
var SvgDocumentFront = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 200 160",
role: "img",
...props,
children: [
/* @__PURE__ */ jsx("path", {
fill: "#EEEFF1",
d: "M0 0h200v160H0z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#fff",
stroke: "#00112C",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M141.23 23H58.77A2.77 2.77 0 0 0 56 25.77v108.46a2.77 2.77 0 0 0 2.77 2.77h82.46a2.77 2.77 0 0 0 2.77-2.77V25.77a2.77 2.77 0 0 0-2.77-2.77"
}),
/* @__PURE__ */ jsx("path", {
fill: "#CEE0F2",
stroke: "#CEE0F2",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M74.61 125.7a7.44 7.44 0 1 0 0-14.88 7.44 7.44 0 0 0 0 14.88"
}),
/* @__PURE__ */ jsx("path", {
fill: "#A0BEE6",
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M88.34 50.06H67.16v5.08h21.18z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M87.05 76.13H67.16v2.54h19.89z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#A0BEE6",
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M127.48 50.06H93.14v5.08h34.34z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M67.16 42.16h14.69m-14.69-4.39h25.98"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M67.16 70.77h24.4"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M87.05 93.48H67.16v2.54h19.89z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M67.16 88.11h24.4"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M117.44 76.13H97.55v2.54h19.89z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M97.55 70.77h24.39"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M117.44 93.48H97.55v2.54h19.89z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M97.55 88.11h24.39"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M88.25 116.37h12.19m-12.19 4.52h12.19"
})
]
});
//#endregion
export { SvgDocumentFront as default };