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