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