UNPKG

@solar-icons/react

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