@gympass/yoga-icons 1.18.0 → 1.19.0

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 (147) hide show
  1. package/cjs/flags.js +280 -0
  2. package/cjs/svg/flag_argentina.js +35 -8
  3. package/cjs/svg/flag_argentina.native.js +35 -8
  4. package/cjs/svg/flag_australia.js +99 -0
  5. package/cjs/svg/flag_australia.native.js +101 -0
  6. package/cjs/svg/flag_austria.js +69 -0
  7. package/cjs/svg/flag_austria.native.js +71 -0
  8. package/cjs/svg/flag_belgium.js +72 -0
  9. package/cjs/svg/flag_belgium.native.js +74 -0
  10. package/cjs/svg/flag_brazil.js +33 -19
  11. package/cjs/svg/flag_brazil.native.js +33 -19
  12. package/cjs/svg/flag_bulgary.js +69 -0
  13. package/cjs/svg/flag_bulgary.native.js +71 -0
  14. package/cjs/svg/flag_canada.js +72 -0
  15. package/cjs/svg/flag_canada.native.js +74 -0
  16. package/cjs/svg/flag_chile.js +34 -11
  17. package/cjs/svg/flag_chile.native.js +34 -11
  18. package/cjs/svg/flag_china.js +78 -0
  19. package/cjs/svg/flag_china.native.js +80 -0
  20. package/cjs/svg/flag_colombia.js +69 -0
  21. package/cjs/svg/flag_colombia.native.js +71 -0
  22. package/cjs/svg/flag_costarica.js +72 -0
  23. package/cjs/svg/flag_costarica.native.js +74 -0
  24. package/cjs/svg/flag_croatia.js +128 -0
  25. package/cjs/svg/flag_croatia.native.js +130 -0
  26. package/cjs/svg/flag_czechrepublic.js +69 -0
  27. package/cjs/svg/flag_czechrepublic.native.js +71 -0
  28. package/cjs/svg/flag_denmark.js +66 -0
  29. package/cjs/svg/flag_denmark.native.js +68 -0
  30. package/cjs/svg/flag_dominicanrepublic.js +99 -0
  31. package/cjs/svg/flag_dominicanrepublic.native.js +101 -0
  32. package/cjs/svg/flag_ecuador.js +81 -0
  33. package/cjs/svg/flag_ecuador.native.js +83 -0
  34. package/cjs/svg/flag_elsalvador.js +78 -0
  35. package/cjs/svg/flag_elsalvador.native.js +80 -0
  36. package/cjs/svg/flag_finland.js +66 -0
  37. package/cjs/svg/flag_finland.native.js +68 -0
  38. package/cjs/svg/flag_france.js +69 -0
  39. package/cjs/svg/flag_france.native.js +71 -0
  40. package/cjs/svg/flag_germany.js +31 -8
  41. package/cjs/svg/flag_germany.native.js +31 -8
  42. package/cjs/svg/flag_guatemala.js +75 -0
  43. package/cjs/svg/flag_guatemala.native.js +77 -0
  44. package/cjs/svg/flag_honduras.js +84 -0
  45. package/cjs/svg/flag_honduras.native.js +86 -0
  46. package/cjs/svg/flag_hungary.js +69 -0
  47. package/cjs/svg/flag_hungary.native.js +71 -0
  48. package/cjs/svg/flag_india.js +81 -0
  49. package/cjs/svg/flag_india.native.js +83 -0
  50. package/cjs/svg/flag_indonesia.js +66 -0
  51. package/cjs/svg/flag_indonesia.native.js +68 -0
  52. package/cjs/svg/flag_ireland.js +30 -7
  53. package/cjs/svg/flag_ireland.native.js +30 -7
  54. package/cjs/svg/flag_israel.js +72 -0
  55. package/cjs/svg/flag_israel.native.js +74 -0
  56. package/cjs/svg/flag_italy.js +30 -7
  57. package/cjs/svg/flag_italy.native.js +30 -7
  58. package/cjs/svg/flag_japan.js +66 -0
  59. package/cjs/svg/flag_japan.native.js +68 -0
  60. package/cjs/svg/flag_luxembourg.js +69 -0
  61. package/cjs/svg/flag_luxembourg.native.js +71 -0
  62. package/cjs/svg/flag_mexico.js +36 -13
  63. package/cjs/svg/flag_mexico.native.js +36 -13
  64. package/cjs/svg/flag_netherlands.js +32 -9
  65. package/cjs/svg/flag_netherlands.native.js +32 -9
  66. package/cjs/svg/flag_panama.js +75 -0
  67. package/cjs/svg/flag_panama.native.js +77 -0
  68. package/cjs/svg/flag_paraguay.js +75 -0
  69. package/cjs/svg/flag_paraguay.native.js +77 -0
  70. package/cjs/svg/flag_peru.js +72 -0
  71. package/cjs/svg/flag_peru.native.js +74 -0
  72. package/cjs/svg/flag_poland.js +70 -0
  73. package/cjs/svg/flag_poland.native.js +72 -0
  74. package/cjs/svg/flag_portugal.js +34 -11
  75. package/cjs/svg/flag_portugal.native.js +34 -11
  76. package/cjs/svg/flag_puertorico.js +78 -0
  77. package/cjs/svg/flag_puertorico.native.js +80 -0
  78. package/cjs/svg/flag_singapore.js +84 -0
  79. package/cjs/svg/flag_singapore.native.js +86 -0
  80. package/cjs/svg/flag_southafrica.js +78 -0
  81. package/cjs/svg/flag_southafrica.native.js +80 -0
  82. package/cjs/svg/flag_southkorea.js +111 -0
  83. package/cjs/svg/flag_southkorea.native.js +113 -0
  84. package/cjs/svg/flag_spain.js +41 -9
  85. package/cjs/svg/flag_spain.native.js +41 -9
  86. package/cjs/svg/flag_sweden.js +66 -0
  87. package/cjs/svg/flag_sweden.native.js +68 -0
  88. package/cjs/svg/flag_switzerland.js +66 -0
  89. package/cjs/svg/flag_switzerland.native.js +68 -0
  90. package/cjs/svg/flag_turkey.js +66 -0
  91. package/cjs/svg/flag_turkey.native.js +68 -0
  92. package/cjs/svg/flag_uk.js +45 -23
  93. package/cjs/svg/flag_uk.native.js +45 -23
  94. package/cjs/svg/flag_uruguay.js +40 -17
  95. package/cjs/svg/flag_uruguay.native.js +40 -17
  96. package/cjs/svg/flag_us.js +79 -11
  97. package/cjs/svg/flag_us.native.js +79 -11
  98. package/esm/flags.js +36 -1
  99. package/esm/svg/flag_argentina.js +35 -8
  100. package/esm/svg/flag_australia.js +85 -0
  101. package/esm/svg/flag_austria.js +55 -0
  102. package/esm/svg/flag_belgium.js +58 -0
  103. package/esm/svg/flag_brazil.js +33 -19
  104. package/esm/svg/flag_bulgary.js +55 -0
  105. package/esm/svg/flag_canada.js +58 -0
  106. package/esm/svg/flag_chile.js +34 -11
  107. package/esm/svg/flag_china.js +64 -0
  108. package/esm/svg/flag_colombia.js +55 -0
  109. package/esm/svg/flag_costarica.js +58 -0
  110. package/esm/svg/flag_croatia.js +114 -0
  111. package/esm/svg/flag_czechrepublic.js +55 -0
  112. package/esm/svg/flag_denmark.js +52 -0
  113. package/esm/svg/flag_dominicanrepublic.js +85 -0
  114. package/esm/svg/flag_ecuador.js +67 -0
  115. package/esm/svg/flag_elsalvador.js +64 -0
  116. package/esm/svg/flag_finland.js +52 -0
  117. package/esm/svg/flag_france.js +55 -0
  118. package/esm/svg/flag_germany.js +31 -8
  119. package/esm/svg/flag_guatemala.js +61 -0
  120. package/esm/svg/flag_honduras.js +70 -0
  121. package/esm/svg/flag_hungary.js +55 -0
  122. package/esm/svg/flag_india.js +67 -0
  123. package/esm/svg/flag_indonesia.js +52 -0
  124. package/esm/svg/flag_ireland.js +30 -7
  125. package/esm/svg/flag_israel.js +58 -0
  126. package/esm/svg/flag_italy.js +30 -7
  127. package/esm/svg/flag_japan.js +52 -0
  128. package/esm/svg/flag_luxembourg.js +55 -0
  129. package/esm/svg/flag_mexico.js +36 -13
  130. package/esm/svg/flag_netherlands.js +32 -9
  131. package/esm/svg/flag_panama.js +61 -0
  132. package/esm/svg/flag_paraguay.js +61 -0
  133. package/esm/svg/flag_peru.js +58 -0
  134. package/esm/svg/flag_poland.js +56 -0
  135. package/esm/svg/flag_portugal.js +34 -11
  136. package/esm/svg/flag_puertorico.js +64 -0
  137. package/esm/svg/flag_singapore.js +70 -0
  138. package/esm/svg/flag_southafrica.js +64 -0
  139. package/esm/svg/flag_southkorea.js +97 -0
  140. package/esm/svg/flag_spain.js +41 -9
  141. package/esm/svg/flag_sweden.js +52 -0
  142. package/esm/svg/flag_switzerland.js +52 -0
  143. package/esm/svg/flag_turkey.js +52 -0
  144. package/esm/svg/flag_uk.js +45 -23
  145. package/esm/svg/flag_uruguay.js +40 -17
  146. package/esm/svg/flag_us.js +79 -11
  147. package/package.json +2 -2
