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