@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.57 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] = "8d3e065f-02c5-4e78-abc7-06abf206b1f3", e._sentryDebugIdIdentifier = "sentry-dbid-8d3e065f-02c5-4e78-abc7-06abf206b1f3");
} 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/terminal-1.svg?component
var SvgTerminal1 = (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: "M11.75 15.75H4.25V14.25H11.75V15.75Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M8 8.5C8.55228 8.5 9 8.94772 9 9.5C9 10.0523 8.55228 10.5 8 10.5C7.44772 10.5 7 10.0523 7 9.5C7 8.94772 7.44772 8.5 8 8.5Z"
}),
/* @__PURE__ */ jsx("path", {
fill: "#001222",
d: "M10 0.25C11.5188 0.25 12.75 1.48122 12.75 3V10C12.75 11.5188 11.5188 12.75 10 12.75H6C4.48122 12.75 3.25 11.5188 3.25 10V3C3.25 1.48122 4.48122 0.25 6 0.25H10ZM4.75 10C4.75 10.6904 5.30964 11.25 6 11.25H10C10.6904 11.25 11.25 10.6904 11.25 10V7.75H4.75V10ZM6 1.75C5.30964 1.75 4.75 2.30964 4.75 3V6.25H11.25V3C11.25 2.30964 10.6904 1.75 10 1.75H6Z"
})
]
});
//#endregion
export { SvgTerminal1 as default };