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