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