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