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