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