@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 316 B
JavaScript
import * as t from "react";
import a from "../lib/SSRBase.es.js";
import m from "../defs/BatteryEmpty.es.js";
const e = t.forwardRef((r, o) => /* @__PURE__ */ t.createElement(a, { ref: o, ...r, weights: m }));
e.displayName = "BatteryEmptyIcon";
const y = e;
export {
y as BatteryEmpty,
e as BatteryEmptyIcon
};