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