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