@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
14 lines (13 loc) • 1.17 kB
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgCashStack = (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: "#00112C", clipPath: "url(#uia-icons-16-cash_stack__a)", children: [
/* @__PURE__ */ jsx("path", { d: "M8 2.25C6.48579 2.25 5.25 3.48579 5.25 5C5.25 6.51421 6.48579 7.75 8 7.75C9.51421 7.75 10.75 6.51421 10.75 5C10.75 3.48579 9.51421 2.25 8 2.25ZM6.75 5C6.75 4.31421 7.31421 3.75 8 3.75C8.68579 3.75 9.25 4.31421 9.25 5C9.25 5.68579 8.68579 6.25 8 6.25C7.31421 6.25 6.75 5.68579 6.75 5Z" }),
/* @__PURE__ */ jsx("path", { d: "M0.25 0.25H15.75V9.75H0.25V0.25ZM1.75 1.75V8.25H14.25V1.75H1.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M15.75 12.75V11.25H0.25V12.75H15.75Z" }),
/* @__PURE__ */ jsx("path", { d: "M15.75 15.75V14.25H0.25V15.75H15.75Z" })
] }),
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "uia-icons-16-cash_stack__a", children: /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#fff" }) }) })
] });
export {
SvgCashStack as default
};