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