@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.03 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] = "db0bf968-0ca8-410a-b6de-5e380198e973", e._sentryDebugIdIdentifier = "sentry-dbid-db0bf968-0ca8-410a-b6de-5e380198e973");
} 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/chevron-right.svg?component
var SvgChevronRight = (props) => /* @__PURE__ */ jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: /* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M4.43945 12.9999L9.43945 7.99988L4.43945 2.99988L5.50011 1.93922L11.5608 7.99988L5.50011 14.0605L4.43945 12.9999Z"
})
});
//#endregion
export { SvgChevronRight as default };