UNPKG

@solar-icons/react

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