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