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