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