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