UNPKG

@solar-icons/react

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