@@ -9,30 +9,44 @@ var SvgComponent = function SvgComponent(props) {
9
9
  viewBox: "0 0 12 12",
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg"
12
- }, props), /*#__PURE__*/React.createElement("g", {
13
- clipPath: "url(#clip0_23259_161542)"
12
+ }, props), /*#__PURE__*/React.createElement("mask", {
13
+ id: "mask0_14_1493",
14
+ style: {
15
+ maskType: "alpha"
16
+ },
17
+ maskUnits: "userSpaceOnUse",
18
+ x: 0,
19
+ y: 0,
20
+ width: 12,
21
+ height: 12
22
+ }, /*#__PURE__*/React.createElement("circle", {
23
+ cx: 6,
24
+ cy: 6,
25
+ r: 6,
26
+ fill: "#D9D9D9"
27
+ })), /*#__PURE__*/React.createElement("g", {
28
+ mask: "url(#mask0_14_1493)"
14
29
  }, /*#__PURE__*/React.createElement("path", {
15
- d: "M6 12C9.31371 12 12 9.31371 12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12Z",
16
- fill: "#6DA544"
30
+ d: "M15.0176 0H-2.98242V12H15.0176V0Z",
31
+ fill: "#009B3A"
17
32
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M5.99997 2.34778L10.9565 5.99995L5.99997 9.65212L1.04346 5.99995L5.99997 2.34778Z",
19
- fill: "#FFDA44"
33
+ d: "M6.0132 2.00483L11.4053 5.98904L6.0132 9.97062L0.594778 5.98904L6.0132 2.00483Z",
34
+ fill: "#FEDF00"
20
35
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M6.00003 8.08698C7.15262 8.08698 8.08698 7.15262 8.08698 6.00003C8.08698 4.84744 7.15262 3.91309 6.00003 3.91309C4.84744 3.91309 3.91309 4.84744 3.91309 6.00003C3.91309 7.15262 4.84744 8.08698 6.00003 8.08698Z",
22
- fill: "#F0F0F0"
36
+ d: "M6.0132 8.11272C7.18172 8.11272 8.12899 7.16545 8.12899 5.99693C8.12899 4.82841 7.18172 3.88114 6.0132 3.88114C4.84468 3.88114 3.89741 4.82841 3.89741 5.99693C3.89741 7.16545 4.84468 8.11272 6.0132 8.11272Z",
37
+ fill: "white"
23
38
  }), /*#__PURE__*/React.createElement("path", {
24
- d: "M4.95638 5.86963C4.59347 5.86963 4.24325 5.92482 3.91357 6.02725C3.92818 7.16725 4.85639 8.08703 5.99986 8.08703C6.70693 8.08703 7.33139 7.73507 7.7089 7.19715C7.06304 6.38863 6.06926 5.86963 4.95638 5.86963V5.86963Z",
25
- fill: "#0052B4"
39
+ d: "M4.94477 5.85745C4.57899 5.85745 4.22372 5.91272 3.88951 6.01535C3.9053 7.17061 4.84477 8.10219 6.00267 8.10219C6.71846 8.10219 7.35267 7.74429 7.73425 7.19956C7.07898 6.38377 6.07109 5.85745 4.94477 5.85745Z",
40
+ fill: "#002776"
26
41
  }), /*#__PURE__*/React.createElement("path", {
27
- d: "M8.04808 6.39987C8.0732 6.27041 8.08677 6.13684 8.08677 6.00003C8.08677 4.84742 7.15241 3.91309 5.99983 3.91309C5.13981 3.91309 4.40153 4.43342 4.08203 5.17634C4.36445 5.11782 4.65686 5.087 4.95637 5.087C6.16848 5.08698 7.26503 5.59084 8.04808 6.39987V6.39987Z",
28
- fill: "#0052B4"
29
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
30
- id: "clip0_23259_161542"
31
- }, /*#__PURE__*/React.createElement("rect", {
32
- width: 12,
33
- height: 12,
34
- fill: "white"
35
- }))));
42
+ d: "M8.07636 6.39167C8.10004 6.26009 8.11583 6.12588 8.11583 5.9864C8.11583 4.81798 7.16846 3.87061 6.00004 3.87061C5.12899 3.87061 4.38162 4.39956 4.0553 5.14956C4.34215 5.09167 4.63688 5.06009 4.93951 5.06009C6.17109 5.06272 7.28162 5.57325 8.07636 6.39167Z",
43
+ fill: "#002776"
44
+ }), /*#__PURE__*/React.createElement("circle", {
45
+ cx: 6,
46
+ cy: 6,
47
+ r: 6,
48
+ stroke: "#E1DED7"
49
+ })));
36
50
  };
