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