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