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