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