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