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

24 lines (23 loc) 2.84 kB
import { jsxs, jsx } from "preact/compat/jsx-runtime"; const 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" }) }) }) ] }); export { SvgDocumentCutOff as default };