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