@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
@@ -0,0 +1,85 @@
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_19_4117)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_19_4117",
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_19_4117)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M4.40347 7.5509H-3.01758V11.9755H4.40347V7.5509Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M4.40347 0H-3.01758V4.42807H4.40347V0Z",
39
+ fill: "#0052B4"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M14.9474 0H7.52637V4.42807H14.9474V0Z",
42
+ fill: "#D80027"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M14.9474 7.5509H7.52637V11.9755H14.9474V7.5509Z",
45
+ fill: "#0052B4"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M5.96474 4.5614H4.21387V6.29473C4.21387 6.29473 4.89808 6.50526 5.96474 6.50526V4.5614Z",
48
+ fill: "#0052B4",
49
+ stroke: "white",
50
+ strokeWidth: 0.175439,
51
+ strokeMiterlimit: 10
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M4.21387 6.29468V6.5052C4.21387 7.47012 4.99632 8.25608 5.96474 8.25608V6.5052C4.89808 6.5052 4.21387 6.29468 4.21387 6.29468Z",
54
+ fill: "#D80027",
55
+ stroke: "white",
56
+ strokeWidth: 0.175439,
57
+ strokeMiterlimit: 10
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M5.96484 8.25608C6.92976 8.25608 7.71572 7.47363 7.71572 6.5052V6.29468C7.71572 6.29468 7.03151 6.5052 5.96484 6.5052V8.25608Z",
60
+ fill: "#0052B4",
61
+ stroke: "white",
62
+ strokeWidth: 0.175439,
63
+ strokeMiterlimit: 10
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M5.96484 4.5614V6.50526C7.03151 6.50526 7.71572 6.29473 7.71572 6.29473V4.5614H5.96484Z",
66
+ fill: "#D80027",
67
+ stroke: "white",
68
+ strokeWidth: 0.175439,
69
+ strokeMiterlimit: 10
70
+ }), /*#__PURE__*/React.createElement("circle", {
71
+ cx: 6,
72
+ cy: 6,
73
+ r: 6,
74
+ stroke: "#E1DED7"
75
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
76
+ id: "clip0_19_4117"
77
+ }, /*#__PURE__*/React.createElement("rect", {
78
+ width: 12,
79
+ height: 12,
80
+ rx: 1.12281,
81
+ fill: "white"
82
+ }))));
83
+ };
84
+
85
+ export default SvgComponent;
@@ -0,0 +1,67 @@
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_1702)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1702",
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.01718,
26
+ cy: 5.98251,
27
+ r: 5.98251,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1702)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9734 0H-2.97412V11.965H14.9734V0Z",
33
+ fill: "#FFDA44"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9734 5.97192H-2.97412V8.95618H14.9734V5.97192Z",
36
+ fill: "#0052B4"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9734 8.95618H-2.97412V11.9404H14.9734V8.95618Z",
39
+ fill: "#D80027"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M5.98155 7.4659C6.909 7.4659 7.66085 6.71405 7.66085 5.7866C7.66085 4.85915 6.909 4.1073 5.98155 4.1073C5.05409 4.1073 4.30225 4.85915 4.30225 5.7866C4.30225 6.71405 5.05409 7.4659 5.98155 7.4659Z",
42
+ fill: "#FFDA44"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M9.14977 3.2369C9.14977 3.2369 8.38849 2.85066 8.20097 2.78909C8.01345 2.72751 6.82674 2.41964 6.82674 2.59317C6.82674 2.88145 6.4489 2.92903 6.39292 2.92903C6.33695 2.92903 6.33695 2.78069 5.9787 2.78069C5.62044 2.78069 5.59526 2.91504 5.53648 2.91504C5.47491 2.91504 5.13065 2.88705 5.13065 2.59317C5.13065 2.44763 3.92995 2.70512 3.75642 2.78909C3.58569 2.87585 2.80762 3.2369 2.80762 3.2369C2.80762 3.2369 4.08948 3.31247 4.31619 3.41043C4.54289 3.50839 5.54208 3.87224 5.54208 3.87224L5.46371 4.24448H6.52167L6.41531 3.87224C6.41531 3.87224 7.3977 3.51679 7.6412 3.41043C7.8847 3.30407 9.14977 3.2369 9.14977 3.2369Z",
45
+ fill: "#4C1F00"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M4.90967 5.80624C4.90967 6.39679 5.39107 6.87819 5.98162 6.87819C6.57218 6.87819 7.05357 6.39679 7.05357 5.80624V5.48438H4.91247V5.80624H4.90967Z",
48
+ fill: "#57BA17"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M5.98162 4.09338C5.39107 4.09338 4.90967 4.57478 4.90967 5.16534V5.4872H7.05078V5.16534C7.05358 4.57478 6.57218 4.09338 5.98162 4.09338Z",
51
+ fill: "#338AF3"
52
+ }), /*#__PURE__*/React.createElement("circle", {
53
+ cx: 6,
54
+ cy: 6,
55
+ r: 6,
56
+ stroke: "#E1DED7"
57
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
58
+ id: "clip0_14_1702"
59
+ }, /*#__PURE__*/React.createElement("rect", {
60
+ width: 12,
61
+ height: 11.965,
62
+ rx: 1.11953,
63
+ fill: "white"
64
+ }))));
65
+ };
66
+
67
+ export default SvgComponent;
@@ -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_19_4097)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_19_4097",
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_19_4097)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9825 0.00012207H-2.98242V11.9765H14.9825V0.00012207Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9825 0.00012207H-2.98242V3.99223H14.9825V0.00012207Z",
36
+ fill: "#0052B4"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9825 7.98438H-2.98242V11.9765H14.9825V7.98438Z",
39
+ fill: "#0052B4"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M5.03809 6.19655L6.00012 4.53027L6.96216 6.19655H5.03809Z",
42
+ fill: "#FFDA44"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M7.24937 6.7467L5.99968 7.37157L4.75 6.7467V5.91357H7.24937V6.7467Z",
45
+ fill: "#6DA544"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M7.17799 4.60181L6.73616 5.04363C6.92458 5.23212 7.04118 5.49244 7.04118 5.78005C7.04118 6.35521 6.5749 6.82146 5.99978 6.82146C5.42462 6.82146 4.95837 6.35518 4.95837 5.78005C4.95837 5.49251 5.07493 5.23212 5.26339 5.04363L4.82157 4.60181C4.52002 4.90335 4.3335 5.31991 4.3335 5.78002C4.3335 6.7003 5.0795 7.4463 5.99978 7.4463C6.92006 7.4463 7.66606 6.7003 7.66606 5.78002C7.66606 5.31988 7.47953 4.90328 7.17799 4.60181Z",
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_19_4097"
56
+ }, /*#__PURE__*/React.createElement("rect", {
57
+ width: 12,
58
+ height: 11.9649,
59
+ rx: 1.12281,
60
+ fill: "white"
61
+ }))));
62
+ };
63
+
64
+ 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_1761)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1761",
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_1761)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M16.3862 0H-1.61377V12H16.3862V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M16.3862 4.53684V7.4386H5.5336V12H2.63184V7.4386H-1.61377V4.53684H2.63184V0H5.5336V4.53684H16.3862Z",
36
+ fill: "#2E52B2"
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_1761"
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;
@@ -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_1562)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1562",
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_1562)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M11.9824 15L11.9824 -3L-0.0175781 -3L-0.0175789 15L11.9824 15Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M11.9824 15L11.9824 -3L7.98242 -3L7.98242 15L11.9824 15Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M4.03505 15L4.03505 -3L0.0350533 -3L0.0350525 15L4.03505 15Z",
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_1562"
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;
@@ -10,21 +10,44 @@ 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_161526)"
13
+ clipPath: "url(#clip0_14_1499)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1499",
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_1499)"
14
31
  }, /*#__PURE__*/React.createElement("path", {
15
- d: "M0.373291 8.08703C1.22105 10.3718 3.42031 12.0001 6.00009 12.0001C8.57988 12.0001 10.7791 10.3718 11.6269 8.08703L6.00009 7.56531L0.373291 8.08703Z",
16
- fill: "#FFDA44"
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "#D80027"
17
34
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M6.00009 0C3.42031 0 1.22105 1.62825 0.373291 3.91306L6.00009 4.43477L11.6269 3.91303C10.7791 1.62825 8.57988 0 6.00009 0Z",
35
+ d: "M14.9824 0H-3.01758V4H14.9824V0Z",
19
36
  fill: "black"
20
37
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M0.373195 3.91309C0.132023 4.56308 0 5.26611 0 6.00003C0 6.73395 0.132023 7.43698 0.373195 8.08698H11.6268C11.868 7.43698 12 6.73395 12 6.00003C12 5.26611 11.868 4.56308 11.6268 3.91309H0.373195Z",
22
- fill: "#D80027"
23
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
24
- id: "clip0_23259_161526"
38
+ d: "M14.9824 8H-3.01758V12H14.9824V8Z",
39
+ fill: "#FFDA44"
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_1499"
25
47
  }, /*#__PURE__*/React.createElement("rect", {
26
48
  width: 12,
27
49
  height: 12,
50
+ rx: 1.12281,
28
51
  fill: "white"
29
52
  }))));
