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