UNPKG

@solar-icons/react

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