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