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