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