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