37
51
 
38
52
  export default SvgComponent;
@@ -0,0 +1,55 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1692)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1692",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1692)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "#00966E"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9824 0H-3.01758V4H14.9824V0Z",
36
+ fill: "white"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9824 8H-3.01758V12H14.9824V8Z",
39
+ fill: "#D62612"
40
+ }), /*#__PURE__*/React.createElement("circle", {
41
+ cx: 6,
42
+ cy: 6,
43
+ r: 6,
44
+ stroke: "#E1DED7"
45
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
46
+ id: "clip0_14_1692"
47
+ }, /*#__PURE__*/React.createElement("rect", {
48
+ width: 12,
49
+ height: 12,
50
+ rx: 1.12281,
51
+ fill: "white"
52
+ }))));
53
+ };
54
+
55
+ export default SvgComponent;
@@ -0,0 +1,58 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1555)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1555",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1555)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M2.98246 0H-2V12H2.98246V0Z",
36
+ fill: "#FF0000"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M13.9649 0H8.98242V12H13.9649V0Z",
39
+ fill: "#FF0000"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M7.29487 6.95178L8.62118 6.28862L7.95802 5.95704V5.29388L6.63171 5.95704L7.29487 4.63072H6.63171L5.96855 3.63599L5.30539 4.63072H4.64223L5.30539 5.95704L3.97908 5.29388V5.95704L3.31592 6.28862L4.64223 6.95178L4.31065 7.61493H5.63697V8.60967H6.30013V7.61493H7.62644L7.29487 6.95178Z",
42
+ fill: "#FF0000"
43
+ }), /*#__PURE__*/React.createElement("circle", {
44
+ cx: 6,
45
+ cy: 6,
46
+ r: 6,
47
+ stroke: "#E1DED7"
48
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
49
+ id: "clip0_14_1555"
50
+ }, /*#__PURE__*/React.createElement("rect", {
51
+ width: 12,
52
+ height: 12,
53
+ rx: 1.12281,
54
+ fill: "white"
55
+ }))));
56
+ };
57
+
58
+ export default SvgComponent;
@@ -10,24 +10,47 @@ var SvgComponent = function SvgComponent(props) {
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg"
12
12
  }, props), /*#__PURE__*/React.createElement("g", {
13
- clipPath: "url(#clip0_23259_161534)"
13
+ clipPath: "url(#clip0_14_1518)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1518",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1518)"
14
31
  }, /*#__PURE__*/React.createElement("path", {
15
- d: "M6 12.0001C9.31371 12.0001 12 9.31383 12 6.00012C12 2.68641 9.31371 0.00012207 6 0.00012207C2.68629 0.00012207 0 2.68641 0 6.00012C0 9.31383 2.68629 12.0001 6 12.0001Z",
16
- fill: "#F0F0F0"
17
- }), /*#__PURE__*/React.createElement("path", {
18
- d: "M12 5.99997C12 9.31366 9.31369 12 6 12C2.68631 12 0 9.31366 0 5.99997C0 2.68628 6 5.99997 6 5.99997C6 5.99997 10.5413 5.99997 12 5.99997Z",
32
+ d: "M18 0H0V12H18V0Z",
19
33
  fill: "#D80027"
20
34
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M0 6.00012C0 2.68643 2.68631 0.00012207 6 0.00012207V6.00012C6 6.00012 2.08695 6.00012 0 6.00012Z",
22
- fill: "#0052B4"
35
+ d: "M18 0H6.87719V6H18V0Z",
36
+ fill: "white"
23
37
  }), /*#__PURE__*/React.createElement("path", {
24
- d: "M3.57156 2.08691L3.96009 3.28265H5.21734L4.2002 4.02163L4.5887 5.21737L3.57156 4.47836L2.55442 5.21737L2.94292 4.02163L1.92578 3.28265H3.18304L3.57156 2.08691Z",
25
- fill: "#F0F0F0"
26
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
27
- id: "clip0_23259_161534"
38
+ d: "M6.87719 0H0V6H6.87719V0Z",
39
+ fill: "#0037A1"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M3.4386 0.859649L3.96842 2.49123H5.68421L4.29474 3.49825L4.82807 5.12982L3.4386 4.12281L2.04912 5.12982L2.58246 3.49825L1.19298 2.49123H2.90877L3.4386 0.859649Z",
42
+ fill: "white"
43
+ }), /*#__PURE__*/React.createElement("circle", {
44
+ cx: 6,
45
+ cy: 6,
46
+ r: 6,
47
+ stroke: "#E1DED7"
48
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
49
+ id: "clip0_14_1518"
28
50
  }, /*#__PURE__*/React.createElement("rect", {
29
51
  width: 12,
30
52
  height: 12,
53
+ rx: 1.12281,
31
54
  fill: "white"
32
55
  }))));
