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

14 lines (13 loc) 1.73 kB
import { jsxs, jsx } from "preact/compat/jsx-runtime"; const SvgWebinar = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: [ /* @__PURE__ */ jsxs("g", { fill: "#00112C", clipPath: "url(#uia-icons-16-webinar__a)", children: [ /* @__PURE__ */ jsx("path", { d: "M8 3.25C6.75736 3.25 5.75 4.25736 5.75 5.5C5.75 6.74264 6.75736 7.75 8 7.75C9.24264 7.75 10.25 6.74264 10.25 5.5C10.25 4.25736 9.24264 3.25 8 3.25ZM7.25 5.5C7.25 5.08579 7.58579 4.75 8 4.75C8.41421 4.75 8.75 5.08579 8.75 5.5C8.75 5.91421 8.41421 6.25 8 6.25C7.58579 6.25 7.25 5.91421 7.25 5.5Z" }), /* @__PURE__ */ jsx("path", { d: "M13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5C12.5523 5 13 4.55228 13 4Z" }), /* @__PURE__ */ jsx("path", { d: "M13.5 12.75C14.7426 12.75 15.75 11.7426 15.75 10.5V2.5C15.75 1.25736 14.7426 0.25 13.5 0.25H2.5C1.25736 0.25 0.25 1.25736 0.25 2.5V10.5C0.25 11.7426 1.25736 12.75 2.5 12.75H13.5ZM2.5 1.75H13.5C13.9142 1.75 14.25 2.08579 14.25 2.5V10.5C14.25 10.9142 13.9142 11.25 13.5 11.25H12.75V10.5C12.75 9.25579 11.7442 8.25 10.5 8.25H5.5C4.25579 8.25 3.25 9.25579 3.25 10.5V11.25H2.5C2.08579 11.25 1.75 10.9142 1.75 10.5V2.5C1.75 2.08579 2.08579 1.75 2.5 1.75ZM4.75 10.5C4.75 10.0842 5.08421 9.75 5.5 9.75H10.5C10.9158 9.75 11.25 10.0842 11.25 10.5V11.25H4.75V10.5Z" }), /* @__PURE__ */ jsx("path", { d: "M4.25 15.75V14.25H11.75V15.75H4.25Z" }) ] }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "uia-icons-16-webinar__a", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#fff" }) }) }) ] }); export { SvgWebinar as default };