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