@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.
24 lines (23 loc) • 1.25 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] = "982e4458-5198-45c4-90e9-eeb0cdd91d88", e._sentryDebugIdIdentifier = "sentry-dbid-982e4458-5198-45c4-90e9-eeb0cdd91d88");
} 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/capital.svg?component
var SvgCapital = (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: "M7.75 8.25H13.75V13.75H5C3.48122 13.75 2.25 12.5188 2.25 11V2.25H7.75V8.25ZM3.75 11C3.75 11.6904 4.30964 12.25 5 12.25H12.25V9.75H6.25V3.75H3.75V11Z"
}), /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M12 1.25C13.5188 1.25 14.75 2.48122 14.75 4V6.75H9.25V1.25H12ZM10.75 5.25H13.25V4C13.25 3.30964 12.6904 2.75 12 2.75H10.75V5.25Z"
})]
});
//#endregion
export { SvgCapital as default };