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