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