UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 848 B
var s = Object.defineProperty, f = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var u = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable; var m = (r, o, e) => o in r ? s(r, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[o] = e, a = (r, o) => { for (var e in o || (o = {})) u.call(o, e) && m(r, e, o[e]); if (t) for (var e of t(o)) S.call(o, e) && m(r, e, o[e]); return r; }, i = (r, o) => f(r, p(o)); import { jsx as d } from "react/jsx-runtime"; import { forwardRef as n } from "react"; import l from "../../lib/SSRBase.mjs"; import q from "../../defs/ui/QuestionSquare.mjs"; const w = n((r, o) => /* @__PURE__ */ d(l, i(a({ ref: o }, r), { weights: q }))); w.displayName = "QuestionSquare"; export { w as default };