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