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