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