UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 870 B
var f = Object.defineProperty, a = Object.defineProperties; var n = Object.getOwnPropertyDescriptors; var s = Object.getOwnPropertySymbols; var p = 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 = {})) p.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; }, i = (o, r) => a(o, n(r)); import { jsx as l } from "react/jsx-runtime"; import { forwardRef as x } from "react"; import c from "../../lib/IconBase.mjs"; import w from "../../defs/text-formatting/TextUnderlineCross.mjs"; const C = x((o, r) => /* @__PURE__ */ l(c, i(m({ ref: r }, o), { weights: w }))); C.displayName = "TextUnderlineCross"; export { C as default };