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