@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) • 956 B
JavaScript
import { jsx } from "preact/compat/jsx-runtime";
const SvgGift = (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: "M2.25 15.75V8.75H1.25V4.25H3.55173C3.35893 3.87458 3.25 3.44956 3.25 3C3.25 1.48579 4.48579 0.25 6 0.25C6.7865 0.25 7.49789 0.583403 8 1.11605C8.50211 0.583403 9.2135 0.25 10 0.25C11.5142 0.25 12.75 1.48579 12.75 3C12.75 3.44956 12.6411 3.87458 12.4483 4.25H14.75V8.75H13.75V15.75H2.25ZM4.75 3C4.75 3.68579 5.31421 4.25 6 4.25H7.25V3C7.25 2.31421 6.68579 1.75 6 1.75C5.31421 1.75 4.75 2.31421 4.75 3ZM7.25 5.75H2.75V7.25H7.25V5.75ZM8.75 7.25H13.25V5.75H8.75V7.25ZM7.25 8.75H3.75V14.25H7.25V8.75ZM8.75 14.25H12.25V8.75H8.75V14.25ZM8.75 4.25H10C10.6858 4.25 11.25 3.68579 11.25 3C11.25 2.31421 10.6858 1.75 10 1.75C9.31421 1.75 8.75 2.31421 8.75 3V4.25Z" }) });
export {
SvgGift as default
};