@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 811 B
JavaScript
var s = Object.defineProperty, f = Object.defineProperties;
var i = Object.getOwnPropertyDescriptors;
var e = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, g = Object.prototype.propertyIsEnumerable;
var r = (t, o, a) => o in t ? s(t, o, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[o] = a, p = (t, o) => {
for (var a in o || (o = {}))
c.call(o, a) && r(t, a, o[a]);
if (e)
for (var a of e(o))
g.call(o, a) && r(t, a, o[a]);
return t;
}, m = (t, o) => f(t, i(o));
import h, { forwardRef as R } from "react";
import d from "../lib/SSRBase.mjs";
import l from "../defs/WhatsappLogo.mjs";
const n = R((t, o) => /* @__PURE__ */ h.createElement(d, m(p({ ref: o }, t), { weights: l })));
n.displayName = "WhatsappLogo";
export {
n as WhatsappLogo
};