@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 kB
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const 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: "#00112C", clipPath: "url(#uia-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-icons-16-hotel__a", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#fff" }) }) })
] });
export {
SvgHotel as default
};