export function RankIcon1st({ width = 20, height = 21 }: { width?: number; height?: number }) { return (
); }