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