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

12 lines (11 loc) 997 B
import { jsxs, jsx } from "preact/compat/jsx-runtime"; const SvgPayout = (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: "M15.75 2.25H0.25V3.75H14.25V12.25H3.25V13.75H15.75V2.25Z" }), /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M3.75 5.25H1.25V6.75H3.75V5.25Z" }), /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M5.25 8C5.25 6.48579 6.48579 5.25 8 5.25C9.51421 5.25 10.75 6.48579 10.75 8C10.75 9.51421 9.51421 10.75 8 10.75C6.48579 10.75 5.25 9.51421 5.25 8ZM8 6.75C7.31421 6.75 6.75 7.31421 6.75 8C6.75 8.68579 7.31421 9.25 8 9.25C8.68579 9.25 9.25 8.68579 9.25 8C9.25 7.31421 8.68579 6.75 8 6.75Z" }), /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M11.25 7.25H13.75V8.75H11.25V7.25Z" }), /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M2.25 9.25H4.75V10.75H2.25V9.25Z" }) ] }); export { SvgPayout as default };