UNPKG

@solar-icons/react

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