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