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