@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,56 @@
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_1681)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1681",
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("ellipse", {
25
+ cx: 6.01718,
26
+ cy: 6,
27
+ rx: 5.98251,
28
+ ry: 6,
29
+ fill: "#D9D9D9"
30
+ })), /*#__PURE__*/React.createElement("g", {
31
+ mask: "url(#mask0_14_1681)"
32
+ }, /*#__PURE__*/React.createElement("path", {
33
+ d: "M14.9734 0.00012207H-2.97412V11.9999H14.9734V0.00012207Z",
34
+ fill: "white"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M14.9734 0.00012207H-2.97412V6H14.9734V0.00012207Z",
37
+ fill: "white"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M14.9734 6H-2.97412V11.9999H14.9734V6Z",
40
+ fill: "#D80027"
41
+ }), /*#__PURE__*/React.createElement("circle", {
42
+ cx: 6,
43
+ cy: 6,
44
+ r: 6,
45
+ stroke: "#E1DED7"
46
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
47
+ id: "clip0_14_1681"
48
+ }, /*#__PURE__*/React.createElement("rect", {
49
+ width: 12,
50
+ height: 12,
51
+ rx: 1.12281,
52
+ fill: "white"
53
+ }))));
54
+ };
55
+
56
+ export default SvgComponent;
@@ -10,27 +10,50 @@ 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_161494)"
13
+ clipPath: "url(#clip0_14_1524)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1524",
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_1524)"
14
31
  }, /*#__PURE__*/React.createElement("path", {
15
- d: "M0 5.99997C0 8.57974 1.62825 10.779 3.91301 11.6268L4.43477 5.99995L3.91301 0.373169C1.62825 1.22095 0 3.42018 0 5.99997Z",
16
- fill: "#6DA544"
17
- }), /*#__PURE__*/React.createElement("path", {
18
- d: "M11.9998 6C11.9998 2.68631 9.31352 0 5.99983 0C5.26591 0 4.56286 0.132023 3.91284 0.373195V11.6268C4.56286 11.868 5.26591 12 5.99983 12C9.31352 12 11.9998 9.31369 11.9998 6Z",
32
+ d: "M14.9824 0.00012207H-3.01758V11.9999H14.9824V0.00012207Z",
19
33
  fill: "#D80027"
20
34
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M3.91312 8.08698C5.06571 8.08698 6.00006 7.15262 6.00006 6.00003C6.00006 4.84744 5.06571 3.91309 3.91312 3.91309C2.76053 3.91309 1.82617 4.84744 1.82617 6.00003C1.82617 7.15262 2.76053 8.08698 3.91312 8.08698Z",
35
+ d: "M3.89558 0.00012207V11.9999H-3.01758V0.00012207H3.89558Z",
36
+ fill: "#6DA544"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M3.89558 8.25C5.13822 8.25 6.14558 7.24264 6.14558 6C6.14558 4.75736 5.13822 3.75 3.89558 3.75C2.65294 3.75 1.64558 4.75736 1.64558 6C1.64558 7.24264 2.65294 8.25 3.89558 8.25Z",
22
39
  fill: "#FFDA44"
23
40
  }), /*#__PURE__*/React.createElement("path", {
24
- d: "M2.73901 4.95654V6.26089C2.73901 6.90922 3.26458 7.4348 3.91293 7.4348C4.56128 7.4348 5.08684 6.90924 5.08684 6.26089V4.95654H2.73901Z",
41
+ d: "M2.62985 4.875V6.28129C2.62985 6.98026 3.1965 7.54691 3.89548 7.54691C4.59445 7.54691 5.1611 6.98026 5.1611 6.28129V4.875H2.62985Z",
25
42
  fill: "#D80027"
26
43
  }), /*#__PURE__*/React.createElement("path", {
27
- d: "M3.91304 6.65217C3.69728 6.65217 3.52173 6.47662 3.52173 6.26086V5.73914H4.30433V6.26088C4.30433 6.47662 4.12878 6.65217 3.91304 6.65217Z",
28
- fill: "#F0F0F0"
29
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
30
- id: "clip0_23259_161494"
44
+ d: "M3.89548 6.70313C3.66285 6.70313 3.4736 6.51388 3.4736 6.28125V5.71875H4.31739V6.28125C4.31735 6.51384 4.12807 6.70313 3.89548 6.70313Z",
45
+ fill: "white"
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_1524"
31
53
  }, /*#__PURE__*/React.createElement("rect", {
32
54
  width: 12,
33
55
  height: 12,
56
+ rx: 1.12281,
34
57
  fill: "white"
35
58
  }))));
