l-min-components 1.0.568 → 1.0.576

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/package.json +2 -1
  2. package/src/assets/svg/flags/argentina.jsx +37 -0
  3. package/src/assets/svg/flags/australia.jsx +45 -0
  4. package/src/assets/svg/flags/belgium.jsx +39 -0
  5. package/src/assets/svg/flags/brazil.jsx +43 -0
  6. package/src/assets/svg/flags/china.jsx +20 -0
  7. package/src/assets/svg/flags/dutch.jsx +19 -0
  8. package/src/assets/svg/flags/england.jsx +23 -0
  9. package/src/assets/svg/flags/french.jsx +19 -0
  10. package/src/assets/svg/flags/germany.jsx +19 -0
  11. package/src/assets/svg/flags/ghana.jsx +42 -0
  12. package/src/assets/svg/flags/index.js +46 -0
  13. package/src/assets/svg/flags/italy.jsx +50 -0
  14. package/src/assets/svg/flags/japan.jsx +28 -0
  15. package/src/assets/svg/flags/korea.jsx +13 -0
  16. package/src/assets/svg/flags/nigeria.jsx +30 -0
  17. package/src/assets/svg/flags/polish.jsx +44 -0
  18. package/src/assets/svg/flags/portugual.jsx +66 -0
  19. package/src/assets/svg/flags/russia.jsx +50 -0
  20. package/src/assets/svg/flags/saudi.jsx +11 -0
  21. package/src/assets/svg/flags/spain.jsx +28 -0
  22. package/src/assets/svg/flags/turkish.jsx +36 -0
  23. package/src/assets/svg/flags/usa.jsx +20 -0
  24. package/src/components/AdminNotification/components/optionsDropdown/index.jsx +65 -0
  25. package/src/components/AdminNotification/components/optionsDropdown/index.styled.jsx +55 -0
  26. package/src/components/AdminNotification/index.jsx +41 -0
  27. package/src/components/AdminNotification/index.styled.jsx +35 -0
  28. package/src/components/GraphMap/data.jsx +42 -0
  29. package/src/components/GraphMap/index.jsx +77 -0
  30. package/src/components/GraphMap/index.styled.jsx +103 -0
  31. package/src/components/index.js +47 -44
  32. package/src/hooks/adminSideMenuRoutes.jsx +27 -2
  33. package/src/hooks/notificationItem.jsx +87 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.568",
3
+ "version": "1.0.576",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -37,6 +37,7 @@
37
37
  "react-debounce-input": "^3.3.0",
38
38
  "react-dom": "^18.2.0",
39
39
  "react-flags-select": "^2.2.3",
40
+ "react-google-charts": "^4.0.1",
40
41
  "react-icons": "^4.8.0",
41
42
  "react-input-emoji": "^5.3.1",
42
43
  "react-lottie": "^1.2.4",
