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