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