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