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