@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.
39 lines (38 loc) • 1.49 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] = "dd14ddb7-bd05-4fac-9a16-b8a3fe875e5e", e._sentryDebugIdIdentifier = "sentry-dbid-dd14ddb7-bd05-4fac-9a16-b8a3fe875e5e");
} 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/graph-up.svg?component
var SvgGraphUp = (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: "M14.75 1.25H9.25V2.75H12.1895L7.00011 7.9394L4.00011 4.9394L0.939453 8.00006L2.00011 9.06072L4.00011 7.06072L7.00011 10.0607L13.25 3.81083V6.75H14.75V1.25Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M2.75 10.25V14.75H1.25V10.25H2.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M6.75 14.75H5.25V12.25H6.75V14.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M10.75 10.25V14.75H9.25V10.25H10.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M14.75 14.75V8.25H13.25V14.75H14.75Z"
})
]
});
//#endregion
export { SvgGraphUp as default };