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