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