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