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