@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 821 B
JavaScript
var n = Object.defineProperty, f = Object.defineProperties;
var g = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable;
var e = (o, t, r) => t in o ? n(o, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : o[t] = r, i = (o, t) => {
for (var r in t || (t = {}))
p.call(t, r) && e(o, r, t[r]);
if (a)
for (var r of a(t))
c.call(t, r) && e(o, r, t[r]);
return o;
}, m = (o, t) => f(o, g(t));
import s, { forwardRef as h } from "react";
import d from "../lib/IconBase.mjs";
import l from "../defs/ChargingStation.mjs";
const w = h((o, t) => /* @__PURE__ */ s.createElement(d, m(i({ ref: t }, o), { weights: l })));
w.displayName = "ChargingStation";
export {
w as ChargingStation
};