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