@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,78 @@
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_1736)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1736",
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_1736)"
44
+ }, /*#__PURE__*/React.createElement("path", {
45
+ d: "M16.7192 0.000244141H-1.28076V12H16.7192V0.000244141Z",
46
+ fill: "white"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M2.72789 6.00008L-1.28076 1.98962V10.0112L2.72789 6.00008Z",
49
+ fill: "black"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M4.38614 6.00005L-1.28076 0.329346V1.98964L2.72789 6.00009L-1.28076 10.0112V11.6684L4.38614 6.00005Z",
52
+ fill: "#FFB915"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ 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",
55
+ fill: "#007847"
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ d: "M16.4093 8.3479H7.03146L3.37939 11.9999H16.7194V8.3479H16.4093Z",
58
+ fill: "#000C8A"
59
+ }), /*#__PURE__*/React.createElement("path", {
60
+ d: "M16.4093 3.65228H16.7194V0.000244141H3.37939L7.03146 3.65228H16.4093Z",
61
+ fill: "#E1392D"
62
+ }), /*#__PURE__*/React.createElement("circle", {
63
+ cx: 6,
64
+ cy: 6,
65
+ r: 6,
66
+ stroke: "#E1DED7"
67
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
68
+ id: "clip0_14_1736"
69
+ }, /*#__PURE__*/React.createElement("rect", {
70
+ width: 12,
71
+ height: 12,
72
+ rx: 1.12281,
73
+ fill: "white"
74
+ }))));
75
+ };
76
+
77
+ var _default = SvgComponent;
78
+ exports["default"] = _default;
@@ -0,0 +1,80 @@
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_1736)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1736",
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_1736)"
46
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
47
+ d: "M16.7192 0.000244141H-1.28076V12H16.7192V0.000244141Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
50
+ d: "M2.72789 6.00008L-1.28076 1.98962V10.0112L2.72789 6.00008Z",
51
+ fill: "black"
52
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
53
+ d: "M4.38614 6.00005L-1.28076 0.329346V1.98964L2.72789 6.00009L-1.28076 10.0112V11.6684L4.38614 6.00005Z",
54
+ fill: "#FFB915"
55
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
56
+ 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",
57
+ fill: "#007847"
58
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
59
+ d: "M16.4093 8.3479H7.03146L3.37939 11.9999H16.7194V8.3479H16.4093Z",
60
+ fill: "#000C8A"
61
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
62
+ d: "M16.4093 3.65228H16.7194V0.000244141H3.37939L7.03146 3.65228H16.4093Z",
63
+ fill: "#E1392D"
64
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
65
+ cx: 6,
66
+ cy: 6,
67
+ r: 6,
68
+ stroke: "#E1DED7"
69
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
70
+ id: "clip0_14_1736"
71
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
72
+ width: 12,
73
+ height: 12,
74
+ rx: 1.12281,
75
+ fill: "white"
76
+ }))));
77
+ };
78
+
79
+ var _default = SvgComponent;
80
+ exports["default"] = _default;
@@ -0,0 +1,111 @@
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_1595)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1595",
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_1595)"
44
+ }, /*#__PURE__*/React.createElement("path", {
45
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
46
+ fill: "white"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M1.19727 4.25232L2.52855 2.2554ZM1.6965 4.58514L3.02778 2.58822ZM2.19573 4.91796L3.52701 2.92104Z",
49
+ fill: "black"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M1.19727 4.25232L2.52855 2.2554M1.6965 4.58514L3.02778 2.58822M2.19573 4.91796L3.52701 2.92104",
52
+ stroke: "black",
53
+ strokeWidth: 0.4
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M8.51953 9.13367L9.85081 7.13675ZM9.01876 9.46649L10.35 7.46957ZM9.51799 9.79931L10.8493 7.80239Z",
56
+ fill: "black"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M8.51953 9.13367L9.85081 7.13675M9.01876 9.46649L10.35 7.46957M9.51799 9.79931L10.8493 7.80239",
59
+ stroke: "black",
60
+ strokeWidth: 0.4
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M8.85205 7.91333L10.5162 9.02273Z",
63
+ fill: "black"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M8.85205 7.91333L10.5162 9.02273",
66
+ stroke: "white",
67
+ strokeWidth: 0.2
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ 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",
70
+ fill: "#CA163A"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ 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",
73
+ fill: "#0E4896"
74
+ }), /*#__PURE__*/React.createElement("path", {
75
+ d: "M2.52881 9.79919L1.19753 7.80227ZM3.02804 9.46637L1.69676 7.46945ZM3.52727 9.13355L2.19599 7.13663Z",
76
+ fill: "black"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M2.52881 9.79919L1.19753 7.80227M3.02804 9.46637L1.69676 7.46945M3.52727 9.13355L2.19599 7.13663",
79
+ stroke: "black",
80
+ strokeWidth: 0.4
81
+ }), /*#__PURE__*/React.createElement("path", {
82
+ d: "M9.85107 4.91785L8.51979 2.92093ZM10.3503 4.58503L9.01902 2.58811ZM10.8495 4.25221L9.51825 2.25529Z",
83
+ fill: "black"
84
+ }), /*#__PURE__*/React.createElement("path", {
85
+ d: "M9.85107 4.91785L8.51979 2.92093M10.3503 4.58503L9.01902 2.58811M10.8495 4.25221L9.51825 2.25529",
86
+ stroke: "black",
87
+ strokeWidth: 0.4
88
+ }), /*#__PURE__*/React.createElement("path", {
89
+ d: "M2.11328 8.63391L2.61251 8.30109ZM8.85222 4.14128L9.43532 3.75255ZM9.93455 3.41973L10.4338 3.08691Z",
90
+ fill: "black"
91
+ }), /*#__PURE__*/React.createElement("path", {
92
+ d: "M2.11328 8.63391L2.61251 8.30109M8.85222 4.14128L9.43532 3.75255M9.93455 3.41973L10.4338 3.08691",
93
+ stroke: "white",
94
+ strokeWidth: 0.2
95
+ }), /*#__PURE__*/React.createElement("circle", {
96
+ cx: 6,
97
+ cy: 6,
98
+ r: 6,
99
+ stroke: "#E1DED7"
100
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
101
+ id: "clip0_14_1595"
102
+ }, /*#__PURE__*/React.createElement("rect", {
103
+ width: 12,
104
+ height: 12,
105
+ rx: 1.12281,
106
+ fill: "white"
107
+ }))));
108
+ };
109
+
110
+ var _default = SvgComponent;
111
+ exports["default"] = _default;
@@ -0,0 +1,113 @@
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_1595)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1595",
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_1595)"
46
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
47
+ d: "M14.9824 0H-3.01758V12H14.9824V0Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
50
+ d: "M1.19727 4.25232L2.52855 2.2554ZM1.6965 4.58514L3.02778 2.58822ZM2.19573 4.91796L3.52701 2.92104Z",
51
+ fill: "black"
52
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
53
+ d: "M1.19727 4.25232L2.52855 2.2554M1.6965 4.58514L3.02778 2.58822M2.19573 4.91796L3.52701 2.92104",
54
+ stroke: "black",
55
+ strokeWidth: 0.4
56
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
57
+ d: "M8.51953 9.13367L9.85081 7.13675ZM9.01876 9.46649L10.35 7.46957ZM9.51799 9.79931L10.8493 7.80239Z",
58
+ fill: "black"
59
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
60
+ d: "M8.51953 9.13367L9.85081 7.13675M9.01876 9.46649L10.35 7.46957M9.51799 9.79931L10.8493 7.80239",
61
+ stroke: "black",
62
+ strokeWidth: 0.4
63
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
64
+ d: "M8.85205 7.91333L10.5162 9.02273Z",
65
+ fill: "black"
66
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
67
+ d: "M8.85205 7.91333L10.5162 9.02273",
68
+ stroke: "white",
69
+ strokeWidth: 0.2
70
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
71
+ 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",
72
+ fill: "#CA163A"
73
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
74
+ 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",
75
+ fill: "#0E4896"
76
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
77
+ d: "M2.52881 9.79919L1.19753 7.80227ZM3.02804 9.46637L1.69676 7.46945ZM3.52727 9.13355L2.19599 7.13663Z",
78
+ fill: "black"
79
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
80
+ d: "M2.52881 9.79919L1.19753 7.80227M3.02804 9.46637L1.69676 7.46945M3.52727 9.13355L2.19599 7.13663",
81
+ stroke: "black",
82
+ strokeWidth: 0.4
83
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
84
+ d: "M9.85107 4.91785L8.51979 2.92093ZM10.3503 4.58503L9.01902 2.58811ZM10.8495 4.25221L9.51825 2.25529Z",
85
+ fill: "black"
86
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
87
+ d: "M9.85107 4.91785L8.51979 2.92093M10.3503 4.58503L9.01902 2.58811M10.8495 4.25221L9.51825 2.25529",
88
+ stroke: "black",
89
+ strokeWidth: 0.4
90
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
91
+ d: "M2.11328 8.63391L2.61251 8.30109ZM8.85222 4.14128L9.43532 3.75255ZM9.93455 3.41973L10.4338 3.08691Z",
92
+ fill: "black"
93
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
94
+ d: "M2.11328 8.63391L2.61251 8.30109M8.85222 4.14128L9.43532 3.75255M9.93455 3.41973L10.4338 3.08691",
95
+ stroke: "white",
96
+ strokeWidth: 0.2
97
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
98
+ cx: 6,
99
+ cy: 6,
100
+ r: 6,
101
+ stroke: "#E1DED7"
102
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
103
+ id: "clip0_14_1595"
104
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
105
+ width: 12,
106
+ height: 12,
107
+ rx: 1.12281,
108
+ fill: "white"
109
+ }))));
110
+ };
111
+
112
+ var _default = SvgComponent;
113
+ exports["default"] = _default;
@@ -23,21 +23,53 @@ 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_161486)"
26
+ clipPath: "url(#clip0_14_1512)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1512",
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_1512)"
27
44
  }, /*#__PURE__*/React.createElement("path", {
28
- 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",
29
- fill: "#FFDA44"
45
+ d: "M-3.01758 0H14.9824V12H-3.01758V0Z",
46
+ fill: "white"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M-3.01758 0H14.9824V3.2H-3.01758V0ZM-3.01758 8.8H14.9824V12H-3.01758V8.8Z",
49
+ fill: "#D03433"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M-3.01758 3.2H14.9824V8.8H-3.01758V3.2Z",
52
+ fill: "#FBCA46"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M3.22242 5.6H4.02242V6H3.22242V5.6Z",
55
+ fill: "white"
30
56
  }), /*#__PURE__*/React.createElement("path", {
31
- 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",
32
- fill: "#D80027"
57
+ 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",
58
+ fill: "#A41517"
33
59
  }), /*#__PURE__*/React.createElement("path", {
34
- 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",
35
- fill: "#D80027"
36
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
37
- id: "clip0_23259_161486"
60
+ 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",
61
+ fill: "#A41517"
62
+ }), /*#__PURE__*/React.createElement("circle", {
63
+ cx: 6,
64
+ cy: 6,
65
+ r: 6,
66
+ stroke: "#E1DED7"
67
+ }))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
68
+ id: "clip0_14_1512"
38
69
  }, /*#__PURE__*/React.createElement("rect", {
39
70
  width: 12,
40
71
  height: 12,
72
+ rx: 1.12281,
41
73
  fill: "white"
42
74
  }))));
