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