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