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