@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
13 lines (12 loc) • 1.06 kB
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgHeadquarter = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: [
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M7.25 8.75V6.25H8.75L8.75 8.75L7.25 8.75Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M4.25 6.25V8.75H5.75V6.25H4.25Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M10.25 8.75L10.25 6.25L11.75 6.25L11.75 8.75H10.25Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M4.25 12.75H5.75L5.75 10.25H4.25L4.25 12.75Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M10.25 10.25V12.75H11.75V10.25H10.25Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M4.25 0.25L11.75 0.25V3.25L14.75 3.25L14.75 14.25H16V15.75L0 15.75L0 14.25H1.25L1.25 3.25L4.25 3.25V0.25ZM8.75 14.25H13.25L13.25 4.75L2.75 4.75L2.75 14.25H7.25L7.25 10.25L8.75 10.25V14.25ZM10.25 1.75L5.75 1.75V3.25L10.25 3.25V1.75Z" })
] });
export {
SvgHeadquarter as default
};