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