@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,66 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var React = _interopRequireWildcard(require("react"));
11
+
12
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
+
14
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
+
16
+ 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); }
17
+
18
+ var SvgComponent = function SvgComponent(props) {
19
+ return /*#__PURE__*/React.createElement("svg", _extends({
20
+ width: 12,
21
+ height: 12,
22
+ viewBox: "0 0 12 12",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("g", {
26
+ clipPath: "url(#clip0_14_1580)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1580",
29
+ style: {
30
+ maskType: "alpha"
31
+ },
32
+ maskUnits: "userSpaceOnUse",
33
+ x: 0,
34
+ y: 0,
35
+ width: 12,
36
+ height: 12
37
+ }, /*#__PURE__*/React.createElement("circle", {
38
+ cx: 6,
39
+ cy: 6,
40
+ r: 6,
41
+ fill: "#D9D9D9"
42
+ })), /*#__PURE__*/React.createElement("g", {
43
+ mask: "url(#mask0_14_1580)"
44
+ }, /*#__PURE__*/React.createElement("path", {
45
+ d: "M14.9829 0.00012207H-3.01709V12.0001H14.9829V0.00012207Z",
46
+ fill: "#FF0000"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M8.77712 5.051H6.90251V3.17639H5.02793V5.051H3.15332V6.92558H5.02793V8.8002H6.90251V6.92558H8.77712V5.051Z",
49
+ fill: "white"
50
+ }), /*#__PURE__*/React.createElement("circle", {
51
+ cx: 6,
52
+ cy: 6,
53
+ r: 6,
54
+ stroke: "#E1DED7"
55
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
56
+ id: "clip0_14_1580"
57
+ }, /*#__PURE__*/React.createElement("rect", {
58
+ width: 12,
59
+ height: 12,
60
+ rx: 1.12281,
61
+ fill: "white"
62
+ }))));
63
+ };
64
+
65
+ var _default = SvgComponent;
66
+ exports["default"] = _default;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var React = _interopRequireWildcard(require("react"));
11
+
12
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
13
+
14
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
15
+
16
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
+
18
+ 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); }
19
+
20
+ var SvgComponent = function SvgComponent(props) {
21
+ return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
22
+ width: 12,
23
+ height: 12,
24
+ viewBox: "0 0 12 12",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
28
+ clipPath: "url(#clip0_14_1580)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1580",
31
+ style: {
32
+ maskType: "alpha"
33
+ },
34
+ maskUnits: "userSpaceOnUse",
35
+ x: 0,
36
+ y: 0,
37
+ width: 12,
38
+ height: 12
39
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
40
+ cx: 6,
41
+ cy: 6,
42
+ r: 6,
43
+ fill: "#D9D9D9"
44
+ })), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
45
+ mask: "url(#mask0_14_1580)"
46
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
47
+ d: "M14.9829 0.00012207H-3.01709V12.0001H14.9829V0.00012207Z",
48
+ fill: "#FF0000"
49
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
50
+ d: "M8.77712 5.051H6.90251V3.17639H5.02793V5.051H3.15332V6.92558H5.02793V8.8002H6.90251V6.92558H8.77712V5.051Z",
51
+ fill: "white"
52
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
53
+ cx: 6,
54
+ cy: 6,
55
+ r: 6,
56
+ stroke: "#E1DED7"
57
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
58
+ id: "clip0_14_1580"
59
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
60
+ width: 12,
61
+ height: 12,
62
+ rx: 1.12281,
63
+ fill: "white"
64
+ }))));
65
+ };
66
+
67
+ var _default = SvgComponent;
68
+ exports["default"] = _default;
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var React = _interopRequireWildcard(require("react"));
11
+
12
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
+
14
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
+
16
+ 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); }
17
+
18
+ var SvgComponent = function SvgComponent(props) {
19
+ return /*#__PURE__*/React.createElement("svg", _extends({
20
+ width: 12,
21
+ height: 12,
22
+ viewBox: "0 0 12 12",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("g", {
26
+ clipPath: "url(#clip0_14_1748)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1748",
29
+ style: {
30
+ maskType: "alpha"
31
+ },
32
+ maskUnits: "userSpaceOnUse",
33
+ x: 0,
34
+ y: 0,
35
+ width: 12,
36
+ height: 12
37
+ }, /*#__PURE__*/React.createElement("circle", {
38
+ cx: 6,
39
+ cy: 6,
40
+ r: 6,
41
+ fill: "#D9D9D9"
42
+ })), /*#__PURE__*/React.createElement("g", {
43
+ mask: "url(#mask0_14_1748)"
44
+ }, /*#__PURE__*/React.createElement("path", {
45
+ d: "M15.6841 0H-2.31592V12H15.6841V0Z",
46
+ fill: "#E30A17"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ 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",
49
+ fill: "white"
50
+ }), /*#__PURE__*/React.createElement("circle", {
51
+ cx: 6,
52
+ cy: 6,
53
+ r: 6,
54
+ stroke: "#E1DED7"
55
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
56
+ id: "clip0_14_1748"
57
+ }, /*#__PURE__*/React.createElement("rect", {
58
+ width: 12,
59
+ height: 12,
60
+ rx: 1.12281,
61
+ fill: "white"
62
+ }))));
63
+ };
64
+
65
+ var _default = SvgComponent;
66
+ exports["default"] = _default;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var React = _interopRequireWildcard(require("react"));
11
+
12
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
13
+
14
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
15
+
16
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
+
18
+ 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); }
19
+
20
+ var SvgComponent = function SvgComponent(props) {
21
+ return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
22
+ width: 12,
23
+ height: 12,
24
+ viewBox: "0 0 12 12",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
28
+ clipPath: "url(#clip0_14_1748)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1748",
31
+ style: {
32
+ maskType: "alpha"
33
+ },
34
+ maskUnits: "userSpaceOnUse",
35
+ x: 0,
36
+ y: 0,
37
+ width: 12,
38
+ height: 12
39
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
40
+ cx: 6,
41
+ cy: 6,
42
+ r: 6,
43
+ fill: "#D9D9D9"
44
+ })), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
45
+ mask: "url(#mask0_14_1748)"
46
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
47
+ d: "M15.6841 0H-2.31592V12H15.6841V0Z",
48
+ fill: "#E30A17"
49
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
50
+ 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",
51
+ fill: "white"
52
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
53
+ cx: 6,
54
+ cy: 6,
55
+ r: 6,
56
+ stroke: "#E1DED7"
57
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
58
+ id: "clip0_14_1748"
59
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
60
+ width: 12,
61
+ height: 12,
62
+ rx: 1.12281,
63
+ fill: "white"
64
+ }))));
65
+ };
66
+
67
+ var _default = SvgComponent;
68
+ exports["default"] = _default;
@@ -23,54 +23,76 @@ var SvgComponent = function SvgComponent(props) {
23
23
  fill: "none",
24
24
  xmlns: "http://www.w3.org/2000/svg"
25
25
  }, props), /*#__PURE__*/React.createElement("g", {
26
- clipPath: "url(#clip0_23259_161478)"
27
- }, /*#__PURE__*/React.createElement("path", {
28
- 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",
29
- fill: "#F0F0F0"
30
- }), /*#__PURE__*/React.createElement("path", {
31
- d: "M1.2404 2.34717C0.769099 2.96036 0.413717 3.66712 0.206787 4.43491H3.32815L1.2404 2.34717Z",
26
+ clipPath: "url(#clip0_14_1508)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1508",
29
+ style: {
30
+ maskType: "alpha"
31
+ },
32
+ maskUnits: "userSpaceOnUse",
33
+ x: 0,
34
+ y: 0,
35
+ width: 12,
36
+ height: 12
37
+ }, /*#__PURE__*/React.createElement("circle", {
38
+ cx: 6,
39
+ cy: 6,
40
+ r: 6,
32
41
  fill: "#0052B4"
33
- }), /*#__PURE__*/React.createElement("path", {
34
- d: "M11.7934 4.43489C11.5865 3.66712 11.2311 2.96036 10.7598 2.34717L8.67212 4.43489H11.7934Z",
42
+ })), /*#__PURE__*/React.createElement("g", {
43
+ mask: "url(#mask0_14_1508)"
44
+ }, /*#__PURE__*/React.createElement("circle", {
45
+ cx: 6,
46
+ cy: 6,
47
+ r: 6,
35
48
  fill: "#0052B4"
36
49
  }), /*#__PURE__*/React.createElement("path", {
37
- d: "M0.206787 7.56531C0.41374 8.33307 0.769123 9.03983 1.2404 9.653L3.32808 7.56531H0.206787Z",
38
- fill: "#0052B4"
50
+ d: "M-1.22803 0H13.193V11.9614H-1.22803V0Z",
51
+ fill: "white"
39
52
  }), /*#__PURE__*/React.createElement("path", {
40
- d: "M9.65291 1.24043C9.03971 0.769123 8.33298 0.41374 7.56519 0.206787V3.32812L9.65291 1.24043Z",
41
- fill: "#0052B4"
53
+ d: "M7.53424 8.06072L13.193 11.9614V10.8574L9.15344 8.06072H7.53424Z",
54
+ fill: "white"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M4.40265 3.90069L-1.22803 0V1.10397L2.81155 3.90069H4.40265Z",
57
+ fill: "white"
42
58
  }), /*#__PURE__*/React.createElement("path", {
43
- d: "M2.34717 10.7598C2.96036 11.2311 3.66712 11.5865 4.43489 11.7934V8.67212L2.34717 10.7598Z",
59
+ d: "M9.84217 8.06072L13.193 10.3633V8.06072H9.84217ZM7.53424 8.06072L13.193 11.9614V10.8574L9.15344 8.06072H7.53424ZM11.6638 11.9614L7.53143 9.0981V11.9614H11.6638Z",
44
60
  fill: "#0052B4"
45
61
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M4.43486 0.206787C3.6671 0.41374 2.96034 0.769123 2.34717 1.2404L4.43486 3.3281V0.206787Z",
62
+ d: "M1.31042 8.06072L-1.22803 9.82006V8.06072H1.31042ZM4.40265 8.55838V11.9649H-0.511191L4.40265 8.55838Z",
47
63
  fill: "#0052B4"
48
64
  }), /*#__PURE__*/React.createElement("path", {
49
- d: "M7.56519 11.7934C8.33295 11.5865 9.03971 11.2311 9.65288 10.7598L7.56519 8.67212V11.7934Z",
65
+ d: "M2.09472 3.90069L-1.22803 1.59813V3.90069H2.09472ZM4.40265 3.90069L-1.22803 0V1.10397L2.81155 3.90069H4.40265ZM0.273112 0L4.40546 2.86331V0H0.273112Z",
50
66
  fill: "#0052B4"
51
67
  }), /*#__PURE__*/React.createElement("path", {
52
- d: "M8.67212 7.56531L10.7598 9.65303C11.2311 9.03985 11.5865 8.33307 11.7934 7.56531H8.67212Z",
68
+ d: "M10.6265 3.90069L13.193 2.14135V3.90069H10.6265ZM7.53424 3.40303V0H12.4509L7.53424 3.40303Z",
53
69
  fill: "#0052B4"
54
70
  }), /*#__PURE__*/React.createElement("path", {
55
- d: "M11.9492 5.2174H6.78265H6.78262V0.0507891C6.52643 0.0174375 6.26524 0 6 0C5.73471 0 5.47357 0.0174375 5.2174 0.0507891V5.21735V5.21738H0.0507891C0.0174375 5.47357 0 5.73476 0 6C0 6.26529 0.0174375 6.52643 0.0507891 6.7826H5.21735H5.21738V11.9492C5.47357 11.9826 5.73471 12 6 12C6.26524 12 6.52643 11.9826 6.7826 11.9492V6.78265V6.78262H11.9492C11.9826 6.52643 12 6.26529 12 6C12 5.73476 11.9826 5.47357 11.9492 5.2174V5.2174Z",
71
+ d: "M6.868 0H5.06888V4.86096H-1.22803V7.10395H5.06888V11.9649H6.868V7.10395H13.1649V4.86096H6.868V0Z",
56
72
  fill: "#D80027"
57
73
  }), /*#__PURE__*/React.createElement("path", {
58
- d: "M7.56519 7.56521L10.2426 10.2426C10.3657 10.1195 10.4832 9.99083 10.5953 9.85742L8.30305 7.56519H7.56519V7.56521Z",
74
+ d: "M7.53424 8.06072L13.193 11.9614V10.8574L9.15344 8.06072H7.53424Z",
59
75
  fill: "#D80027"
60
76
  }), /*#__PURE__*/React.createElement("path", {
61
- d: "M4.43475 7.56519H4.43471L1.75732 10.2426C1.88042 10.3657 2.00911 10.4832 2.14252 10.5953L4.43475 8.30297V7.56519Z",
77
+ d: "M2.81155 8.06072L-1.22803 10.8609V11.9649L4.40265 8.06072H2.81155Z",
62
78
  fill: "#D80027"
63
79
  }), /*#__PURE__*/React.createElement("path", {
64
- d: "M4.43463 4.4348V4.43475L1.75723 1.75732C1.63409 1.88042 1.51662 2.00911 1.40454 2.14252L3.6968 4.43478H4.43463V4.4348Z",
80
+ d: "M4.40265 3.90069L-1.22803 0V1.10397L2.81155 3.90069H4.40265Z",
65
81
  fill: "#D80027"
66
82
  }), /*#__PURE__*/React.createElement("path", {
67
- d: "M7.56519 4.43478L10.2426 1.75733C10.1195 1.63419 9.99082 1.51672 9.85742 1.40466L7.56519 3.69692V4.43478Z",
83
+ d: "M9.12533 3.90069L13.193 1.10397V0L7.53424 3.90069H9.12533Z",
68
84
  fill: "#D80027"
69
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
70
- id: "clip0_23259_161478"
85
+ }), /*#__PURE__*/React.createElement("circle", {
86
+ cx: 6,
87
+ cy: 6,
88
+ r: 6,
89
+ stroke: "#E1DED7"
90
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
91
+ id: "clip0_14_1508"
71
92
  }, /*#__PURE__*/React.createElement("rect", {
72
93
  width: 12,
73
94
  height: 12,
95
+ rx: 1.12281,
74
96
  fill: "white"
75
97
  }))));
