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