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