76
98
  };
@@ -25,54 +25,76 @@ var SvgComponent = function SvgComponent(props) {
25
25
  fill: "none",
26
26
  xmlns: "http://www.w3.org/2000/svg"
27
27
  }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
28
- clipPath: "url(#clip0_23259_161478)"
29
- }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
- 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",
31
- fill: "#F0F0F0"
32
- }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
- d: "M1.2404 2.34717C0.769099 2.96036 0.413717 3.66712 0.206787 4.43491H3.32815L1.2404 2.34717Z",
28
+ clipPath: "url(#clip0_14_1508)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1508",
31
+ style: {
32
+ maskType: "alpha"
33
+ },
34
+ maskUnits: "userSpaceOnUse",
35
+ x: 0,
36
+ y: 0,
37
+ width: 12,
38
+ height: 12
39
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
40
+ cx: 6,
41
+ cy: 6,
42
+ r: 6,
34
43
  fill: "#0052B4"
35
- }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
36
- d: "M11.7934 4.43489C11.5865 3.66712 11.2311 2.96036 10.7598 2.34717L8.67212 4.43489H11.7934Z",
44
+ })), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
45
+ mask: "url(#mask0_14_1508)"
46
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
47
+ cx: 6,
48
+ cy: 6,
49
+ r: 6,
37
50
  fill: "#0052B4"
