UNPKG

@solar-icons/react

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