UNPKG

@solar-icons/react

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