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