38
51
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
39
- d: "M0.206787 7.56531C0.41374 8.33307 0.769123 9.03983 1.2404 9.653L3.32808 7.56531H0.206787Z",
40
- fill: "#0052B4"
52
+ d: "M-1.22803 0H13.193V11.9614H-1.22803V0Z",
53
+ fill: "white"
41
54
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
42
- d: "M9.65291 1.24043C9.03971 0.769123 8.33298 0.41374 7.56519 0.206787V3.32812L9.65291 1.24043Z",
43
- fill: "#0052B4"
55
+ d: "M7.53424 8.06072L13.193 11.9614V10.8574L9.15344 8.06072H7.53424Z",
56
+ fill: "white"
57
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
58
+ d: "M4.40265 3.90069L-1.22803 0V1.10397L2.81155 3.90069H4.40265Z",
59
+ fill: "white"
44
60
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
45
- d: "M2.34717 10.7598C2.96036 11.2311 3.66712 11.5865 4.43489 11.7934V8.67212L2.34717 10.7598Z",
61
+ d: "M9.84217 8.06072L13.193 10.3633V8.06072H9.84217ZM7.53424 8.06072L13.193 11.9614V10.8574L9.15344 8.06072H7.53424ZM11.6638 11.9614L7.53143 9.0981V11.9614H11.6638Z",
46
62
  fill: "#0052B4"
