@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) • 486 B
JavaScript
import { jsx } from "preact/compat/jsx-runtime";
const SvgContract = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 17, height: 17, fill: "none", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "#00112C", d: "M14.6058 0.267635H2.39004V16.7324H9.89016L14.6058 12.0167V0.267635ZM13.0124 9.8278H7.70124V15.139H3.9834V1.861H13.0124V9.8278ZM12.948 11.4212L9.29461 15.0746V11.4212H12.948Z" }) });
export {
SvgContract as default
};