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