UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 820 B
var n = Object.defineProperty, f = Object.defineProperties; var g = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, s = Object.prototype.propertyIsEnumerable; var e = (r, t, o) => t in r ? n(r, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[t] = o, i = (r, t) => { for (var o in t || (t = {})) p.call(t, o) && e(r, o, t[o]); if (a) for (var o of a(t)) s.call(t, o) && e(r, o, t[o]); return r; }, m = (r, t) => f(r, g(t)); import S, { forwardRef as c } from "react"; import h from "../lib/SSRBase.mjs"; import R from "../defs/ChargingStation.mjs"; const d = c((r, t) => /* @__PURE__ */ S.createElement(h, m(i({ ref: t }, r), { weights: R }))); d.displayName = "ChargingStation"; export { d as ChargingStation };