33
56
  };
@@ -0,0 +1,64 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1610)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1610",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1610)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "#D80027"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M6.62728 9.04634L6.355 8.60845L5.85254 8.73196L6.18657 8.33617L5.91429 7.89827L6.39429 8.09196L6.72552 7.69617L6.68903 8.21266L7.16903 8.40634L6.66657 8.52985L6.62728 9.04634Z",
36
+ fill: "#FFDA44"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M8.41794 4.63374L8.13443 5.06602L8.46005 5.46743L7.96321 5.33269L7.6797 5.76778L7.65163 5.25129L7.15479 5.11655L7.63759 4.93129L7.60952 4.41479L7.93514 4.8162L8.41794 4.63374Z",
39
+ fill: "#FFDA44"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M6.89104 3.04492L6.8349 3.55861L7.30648 3.77194L6.80122 3.87861L6.74508 4.39229L6.48683 3.94317L5.98438 4.04983L6.32964 3.66527L6.07139 3.21896L6.54297 3.42948L6.89104 3.04492Z",
42
+ fill: "#FFDA44"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M8.47994 6.87368L8.06169 7.17964L8.2245 7.67087L7.80625 7.36771L7.38801 7.67648L7.5452 7.18245L7.12695 6.8821L7.64344 6.87929L7.80064 6.38525L7.96344 6.87648L8.47994 6.87368Z",
45
+ fill: "#FFDA44"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M3.48882 3.63159L3.97443 5.13335H5.55197L4.27759 6.05685L4.7632 7.55861L3.48882 6.63229L2.21162 7.55861L2.70004 6.05685L1.42285 5.13335H3.0032L3.48882 3.63159Z",
48
+ fill: "#FFDA44"
49
+ }), /*#__PURE__*/React.createElement("circle", {
50
+ cx: 6,
51
+ cy: 6,
52
+ r: 6,
53
+ stroke: "#E1DED7"
54
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
55
+ id: "clip0_14_1610"
56
+ }, /*#__PURE__*/React.createElement("rect", {
57
+ width: 12,
58
+ height: 12,
59
+ rx: 1.12281,
60
+ fill: "white"
61
+ }))));
62
+ };
63
+
64
+ export default SvgComponent;
@@ -0,0 +1,55 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1670)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1670",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1670)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "#FFDA44"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9824 9H-3.01758V12H14.9824V9Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9824 6H-3.01758V9H14.9824V6Z",
39
+ fill: "#0052B4"
40
+ }), /*#__PURE__*/React.createElement("circle", {
41
+ cx: 6,
42
+ cy: 6,
43
+ r: 6,
44
+ stroke: "#E1DED7"
45
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
46
+ id: "clip0_14_1670"
47
+ }, /*#__PURE__*/React.createElement("rect", {
48
+ width: 12,
49
+ height: 12,
50
+ rx: 1.12281,
51
+ fill: "white"
52
+ }))));
53
+ };
54
+
55
+ export default SvgComponent;
@@ -0,0 +1,58 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1619)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1619",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1619)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9824 4H-3.01758V8H14.9824V4Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9824 10H-3.01758V12H14.9824V10Z",
39
+ fill: "#0052B4"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M14.9824 0H-3.01758V2H14.9824V0Z",
42
+ fill: "#0052B4"
43
+ }), /*#__PURE__*/React.createElement("circle", {
44
+ cx: 6,
45
+ cy: 6,
46
+ r: 6,
47
+ stroke: "#E1DED7"
48
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
49
+ id: "clip0_14_1619"
50
+ }, /*#__PURE__*/React.createElement("rect", {
51
+ width: 12,
52
+ height: 12,
53
+ rx: 1.12281,
54
+ fill: "white"
55
+ }))));
56
+ };
57
+
58
+ export default SvgComponent;
@@ -0,0 +1,114 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1625)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1625",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1625)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9824 0H-3.01758V4H14.9824V0Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9824 8H-3.01758V12H14.9824V8Z",
39
+ fill: "#0052B4"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M7.46436 4.38454V3.14945L7.95558 2.74524L8.45243 3.14945V4.38454H7.46436Z",
42
+ fill: "#338AF3"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M4.50028 4.38454V3.14945L4.01466 2.74524L3.51221 3.14945V4.38454H4.50028Z",
45
+ fill: "#338AF3"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M5.48828 4.38454V3.14945L5.98232 2.74524L6.47635 3.14945V4.38454H5.48828Z",
48
+ fill: "#338AF3"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M7.46463 4.38454H6.47656V3.14945L6.96779 2.74524L7.46463 3.14945V4.38454Z",
51
+ fill: "#0052B4"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M5.48856 4.38454H4.50049V3.14945L4.99172 2.74524L5.48856 3.14945V4.38454Z",
54
+ fill: "#0052B4"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M3.51221 4.38452V7.24487C3.51221 7.92698 3.91642 8.54171 4.50589 8.91224C5.10379 9.28838 5.68765 9.32487 5.98238 9.32487C6.27712 9.32487 6.86379 9.27715 7.45887 8.90943C8.04835 8.54452 8.45256 7.92417 8.45256 7.24487V4.38452H3.51221Z",
57
+ fill: "white",
58
+ stroke: "#D80027",
59
+ strokeWidth: 0.0280702
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M4.50028 4.38452H3.51221V5.37259H4.50028V4.38452Z",
62
+ fill: "#D80027"
63
+ }), /*#__PURE__*/React.createElement("path", {
64
+ d: "M6.47635 4.38452H5.48828V5.37259H6.47635V4.38452Z",
65
+ fill: "#D80027"
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ d: "M8.45243 4.38452H7.46436V5.37259H8.45243V4.38452Z",
68
+ fill: "#D80027"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ d: "M5.48856 5.37256H4.50049V6.36063H5.48856V5.37256Z",
71
+ fill: "#D80027"
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ d: "M7.46463 5.37256H6.47656V6.36063H7.46463V5.37256Z",
74
+ fill: "#D80027"
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ d: "M4.50028 6.36072H3.51221V7.34879H4.50028V6.36072Z",
77
+ fill: "#D80027"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ d: "M5.48856 7.34875H4.50049V8.33683H5.48856V7.34875Z",
80
+ fill: "#D80027"
81
+ }), /*#__PURE__*/React.createElement("path", {
82
+ d: "M6.47635 6.36072H5.48828V7.34879H6.47635V6.36072Z",
83
+ fill: "#D80027"
84
+ }), /*#__PURE__*/React.createElement("path", {
85
+ d: "M8.45243 6.3606H7.46436V7.34867H8.45243V6.3606Z",
86
+ fill: "#D80027"
87
+ }), /*#__PURE__*/React.createElement("path", {
88
+ d: "M7.46463 7.34875H6.47656V8.33683H7.46463V7.34875Z",
89
+ fill: "#D80027"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ d: "M7.46436 8.90662C7.70576 8.75504 7.91909 8.56135 8.0819 8.33679H7.46436V8.90662Z",
92
+ fill: "#D80027"
93
+ }), /*#__PURE__*/React.createElement("path", {
94
+ d: "M3.88281 8.33679C4.04562 8.56135 4.25615 8.75504 4.50036 8.90942V8.33679H3.88281Z",
95
+ fill: "#D80027"
96
+ }), /*#__PURE__*/React.createElement("path", {
97
+ d: "M5.48828 8.33679V9.28276C5.69039 9.31644 5.86161 9.32486 5.98232 9.32486C6.10302 9.32486 6.27425 9.31644 6.47635 9.27995V8.33679H5.48828Z",
98
+ fill: "#D80027"
99
+ }), /*#__PURE__*/React.createElement("circle", {
100
+ cx: 6,
101
+ cy: 6,
102
+ r: 6,
103
+ stroke: "#E1DED7"
104
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
105
+ id: "clip0_14_1625"
106
+ }, /*#__PURE__*/React.createElement("rect", {
107
+ width: 12,
108
+ height: 12,
109
+ rx: 1.12281,
110
+ fill: "white"
111
+ }))));
112
+ };
113
+
114
+ export default SvgComponent;
@@ -0,0 +1,55 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1697)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1697",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1697)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "#11457E"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9824 6V12H-3.01758L4.52628 6H14.9824Z",
36
+ fill: "#D7141A"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9824 0V6H4.53277L-3.01758 0H14.9824Z",
39
+ fill: "white"
40
+ }), /*#__PURE__*/React.createElement("circle", {
41
+ cx: 6,
42
+ cy: 6,
43
+ r: 6,
44
+ stroke: "#E1DED7"
45
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
46
+ id: "clip0_14_1697"
47
+ }, /*#__PURE__*/React.createElement("rect", {
48
+ width: 12,
49
+ height: 12,
50
+ rx: 1.12281,
51
+ fill: "white"
52
+ }))));
53
+ };
54
+
55
+ export default SvgComponent;
@@ -0,0 +1,52 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("g", {
13
+ clipPath: "url(#clip0_14_1757)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1757",
16
+ style: {
17
+ maskType: "alpha"
18
+ },
19
+ maskUnits: "userSpaceOnUse",
20
+ x: 0,
21
+ y: 0,
22
+ width: 12,
23
+ height: 12
24
+ }, /*#__PURE__*/React.createElement("circle", {
25
+ cx: 6,
26
+ cy: 6,
27
+ r: 6,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1757)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M16.0352 0H-1.96484V12H16.0352V0Z",
33
+ fill: "#C60C30"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M4.70182 0H2.59656V4.91228H-1.96484V7.01754H2.59656V12H4.70182V7.01754H16.0352V4.91228H4.70182V0Z",
36
+ fill: "white"
37
+ }), /*#__PURE__*/React.createElement("circle", {
38
+ cx: 6,
39
+ cy: 6,
40
+ r: 6,
41
+ stroke: "#E1DED7"
42
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
43
+ id: "clip0_14_1757"
44
+ }, /*#__PURE__*/React.createElement("rect", {
45
+ width: 12,
46
+ height: 12,
47
+ rx: 1.12281,
48
+ fill: "white"
49
+ }))));
50
+ };
51
+
52
+ export default SvgComponent;