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