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