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) 658 B
import { jsx, jsxs } from "preact/compat/jsx-runtime"; const SvgReview = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 28 41", role: "img", ...props, children: /* @__PURE__ */ jsxs("g", { fill: "currentColor", children: [ /* @__PURE__ */ jsx("path", { d: "m12 31.44 9.41-9.41L20 20.6l-8 8-4-4-1.41 1.42z" }), /* @__PURE__ */ jsx("path", { d: "M0 3.03a3 3 0 0 1 3-3h13.41L28 11.6v25.42a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v34a1 1 0 0 0 1 1h22a1 1 0 0 0 1-1v-23h-8.82A3.2 3.2 0 0 1 14 10.85V2.03zm13 .41v8.4c0 .66.53 1.19 1.18 1.19h8.4z" }) ] }) }); export { SvgReview as default };