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