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