UNPKG

@solar-icons/react

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