import React from "react";
interface Props extends React.SVGProps<SVGElement> {
  size?: number | string;
  color?: string;
}
declare const Windows11OriginalWordmarkIcon: React.FunctionComponent<Props>;
export default Windows11OriginalWordmarkIcon;