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