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.

24 lines (23 loc) 1.4 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] = "eb608d96-d19b-452f-a1f7-6e140109ce1f", e._sentryDebugIdIdentifier = "sentry-dbid-eb608d96-d19b-452f-a1f7-6e140109ce1f"); } catch (e) {} import { jsx, jsxs } from "preact/jsx-runtime"; //#region node_modules/.pnpm/@adyen+ui-assets-icons-16@7.9.2_vue@3.5.33_typescript@6.0.3_/node_modules/@adyen/ui-assets-icons-16/dist/svg/recurring.svg?component var SvgRecurring = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", role: "img", ...props, children: [/* @__PURE__ */ jsx("path", { fill: "#001222", d: "M13.75 5.75V0.25H12.25V2.75482C11.0913 1.8159 9.61184 1.25 8 1.25C4.27579 1.25 1.25 4.27579 1.25 8H2.75C2.75 5.10421 5.10421 2.75 8 2.75C9.43203 2.75 10.7302 3.32383 11.6759 4.25H8.25V5.75H13.75Z" }), /* @__PURE__ */ jsx("path", { fill: "#001222", d: "M7.75 10.25H2.25V15.75H3.75V13.2455C4.90865 14.1842 6.38796 14.75 7.99963 14.75C11.7238 14.75 14.7496 11.7242 14.7496 8H13.2496C13.2496 10.8958 10.8954 13.25 7.99963 13.25C6.56761 13.25 5.26943 12.6762 4.32374 11.75H7.75V10.25Z" })] }); //#endregion export { SvgRecurring as default };