UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 806 B
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 = (o, e, a) => e in o ? p(o, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : o[e] = a, t = (o, e) => { for (var a in e || (e = {})) c.call(e, a) && r(o, a, e[a]); if (m) for (var a of m(e)) d.call(e, a) && r(o, a, e[a]); return o; }, s = (o, e) => f(o, i(e)); import l, { forwardRef as R } from "react"; import n from "../../lib/SSRBase.mjs"; import w from "../../defs/map/Compass.mjs"; const C = R((o, e) => /* @__PURE__ */ l.createElement(n, s(t({ ref: e }, o), { weights: w }))); C.displayName = "Compass"; export { C as default };