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