@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 829 B
JavaScript
var n = Object.defineProperty, c = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var i = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
var m = (e, t, o) => t in e ? n(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, r = (e, t) => {
for (var o in t || (t = {}))
i.call(t, o) && m(e, o, t[o]);
if (a)
for (var o of a(t))
p.call(t, o) && m(e, o, t[o]);
return e;
}, s = (e, t) => c(e, f(t));
import l, { forwardRef as y } from "react";
import R from "../lib/SSRBase.mjs";
import d from "../defs/ContactlessPayment.mjs";
const w = y((e, t) => /* @__PURE__ */ l.createElement(R, s(r({ ref: t }, e), { weights: d })));
w.displayName = "ContactlessPayment";
export {
w as ContactlessPayment
};