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