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