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