@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.
33 lines (32 loc) • 2.76 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] = "ca18bf23-f6fd-48ed-a9c4-b85a1901db59", e._sentryDebugIdIdentifier = "sentry-dbid-ca18bf23-f6fd-48ed-a9c4-b85a1901db59");
} 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.svg?component
var SvgGraph = (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-graph__a)",
children: [
/* @__PURE__ */ jsx("path", { d: "M10.25 3C10.25 3.37887 10.3266 3.73984 10.4652 4.06826L9.597 4.76097C9.1468 4.43928 8.59551 4.25 8 4.25C6.48122 4.25 5.25 5.48122 5.25 7C5.25 7.57504 5.4265 8.10886 5.72828 8.55024L4.12026 10.4878C3.77809 10.335 3.39897 10.25 3 10.25C1.48122 10.25 0.25 11.4812 0.25 13C0.25 14.5188 1.48122 15.75 3 15.75C4.51878 15.75 5.75 14.5188 5.75 13C5.75 12.4248 5.5734 11.8908 5.27147 11.4494L6.87934 9.51205C7.22162 9.66498 7.60088 9.75 8 9.75C9.51878 9.75 10.75 8.51878 10.75 7C10.75 6.62112 10.6734 6.26013 10.5348 5.93169L11.403 5.239C11.8532 5.5607 12.4045 5.75 13 5.75C14.5188 5.75 15.75 4.51878 15.75 3C15.75 1.48122 14.5188 0.25 13 0.25C11.4812 0.25 10.25 1.48122 10.25 3ZM13 1.75C13.6904 1.75 14.25 2.30964 14.25 3C14.25 3.69036 13.6904 4.25 13 4.25C12.6212 4.25 12.2818 4.08153 12.0526 3.81543L11.9936 3.74148C11.8405 3.53404 11.75 3.27759 11.75 3C11.75 2.30964 12.3096 1.75 13 1.75ZM7.29223 8.03046L7.11861 7.88637C6.89094 7.65997 6.75 7.34644 6.75 7C6.75 6.30964 7.30964 5.75 8 5.75C8.37636 5.75 8.71388 5.91633 8.94304 6.1795L9.0104 6.26393C9.16108 6.4704 9.25 6.72482 9.25 7C9.25 7.69036 8.69036 8.25 8 8.25C7.73726 8.25 7.49346 8.16894 7.29223 8.03046ZM3.70498 11.9676L3.88379 12.116C4.11005 12.3422 4.25 12.6548 4.25 13C4.25 13.6904 3.69036 14.25 3 14.25C2.30964 14.25 1.75 13.6904 1.75 13C1.75 12.3096 2.30964 11.75 3 11.75C3.26152 11.75 3.50429 11.8303 3.70498 11.9676Z" }),
/* @__PURE__ */ jsx("path", { d: "M8.75 11.25V15.75H7.25V11.25H8.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M13.75 15.75V7.25H12.25V15.75H13.75Z" })
]
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
id: "uia-ui-assets/icons-16-graph__a",
children: /* @__PURE__ */ jsx("rect", {
width: 16,
height: 16,
fill: "#fff"
})
}) })]
});
//#endregion
export { SvgGraph as default };