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