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