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