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