@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.56 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] = "6c578cf9-6792-470e-83d0-694ce13b8c5d", e._sentryDebugIdIdentifier = "sentry-dbid-6c578cf9-6792-470e-83d0-694ce13b8c5d");
} 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/certificate.svg?component
var SvgCertificate = (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: "M2.24609 0.25H9.30675L13.7461 4.68934V6.75H7.24609V1.75H3.74609V14.25H8.74609V15.75H2.24609V0.25ZM8.74609 5.25H12.1854L8.74609 1.81066V5.25Z"
}), /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M12.9961 8.25C11.4819 8.25 10.2461 9.48579 10.2461 11C10.2461 12.019 10.8057 12.9119 11.6332 13.3869L11.0361 15.75H12.5761L12.9961 14.1L13.4161 15.75H14.9561L14.359 13.3869C15.1865 12.9119 15.7461 12.019 15.7461 11C15.7461 9.48579 14.5103 8.25 12.9961 8.25ZM11.7461 11C11.7461 10.3142 12.3103 9.75 12.9961 9.75C13.6819 9.75 14.2461 10.3142 14.2461 11C14.2461 11.6858 13.6819 12.25 12.9961 12.25C12.3103 12.25 11.7461 11.6858 11.7461 11Z"
})]
});
//#endregion
export { SvgCertificate as default };