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