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