@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) • 983 B
JavaScript
import { jsx } from "preact/compat/jsx-runtime";
const SvgSave = (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: "M1.25 3.33333C1.25 2.18274 2.18274 1.25 3.33333 1.25H10.781C11.3336 1.25 11.8635 1.46949 12.2542 1.86019L14.1398 3.74581C14.5305 4.13651 14.75 4.66642 14.75 5.21895V12.6667C14.75 13.8173 13.8173 14.75 12.6667 14.75H3.33333C2.18274 14.75 1.25 13.8173 1.25 12.6667V3.33333ZM5.4165 13.25H10.5832V8.75H5.4165V13.25ZM12.0832 13.25H12.6667C12.9888 13.25 13.25 12.9888 13.25 12.6667V5.21895C13.25 5.06424 13.1885 4.91587 13.0791 4.80647L11.1935 2.92085C11.0841 2.81146 10.9358 2.75 10.781 2.75H10.0832V6.08333H3.9165V2.75H3.33333C3.01117 2.75 2.75 3.01117 2.75 3.33333V12.6667C2.75 12.9888 3.01117 13.25 3.33333 13.25H3.9165V7.25H12.0832V13.25ZM5.4165 2.75V4.58333H8.58317V2.75H5.4165Z" }) });
export {
SvgSave as default
};