@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 317 B
JavaScript
import * as o from "react";
import e from "../lib/IconBase.es.js";
import r from "../defs/SnapchatLogo.es.js";
const a = o.forwardRef((t, c) => /* @__PURE__ */ o.createElement(e, { ref: c, ...t, weights: r }));
a.displayName = "SnapchatLogoIcon";
const p = a;
export {
p as SnapchatLogo,
a as SnapchatLogoIcon
};