@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.
117 lines (116 loc) • 3.65 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] = "85276bc7-19a3-42ba-8874-a1e5721b7070", e._sentryDebugIdIdentifier = "sentry-dbid-85276bc7-19a3-42ba-8874-a1e5721b7070");
} catch (e) {}
import { jsx, jsxs } from "preact/jsx-runtime";
//#region src/components/ui/molecules/DocumentGuidance/assets/document-cut-off.svg?component
var SvgDocumentCutOff = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 200 160",
role: "img",
...props,
children: [/* @__PURE__ */ jsxs("g", {
clipPath: "url(#document-cut-off_svg__a)",
children: [
/* @__PURE__ */ jsx("path", {
fill: "#EEEFF1",
d: "M0 0h200v160H0z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#fff",
stroke: "#00112C",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M138.8-55.06 21.92-27.16a4.03 4.03 0 0 0-2.98 4.86l36.62 153.4a4.03 4.03 0 0 0 4.86 2.98l116.88-27.9a4.03 4.03 0 0 0 2.99-4.86l-36.63-153.4a4.03 4.03 0 0 0-4.86-2.98"
}),
/* @__PURE__ */ jsx("path", {
fill: "#CEE0F2",
stroke: "#CEE0F2",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M76.14 112.22a10.76 10.76 0 1 0 0-21.52 10.76 10.76 0 0 0 0 21.52"
}),
/* @__PURE__ */ jsx("path", {
fill: "#A0BEE6",
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m72.54.97-29.77 7.1 1.7 7.15 29.78-7.1z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m79.48 38.06-27.95 6.68.85 3.57 27.95-6.68z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#A0BEE6",
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "M127.57-12.17 79.3-.64 81 6.51l48.28-11.53z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m49.73 37.19 34.3-8.2"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m85.3 62.44-27.96 6.68.85 3.57L86.15 66z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m55.55 61.57 34.3-8.2"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m122.2 27.86-27.96 6.67.85 3.57 27.96-6.67z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m92.44 26.99 34.3-8.2"
}),
/* @__PURE__ */ jsx("path", {
fill: "#6F7988",
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m128.02 52.24-27.96 6.67.86 3.57 27.95-6.67z"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#A0BEE6",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m98.26 51.37 34.3-8.2"
}),
/* @__PURE__ */ jsx("path", {
stroke: "#6F7988",
strokeLinecap: "round",
strokeLinejoin: "round",
d: "m94.67 94.2 17.15-4.08M96.2 100.56l17.14-4.1"
})
]
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
id: "document-cut-off_svg__a",
children: /* @__PURE__ */ jsx("path", {
fill: "#fff",
d: "M0 0h200v160H0z"
})
}) })]
});
//#endregion
export { SvgDocumentCutOff as default };