UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 838 B
var i = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var e = Object.getOwnPropertySymbols; var n = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var t = (r, o, m) => o in r ? i(r, o, { enumerable: !0, configurable: !0, writable: !0, value: m }) : r[o] = m, f = (r, o) => { for (var m in o || (o = {})) n.call(o, m) && t(r, m, o[m]); if (e) for (var m of e(o)) d.call(o, m) && t(r, m, o[m]); return r; }, a = (r, o) => p(r, s(o)); import { jsx as h } from "react/jsx-runtime"; import { forwardRef as I } from "react"; import c from "../../lib/IconBase.mjs"; import l from "../../defs/devices/IPhone.mjs"; const w = I((r, o) => /* @__PURE__ */ h(c, a(f({ ref: o }, r), { weights: l }))); w.displayName = "IPhone"; export { w as default };