@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.39 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] = "38b2a6a9-8fae-4a1c-95ed-d916cc900028", e._sentryDebugIdIdentifier = "sentry-dbid-38b2a6a9-8fae-4a1c-95ed-d916cc900028");
} 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/save.svg?component
var SvgSave = (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: "M14.75 4.35645V12C14.75 13.4907 13.5639 14.7007 12.084 14.7451V14.75H3.91699V14.7451C2.43666 14.7012 1.25 13.491 1.25 12V4C1.25 2.50901 2.43665 1.29783 3.91699 1.25391V1.25H11.6436L14.75 4.35645ZM5.41699 8.75V13.25H10.584V8.75H5.41699ZM10.084 6.08301H3.91699V2.75391C3.26537 2.79667 2.75 3.33756 2.75 4V12C2.75 12.6624 3.2654 13.2023 3.91699 13.2451V7.25H12.084V13.2451C12.7351 13.2018 13.25 12.6621 13.25 12V4.97754L11.0225 2.75H10.084V6.08301ZM5.41699 4.58301H8.58398V2.75H5.41699V4.58301Z"
})
});
//#endregion
export { SvgSave as default };