UNPKG

@solar-icons/react

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