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

6 lines (5 loc) 858 B
import { jsx } from "preact/compat/jsx-runtime"; const SvgAdyenAFilled = (props) => /* @__PURE__ */ jsx("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.2 1H1.203V4.5H8.364C8.46971 4.5 8.57439 4.52082 8.67206 4.56128C8.76973 4.60173 8.85847 4.66103 8.93322 4.73578C9.00797 4.81053 9.06727 4.89927 9.10772 4.99694C9.14818 5.09461 9.169 5.19929 9.169 5.305V11.5H7.636C7.4225 11.5 7.21775 11.4152 7.06678 11.2642C6.91581 11.1133 6.831 10.9085 6.831 10.695V6.25H3.8C3.05739 6.25 2.3452 6.545 1.8201 7.0701C1.295 7.5952 1 8.30739 1 9.05V12.2C1 12.9426 1.295 13.6548 1.8201 14.1799C2.3452 14.705 3.05739 15 3.8 15H15V3.8C15 3.05739 14.705 2.3452 14.1799 1.8201C13.6548 1.295 12.9426 1 12.2 1Z" }) }); export { SvgAdyenAFilled as default };