47
63
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
48
- d: "M4.43486 0.206787C3.6671 0.41374 2.96034 0.769123 2.34717 1.2404L4.43486 3.3281V0.206787Z",
64
+ d: "M1.31042 8.06072L-1.22803 9.82006V8.06072H1.31042ZM4.40265 8.55838V11.9649H-0.511191L4.40265 8.55838Z",
49
65
  fill: "#0052B4"
50
66
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
51
- d: "M7.56519 11.7934C8.33295 11.5865 9.03971 11.2311 9.65288 10.7598L7.56519 8.67212V11.7934Z",
67
+ d: "M2.09472 3.90069L-1.22803 1.59813V3.90069H2.09472ZM4.40265 3.90069L-1.22803 0V1.10397L2.81155 3.90069H4.40265ZM0.273112 0L4.40546 2.86331V0H0.273112Z",
52
68
  fill: "#0052B4"
53
69
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
54
- d: "M8.67212 7.56531L10.7598 9.65303C11.2311 9.03985 11.5865 8.33307 11.7934 7.56531H8.67212Z",
70
+ d: "M10.6265 3.90069L13.193 2.14135V3.90069H10.6265ZM7.53424 3.40303V0H12.4509L7.53424 3.40303Z",
55
71
  fill: "#0052B4"
