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