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