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