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