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