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