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