UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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