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