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