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