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