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

22 lines (21 loc) 2.55 kB
import { jsxs, jsx } from "preact/compat/jsx-runtime"; const 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" }) ] }); export { SvgDocumentFront as default };