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

13 lines (12 loc) 1.1 kB
import { jsxs, jsx } from "preact/compat/jsx-runtime"; const SvgHouse = (props) => /* @__PURE__ */ jsxs("svg", { width: 17, height: 16, viewBox: "0 0 17 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: [ /* @__PURE__ */ jsx("path", { d: "M8.66634 7.66659C9.12658 7.66659 9.49967 7.29349 9.49967 6.83325C9.49967 6.37301 9.12658 5.99992 8.66634 5.99992C8.2061 5.99992 7.83301 6.37301 7.83301 6.83325C7.83301 7.29349 8.2061 7.66659 8.66634 7.66659Z", fill: "currentColor", style: { fillOpacity: 1 } }), /* @__PURE__ */ jsx("path", { d: "M12.6663 5.05708L8.66639 1.05713L1.52832 8.1952L2.47113 9.13801L3.33301 8.27613L3.33301 14.6666L13.9997 14.6666L13.9997 8.27603L14.8617 9.13801L15.8045 8.1952L13.9997 6.39041V3.33325H12.6663V5.05708ZM12.6663 6.9427L12.6663 13.3333H10.6663V9.33325L6.66634 9.33325L6.66634 13.3333H4.66634L4.66634 6.9428L8.66639 2.94275L12.6663 6.9427ZM7.99967 13.3333L7.99967 10.6666L9.33301 10.6666L9.33301 13.3333L7.99967 13.3333Z", fill: "currentColor", style: { fillOpacity: 1 } }) ] }); export { SvgHouse as default };