@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.
34 lines (33 loc) • 2.24 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] = "af70d444-71fe-4ad1-91a8-b3271566240a", e._sentryDebugIdIdentifier = "sentry-dbid-af70d444-71fe-4ad1-91a8-b3271566240a");
} 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/pay-by-link-plane.svg?component
var SvgPayByLinkPlane = (props) => /* @__PURE__ */ jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
role: "img",
...props,
children: [/* @__PURE__ */ jsxs("g", {
fill: "#001222",
clipPath: "url(#uia-ui-assets/icons-16-pay_by_link_plane__a)",
children: [
/* @__PURE__ */ jsx("path", { d: "M6.53027 10.5381L1.53125 15.5371L0.470703 14.4766L5.46973 9.47754L6.53027 10.5381Z" }),
/* @__PURE__ */ jsx("path", { d: "M7.4707 11.4707L8.53125 12.5312L5.5332 15.5293L4.47266 14.4688L7.4707 11.4707Z" }),
/* @__PURE__ */ jsx("path", { d: "M16 0.00976562H15.9902L15.5195 1.5498L13.8896 6.76953L11.8604 13.2305L11.4902 14.4199L7.95996 10.8604C7.40996 10.3104 7.14992 9.56984 7.16992 8.83984C7.16666 8.83995 7.16342 8.83975 7.16016 8.83984H7.08008C6.34011 8.82984 5.64987 8.55023 5.12988 8.03027L1.62988 4.5L14.4502 0.480469H14.46L15.9902 0L16 0.00976562ZM9.03027 8.04004H9.01953C8.52991 8.51996 8.52997 9.31985 9.01953 9.7998L10.79 11.5996L13.2197 3.83984L9.03027 8.04004ZM4.44043 5.19043L6.20996 6.96973C6.43992 7.19969 6.74991 7.3398 7.08984 7.33984C7.42984 7.33984 7.72973 7.20972 7.96973 6.96973L12.1543 2.78418L4.44043 5.19043Z" }),
/* @__PURE__ */ jsx("path", { d: "M4.58008 8.53027L1.53027 11.5303L0.469727 10.4697L3.51953 7.46973L4.58008 8.53027Z" })
]
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
id: "uia-ui-assets/icons-16-pay_by_link_plane__a",
children: /* @__PURE__ */ jsx("rect", {
width: 16,
height: 16,
fill: "#fff"
})
}) })]
});
//#endregion
export { SvgPayByLinkPlane as default };