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