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