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