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