UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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