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