UNPKG

@solar-icons/react

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