@@ -0,0 +1,37 @@
1
+ import React from "react";
2
+
3
+ const ArgentinaFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="26"
7
+ height="19"
8
+ viewBox="0 0 26 19"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_2330_64572)">
13
+ <path
14
+ d="M22.8 0.5H2.4C1.07452 0.5 0 1.57452 0 2.9V16.1C0 17.4255 1.07452 18.5 2.4 18.5H22.8C24.1255 18.5 25.2 17.4255 25.2 16.1V2.9C25.2 1.57452 24.1255 0.5 22.8 0.5Z"
15
+ fill="white"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M0 12.5H25.2V18.5H0V12.5ZM0 0.5H25.2V6.5H0V0.5Z"
21
+ fill="#3ECBF8"
22
+ />
23
+ <path
24
+ d="M12.6008 11.2992C13.5949 11.2992 14.4008 10.4933 14.4008 9.49922C14.4008 8.50511 13.5949 7.69922 12.6008 7.69922C11.6067 7.69922 10.8008 8.50511 10.8008 9.49922C10.8008 10.4933 11.6067 11.2992 12.6008 11.2992Z"
25
+ fill="#FFDA2C"
26
+ />
27
+ </g>
28
+ <defs>
29
+ <clipPath id="clip0_2330_64572">
30
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="white" />
31
+ </clipPath>
32
+ </defs>
33
+ </svg>
34
+ );
35
+ };
36
+
37
+ export default ArgentinaFlagIcon;
@@ -0,0 +1,45 @@
1
+ import React from "react";
2
+
3
+ const AustraliaFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="26"
7
+ height="19"
8
+ viewBox="0 0 26 19"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_2330_64554)">
13
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="#1A47B8" />
14
+ <path
15
+ d="M22.8 0.5H2.4C1.07452 0.5 0 1.57452 0 2.9V16.1C0 17.4255 1.07452 18.5 2.4 18.5H22.8C24.1255 18.5 25.2 17.4255 25.2 16.1V2.9C25.2 1.57452 24.1255 0.5 22.8 0.5Z"
16
+ fill="#1A47B8"
17
+ />
18
+ <path
19
+ opacity="0.5"
20
+ fill-rule="evenodd"
21
+ clip-rule="evenodd"
22
+ d="M4.80078 14.3016L6.00078 13.7016L6.60078 12.5016L7.20078 13.7016L8.40078 14.3016L7.20078 14.9016L6.60078 16.1016L6.00078 14.9016L4.80078 14.3016ZM16.8008 4.10156V5.30156H18.0008V4.10156H16.8008ZM20.4008 5.30156V6.50156H21.6008V5.30156H20.4008ZM15.6008 7.70156V8.90156H16.8008V7.70156H15.6008ZM19.2008 8.90156V10.1016H20.4008V8.90156H19.2008ZM18.0008 12.5016V13.7016H19.2008V12.5016H18.0008Z"
23
+ fill="white"
24
+ />
25
+ <path
26
+ d="M10.7992 1.69922H2.39922C1.73648 1.69922 1.19922 2.23648 1.19922 2.89922V8.89922C1.19922 9.56196 1.73648 10.0992 2.39922 10.0992H10.7992C11.462 10.0992 11.9992 9.56196 11.9992 8.89922V2.89922C11.9992 2.23648 11.462 1.69922 10.7992 1.69922Z"
27
+ fill="white"
28
+ />
29
+ <path
30
+ fill-rule="evenodd"
31
+ clip-rule="evenodd"
32
+ d="M5.99844 6.49844H2.39844V5.29844H5.99844V2.89844H7.19844V5.29844H10.7984V6.49844H7.19844V8.89844H5.99844V6.49844ZM8.99844 7.69844V8.89844H10.7984V7.69844H8.99844ZM8.99844 2.89844V4.09844H10.7984V2.89844H8.99844ZM2.39844 7.69844V8.89844H4.19844V7.69844H2.39844ZM2.39844 2.89844V4.09844H4.19844V2.89844H2.39844Z"
33
+ fill="#F93939"
34
+ />
35
+ </g>
36
+ <defs>
37
+ <clipPath id="clip0_2330_64554">
38
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="white" />
39
+ </clipPath>
40
+ </defs>
41
+ </svg>
42
+ );
43
+ };
44
+
45
+ export default AustraliaFlagIcon;
@@ -0,0 +1,39 @@
1
+ import React from "react";
2
+
3
+ const BelgiumFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="26"
7
+ height="19"
8
+ viewBox="0 0 26 19"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_2330_64545)">
13
+ <path
14
+ d="M22.8 0.5H2.4C1.07452 0.5 0 1.57452 0 2.9V16.1C0 17.4255 1.07452 18.5 2.4 18.5H22.8C24.1255 18.5 25.2 17.4255 25.2 16.1V2.9C25.2 1.57452 24.1255 0.5 22.8 0.5Z"
15
+ fill="#FFDA2C"
16
+ />
17
+ <path
18
+ fill-rule="evenodd"
19
+ clip-rule="evenodd"
20
+ d="M16.8008 0.5H25.2008V18.5H16.8008V0.5Z"
21
+ fill="#F93939"
22
+ />
23
+ <path
24
+ fill-rule="evenodd"
25
+ clip-rule="evenodd"
26
+ d="M0 0.5H8.4V18.5H0V0.5Z"
27
+ fill="#151515"
28
+ />
29
+ </g>
30
+ <defs>
31
+ <clipPath id="clip0_2330_64545">
32
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="white" />
33
+ </clipPath>
34
+ </defs>
35
+ </svg>
36
+ );
37
+ };
38
+
39
+ export default BelgiumFlagIcon;
@@ -0,0 +1,43 @@
1
+ import React from "react";
2
+
3
+ const BrazilFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="26"
7
+ height="19"
8
+ viewBox="0 0 26 19"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="#249F58" />
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M12.6016 2.89844L21.6016 9.49844L12.6016 16.0984L3.60156 9.49844"
17
+ fill="#FFDA2C"
18
+ />
19
+ <path
20
+ d="M12.5984 13.7008C14.918 13.7008 16.7984 11.8204 16.7984 9.50078C16.7984 7.18119 14.918 5.30078 12.5984 5.30078C10.2788 5.30078 8.39844 7.18119 8.39844 9.50078C8.39844 11.8204 10.2788 13.7008 12.5984 13.7008Z"
21
+ fill="#1A47B8"
22
+ />
23
+ <path
24
+ fill-rule="evenodd"
25
+ clip-rule="evenodd"
26
+ d="M10.8008 11.3008V12.5008H12.0008V11.3008H10.8008ZM13.2008 11.3008V12.5008H14.4008V11.3008H13.2008Z"
27
+ fill="white"
28
+ />
29
+ <path
30
+ fill-rule="evenodd"
31
+ clip-rule="evenodd"
32
+ d="M9.60156 7.69922C9.60156 7.69922 12.3184 8.17922 14.2768 9.01682L16.8016 10.0992"
33
+ fill="white"
34
+ />
35
+ <path
36
+ d="M9.60156 7.69922C9.60156 7.69922 12.3184 8.17922 14.2768 9.01682L16.8016 10.0992"
37
+ stroke="white"
38
+ />
39
+ </svg>
40
+ );
41
+ };
42
+
43
+ export default BrazilFlagIcon;
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+
3
+ const ChinaFlagIcon = ({ width = "40", height = "29" }) => {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 40 29" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <g clipPath="url(#clip0_2839_31139)">
7
+ <rect width="39.9999" height="28.9999" rx="3" fill="#F93939"/>
8
+ <path d="M36.1904 0H3.80952C1.70558 0 0 1.73116 0 3.86666V25.1333C0 27.2688 1.70558 28.9999 3.80952 28.9999H36.1904C38.2943 28.9999 39.9999 27.2688 39.9999 25.1333V3.86666C39.9999 1.73116 38.2943 0 36.1904 0Z" fill="#F93939"/>
9
+ <path fillRule="evenodd" clipRule="evenodd" d="M10.4709 13.9778L7.67093 15.4723L8.20426 12.3074L5.94141 10.0647L9.07092 9.60653L10.4709 6.72587L11.869 9.60653L14.9985 10.0647L12.7319 12.3074L13.269 15.4703L10.4709 13.9778ZM17.1414 5.7998H19.0461V7.73313H17.1414V5.7998ZM19.0461 9.66646H20.9509V11.5998H19.0461V9.66646ZM19.0461 13.5331H20.9509V15.4665H19.0461V13.5331ZM17.1414 17.3998H19.0461V19.3331H17.1414V17.3998Z" fill="#FFDA2C"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0_2839_31139">
13
+ <rect width="39.9999" height="28.9999" rx="3" fill="white" />
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
17
+ );
18
+ };
19
+
20
+ export default ChinaFlagIcon;
@@ -0,0 +1,19 @@
1
+ import React from "react";
2
+
3
+ const DutchFlagIcon = ({ width = "40", height = "29" }) => {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 40 29" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <g clipPath="url(#clip0_2839_48216)">
7
+ <rect width="39.9999" height="28.9999" rx="3" fill="white"/>
8
+ <path fillRule="evenodd" clipRule="evenodd" d="M0 19.333H39.9999V28.9997H0V19.333Z" fill="#1E448D"/>
9
+ <path fillRule="evenodd" clipRule="evenodd" d="M0 0H39.9999V9.66665H0V0Z" fill="#B01923"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0_2839_48216">
13
+ <rect width="39.9999" height="28.9999" rx="3" fill="white"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
17
+ )}
18
+
19
+ export default DutchFlagIcon;
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ const EnglandFlagIcon = () => {
4
+ return (
5
+ <svg width="40" height="29" viewBox="0 0 40 29" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <g clip-path="url(#clip0_2839_8556)">
7
+ <rect width="39.9999" height="28.9999" rx="3" fill="#1A47B8"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.25518 0H0V4.83332L35.7216 28.9999L39.9999 28.9999V24.1666L4.25518 0Z" fill="white"/>
9
+ <path d="M1.41923 0L39.9999 26.1685V28.9999H38.614L0 2.80441V0H1.41923Z" fill="#F93939"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M36.1904 0H39.9999V4.83332C39.9999 4.83332 15.2567 20.9342 3.80952 28.9999H0V24.1666L36.1904 0Z" fill="white"/>
11
+ <path d="M39.9999 0H38.708L0 26.191V28.9999H1.41923L39.9999 2.82559V0Z" fill="#F93939"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5468 0H25.4864V8.94516H39.9999V20.0489H25.4864V28.9999H14.5468V20.0489H0V8.94516H14.5468V0Z" fill="white"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.8421 0H23.1578V11.1538H39.9999V17.8461H23.1578V28.9999H16.8421V17.8461H0V11.1538H16.8421V0Z" fill="#F93939"/>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="clip0_2839_8556">
17
+ <rect width="39.9999" height="28.9999" rx="3" fill="white"/>
18
+ </clipPath>
19
+ </defs>
20
+ </svg>
21
+ )}
22
+
23
+ export default EnglandFlagIcon
@@ -0,0 +1,19 @@
1
+ import React from "react";
2
+
3
+ const FrenchFlagIcon = ({ width = "40", height = "29" }) => {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 40 29" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <g clipPath="url(#clip0_2839_16760)">
7
+ <rect width="39.9999" height="28.9999" rx="3" fill="white"/>
8
+ <path fillRule="evenodd" clipRule="evenodd" d="M26.668 0H40.0013V28.9999H26.668V0Z" fill="#F93939"/>
9
+ <path fillRule="evenodd" clipRule="evenodd" d="M0 0H13.3333V28.9999H0V0Z" fill="#1A47B8"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0_2839_16760">
13
+ <rect width="39.9999" height="28.9999" rx="3" fill="white"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
17
+ )}
18
+
19
+ export default FrenchFlagIcon;
@@ -0,0 +1,19 @@
1
+ import React from "react";
2
+
3
+ const GermanyFlagIcon = ({ width = "40", height = "29" }) => {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 40 29" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <g clipPath="url(#clip0_2839_62123)">
7
+ <rect width="39.9999" height="28.9999" rx="3" fill="#F93939"/>
8
+ <path fillRule="evenodd" clipRule="evenodd" d="M0 19.333H39.9999V28.9997H0V19.333Z" fill="#FFDA2C"/>
9
+ <path fillRule="evenodd" clipRule="evenodd" d="M0 0H39.9999V9.66665H0V0Z" fill="#151515"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0_2839_62123">
13
+ <rect width="39.9999" height="28.9999" rx="3" fill="white"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
17
+ )}
18
+
19
+ export default GermanyFlagIcon;
@@ -0,0 +1,42 @@
1
+ import React from "react";
2
+
3
+ const GhanaFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="26"
8
+ height="19"
9
+ viewBox="0 0 26 19"
10
+ fill="none"
11
+ >
12
+ <g clip-path="url(#clip0_2307_54631)">
13
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="#FFDA2C" />
14
+ <path
15
+ fill-rule="evenodd"
16
+ clip-rule="evenodd"
17
+ d="M0 12.5H25.2V18.5H0V12.5Z"
18
+ fill="#249F58"
19
+ />
20
+ <path
21
+ fill-rule="evenodd"
22
+ clip-rule="evenodd"
23
+ d="M12.5997 11L10.8357 11.9276L11.1717 9.9632L9.74609 8.5712L11.7177 8.2868L12.5997 6.5L13.4817 8.288L15.4533 8.5724L14.0253 9.9644L14.3613 11.9276"
24
+ fill="#151515"
25
+ />
26
+ <path
27
+ fill-rule="evenodd"
28
+ clip-rule="evenodd"
29
+ d="M0 0.5H25.2V6.5H0V0.5Z"
30
+ fill="#F93939"
31
+ />
32
+ </g>
33
+ <defs>
34
+ <clipPath id="clip0_2307_54631">
35
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="white" />
36
+ </clipPath>
37
+ </defs>
38
+ </svg>
39
+ );
40
+ };
41
+
42
+ export default GhanaFlagIcon;
@@ -0,0 +1,46 @@
1
+ import UsaFlagIcon from "./usa";
2
+ import ChinaFlagIcon from "./china";
3
+ import DutchFlagIcon from "./dutch";
4
+ import FrenchFlagIcon from "./french";
5
+ import SpainFlagIcon from "./spain";
6
+ import SaudiFlagIcon from "./saudi";
7
+ import KoreaFlagIcon from "./korea";
8
+ import GermanyFlagIcon from "./germany";
9
+ import EnglandFlagIcon from "./england";
10
+ import ItalyFlagIcon from "./italy";
11
+ import PortugualFlagIcon from "./portugual";
12
+ import JapanFlagIcon from "./japan";
13
+ import TurkishFlagIcon from "./turkish";
14
+ import PolishFlagIcon from "./polish";
15
+ import RussiaFlagIcon from "./russia";
16
+ import ArgentinaFlagIcon from "./argentina";
17
+ import AustraliaFlagIcon from "./australia";
18
+ import BelgiumFlagIcon from "./belgium";
19
+ import BrazilFlagIcon from "./brazil";
20
+ import GhanaFlagIcon from "./ghana";
21
+ import NigeriaFlagIcon from "./nigeria";
22
+ // Import other flags...
23
+
24
+ export {
25
+ PolishFlagIcon,
26
+ RussiaFlagIcon,
27
+ JapanFlagIcon,
28
+ TurkishFlagIcon,
29
+ PortugualFlagIcon,
30
+ ItalyFlagIcon,
31
+ UsaFlagIcon,
32
+ ChinaFlagIcon,
33
+ DutchFlagIcon,
34
+ FrenchFlagIcon,
35
+ SpainFlagIcon,
36
+ SaudiFlagIcon,
37
+ KoreaFlagIcon,
38
+ GermanyFlagIcon,
39
+ EnglandFlagIcon,
40
+ BelgiumFlagIcon,
41
+ BrazilFlagIcon,
42
+ AustraliaFlagIcon,
43
+ ArgentinaFlagIcon,
44
+ GhanaFlagIcon,
45
+ NigeriaFlagIcon
46
+ };
@@ -0,0 +1,50 @@
1
+ import React from "react";
2
+
3
+ const ItalyFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="29"
7
+ height="21"
8
+ viewBox="0 0 29 21"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_3495_23569)">
13
+ <rect
14
+ x="0.394531"
15
+ y="0.128906"
16
+ width="28.2285"
17
+ height="20.4657"
18
+ rx="2.72254"
19
+ fill="white"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M19.2148 0.128906H28.6244V20.5946H19.2148V0.128906Z"
25
+ fill="#F93939"
26
+ />
27
+ <path
28
+ fill-rule="evenodd"
29
+ clip-rule="evenodd"
30
+ d="M0.394531 0.128906H9.80404V20.5946H0.394531V0.128906Z"
31
+ fill="#249F58"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <clipPath id="clip0_3495_23569">
36
+ <rect
37
+ x="0.394531"
38
+ y="0.128906"
39
+ width="28.2285"
40
+ height="20.4657"
41
+ rx="2.72254"
42
+ fill="white"
43
+ />
44
+ </clipPath>
45
+ </defs>
46
+ </svg>
47
+ );
48
+ };
49
+
50
+ export default ItalyFlagIcon;
@@ -0,0 +1,28 @@
1
+ import React from "react";
2
+
3
+ const JapanFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="29"
7
+ height="21"
8
+ viewBox="0 0 29 21"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <rect
13
+ x="0.5625"
14
+ y="0.128906"
15
+ width="28.2285"
16
+ height="20.4657"
17
+ rx="2.72254"
18
+ fill="white"
19
+ />
20
+ <path
21
+ d="M14.6735 15.1366C17.2719 15.1366 19.3783 12.9986 19.3783 10.3613C19.3783 7.72392 17.2719 5.58594 14.6735 5.58594C12.0751 5.58594 9.96875 7.72392 9.96875 10.3613C9.96875 12.9986 12.0751 15.1366 14.6735 15.1366Z"
22
+ fill="#F93939"
23
+ />
24
+ </svg>
25
+ );
26
+ };
27
+
28
+ export default JapanFlagIcon;
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+
3
+ const KoreaFlagIcon = ({ width = "40", height = "29" }) => {
4
+ return (
5
+ <svg width={width} height={height} viewBox="0 0 40 29" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <rect width="39.9999" height="28.9999" rx="3" fill="white"/>
7
+ <path fillRule="evenodd" clipRule="evenodd" d="M26.6653 14.4996C26.6653 18.2367 23.6806 21.2663 19.9987 21.2663C16.3168 21.2663 13.332 18.2367 13.332 14.4996C13.332 12.3343 17.8082 11.4256 21.5758 11.7678C21.9758 11.6595 22.4063 11.5996 22.8558 11.5996C24.9606 11.5996 26.6653 12.8988 26.6653 14.4996Z" fill="#232C80"/>
8
+ <path fillRule="evenodd" clipRule="evenodd" d="M19.0463 13.5334C19.0463 13.5334 20.7511 11.6001 22.8558 11.6001C24.9606 11.6001 26.6653 12.8993 26.6653 14.5001C26.6653 10.7629 23.6806 7.7334 19.9987 7.7334C17.3377 7.7334 15.0406 9.31486 13.972 11.6039C13.332 13.5334 13.332 14.0979 13.332 14.5001C14.2844 15.4667 15.3435 15.4667 16.1892 15.4667C17.0349 15.4667 17.7949 15.0936 18.3187 14.5001L19.0463 13.5334Z" fill="#F93939"/>
9
+ <path fillRule="evenodd" clipRule="evenodd" d="M28.5695 9.66646H32.379L28.5695 5.7998H26.6648L28.5695 9.66646ZM11.4267 9.66646H7.61719L11.4267 5.7998H13.3315L11.4267 9.66646ZM28.5695 19.3331H32.379L28.5695 23.1998H26.6648L28.5695 19.3331ZM11.4267 19.3331H7.61719L11.4267 23.1998H13.3315L11.4267 19.3331Z" fill="#151515"/>
10
+ </svg>
11
+ )}
12
+
13
+ export default KoreaFlagIcon;
@@ -0,0 +1,30 @@
1
+ import React from "react";
2
+
3
+ const NigeriaFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="26"
8
+ height="19"
9
+ viewBox="0 0 26 19"
10
+ fill="none"
11
+ >
12
+ <g clip-path="url(#clip0_2307_54677)">
13
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="white" />
14
+ <path
15
+ fill-rule="evenodd"
16
+ clip-rule="evenodd"
17
+ d="M0 0.5H8.4V18.5H0V0.5ZM16.8 0.5H25.2V18.5H16.8V0.5Z"
18
+ fill="#0A6A30"
19
+ />
20
+ </g>
21
+ <defs>
22
+ <clipPath id="clip0_2307_54677">
23
+ <rect y="0.5" width="25.2" height="18" rx="3" fill="white" />
24
+ </clipPath>
25
+ </defs>
26
+ </svg>
27
+ );
28
+ };
29
+
30
+ export default NigeriaFlagIcon;
@@ -0,0 +1,44 @@
1
+ import React from "react";
2
+
3
+ const PolishFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="29"
7
+ height="21"
8
+ viewBox="0 0 29 21"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_3495_51665)">
13
+ <rect
14
+ x="0.0078125"
15
+ y="0.128906"
16
+ width="28.2285"
17
+ height="20.4657"
18
+ rx="2.72254"
19
+ fill="#AF010D"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M0.0078125 0.128906H28.2364V11.0439H0.0078125V0.128906Z"
25
+ fill="white"
26
+ />
27
+ </g>
28
+ <defs>
29
+ <clipPath id="clip0_3495_51665">
30
+ <rect
31
+ x="0.0078125"
32
+ y="0.128906"
33
+ width="28.2285"
34
+ height="20.4657"
35
+ rx="2.72254"
36
+ fill="white"
37
+ />
38
+ </clipPath>
39
+ </defs>
40
+ </svg>
41
+ );
42
+ };
43
+
44
+ export default PolishFlagIcon;
@@ -0,0 +1,66 @@
1
+ import React from "react";
2
+
3
+ const PortugualFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="30"
7
+ height="21"
8
+ viewBox="0 0 30 21"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_3495_15168)">
13
+ <rect
14
+ x="0.839844"
15
+ y="0.128906"
16
+ width="28.2285"
17
+ height="20.4657"
18
+ rx="2.72254"
19
+ fill="#F93939"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M0.839844 0.128906H10.2494V20.5946H0.839844V0.128906Z"
25
+ fill="#249F58"
26
+ />
27
+ <path
28
+ d="M10.2475 13.7722C12.4747 13.7722 14.2801 11.9397 14.2801 9.67908C14.2801 7.4185 12.4747 5.58594 10.2475 5.58594C8.02032 5.58594 6.21484 7.4185 6.21484 9.67908C6.21484 11.9397 8.02032 13.7722 10.2475 13.7722Z"
29
+ fill="#FFDA2C"
30
+ />
31
+ <path
32
+ fill-rule="evenodd"
33
+ clip-rule="evenodd"
34
+ d="M12.9355 11.0424V6.94922H7.55859V11.0424C7.55859 11.7955 8.76167 12.4067 10.247 12.4067C11.7324 12.4067 12.9355 11.7955 12.9355 11.0424Z"
35
+ fill="#F93939"
36
+ />
37
+ <path
38
+ fill-rule="evenodd"
39
+ clip-rule="evenodd"
40
+ d="M8.90234 8.3125H11.5908V11.0413H8.90234V8.3125Z"
41
+ fill="white"
42
+ />
43
+ <path
44
+ fill-rule="evenodd"
45
+ clip-rule="evenodd"
46
+ d="M8.90234 8.3125H10.2466V9.67688H8.90234V8.3125ZM10.2466 9.67688H11.5908V11.0413H10.2466V9.67688Z"
47
+ fill="#1A47B8"
48
+ />
49
+ </g>
50
+ <defs>
51
+ <clipPath id="clip0_3495_15168">
52
+ <rect
53
+ x="0.839844"
54
+ y="0.128906"
55
+ width="28.2285"
56
+ height="20.4657"
57
+ rx="2.72254"
58
+ fill="white"
59
+ />
60
+ </clipPath>
61
+ </defs>
62
+ </svg>
63
+ );
64
+ };
65
+
66
+ export default PortugualFlagIcon;
@@ -0,0 +1,50 @@
1
+ import React from "react";
2
+
3
+ const RussiaFlagIcon = () => {
4
+ return (
5
+ <svg
6
+ width="29"
7
+ height="21"
8
+ viewBox="0 0 29 21"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <g clip-path="url(#clip0_3495_58696)">
13
+ <rect
14
+ x="0.671875"
15
+ y="0.441406"
16
+ width="28.2285"
17
+ height="20.4657"
18
+ rx="2.72254"
19
+ fill="#1A47B8"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M0.671875 14.0859H28.9004V20.9078H0.671875V14.0859Z"
25
+ fill="#F93939"
26
+ />
27
+ <path
28
+ fill-rule="evenodd"
29
+ clip-rule="evenodd"
30
+ d="M0.671875 0.441406H28.9004V7.2633H0.671875V0.441406Z"
31
+ fill="white"
32
+ />
33
+ </g>
34
+ <defs>
35
+ <clipPath id="clip0_3495_58696">
36
+ <rect
37
+ x="0.671875"
38
+ y="0.441406"
39
+ width="28.2285"
40
+ height="20.4657"
41
+ rx="2.72254"
42
+ fill="white"
43
+ />
44
+ </clipPath>
45
+ </defs>
46
+ </svg>
47
+ );
48
+ };
49
+
50
+ export default RussiaFlagIcon;