@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
19 lines (18 loc) • 1.19 kB
JavaScript
import { jsxs, jsx } from "preact/compat/jsx-runtime";
const SvgFundsIn = (props) => /* @__PURE__ */ jsxs("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: [
/* @__PURE__ */ jsx("path", { d: "M8.66683 0V5.72379L10.6668 3.72386L11.6096 4.66667L8.0001 8.27614L4.39062 4.66667L5.33343 3.72386L7.3335 5.72392L7.3335 0L8.66683 0Z", fill: "currentColor", style: {
fillOpacity: 1
} }),
/* @__PURE__ */ jsx("path", { d: "M12.0002 12L4.00016 12V13.3333L12.0002 13.3333V12Z", fill: "currentColor", style: {
fillOpacity: 1
} }),
/* @__PURE__ */ jsx("path", { d: "M4.00016 9.33333L12.0002 9.33333V10.6667L4.00016 10.6667V9.33333Z", fill: "currentColor", style: {
fillOpacity: 1
} }),
/* @__PURE__ */ jsx("path", { d: "M2.66683 14L2.66683 5.33333H1.3335L1.3335 14C1.3335 15.1015 2.23197 16 3.3335 16H12.6668C13.7684 16 14.6668 15.1015 14.6668 14L14.6668 5.33333H13.3335L13.3335 14C13.3335 14.3651 13.032 14.6667 12.6668 14.6667L3.3335 14.6667C2.96835 14.6667 2.66683 14.3651 2.66683 14Z", fill: "currentColor", style: {
fillOpacity: 1
} })
] });
export {
SvgFundsIn as default
};