@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.
43 lines (42 loc) • 1.72 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] = "369757af-6690-488d-a331-cde57227cb84", e._sentryDebugIdIdentifier = "sentry-dbid-369757af-6690-488d-a331-cde57227cb84");
} 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/headquarter.svg?component
var 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: "#001222",
d: "M5.75 12.75H4.25V10.25H5.75V12.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M11.75 12.75H10.25V10.25H11.75V12.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M5.75 8.75H4.25V6.25H5.75V8.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M8.75 8.75H7.25V6.25H8.75V8.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M11.75 8.75H10.25V6.25H11.75V8.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M11.75 3.25H12C13.5188 3.25 14.75 4.48122 14.75 6V14.25H16V15.75H0V14.25H1.25V6C1.25 4.48122 2.48122 3.25 4 3.25H4.25V0.25H11.75V3.25ZM4 4.75C3.30964 4.75 2.75 5.30964 2.75 6V14.25H7.25V10.25H8.75V14.25H13.25V6C13.25 5.30964 12.6904 4.75 12 4.75H4ZM5.75 3.25H10.25V1.75H5.75V3.25Z"
})
]
});
//#endregion
export { SvgHeadquarter as default };