import type { SVGProps } from "react"; const SvgFlagIcon = (props: SVGProps) => ( ); export default SvgFlagIcon;