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