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