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