@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 852 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 c } from "react/jsx-runtime";
import { forwardRef as l } from "react";
import n from "../../lib/IconBase.mjs";
import w from "../../defs/text-formatting/TextCross.mjs";
const C = l((r, o) => /* @__PURE__ */ c(n, f(e({ ref: o }, r), { weights: w })));
C.displayName = "TextCross";
export {
C as default
};