56
72
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
57
- d: "M11.9492 5.2174H6.78265H6.78262V0.0507891C6.52643 0.0174375 6.26524 0 6 0C5.73471 0 5.47357 0.0174375 5.2174 0.0507891V5.21735V5.21738H0.0507891C0.0174375 5.47357 0 5.73476 0 6C0 6.26529 0.0174375 6.52643 0.0507891 6.7826H5.21735H5.21738V11.9492C5.47357 11.9826 5.73471 12 6 12C6.26524 12 6.52643 11.9826 6.7826 11.9492V6.78265V6.78262H11.9492C11.9826 6.52643 12 6.26529 12 6C12 5.73476 11.9826 5.47357 11.9492 5.2174V5.2174Z",
73
+ d: "M6.868 0H5.06888V4.86096H-1.22803V7.10395H5.06888V11.9649H6.868V7.10395H13.1649V4.86096H6.868V0Z",
58
74
  fill: "#D80027"
59
75
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
60
- d: "M7.56519 7.56521L10.2426 10.2426C10.3657 10.1195 10.4832 9.99083 10.5953 9.85742L8.30305 7.56519H7.56519V7.56521Z",
76
+ d: "M7.53424 8.06072L13.193 11.9614V10.8574L9.15344 8.06072H7.53424Z",
61
77
  fill: "#D80027"