43
75
  };
@@ -25,21 +25,53 @@ 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_161486)"
28
+ clipPath: "url(#clip0_14_1512)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1512",
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_1512)"
29
46
  }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
30
- 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",
31
- fill: "#FFDA44"
47
+ d: "M-3.01758 0H14.9824V12H-3.01758V0Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
50
+ d: "M-3.01758 0H14.9824V3.2H-3.01758V0ZM-3.01758 8.8H14.9824V12H-3.01758V8.8Z",
51
+ fill: "#D03433"
52
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
53
+ d: "M-3.01758 3.2H14.9824V8.8H-3.01758V3.2Z",
54
+ fill: "#FBCA46"
55
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
56
+ d: "M3.22242 5.6H4.02242V6H3.22242V5.6Z",
57
+ fill: "white"
32
58
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
- 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",
34
- fill: "#D80027"
59
+ 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",
60
+ fill: "#A41517"
35
61
  }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
36
- 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",
37
- fill: "#D80027"
38
- })), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
39
- id: "clip0_23259_161486"
62
+ 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",
63
+ fill: "#A41517"
64
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Circle, {
65
+ cx: 6,
66
+ cy: 6,
67
+ r: 6,
68
+ stroke: "#E1DED7"
69
+ }))), /*#__PURE__*/React.createElement(_reactNativeSvg.Defs, null, /*#__PURE__*/React.createElement(_reactNativeSvg.ClipPath, {
70
+ id: "clip0_14_1512"
40
71
  }, /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
41
72
  width: 12,
42
73
  height: 12,
74
+ rx: 1.12281,
43
75
  fill: "white"
44
76
  }))));
45
77
  };
@@ -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_1744)"
27
+ }, /*#__PURE__*/React.createElement("mask", {
28
+ id: "mask0_14_1744",
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_1744)"
44
+ }, /*#__PURE__*/React.createElement("path", {
45
+ d: "M15.9825 0H-1.98242V12.0001H15.9825V0Z",
46
+ fill: "#0052B4"
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ d: "M4.75442 0H2.50881V4.87498H-1.98242V7.12498H2.50881V12H4.75442V7.12498H15.9825V4.87498H4.75442V0Z",
49
+ fill: "#FFDA44"
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_1744"
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_1744)"
29
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Mask, {
30
+ id: "mask0_14_1744",
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_1744)"
46
+ }, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
47
+ d: "M15.9825 0H-1.98242V12.0001H15.9825V0Z",
48
+ fill: "#0052B4"
49
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
50
+ d: "M4.75442 0H2.50881V4.87498H-1.98242V7.12498H2.50881V12H4.75442V7.12498H15.9825V4.87498H4.75442V0Z",
51
+ fill: "#FFDA44"
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_1744"
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;