UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 345 B
import * as t from "react"; import o from "../lib/IconBase.es.js"; import c from "../defs/BatteryPlusVertical.es.js"; const e = t.forwardRef((r, a) => /* @__PURE__ */ t.createElement(o, { ref: a, ...r, weights: c })); e.displayName = "BatteryPlusVerticalIcon"; const l = e; export { l as BatteryPlusVertical, e as BatteryPlusVerticalIcon };