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