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