@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.
21 lines (20 loc) • 1.08 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] = "3d7af096-5a86-46e7-8fa3-c7ce2f306d97", e._sentryDebugIdIdentifier = "sentry-dbid-3d7af096-5a86-46e7-8fa3-c7ce2f306d97");
} catch (e) {}
import { jsx } 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/contract.svg?component
var SvgContract = (props) => /* @__PURE__ */ jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 17,
height: 17,
fill: "none",
role: "img",
...props,
children: /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M14.6058 0.267635H2.39004V16.7324H9.89016L14.6058 12.0167V0.267635ZM13.0124 9.8278H7.70124V15.139H3.9834V1.861H13.0124V9.8278ZM12.948 11.4212L9.29461 15.0746V11.4212H12.948Z"
})
});
//#endregion
export { SvgContract as default };