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