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