62
78
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
63
- d: "M4.43475 7.56519H4.43471L1.75732 10.2426C1.88042 10.3657 2.00911 10.4832 2.14252 10.5953L4.43475 8.30297V7.56519Z",
79
+ d: "M2.81155 8.06072L-1.22803 10.8609V11.9649L4.40265 8.06072H2.81155Z",
64
80
  fill: "#D80027"
65
81
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
66
- d: "M4.43463 4.4348V4.43475L1.75723 1.75732C1.63409 1.88042 1.51662 2.00911 1.40454 2.14252L3.6968 4.43478H4.43463V4.4348Z",
82
+ d: "M4.40265 3.90069L-1.22803 0V1.10397L2.81155 3.90069H4.40265Z",
67
83
  fill: "#D80027"
68
84
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
69
- d: "M7.56519 4.43478L10.2426 1.75733C10.1195 1.63419 9.99082 1.51672 9.85742 1.40466L7.56519 3.69692V4.43478Z",
85
+ d: "M9.12533 3.90069L13.193 1.10397V0L7.53424 3.90069H9.12533Z",
70
86
  fill: "#D80027"
71
- })), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
72
- id: "clip0_23259_161478"
87
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
88
+ cx: 6,
89
+ cy: 6,
90
+ r: 6,
91
+ stroke: "#E1DED7"
92
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
93
+ id: "clip0_14_1508"
73
94
  }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
74
95
  width: 12,
75
96
  height: 12,
97
+ rx: 1.12281,
76
98
  fill: "white"
77
99
  }))));
78
100
  };
