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