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