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