@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 835 B
JavaScript
var p = Object.defineProperty, s = Object.defineProperties;
var c = Object.getOwnPropertyDescriptors;
var m = Object.getOwnPropertySymbols;
var f = 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, o = (e, a) => {
for (var i in a || (a = {}))
f.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;
}, r = (e, a) => s(e, c(a));
import l, { forwardRef as n } from "react";
import w from "../../lib/IconBase.mjs";
import G from "../../defs/devices/GamepadMinimalistic.mjs";
const M = n((e, a) => /* @__PURE__ */ l.createElement(w, r(o({ ref: a }, e), { weights: G })));
M.displayName = "GamepadMinimalistic";
export {
M as default
};