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