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.

117 lines (116 loc) 3.42 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] = "a3e9ddce-7e87-4155-b8c3-0f1460e35e5b", e._sentryDebugIdIdentifier = "sentry-dbid-a3e9ddce-7e87-4155-b8c3-0f1460e35e5b"); } catch (e) {} import { jsx, jsxs } from "preact/jsx-runtime"; //#region src/components/ui/molecules/DocumentGuidance/assets/document-blurred.svg?component var SvgDocumentBlurred = (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__ */ jsxs("g", { strokeLinecap: "round", strokeLinejoin: "round", filter: "url(#document-blurred_svg__a)", children: [ /* @__PURE__ */ jsx("path", { fill: "#fff", stroke: "#00112C", 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", 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", d: "M88.34 50.06H67.16v5.08h21.18z" }), /* @__PURE__ */ jsx("path", { fill: "#6F7988", stroke: "#6F7988", d: "M87.05 76.13H67.16v2.54h19.89z" }), /* @__PURE__ */ jsx("path", { fill: "#A0BEE6", stroke: "#A0BEE6", d: "M127.48 50.06H93.14v5.08h34.34z" }), /* @__PURE__ */ jsx("path", { stroke: "#6F7988", d: "M67.16 42.16h14.69m-14.69-4.39h25.98" }), /* @__PURE__ */ jsx("path", { stroke: "#A0BEE6", d: "M67.16 70.77h24.4" }), /* @__PURE__ */ jsx("path", { fill: "#6F7988", stroke: "#6F7988", d: "M87.05 93.48H67.16v2.54h19.89z" }), /* @__PURE__ */ jsx("path", { stroke: "#A0BEE6", d: "M67.16 88.11h24.4" }), /* @__PURE__ */ jsx("path", { fill: "#6F7988", stroke: "#6F7988", d: "M117.44 76.13H97.55v2.54h19.89z" }), /* @__PURE__ */ jsx("path", { stroke: "#A0BEE6", d: "M97.55 70.77h24.39" }), /* @__PURE__ */ jsx("path", { fill: "#6F7988", stroke: "#6F7988", d: "M117.44 93.48H97.55v2.54h19.89z" }), /* @__PURE__ */ jsx("path", { stroke: "#A0BEE6", d: "M97.55 88.11h24.39" }), /* @__PURE__ */ jsx("path", { stroke: "#6F7988", d: "M88.25 116.37h12.19m-12.19 4.52h12.19" }) ] }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("filter", { id: "document-blurred_svg__a", width: 97, height: 123, x: 51.5, y: 18.5, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse", children: [ /* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ jsx("feGaussianBlur", { result: "effect1_foregroundBlur_240_1483", stdDeviation: 2 }) ] }) }) ] }); //#endregion export { SvgDocumentBlurred as default };