UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 854 B
var i = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var x = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var m = (o, r, e) => r in o ? i(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, a = (o, r) => { for (var e in r || (r = {})) x.call(r, e) && m(o, e, r[e]); if (t) for (var e of t(r)) d.call(r, e) && m(o, e, r[e]); return o; }, f = (o, r) => p(o, s(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/TextSquare.mjs"; const q = c((o, r) => /* @__PURE__ */ u(l, f(a({ ref: r }, o), { weights: n }))); q.displayName = "TextSquare"; export { q as default };