UNPKG

@solar-icons/react

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