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