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