@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.
31 lines (30 loc) • 1.72 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] = "4185c14a-be59-4f11-a1a8-dae3daccceab", e._sentryDebugIdIdentifier = "sentry-dbid-4185c14a-be59-4f11-a1a8-dae3daccceab");
} 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/bin.svg?component
var SvgBin = (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: "M7.25 12.75H5.75V6.25H7.25V12.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M10.25 12.75H8.75V6.25H10.25V12.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M9.55957 0.25C10.7392 0.25 11.799 1.00369 12.1719 2.13379L12.542 3.25H14.75V4.75H13.6758L12.9072 13.2471C12.7823 14.6665 11.5854 15.75 10.1699 15.75H5.82031C4.40484 15.75 3.20795 14.6665 3.08301 13.2471L2.31445 4.75H1.25V3.25H3.45801L3.82812 2.13379C4.20101 1.00369 5.26078 0.25 6.44043 0.25H9.55957ZM4.57715 13.1123V13.1143C4.63305 13.754 5.17638 14.25 5.82031 14.25H10.1699C10.8139 14.25 11.3572 13.754 11.4131 13.1143V13.1123L12.1689 4.75H3.82129L4.57715 13.1123ZM6.44043 1.75C5.90065 1.75 5.41955 2.0955 5.25195 2.60449L5.03809 3.25H10.9619L10.748 2.60547C10.5805 2.09648 10.0994 1.75 9.55957 1.75H6.44043Z"
})
]
});
//#endregion
export { SvgBin as default };