36
59
  };
@@ -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_4088)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_19_4088",
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_4088)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M17.9649 0.00012207H0V11.9765H17.9649V0.00012207Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M17.9649 0.00012207H0V2.39532H17.9649V0.00012207Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M17.9649 4.79053H0V7.18572H17.9649V4.79053Z",
39
+ fill: "#D80027"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M17.9649 9.5813H0V11.9765H17.9649V9.5813Z",
42
+ fill: "#D80027"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M8.98246 5.98848L0 11.9766V-0.00012207L8.98246 5.98848Z",
45
+ fill: "#0052B4"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M2.92868 3.85254L3.45875 5.48405H5.17433L3.78647 6.49243L4.31654 8.12398L2.92868 7.11563L1.54079 8.12398L2.07097 6.49243L0.683105 5.48405H2.39861L2.92868 3.85254Z",
48
+ fill: "white"
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_4088"
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,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_14_1659)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1659",
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_1659)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0.00012207H-3.01758V11.9999H14.9824V0.00012207Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9824 0.00012207H-3.01758V6H14.9824V0.00012207Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M3.42613 2.99992C3.42613 2.12575 4.04052 1.39549 4.86093 1.2163C4.73482 1.18873 4.60401 1.17383 4.46964 1.17383C3.46108 1.17383 2.64355 1.99135 2.64355 2.99988C2.64355 4.00841 3.46111 4.82597 4.46964 4.82597C4.60401 4.82597 4.73482 4.81103 4.86093 4.7835C4.04052 4.60438 3.42613 3.87411 3.42613 2.99992Z",
39
+ fill: "white"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M5.7742 1.30432L5.90371 1.70289H6.32281L5.98373 1.94923L6.11325 2.34779L5.7742 2.10149L5.43512 2.34779L5.56467 1.94923L5.22559 1.70289H5.64468L5.7742 1.30432Z",
42
+ fill: "white"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M4.7576 2.08691L4.88708 2.48548H5.30618L4.96709 2.73182L5.09661 3.13039L4.7576 2.88408L4.41852 3.13039L4.54807 2.73182L4.20898 2.48548H4.62808L4.7576 2.08691Z",
45
+ fill: "white"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M6.79077 2.08691L6.92028 2.48548H7.33938L7.0003 2.73182L7.12981 3.13039L6.79077 2.88408L6.45172 3.13039L6.58127 2.73182L6.24219 2.48548H6.66128L6.79077 2.08691Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M6.39913 3.26086L6.52864 3.65943H6.94774L6.6087 3.90577L6.73821 4.30434L6.39913 4.05803L6.06012 4.30434L6.18963 3.90577L5.85059 3.65943H6.26965L6.39913 3.26086Z",
51
+ fill: "white"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M5.14868 3.26086L5.27816 3.65943H5.69725L5.35821 3.90577L5.48772 4.30434L5.14868 4.05803L4.80963 4.30434L4.93914 3.90577L4.6001 3.65943H5.01916L5.14868 3.26086Z",
54
+ fill: "white"
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_14_1659"
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,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_1736)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1736",
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_1736)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M16.7192 0.000244141H-1.28076V12H16.7192V0.000244141Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M2.72789 6.00008L-1.28076 1.98962V10.0112L2.72789 6.00008Z",
36
+ fill: "black"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M4.38614 6.00005L-1.28076 0.329346V1.98964L2.72789 6.00009L-1.28076 10.0112V11.6684L4.38614 6.00005Z",
39
+ fill: "#FFB915"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M16.6431 7.17402C16.6451 7.15856 16.6713 7.14316 16.7192 7.12769V6.00012V4.82622H16.6431H6.54509L1.71912 0.000244141H-1.28076V0.329412L4.38614 6.00012L-1.28076 11.6685V12H1.71912L6.54509 7.17402H16.6431Z",
42
+ fill: "#007847"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M16.4093 8.3479H7.03146L3.37939 11.9999H16.7194V8.3479H16.4093Z",
45
+ fill: "#000C8A"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ d: "M16.4093 3.65228H16.7194V0.000244141H3.37939L7.03146 3.65228H16.4093Z",
48
+ fill: "#E1392D"
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_1736"
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,97 @@
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_1595)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1595",
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_1595)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M1.19727 4.25232L2.52855 2.2554ZM1.6965 4.58514L3.02778 2.58822ZM2.19573 4.91796L3.52701 2.92104Z",
36
+ fill: "black"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M1.19727 4.25232L2.52855 2.2554M1.6965 4.58514L3.02778 2.58822M2.19573 4.91796L3.52701 2.92104",
39
+ stroke: "black",
40
+ strokeWidth: 0.4
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M8.51953 9.13367L9.85081 7.13675ZM9.01876 9.46649L10.35 7.46957ZM9.51799 9.79931L10.8493 7.80239Z",
43
+ fill: "black"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "M8.51953 9.13367L9.85081 7.13675M9.01876 9.46649L10.35 7.46957M9.51799 9.79931L10.8493 7.80239",
46
+ stroke: "black",
47
+ strokeWidth: 0.4
48
+ }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M8.85205 7.91333L10.5162 9.02273Z",
50
+ fill: "black"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M8.85205 7.91333L10.5162 9.02273",
53
+ stroke: "white",
54
+ strokeWidth: 0.2
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M8.02043 7.35863C8.75568 6.25576 8.45766 4.76568 7.35479 4.03043C6.25193 3.29519 4.76184 3.5932 4.02659 4.69607C3.29135 5.79894 3.58936 7.28903 4.69223 8.02427C5.7951 8.75952 7.28519 8.4615 8.02043 7.35863Z",
57
+ fill: "#CA163A"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M4.02659 4.69607C3.65916 5.24722 3.80826 5.99274 4.35941 6.36017C4.91056 6.72761 5.65608 6.5785 6.02351 6.02735C6.39095 5.4762 7.13646 5.3271 7.68761 5.69453C8.23876 6.06197 8.38787 6.80748 8.02043 7.35863C7.28557 8.46093 5.79453 8.75914 4.69223 8.02427C3.58993 7.28941 3.29173 5.79837 4.02659 4.69607Z",
60
+ fill: "#0E4896"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M2.52881 9.79919L1.19753 7.80227ZM3.02804 9.46637L1.69676 7.46945ZM3.52727 9.13355L2.19599 7.13663Z",
63
+ fill: "black"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M2.52881 9.79919L1.19753 7.80227M3.02804 9.46637L1.69676 7.46945M3.52727 9.13355L2.19599 7.13663",
66
+ stroke: "black",
67
+ strokeWidth: 0.4
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M9.85107 4.91785L8.51979 2.92093ZM10.3503 4.58503L9.01902 2.58811ZM10.8495 4.25221L9.51825 2.25529Z",
70
+ fill: "black"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M9.85107 4.91785L8.51979 2.92093M10.3503 4.58503L9.01902 2.58811M10.8495 4.25221L9.51825 2.25529",
73
+ stroke: "black",
74
+ strokeWidth: 0.4
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ d: "M2.11328 8.63391L2.61251 8.30109ZM8.85222 4.14128L9.43532 3.75255ZM9.93455 3.41973L10.4338 3.08691Z",
77
+ fill: "black"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ d: "M2.11328 8.63391L2.61251 8.30109M8.85222 4.14128L9.43532 3.75255M9.93455 3.41973L10.4338 3.08691",
80
+ stroke: "white",
81
+ strokeWidth: 0.2
82
+ }), /*#__PURE__*/React.createElement("circle", {
83
+ cx: 6,
84
+ cy: 6,
85
+ r: 6,
86
+ stroke: "#E1DED7"
87
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
88
+ id: "clip0_14_1595"
89
+ }, /*#__PURE__*/React.createElement("rect", {
90
+ width: 12,
91
+ height: 12,
92
+ rx: 1.12281,
93
+ fill: "white"
94
+ }))));
95
+ };
96
+
97
+ export default SvgComponent;
@@ -10,21 +10,53 @@ 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_161486)"
13
+ clipPath: "url(#clip0_14_1512)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1512",
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_1512)"
14
31
  }, /*#__PURE__*/React.createElement("path", {
15
- d: "M0 6.00004C0 6.73397 0.132023 7.437 0.373195 8.08699L6 8.60873L11.6268 8.08699C11.868 7.437 12 6.73397 12 6.00004C12 5.26612 11.868 4.56309 11.6268 3.9131L6 3.39136L0.373195 3.9131C0.132023 4.56309 0 5.26612 0 6.00004H0Z",
16
- fill: "#FFDA44"
32
+ d: "M-3.01758 0H14.9824V12H-3.01758V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M-3.01758 0H14.9824V3.2H-3.01758V0ZM-3.01758 8.8H14.9824V12H-3.01758V8.8Z",
36
+ fill: "#D03433"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M-3.01758 3.2H14.9824V8.8H-3.01758V3.2Z",
39
+ fill: "#FBCA46"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M3.22242 5.6H4.02242V6H3.22242V5.6Z",
42
+ fill: "white"
17
43
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M11.6267 3.91305C10.7789 1.62827 8.57964 0 5.99985 0C3.42006 0 1.2208 1.62827 0.373047 3.91305H11.6267Z",
19
- fill: "#D80027"
44
+ d: "M2.74242 6.8C2.74242 7.04 2.98242 7.2 3.22242 7.2C3.46242 7.2 3.70242 7.04 3.70242 6.8L3.78242 5.6H2.66242L2.74242 6.8ZM2.26242 5.6C2.26242 5.36 2.42242 5.2 2.58242 5.2H3.78242C4.02242 5.2 4.18242 5.36 4.18242 5.52C4.18242 5.6 4.18242 5.6 4.18242 5.6L4.10242 6.8C4.02242 7.28 3.70242 7.6 3.22242 7.6C2.74242 7.6 2.42242 7.28 2.34242 6.8L2.26242 5.6Z",
45
+ fill: "#A41517"
20
46
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M0.373047 8.08691C1.2208 10.3717 3.42006 12 5.99985 12C8.57964 12 10.7789 10.3717 11.6267 8.08691H0.373047Z",
22
- fill: "#D80027"
23
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
24
- id: "clip0_23259_161486"
47
+ d: "M2.42242 6H4.02242L4.02242 6.4H3.62242L3.22242 7.2L2.82242 6.4H2.42242V6ZM1.22242 4.8H2.02242V7.6H1.22242V4.8ZM4.42242 4.8H5.22242V7.6H4.42242V4.8ZM2.42242 4.4C2.42242 4.16 2.58242 4 2.82242 4H3.62242C3.86242 4 4.02242 4.16 4.02242 4.4V4.56C4.02242 4.72 3.94242 4.8 3.78242 4.8H2.58242C2.50242 4.8 2.42242 4.72 2.42242 4.64V4.4Z",
48
+ fill: "#A41517"
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_1512"
25
56
  }, /*#__PURE__*/React.createElement("rect", {
26
57
  width: 12,
27
58
  height: 12,
59
+ rx: 1.12281,
28
60
  fill: "white"
29
61
  }))));
