UNPKG

@adyen/kyc-components

Version:

This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.

25 lines (24 loc) 1.12 kB
try { let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack; n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "61344379-c971-4ccf-808c-e54441d44179", e._sentryDebugIdIdentifier = "sentry-dbid-61344379-c971-4ccf-808c-e54441d44179"); } catch (e) {} import { jsx, jsxs } from "preact/jsx-runtime"; //#region src/assets/icons/house.svg?component var SvgHouse = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 17 16", role: "img", ...props, children: [/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.67 7.67a.83.83 0 1 0 0-1.67.83.83 0 0 0 0 1.67", style: { fillOpacity: 1 } }), /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m12.67 5.06-4-4L1.53 8.2l.94.94.86-.86v6.39H14v-6.4l.86.87.94-.94L14 6.39V3.33h-1.33zm0 1.88v6.4h-2v-4h-4v4h-2v-6.4l4-4zM8 13.34v-2.67h1.33v2.66z", style: { fillOpacity: 1 } })] }); //#endregion export { SvgHouse as default };