@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 864 B
JavaScript
var f = Object.defineProperty, i = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var s = Object.getOwnPropertySymbols;
var x = Object.prototype.hasOwnProperty, d = 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 = {}))
x.call(r, e) && t(o, e, r[e]);
if (s)
for (var e of s(r))
d.call(r, e) && t(o, e, r[e]);
return o;
}, a = (o, r) => i(o, p(r));
import { jsx as u } from "react/jsx-runtime";
import { forwardRef as c } from "react";
import l from "../../lib/IconBase.mjs";
import n from "../../defs/text-formatting/TextCrossSquare.mjs";
const q = c((o, r) => /* @__PURE__ */ u(l, a(m({ ref: r }, o), { weights: n })));
q.displayName = "TextCrossSquare";
export {
q as default
};