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