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