@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 811 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 S, { forwardRef as g } from "react";
import h from "../lib/SSRBase.mjs";
import R from "../defs/SnapchatLogo.mjs";
const d = g((t, o) => /* @__PURE__ */ S.createElement(h, p(m({ ref: o }, t), { weights: R })));
d.displayName = "SnapchatLogo";
export {
d as SnapchatLogo
};