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