UNPKG

@adyen/kyc-components

Version:

`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar

29 lines (28 loc) 2.57 kB
import { jsxs, jsx } from "preact/compat/jsx-runtime"; const 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 }) ] }) }) ] }); export { SvgDocumentBlurred as default };