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