import * as React from 'react'; export interface Microsoft64Props extends React.SVGProps { ariaLabel?: string } export default function Microsoft64({ ariaLabel, ...props }: Microsoft64Props) { return ( ); }