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