@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) • 1.62 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] = "de0e87fa-bb7e-413f-aa7b-980642f3b845", e._sentryDebugIdIdentifier = "sentry-dbid-de0e87fa-bb7e-413f-aa7b-980642f3b845");
} 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/hotel.svg?component
var SvgHotel = (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-hotel__a)",
children: [
/* @__PURE__ */ jsx("path", { d: "M10.75 12.75V10.25H9.25V12.75H10.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M10.75 6.25H9.25V8.75H10.75V6.25Z" }),
/* @__PURE__ */ jsx("path", { d: "M6.75 8.75V6.25H5.25V8.75H6.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M4.25 0.25H11.75V3.25H14.75V14.25H15.75V15.75H0.25V14.25H1.25V3.25H4.25V0.25ZM13.25 14.25V4.75H2.75V14.25H5.25V10.25H6.75V14.25H13.25ZM10.25 1.75H5.75V3.25H10.25V1.75Z" })
]
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
id: "uia-ui-assets/icons-16-hotel__a",
children: /* @__PURE__ */ jsx("rect", {
width: 16,
height: 16,
fill: "#fff"
})
}) })]
});
//#endregion
export { SvgHotel as default };