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