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