UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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