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