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