@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
9 lines (8 loc) • 648 B
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgDocumentPlus = (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: "#00112C", d: "M2.24609 0.25V15.75H7.74609V14.25H3.74609V1.75H7.24609V6.75H12.2461V9.75H13.7461V4.68934L9.30675 0.25H2.24609ZM8.74609 1.81066L12.1854 5.25H8.74609V1.81066Z" }),
/* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M11.7461 13.75V15.75H10.2461V13.75H8.24609V12.25H10.2461V10.25H11.7461V12.25H13.7461V13.75H11.7461Z" })
] });
export {
SvgDocumentPlus as default
};