File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/icons/Flags Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import { SvgImageElement } from "@/components/commonElement";
21
21
import Switzerland from "@/components/icons/Flags/Switzerland.tsx" ;
22
22
23
23
export type FlagName =
24
+ | "ae"
24
25
| "au"
25
26
| "br"
26
27
| "ca"
@@ -35,7 +36,6 @@ export type FlagName =
35
36
| "sg"
36
37
| "kr"
37
38
| "sw"
38
- | "uae"
39
39
| "usa"
40
40
| "uk"
41
41
| "za" ;
@@ -47,6 +47,7 @@ export interface FlagProps extends Omit<SVGAttributes<SVGElement>, "size"> {
47
47
48
48
// eslint-disable-next-line react-refresh/only-export-components
49
49
export const FlagList = {
50
+ ae : UnitedArabEmirates ,
50
51
au : Australia ,
51
52
br : Brazil ,
52
53
ca : Canada ,
@@ -62,7 +63,6 @@ export const FlagList = {
62
63
za : SouthAfrica ,
63
64
kr : SouthKorea ,
64
65
sw : Sweden ,
65
- uae : UnitedArabEmirates ,
66
66
uk : UnitedKingdom ,
67
67
usa : UnitedStates ,
68
68
} ;
You can’t perform that action at this time.
0 commit comments