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