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