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