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