30
62
  };
@@ -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_1744)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1744",
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_1744)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M15.9825 0H-1.98242V12.0001H15.9825V0Z",
33
+ fill: "#0052B4"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M4.75442 0H2.50881V4.87498H-1.98242V7.12498H2.50881V12H4.75442V7.12498H15.9825V4.87498H4.75442V0Z",
36
+ fill: "#FFDA44"
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_1744"
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,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_1580)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1580",
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_1580)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9829 0.00012207H-3.01709V12.0001H14.9829V0.00012207Z",
33
+ fill: "#FF0000"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M8.77712 5.051H6.90251V3.17639H5.02793V5.051H3.15332V6.92558H5.02793V8.8002H6.90251V6.92558H8.77712V5.051Z",
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_1580"
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,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_1748)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1748",
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_1748)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M15.6841 0H-2.31592V12H15.6841V0Z",
33
+ fill: "#E30A17"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M6.09562 4.54326C5.7279 4.2766 5.28158 4.13344 4.82404 4.13624C3.67877 4.13624 2.75246 5.00081 2.75246 6.07028C2.75246 7.13975 3.68158 8.00431 4.82404 8.00431C5.30404 8.00431 5.74755 7.85274 6.09562 7.5973C5.25351 8.68081 3.69 8.8773 2.60649 8.03238C1.52299 7.18747 1.32649 5.62677 2.17141 4.54326C3.01632 3.45975 4.57702 3.26326 5.66053 4.10817C5.82334 4.23449 5.9693 4.38326 6.09562 4.54326ZM7.21562 6.39028L6.70755 7.00502L6.74123 6.20782L6.00018 5.91589L6.76649 5.70256L6.81702 4.90817L7.25492 5.57344L8.02685 5.37414L7.53562 5.99168L7.96509 6.66256L7.21562 6.39028Z",
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_1748"
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;