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