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