30
53
  };
@@ -0,0 +1,61 @@
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_1711)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1711",
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_1711)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M2.98242 0H-3.01758V12H2.98242V0Z",
36
+ fill: "#338AF3"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9824 0H8.98242V12H14.9824V0Z",
39
+ fill: "#338AF3"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M5.96505 6.3615C6.4592 6.3615 6.85979 5.96091 6.85979 5.46676C6.85979 4.97261 6.4592 4.57202 5.96505 4.57202C5.4709 4.57202 5.07031 4.97261 5.07031 5.46676C5.07031 5.96091 5.4709 6.3615 5.96505 6.3615Z",
42
+ fill: "#DCC26D"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M3.79639 5.47024C3.79639 6.24568 4.21042 6.96147 4.87709 7.34744C5.08411 7.46674 5.35077 7.39656 5.47007 7.18954C5.58937 6.98252 5.51919 6.71586 5.31218 6.59656C4.90867 6.36498 4.66305 5.9334 4.66305 5.47024C4.66305 5.23165 4.47007 5.03516 4.22797 5.03516C3.98586 5.03516 3.79639 5.22814 3.79639 5.47024ZM7.13323 7.29831C7.75779 6.89831 8.13674 6.21059 8.13323 5.47024C8.13323 5.23165 7.94025 5.03516 7.69814 5.03516C7.45954 5.03516 7.26305 5.22814 7.26305 5.47024C7.26305 5.91586 7.03498 6.32989 6.66305 6.56849C6.45954 6.69481 6.39288 6.96147 6.51919 7.16498C6.64551 7.36849 6.91218 7.43516 7.11568 7.30884C7.1227 7.30533 7.12621 7.30182 7.13323 7.29831Z",
45
+ fill: "#628A40"
46
+ }), /*#__PURE__*/React.createElement("circle", {
47
+ cx: 6,
48
+ cy: 6,
49
+ r: 6,
50
+ stroke: "#E1DED7"
51
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
52
+ id: "clip0_14_1711"
53
+ }, /*#__PURE__*/React.createElement("rect", {
54
+ width: 12,
55
+ height: 12,
56
+ rx: 1.12281,
57
+ fill: "white"
58
+ }))));
59
+ };
60
+
61
+ export default SvgComponent;
@@ -0,0 +1,70 @@
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_19_4106)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_19_4106",
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_19_4106)"
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: "#338AF3"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9824 8H-3.01758V12H14.9824V8Z",
39
+ fill: "#338AF3"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M4.12265 4.13684L4.35774 4.7193L4.97528 4.75438L4.48405 5.13684L4.64897 5.75789L4.12265 5.41052L3.59634 5.75789L3.76125 5.13684L3.27002 4.75438L3.88756 4.7193L4.12265 4.13684Z",
42
+ fill: "#338AF3"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M7.80722 4.13684L8.04231 4.7193L8.65985 4.75438L8.16862 5.13684L8.33354 5.75789L7.80722 5.41052L7.28091 5.75789L7.44582 5.13684L6.95459 4.75438L7.57213 4.7193L7.80722 4.13684Z",
45
+ fill: "#338AF3"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M5.96494 5.17896L6.20002 5.76141L6.81757 5.7965L6.32634 6.17896L6.49125 6.80001L5.96494 6.45264L5.43862 6.80001L5.60353 6.17896L5.1123 5.7965L5.72985 5.76141L5.96494 5.17896Z",
48
+ fill: "#338AF3"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M4.12265 6.22107L4.35774 6.80353L4.97528 6.83861L4.48405 7.22107L4.64897 7.83861L4.12265 7.49124L3.59634 7.83861L3.76125 7.22107L3.27002 6.83861L3.88756 6.80353L4.12265 6.22107Z",
51
+ fill: "#338AF3"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M7.80722 6.22107L8.04231 6.80353L8.65985 6.83861L8.16862 7.22107L8.33354 7.83861L7.80722 7.49124L7.28091 7.83861L7.44582 7.22107L6.95459 6.83861L7.57213 6.80353L7.80722 6.22107Z",
54
+ fill: "#338AF3"
55
+ }), /*#__PURE__*/React.createElement("circle", {
56
+ cx: 6,
57
+ cy: 6,
58
+ r: 6,
59
+ stroke: "#E1DED7"
60
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
61
+ id: "clip0_19_4106"
62
+ }, /*#__PURE__*/React.createElement("rect", {
63
+ width: 12,
64
+ height: 12,
65
+ rx: 1.12281,
66
+ fill: "white"
67
+ }))));
68
+ };
69
+
70
+ 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_1726)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1726",
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_1726)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M15 0H-3V12H15V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M15 0H-3V4H15V0Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M15 8H-3V12H15V8Z",
39
+ fill: "#6DA544"
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_1726"
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,67 @@
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_1567)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1567",
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_1567)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M-2.41064 0H14.3753V12H-2.41064V0Z",
33
+ fill: "#181A93"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M-3.01758 0H14.9824V4H-3.01758V0Z",
36
+ fill: "#FFA44A"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M-3.01758 8H14.9824V12H-3.01758V8Z",
39
+ fill: "#1A9F0B"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M-3.01758 4H14.9824V8H-3.01758V4Z",
42
+ fill: "white"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M5.98223 7.19993C6.64497 7.19993 7.18223 6.66267 7.18223 5.99993C7.18223 5.33718 6.64497 4.79993 5.98223 4.79993C5.31948 4.79993 4.78223 5.33718 4.78223 5.99993C4.78223 6.66267 5.31948 7.19993 5.98223 7.19993Z",
45
+ fill: "white"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M5.98232 7.5999C5.10162 7.5999 4.38232 6.8806 4.38232 5.9999C4.38232 5.1192 5.10162 4.3999 5.98232 4.3999C6.86303 4.3999 7.58232 5.1192 7.58232 5.9999C7.58232 6.8806 6.86303 7.5999 5.98232 7.5999ZM5.98232 7.1999C6.62092 7.1999 7.18232 6.6385 7.18232 5.9999C7.18232 5.36131 6.62443 4.7999 5.98232 4.7999C5.34022 4.7999 4.78232 5.36131 4.78232 5.9999C4.78232 6.6385 5.34373 7.1999 5.98232 7.1999Z",
48
+ fill: "#181A93"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M5.98262 6.79995C6.42445 6.79995 6.78262 6.44178 6.78262 5.99995C6.78262 5.55812 6.42445 5.19995 5.98262 5.19995C5.54079 5.19995 5.18262 5.55812 5.18262 5.99995C5.18262 6.44178 5.54079 6.79995 5.98262 6.79995Z",
51
+ fill: "#181A93"
52
+ }), /*#__PURE__*/React.createElement("circle", {
53
+ cx: 6,
54
+ cy: 6,
55
+ r: 6,
56
+ stroke: "#E1DED7"
57
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
58
+ id: "clip0_14_1567"
59
+ }, /*#__PURE__*/React.createElement("rect", {
60
+ width: 12,
61
+ height: 12,
62
+ rx: 1.12281,
63
+ fill: "white"
64
+ }))));
65
+ };
66
+
67
+ export default SvgComponent;