@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,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_1584)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1584",
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_1584)"
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.01758V6H14.9824V0Z",
36
+ fill: "#EE0000"
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_1584"
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;
@@ -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_161518)"
13
+ clipPath: "url(#clip0_14_1527)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1527",
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_1527)"
14
31
  }, /*#__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: "#F0F0F0"
32
+ d: "M11.9824 15L11.9824 -3L-0.0175781 -3L-0.0175789 15L11.9824 15Z",
33
+ fill: "white"
17
34
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M12 6.00007C12 3.42031 10.3717 1.22103 8.08691 0.373291V11.6269C10.3717 10.7791 12 8.57988 12 6.00007V6.00007Z",
35
+ d: "M11.9824 15L11.9824 -3L7.98242 -3L7.98242 15L11.9824 15Z",
19
36
  fill: "#FF9811"
20
37
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M0 6.00007C0 8.57989 1.62825 10.7791 3.91305 11.6269V0.373291C1.62825 1.22103 0 3.42031 0 6.00007V6.00007Z",
38
+ d: "M4.03505 15L4.03505 -3L0.0350533 -3L0.0350525 15L4.03505 15Z",
22
39
  fill: "#6DA544"
23
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
24
- id: "clip0_23259_161518"
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_1527"
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,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_1588)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1588",
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_1588)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M8.34299 4.63569H6.76825L5.98228 3.27148L5.19632 4.63569H3.62158L4.40755 5.99991L3.62158 7.36412H5.19632L5.98228 8.72833L6.76825 7.36412H8.34299L7.55702 5.99991L8.34299 4.63569ZM7.01246 5.99991L6.52965 6.93184H5.43772L4.95211 5.99991L5.43492 5.06798H6.52685L7.01246 5.99991ZM5.98228 3.98447L6.31632 4.6385H5.64544L5.98228 3.98447ZM4.34579 5.06798H5.01667L4.71351 5.65745L4.34579 5.06798ZM4.34579 6.93184L4.7107 6.31148L5.04474 6.93184H4.34579ZM5.98228 7.98447L5.64825 7.36412H6.31913L5.98228 7.98447ZM7.64965 6.93184H6.9479L7.28193 6.31148L7.64965 6.93184ZM6.91702 5.06798H7.64965L7.28474 5.68833L6.91702 5.06798Z",
36
+ fill: "#2E52B2"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9473 0.747314H-3.01758V2.24556H14.9473V0.747314Z",
39
+ fill: "#2E52B2"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M14.9473 9.72974H-3.01758V11.228H14.9473V9.72974Z",
42
+ fill: "#2E52B2"
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_1588"
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,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_161510)"
13
+ clipPath: "url(#clip0_14_1505)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1505",
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_1505)"
14
31
  }, /*#__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: "#F0F0F0"
32
+ d: "M11.9824 15L11.9824 -3L-0.0175781 -3L-0.0175789 15L11.9824 15Z",
33
+ fill: "white"
17
34
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M12 5.99997C12 3.42018 10.3717 1.22093 8.08691 0.373169V11.6268C10.3717 10.779 12 8.57976 12 5.99997V5.99997Z",
35
+ d: "M11.9824 15L11.9824 -3L7.98242 -3L7.98242 15L11.9824 15Z",
19
36
  fill: "#D80027"
20
37
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M0 5.99997C0 8.57976 1.62825 10.779 3.91305 11.6268V0.373169C1.62825 1.22093 0 3.42018 0 5.99997Z",
38
+ d: "M4.03505 15L4.03505 -3L0.0350533 -3L0.0350525 15L4.03505 15Z",
22
39
  fill: "#6DA544"
23
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
24
- id: "clip0_23259_161510"
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_1505"
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,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_1576)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1576",
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_1576)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9473 0H-3.01758V12H14.9473V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M5.98233 8.69465C7.4706 8.69465 8.67707 7.48817 8.67707 5.99991C8.67707 4.51165 7.4706 3.30518 5.98233 3.30518C4.49407 3.30518 3.2876 4.51165 3.2876 5.99991C3.2876 7.48817 4.49407 8.69465 5.98233 8.69465Z",
36
+ fill: "#D80027"
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_1576"
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_1731)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1731",
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_1731)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9653 0H-3.03467V12H14.9653V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9653 0H-3.03467V4H14.9653V0Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9653 8H-3.03467V12H14.9653V8Z",
39
+ fill: "#338AF3"
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_1731"
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,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_161502)"
13
+ clipPath: "url(#clip0_14_1502)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1502",
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_1502)"
14
31
  }, /*#__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: "#F0F0F0"
32
+ d: "M8.98242 0H2.98242H-3.01758V11.9754H14.9824V0H8.98242Z",
33
+ fill: "#DC2339"
17
34
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M12 5.99998C12 3.62121 10.6156 1.56584 8.60864 0.595337V11.4046C10.6156 10.4341 12 8.37874 12 5.99998V5.99998Z",
19
- fill: "#D80027"
35
+ d: "M2.98242 0H-3.01758V12H2.98242V0Z",
36
+ fill: "#11865D"
20
37
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M0 5.99998C0 8.37874 1.38434 10.4341 3.39131 11.4046V0.595337C1.38434 1.56584 0 3.62121 0 5.99998Z",
22
- fill: "#6DA544"
38
+ d: "M8.98242 0H2.98242V12H8.98242V0Z",
39
+ fill: "white"
23
40
  }), /*#__PURE__*/React.createElement("path", {
24
- d: "M4.43481 6.00001C4.43481 6.86446 5.1356 7.56524 6.00004 7.56524C6.86449 7.56524 7.56527 6.86446 7.56527 6.00001V5.47827H4.43481V6.00001Z",
25
- fill: "#6DA544"
41
+ d: "M3.8526 6.00702C3.8526 6.76491 4.25611 7.47018 4.91576 7.84912C5.11926 7.96842 5.37891 7.89825 5.49821 7.69474C5.61751 7.49123 5.54733 7.23158 5.34383 7.11228C4.94733 6.88421 4.70523 6.46316 4.70523 6.00702C4.70523 5.77193 4.51576 5.58246 4.28067 5.58246C4.04558 5.58246 3.8526 5.77193 3.8526 6.00702ZM7.12979 7.8C7.74383 7.41053 8.11225 6.73333 8.11225 6.00702C8.11225 5.77193 7.92277 5.58246 7.68769 5.58246C7.4526 5.58246 7.26312 5.77193 7.26312 6.00702C7.26312 6.44211 7.04207 6.84912 6.67365 7.08421C6.47365 7.20702 6.41049 7.46667 6.52979 7.67018C6.64909 7.87368 6.91225 7.93333 7.11575 7.81404C7.11575 7.80702 7.12277 7.80351 7.12979 7.8Z",
42
+ fill: "#8C9157"
26
43
  }), /*#__PURE__*/React.createElement("path", {
27
- d: "M8.08702 4.95656H6.5218C6.5218 4.66842 6.28819 4.43481 6.00005 4.43481C5.71191 4.43481 5.47831 4.66842 5.47831 4.95656H3.91309C3.91309 5.24472 4.16408 5.4783 4.4522 5.4783H4.43483C4.43483 5.76646 4.66841 6.00004 4.95657 6.00004C4.95657 6.28821 5.19015 6.52178 5.47831 6.52178H6.5218C6.80996 6.52178 7.04354 6.28821 7.04354 6.00004C7.3317 6.00004 7.56528 5.76646 7.56528 5.4783H7.54789C7.83605 5.4783 8.08702 5.24472 8.08702 4.95656Z",
28
- fill: "#FF9811"
29
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
30
- id: "clip0_23259_161502"
44
+ d: "M5.98242 6.85965C6.45332 6.85965 6.83505 6.28783 6.83505 5.58246C6.83505 4.87708 6.45332 4.30526 5.98242 4.30526C5.51153 4.30526 5.12979 4.87708 5.12979 5.58246C5.12979 6.28783 5.51153 6.85965 5.98242 6.85965Z",
45
+ fill: "#C59262"
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_1502"
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
  };
@@ -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_32168_262847)"
13
+ clipPath: "url(#clip0_14_1521)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1521",
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_1521)"
14
31
  }, /*#__PURE__*/React.createElement("path", {
15
- d: "M5.99976 12C9.31346 12 11.9998 9.31371 11.9998 6C11.9998 2.68629 9.31346 0 5.99976 0C2.68605 0 -0.000244141 2.68629 -0.000244141 6C-0.000244141 9.31371 2.68605 12 5.99976 12Z",
16
- fill: "#F0F0F0"
32
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
33
+ fill: "white"
17
34
  }), /*#__PURE__*/React.createElement("path", {
18
- d: "M6.00009 0C3.42031 0 1.22105 1.62825 0.373291 3.91305H11.6269C10.7791 1.62825 8.57988 0 6.00009 0V0Z",
19
- fill: "#A2001D"
35
+ d: "M14.9824 0H-3.01758V4H14.9824V0Z",
36
+ fill: "#CD1F2A"
20
37
  }), /*#__PURE__*/React.createElement("path", {
21
- d: "M6.00009 12C8.57988 12 10.7791 10.3718 11.6269 8.08698H0.373291C1.22105 10.3718 3.42031 12 6.00009 12Z",
22
- fill: "#0052B4"
23
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
24
- id: "clip0_32168_262847"
38
+ d: "M14.9824 7.94737H-3.01758V11.9474H14.9824V7.94737Z",
39
+ fill: "#1D4185"
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_1521"
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_1652)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1652",
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.01766,
26
+ cy: 5.98251,
27
+ r: 5.98251,
28
+ fill: "#D9D9D9"
29
+ })), /*#__PURE__*/React.createElement("g", {
30
+ mask: "url(#mask0_14_1652)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M12 0H0V11.965H12V0Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M6.01766 5.98254C6.01766 5.98254 6.01766 8.97283 6.01766 11.9651H0.0351562V5.98254H2.02941C3.93627 5.98254 6.01766 5.98254 6.01766 5.98254Z",
36
+ fill: "#0052B4"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M12.0001 0V5.98251H10.0058C7.89141 5.98251 6.01758 5.98251 6.01758 5.98251C6.01758 5.98251 6.01758 2.81628 6.01758 0H12.0001Z",
39
+ fill: "#D80027"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M3.40027 1.7843L3.81474 3.05987H5.15601L4.07092 3.84827L4.48536 5.12384L3.40027 4.33548L2.31518 5.12384L2.72962 3.84827L1.64453 3.05987H2.98579L3.40027 1.7843Z",
42
+ fill: "#0052B4"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M8.61316 6.82227L9.02764 8.09784H10.3689L9.28381 8.88623L9.69825 10.1618L8.61316 9.37345L7.52807 10.1618L7.94251 8.88623L6.85742 8.09784H8.19868L8.61316 6.82227Z",
45
+ fill: "#D80027"
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_1652"
53
+ }, /*#__PURE__*/React.createElement("rect", {
54
+ width: 12,
55
+ height: 11.965,
56
+ rx: 1.11953,
57
+ fill: "white"
58
+ }))));
59
+ };
60
+
61
+ export default SvgComponent;
@@ -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_1719)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1719",
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_1719)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9829 0.000244141H-3.01709V12H14.9829V0.000244141Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M14.9829 0.000244141H-3.01709V4.00015H14.9829V0.000244141Z",
36
+ fill: "#D80027"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M14.9829 8H-3.01709V11.9999H14.9829V8Z",
39
+ fill: "#0052B4"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M7.16304 4.61975L6.72035 5.06244C6.90914 5.2513 7.02596 5.51216 7.02596 5.8003C7.02596 6.37658 6.55877 6.84374 5.98252 6.84374C5.40624 6.84374 4.93909 6.37655 4.93909 5.8003C4.93909 5.51219 5.05587 5.2513 5.2447 5.06244L4.80201 4.61975C4.49988 4.92188 4.31299 5.33926 4.31299 5.80026C4.31299 6.72234 5.06045 7.4698 5.98252 7.4698C6.9046 7.4698 7.65206 6.72234 7.65206 5.80026C7.65206 5.33929 7.46517 4.92188 7.16304 4.61975Z",
42
+ fill: "#6DA544"
43
+ }), /*#__PURE__*/React.createElement("path", {
44
+ d: "M5.98252 5.17432L6.13795 5.65262H6.64082L6.23396 5.94821L6.38938 6.42648L5.98252 6.13088L5.57566 6.42648L5.73108 5.94821L5.32422 5.65262H5.82709L5.98252 5.17432Z",
45
+ fill: "#FFDA44"
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_1719"
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,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_1675)"
14
+ }, /*#__PURE__*/React.createElement("mask", {
15
+ id: "mask0_14_1675",
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_1675)"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M14.9824 -0.00012207H-3.01758V11.9996H14.9824V-0.00012207Z",
33
+ fill: "white"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M11.9824 15L11.9824 -3L-0.0175781 -3L-0.0175789 15L11.9824 15Z",
36
+ fill: "white"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M11.9824 15L11.9824 -3L7.98242 -3L7.98242 15L11.9824 15Z",
39
+ fill: "#D80027"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M4.03505 15L4.03505 -3L0.0350533 -3L0.0350525 15L4.03505 15Z",
42
+ fill: "#D80027"
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_1675"
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;