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