UNPKG

@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) 730 B
import { jsxs, jsx } from "preact/compat/jsx-runtime"; const SvgCapital = (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: "M12 1.25H9.25V6.75H14.75V4C14.75 2.48122 13.5188 1.25 12 1.25ZM10.75 5.25V2.75H12C12.6904 2.75 13.25 3.30964 13.25 4V5.25H10.75Z" }), /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M6.33333 2.25H2.25V10.3333C2.25 12.2203 3.7797 13.75 5.66667 13.75H13.75V8.25H7.75V3.66667C7.75 2.88426 7.11574 2.25 6.33333 2.25ZM3.75 10.3333V3.75H6.25V9.75H12.25V12.25H5.66667C4.60812 12.25 3.75 11.3919 3.75 10.3333Z" }) ] }); export { SvgCapital as default };