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