UNPKG

@solar-icons/react

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