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