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