@@ -23,33 +23,56 @@ var SvgComponent = function SvgComponent(props) {
23
23
  fill: "none",
24
24
  xmlns: "http://www.w3.org/2000/svg"
25
25
  }, props), /*#__PURE__*/React.createElement("g", {
26
- clipPath: "url(#clip0_32168_262901)"
26
+ clipPath: "url(#clip0_14_1530)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1530",
29
+ style: {
30
+ maskType: "alpha"
31
+ },
32
+ maskUnits: "userSpaceOnUse",
33
+ x: 0,
34
+ y: 0,
35
+ width: 12,
36
+ height: 12
37
+ }, /*#__PURE__*/React.createElement("circle", {
38
+ cx: 6,
39
+ cy: 6,
40
+ r: 6,
41
+ fill: "#D9D9D9"
42
+ })), /*#__PURE__*/React.createElement("g", {
43
+ mask: "url(#mask0_14_1530)"
27
44
  }, /*#__PURE__*/React.createElement("path", {
28
- d: "M6 11.9999C9.31371 11.9999 12 9.31365 12 5.99994C12 2.68623 9.31371 -6.10352e-05 6 -6.10352e-05C2.68629 -6.10352e-05 0 2.68623 0 5.99994C0 9.31365 2.68629 11.9999 6 11.9999Z",
29
- fill: "#F0F0F0"
45
+ d: "M17.0874 0H-0.912598V12H17.0874V0Z",
46
+ fill: "white"
30
47
  }), /*#__PURE__*/React.createElement("path", {
31
- d: "M6 4.43473H11.7933C11.6429 3.87659 11.4142 3.35063 11.1194 2.86951H6V4.43473Z",
32
- fill: "#338AF3"
48
+ d: "M17.0874 1.33333H-0.912598V2.66667H17.0874V1.33333Z",
49
+ fill: "#0038A8"
33
50
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M2.26504 10.6956H9.73488C10.2824 10.2595 10.752 9.72974 11.1193 9.13037H0.880615C1.2479 9.72971 1.7175 10.2595 2.26504 10.6956V10.6956Z",
35
- fill: "#338AF3"
51
+ d: "M17.0874 4H-0.912598V5.33333H17.0874V4Z",
52
+ fill: "#0038A8"
36
53
  }), /*#__PURE__*/React.createElement("path", {
37
- d: "M6 -0.00012207V1.30422H9.73493C8.71001 0.48794 7.41209 -0.00012207 6 -0.00012207V-0.00012207Z",
38
- fill: "#338AF3"
54
+ d: "M17.0874 6.66667H-0.912598V8H17.0874V6.66667Z",
55
+ fill: "#0038A8"
39
56
  }), /*#__PURE__*/React.createElement("path", {
40
- d: "M6 4.43473H11.7933C11.6429 3.87659 11.4142 3.35063 11.1194 2.86951H6V4.43473Z",
41
- fill: "#338AF3"
57
+ d: "M17.0874 9.33333H-0.912598V10.6667H17.0874V9.33333Z",
58
+ fill: "#0038A8"
42
59
  }), /*#__PURE__*/React.createElement("path", {
43
- d: "M0 6C0 6.54157 0.0721875 7.06615 0.206695 7.56523H11.7933C11.9278 7.06615 12 6.54157 12 6H0Z",
44
- fill: "#338AF3"
60
+ d: "M8.0874 0H-0.912598V6.66667H8.0874V0Z",
61
+ fill: "white"
45
62
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M5.2175 3.5114L4.4847 3.8561L4.87491 4.56579L4.07921 4.41358L3.97838 5.21737L3.42418 4.62618L2.86993 5.21737L2.76912 4.41358L1.97342 4.56574L2.36361 3.85607L1.63086 3.5114L2.36363 3.16675L1.97342 2.45707L2.7691 2.60927L2.86995 1.80548L3.42418 2.39667L3.97841 1.80548L4.07921 2.60927L4.87494 2.45707L4.48473 3.16678L5.2175 3.5114Z",
47
- fill: "#FFDA44"
48
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
49
- id: "clip0_32168_262901"
63
+ d: "M3.58916 4.86667L3.05933 5.65965L2.926 4.71579L2.10495 5.2L2.39267 4.29123L1.43828 4.36842L2.09091 3.67368L1.20319 3.33333L2.09442 2.99298L1.43828 2.29825L2.38916 2.37895L2.10144 1.47018L2.92249 1.95439L3.05933 1.01053L3.58916 1.80351L4.11898 1.01053L4.25231 1.95439L5.07337 1.47018L4.78565 2.37895L5.73653 2.30175L5.08389 2.99649L5.97512 3.33684L5.08389 3.67719L5.73653 4.37193L4.78565 4.29474L5.07337 5.20351L4.25231 4.7193L4.11547 5.66316L3.58916 4.86667ZM3.58916 4.84912C4.42775 4.8807 5.13302 4.23158 5.1646 3.39298C5.19617 2.55439 4.54705 1.84912 3.70845 1.81754C3.66986 1.81754 3.62775 1.81754 3.58916 1.81754C2.75056 1.84561 2.09442 2.54737 2.12249 3.38246C2.14354 4.18246 2.78916 4.82456 3.58916 4.84912ZM3.58916 4.47719C2.92951 4.47719 2.39617 3.94386 2.39617 3.28421C2.39617 2.62456 2.92951 2.09123 3.58916 2.09123C4.24881 2.09123 4.78214 2.62456 4.78214 3.28421C4.78214 3.94386 4.2453 4.47719 3.58916 4.47719Z",
64
+ fill: "#FED443"
65
+ }), /*#__PURE__*/React.createElement("circle", {
66
+ cx: 6,
67
+ cy: 6,
68
+ r: 6,
69
+ stroke: "#E1DED7"
70
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
71
+ id: "clip0_14_1530"
50
72
  }, /*#__PURE__*/React.createElement("rect", {
51
73
  width: 12,
52
74
  height: 12,
75
+ rx: 1.12281,
53
76
  fill: "white"
54
77
  }))));
55
78
  };