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