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