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