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