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