@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
6 lines (5 loc) • 538 B
JavaScript
import { jsx } from "preact/compat/jsx-runtime";
const SvgBank = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M9.20774 1.25H6.79226L1.25 4.57536V6.75H3.25V13.25H1.25V14.75H14.75V13.25H12.75V6.75H14.75V4.57536L9.20774 1.25ZM12.9589 5.25H3.04107L7.20774 2.75H8.79226L12.9589 5.25ZM8.75 6.75H11.25V13.25H8.75V6.75ZM7.25 6.75V13.25H4.75V6.75H7.25Z" }) });
export {
SvgBank as default
};