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