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