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