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