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