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