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