@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
12 lines (11 loc) • 1.55 kB
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgTrustlyLogo = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 64 16", role: "img", ...props, children: [
/* @__PURE__ */ jsxs("g", { fill: "#8390A3", clipPath: "url(#trustly-logo_svg__a)", children: [
/* @__PURE__ */ jsx("path", { d: "M21.96 13.33V4.96h-2.9V2.98h7.9v1.98h-2.9v8.37z" }),
/* @__PURE__ */ jsx("path", { d: "M26.63 13.33V5.82h1.92V7c.46-1.01 1.04-1.2 1.67-1.2h.74v2.02h-.62c-.9 0-1.72.54-1.72 2.19v3.31zm5.24-2.75V5.82h1.99v4.3c0 .87.4 1.52 1.26 1.52.82 0 1.34-.65 1.34-1.52v-4.3h1.99v7.51h-1.9v-.94a2.4 2.4 0 0 1-2.09 1.12c-1.6-.01-2.6-1.14-2.6-2.93Zm7.43.63 1.73-.4c.08.58.53 1.02 1.4 1.02.67 0 1.04-.29 1.04-.64 0-.28-.15-.5-.83-.65l-1.14-.25c-1.46-.33-2.08-1.02-2.08-2.29 0-1.29 1.03-2.33 2.97-2.33 2.05 0 2.88 1.28 2.96 2.11l-1.74.4c-.08-.44-.4-.92-1.26-.92-.55 0-.96.25-.96.62q.01.46.56.57l1.66.4c1.26.3 1.85 1.08 1.85 2.19 0 1.18-.92 2.44-3.02 2.44-2.3-.01-3.06-1.44-3.14-2.26m9.98 2.11c-1.29 0-2.15-.73-2.15-2.2v-3.5h-1.22V5.8h1.22V4.14l1.99-.6v2.27h1.47v1.8h-1.47v3.15c0 .55.28.76.8.76h.77v1.8zm2.5 0V2.98h1.98v10.35h-1.99Zm7.97-7.5h2.13l-3.03 10.2h-2.13l.84-2.69h-1.1l-2-7.51h2.13l1.5 5.81zM2 7.52h4.67V3.65l3.72 3.85-3.73 3.85v1.97h4.52V7.5h4.15V2.98H2z" })
] }),
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "trustly-logo_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 3h60v13H2z" }) }) })
] });
export {
SvgTrustlyLogo as default
};