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