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