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