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