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