import { CSSProperties } from "react"; export function UsaIcon(props: { className?: string; style?: CSSProperties }) { return ( ); }