@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.
34 lines (33 loc) • 2.32 kB
JavaScript
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] = "656509c3-bcfb-49a0-8866-e8929251ce8a", e._sentryDebugIdIdentifier = "sentry-dbid-656509c3-bcfb-49a0-8866-e8929251ce8a");
} catch (e) {}
import { jsx, jsxs } from "preact/jsx-runtime";
//#region node_modules/.pnpm/@adyen+ui-assets-icons-16@7.9.2_vue@3.5.33_typescript@6.0.3_/node_modules/@adyen/ui-assets-icons-16/dist/svg/webinar.svg?component
var 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: "#001222",
clipPath: "url(#uia-ui-assets/icons-16-webinar__a)",
children: [
/* @__PURE__ */ jsx("path", { d: "M11.75 15.75H4.25V14.25H11.75V15.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M8 3.25C9.24264 3.25 10.25 4.25736 10.25 5.5C10.25 6.74264 9.24264 7.75 8 7.75C6.75736 7.75 5.75 6.74264 5.75 5.5C5.75 4.25736 6.75736 3.25 8 3.25ZM8 4.75C7.58579 4.75 7.25 5.08579 7.25 5.5C7.25 5.91421 7.58579 6.25 8 6.25C8.41421 6.25 8.75 5.91421 8.75 5.5C8.75 5.08579 8.41421 4.75 8 4.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M12.5 2.5C13.052 2.5 13.5 2.948 13.5 3.5C13.5 4.052 13.052 4.5 12.5 4.5C11.948 4.5 11.5 4.052 11.5 3.5C11.5 2.948 11.948 2.5 12.5 2.5Z" }),
/* @__PURE__ */ jsx("path", { d: "M13 0.25C14.5188 0.25 15.75 1.48122 15.75 3V10C15.75 11.5188 14.5188 12.75 13 12.75H3C1.48122 12.75 0.25 11.5188 0.25 10V3C0.25 1.48122 1.48122 0.25 3 0.25H13ZM3 1.75C2.30964 1.75 1.75 2.30964 1.75 3V10C1.75 10.6904 2.30964 11.25 3 11.25H3.25V11C3.25 9.48122 4.48122 8.25 6 8.25H10C11.5188 8.25 12.75 9.48122 12.75 11V11.25H13C13.6904 11.25 14.25 10.6904 14.25 10V3C14.25 2.30964 13.6904 1.75 13 1.75H3ZM6 9.75C5.30964 9.75 4.75 10.3096 4.75 11V11.25H11.25V11C11.25 10.3096 10.6904 9.75 10 9.75H6Z" })
]
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
id: "uia-ui-assets/icons-16-webinar__a",
children: /* @__PURE__ */ jsx("rect", {
width: 16,
height: 16,
fill: "#fff"
})
}) })]
});
//#endregion
export { SvgWebinar as default };