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