@gympass/yoga-icons 1.8.0 → 1.9.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 (54) hide show
  1. package/cjs/svg/air-conditioning.js +32 -0
  2. package/cjs/svg/air-conditioning.native.js +34 -0
  3. package/cjs/svg/bank.js +32 -0
  4. package/cjs/svg/bank.native.js +34 -0
  5. package/cjs/svg/beauty-salon.js +32 -0
  6. package/cjs/svg/beauty-salon.native.js +34 -0
  7. package/cjs/svg/children-area.js +32 -0
  8. package/cjs/svg/children-area.native.js +34 -0
  9. package/cjs/svg/coffee-shop.js +32 -0
  10. package/cjs/svg/coffee-shop.native.js +34 -0
  11. package/cjs/svg/heater.js +32 -0
  12. package/cjs/svg/heater.native.js +34 -0
  13. package/cjs/svg/lockers.js +32 -0
  14. package/cjs/svg/lockers.native.js +34 -0
  15. package/cjs/svg/nutritionist.js +32 -0
  16. package/cjs/svg/nutritionist.native.js +34 -0
  17. package/cjs/svg/parking-lot.js +32 -0
  18. package/cjs/svg/parking-lot.native.js +34 -0
  19. package/cjs/svg/pool.js +32 -0
  20. package/cjs/svg/pool.native.js +34 -0
  21. package/cjs/svg/shower-towels.js +32 -0
  22. package/cjs/svg/shower-towels.native.js +34 -0
  23. package/cjs/svg/shower.js +32 -0
  24. package/cjs/svg/shower.native.js +34 -0
  25. package/cjs/svg/snack-bar.js +32 -0
  26. package/cjs/svg/snack-bar.native.js +34 -0
  27. package/cjs/svg/sports-equipment-store.js +32 -0
  28. package/cjs/svg/sports-equipment-store.native.js +34 -0
  29. package/cjs/svg/tolietries.js +32 -0
  30. package/cjs/svg/tolietries.native.js +34 -0
  31. package/cjs/svg/training-towels.js +32 -0
  32. package/cjs/svg/training-towels.native.js +34 -0
  33. package/cjs/svg/wi-fi.js +32 -0
  34. package/cjs/svg/wi-fi.native.js +34 -0
  35. package/cjs/ui.js +136 -0
  36. package/esm/svg/air-conditioning.js +18 -0
  37. package/esm/svg/bank.js +18 -0
  38. package/esm/svg/beauty-salon.js +18 -0
  39. package/esm/svg/children-area.js +18 -0
  40. package/esm/svg/coffee-shop.js +18 -0
  41. package/esm/svg/heater.js +18 -0
  42. package/esm/svg/lockers.js +18 -0
  43. package/esm/svg/nutritionist.js +18 -0
  44. package/esm/svg/parking-lot.js +18 -0
  45. package/esm/svg/pool.js +18 -0
  46. package/esm/svg/shower-towels.js +18 -0
  47. package/esm/svg/shower.js +18 -0
  48. package/esm/svg/snack-bar.js +18 -0
  49. package/esm/svg/sports-equipment-store.js +18 -0
  50. package/esm/svg/tolietries.js +18 -0
  51. package/esm/svg/training-towels.js +18 -0
  52. package/esm/svg/wi-fi.js +18 -0
  53. package/esm/ui.js +18 -1
  54. package/package.json +2 -2
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M4 5V11C4 11.5523 4.44772 12 5 12H6V9C6 8.44772 6.44772 8 7 8H17C17.5523 8 18 8.44772 18 9V12H19C19.5523 12 20 11.5523 20 11V5H4ZM16 12H8V10H16V12ZM5 14H7H17H19C20.6569 14 22 12.6569 22 11V4C22 3.44772 21.5523 3 21 3H3C2.44772 3 2 3.44771 2 4V11C2 12.6569 3.34315 14 5 14ZM9 16C9 15.4477 8.55228 15 8 15C7.44772 15 7 15.4477 7 16V20C7 20.5523 7.44772 21 8 21C8.55228 21 9 20.5523 9 20V16ZM12 15C12.5523 15 13 15.4477 13 16V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V16C11 15.4477 11.4477 15 12 15ZM17 16C17 15.4477 16.5523 15 16 15C15.4477 15 15 15.4477 15 16V20C15 20.5523 15.4477 21 16 21C16.5523 21 17 20.5523 17 20V16Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M4 5V11C4 11.5523 4.44772 12 5 12H6V9C6 8.44772 6.44772 8 7 8H17C17.5523 8 18 8.44772 18 9V12H19C19.5523 12 20 11.5523 20 11V5H4ZM16 12H8V10H16V12ZM5 14H7H17H19C20.6569 14 22 12.6569 22 11V4C22 3.44772 21.5523 3 21 3H3C2.44772 3 2 3.44771 2 4V11C2 12.6569 3.34315 14 5 14ZM9 16C9 15.4477 8.55228 15 8 15C7.44772 15 7 15.4477 7 16V20C7 20.5523 7.44772 21 8 21C8.55228 21 9 20.5523 9 20V16ZM12 15C12.5523 15 13 15.4477 13 16V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V16C11 15.4477 11.4477 15 12 15ZM17 16C17 15.4477 16.5523 15 16 15C15.4477 15 15 15.4477 15 16V20C15 20.5523 15.4477 21 16 21C16.5523 21 17 20.5523 17 20V16Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M19.1171 6.99997H4.88743L11.2669 4.45088C11.7438 4.26033 12.2757 4.26052 12.7525 4.45142L19.1171 6.99997ZM2.62895 5.74866C2.24911 5.90043 2 6.26823 2 6.67727V7.99997C2 8.55226 2.44772 8.99997 3 8.99997H5V17H4C2.89543 17 2 17.8954 2 19V20C2 21.1045 2.89543 22 4 22H20C21.1046 22 22 21.1045 22 20V19C22 17.8954 21.1046 17 20 17H19V8.99997H21C21.5523 8.99997 22 8.55226 22 7.99997V6.67674C22 6.26797 21.7512 5.90035 21.3717 5.7484L13.4959 2.59474C12.5424 2.21294 11.4786 2.21255 10.5248 2.59366L2.62895 5.74866ZM17 8.99997H15V17H17V8.99997ZM13 8.99997V17H11V8.99997H13ZM9 8.99997H7V17H9V8.99997ZM4 20L4 19H20V20H4Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M19.1171 6.99997H4.88743L11.2669 4.45088C11.7438 4.26033 12.2757 4.26052 12.7525 4.45142L19.1171 6.99997ZM2.62895 5.74866C2.24911 5.90043 2 6.26823 2 6.67727V7.99997C2 8.55226 2.44772 8.99997 3 8.99997H5V17H4C2.89543 17 2 17.8954 2 19V20C2 21.1045 2.89543 22 4 22H20C21.1046 22 22 21.1045 22 20V19C22 17.8954 21.1046 17 20 17H19V8.99997H21C21.5523 8.99997 22 8.55226 22 7.99997V6.67674C22 6.26797 21.7512 5.90035 21.3717 5.7484L13.4959 2.59474C12.5424 2.21294 11.4786 2.21255 10.5248 2.59366L2.62895 5.74866ZM17 8.99997H15V17H17V8.99997ZM13 8.99997V17H11V8.99997H13ZM9 8.99997H7V17H9V8.99997ZM4 20L4 19H20V20H4Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M19 6.76557L7.79892 5.36544C6.68322 5.22597 5.58448 5.72884 4.96079 6.66438C4.01789 8.07872 4.01789 9.92129 4.96079 11.3356C5.58448 12.2712 6.68322 12.774 7.79892 12.6346L19 11.2344L19 6.76557ZM8.04699 3.38088C6.17959 3.14746 4.34059 3.98912 3.29669 5.55498C1.90593 7.64112 1.90593 10.3589 3.29669 12.445C3.74046 13.1107 4.32792 13.6455 5.00016 14.0224C5.00109 14.0618 5.00435 14.1015 5.01005 14.1414L5.8874 20.2828C6.02815 21.2681 6.872 22 7.8673 22H9.84699C11.0641 22 11.999 20.922 11.8269 19.7172L11.0451 14.2444L19.2481 13.219C20.2489 13.0939 21 12.2431 21 11.2344V6.76557C21 5.75692 20.2489 4.90612 19.2481 4.78102L8.04699 3.38088ZM9.0602 14.4925L8.04699 14.6191C7.73011 14.6587 7.41405 14.6674 7.10255 14.6468L7.8673 20H9.84699L9.0602 14.4925ZM8 11C9.10457 11 10 10.1046 10 9C10 7.89543 9.10457 7 8 7C6.89543 7 6 7.89543 6 9C6 10.1046 6.89543 11 8 11Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M19 6.76557L7.79892 5.36544C6.68322 5.22597 5.58448 5.72884 4.96079 6.66438C4.01789 8.07872 4.01789 9.92129 4.96079 11.3356C5.58448 12.2712 6.68322 12.774 7.79892 12.6346L19 11.2344L19 6.76557ZM8.04699 3.38088C6.17959 3.14746 4.34059 3.98912 3.29669 5.55498C1.90593 7.64112 1.90593 10.3589 3.29669 12.445C3.74046 13.1107 4.32792 13.6455 5.00016 14.0224C5.00109 14.0618 5.00435 14.1015 5.01005 14.1414L5.8874 20.2828C6.02815 21.2681 6.872 22 7.8673 22H9.84699C11.0641 22 11.999 20.922 11.8269 19.7172L11.0451 14.2444L19.2481 13.219C20.2489 13.0939 21 12.2431 21 11.2344V6.76557C21 5.75692 20.2489 4.90612 19.2481 4.78102L8.04699 3.38088ZM9.0602 14.4925L8.04699 14.6191C7.73011 14.6587 7.41405 14.6674 7.10255 14.6468L7.8673 20H9.84699L9.0602 14.4925ZM8 11C9.10457 11 10 10.1046 10 9C10 7.89543 9.10457 7 8 7C6.89543 7 6 7.89543 6 9C6 10.1046 6.89543 11 8 11Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M5.75616 5.25649C6.28962 5.39943 6.6062 5.94777 6.46326 6.48124L6.20444 7.44716L8.66677 8.10694C9.26632 6.84329 10.5507 6.00005 12 6.00005C13.7476 6.00005 15.2554 7.22614 15.6119 8.93699L15.8405 10.0342L18.2914 10.7127L18.5517 9.74125C18.6947 9.20778 19.243 8.8912 19.7765 9.03414C20.3099 9.17708 20.6265 9.72542 20.4836 10.2589L20.219 11.2463L21.2668 11.5363C21.7991 11.6837 22.1111 12.2346 21.9638 12.7669C21.8164 13.2991 21.2655 13.6112 20.7332 13.4639L16.2993 12.2365L17.0833 16.0001H21C21.5523 16.0001 22 16.4478 22 17.0001C22 17.5523 21.5523 18.0001 21 18.0001H17.5H6.5H3C2.44772 18.0001 2 17.5523 2 17.0001C2 16.4478 2.44772 16.0001 3 16.0001H6.91667L8.1581 10.0412L4.72088 9.12019L2.78903 8.60256C2.25557 8.45962 1.93898 7.91128 2.08192 7.37781C2.22487 6.84435 2.7732 6.52776 3.30667 6.67071L4.27259 6.92952L4.53141 5.9636C4.67435 5.43013 5.22269 5.11355 5.75616 5.25649ZM13.6539 9.3449L15.0404 16.0001H8.95961L10.3461 9.3449C10.5093 8.56149 11.1998 8.00005 12 8.00005C12.8002 8.00005 13.4907 8.56149 13.6539 9.3449ZM12 11.0001C12.5523 11.0001 13 10.5523 13 10.0001C13 9.44777 12.5523 9.00005 12 9.00005C11.4477 9.00005 11 9.44777 11 10.0001C11 10.5523 11.4477 11.0001 12 11.0001Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M5.75616 5.25649C6.28962 5.39943 6.6062 5.94777 6.46326 6.48124L6.20444 7.44716L8.66677 8.10694C9.26632 6.84329 10.5507 6.00005 12 6.00005C13.7476 6.00005 15.2554 7.22614 15.6119 8.93699L15.8405 10.0342L18.2914 10.7127L18.5517 9.74125C18.6947 9.20778 19.243 8.8912 19.7765 9.03414C20.3099 9.17708 20.6265 9.72542 20.4836 10.2589L20.219 11.2463L21.2668 11.5363C21.7991 11.6837 22.1111 12.2346 21.9638 12.7669C21.8164 13.2991 21.2655 13.6112 20.7332 13.4639L16.2993 12.2365L17.0833 16.0001H21C21.5523 16.0001 22 16.4478 22 17.0001C22 17.5523 21.5523 18.0001 21 18.0001H17.5H6.5H3C2.44772 18.0001 2 17.5523 2 17.0001C2 16.4478 2.44772 16.0001 3 16.0001H6.91667L8.1581 10.0412L4.72088 9.12019L2.78903 8.60256C2.25557 8.45962 1.93898 7.91128 2.08192 7.37781C2.22487 6.84435 2.7732 6.52776 3.30667 6.67071L4.27259 6.92952L4.53141 5.9636C4.67435 5.43013 5.22269 5.11355 5.75616 5.25649ZM13.6539 9.3449L15.0404 16.0001H8.95961L10.3461 9.3449C10.5093 8.56149 11.1998 8.00005 12 8.00005C12.8002 8.00005 13.4907 8.56149 13.6539 9.3449ZM12 11.0001C12.5523 11.0001 13 10.5523 13 10.0001C13 9.44777 12.5523 9.00005 12 9.00005C11.4477 9.00005 11 9.44777 11 10.0001C11 10.5523 11.4477 11.0001 12 11.0001Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M4 8V9C4 12.3137 6.68629 15 10 15C13.3137 15 16 12.3137 16 9V8.5234C15.9996 8.50789 15.9996 8.4924 16 8.47695V8H4ZM18 7.05703V7C18 6.44772 17.5523 6 17 6H3C2.44772 6 2 6.44771 2 7V9C2 12.012 3.66458 14.6353 6.12399 16H4C3.44772 16 3 16.4477 3 17C3 17.5523 3.44772 18 4 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H13.876C14.8052 15.4844 15.6209 14.7892 16.2763 13.9612C16.3082 13.952 16.3399 13.9411 16.3714 13.9285L20.1854 12.4029C21.2813 11.9645 22 10.903 22 9.72263C22 7.70707 19.9869 6.31196 18.0996 7.01967L18 7.05703ZM17.9977 9.19389C17.9807 9.90675 17.8705 10.5965 17.6788 11.2515L19.4426 10.546C19.7792 10.4113 20 10.0852 20 9.72263C20 9.10348 19.3816 8.67493 18.8019 8.89232L17.9977 9.19389Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M4 8V9C4 12.3137 6.68629 15 10 15C13.3137 15 16 12.3137 16 9V8.5234C15.9996 8.50789 15.9996 8.4924 16 8.47695V8H4ZM18 7.05703V7C18 6.44772 17.5523 6 17 6H3C2.44772 6 2 6.44771 2 7V9C2 12.012 3.66458 14.6353 6.12399 16H4C3.44772 16 3 16.4477 3 17C3 17.5523 3.44772 18 4 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H13.876C14.8052 15.4844 15.6209 14.7892 16.2763 13.9612C16.3082 13.952 16.3399 13.9411 16.3714 13.9285L20.1854 12.4029C21.2813 11.9645 22 10.903 22 9.72263C22 7.70707 19.9869 6.31196 18.0996 7.01967L18 7.05703ZM17.9977 9.19389C17.9807 9.90675 17.8705 10.5965 17.6788 11.2515L19.4426 10.546C19.7792 10.4113 20 10.0852 20 9.72263C20 9.10348 19.3816 8.67493 18.8019 8.89232L17.9977 9.19389Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M7.44721 4.10555C7.94119 4.35254 8.14141 4.95321 7.89442 5.44719L7.45449 6.32706C6.66307 7.90989 6.81966 9.80182 7.86052 11.233C9.27621 13.1796 9.54609 15.7335 8.56855 17.933L7.91381 19.4061C7.6895 19.9108 7.09854 20.1381 6.59386 19.9138C6.08917 19.6895 5.86188 19.0985 6.08619 18.5938L6.74092 17.1207C7.42832 15.574 7.23854 13.7782 6.24305 12.4094C4.76284 10.3741 4.54017 7.68356 5.66563 5.43263L6.10557 4.55276C6.35256 4.05878 6.95323 3.85856 7.44721 4.10555ZM12.4472 4.10555C12.9412 4.35254 13.1414 4.95321 12.8944 5.44719L12.4545 6.32706C11.6631 7.90989 11.8197 9.80182 12.8605 11.233C14.2762 13.1796 14.5461 15.7335 13.5685 17.933L12.9138 19.4061C12.6895 19.9108 12.0985 20.1381 11.5939 19.9138C11.0892 19.6895 10.8619 19.0985 11.0862 18.5938L11.7409 17.1207C12.4283 15.574 12.2385 13.7782 11.243 12.4094C9.76284 10.3741 9.54017 7.68356 10.6656 5.43263L11.1056 4.55276C11.3526 4.05878 11.9532 3.85856 12.4472 4.10555ZM17.8944 5.44719C18.1414 4.95321 17.9412 4.35254 17.4472 4.10555C16.9532 3.85856 16.3526 4.05878 16.1056 4.55276L15.6656 5.43263C14.5402 7.68356 14.7628 10.3741 16.243 12.4094C17.2385 13.7782 17.4283 15.574 16.7409 17.1207L16.0862 18.5938C15.8619 19.0985 16.0892 19.6895 16.5939 19.9138C17.0985 20.1381 17.6895 19.9108 17.9138 19.4061L18.5685 17.933C19.5461 15.7335 19.2762 13.1796 17.8605 11.233C16.8197 9.80182 16.6631 7.90989 17.4545 6.32706L17.8944 5.44719Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M7.44721 4.10555C7.94119 4.35254 8.14141 4.95321 7.89442 5.44719L7.45449 6.32706C6.66307 7.90989 6.81966 9.80182 7.86052 11.233C9.27621 13.1796 9.54609 15.7335 8.56855 17.933L7.91381 19.4061C7.6895 19.9108 7.09854 20.1381 6.59386 19.9138C6.08917 19.6895 5.86188 19.0985 6.08619 18.5938L6.74092 17.1207C7.42832 15.574 7.23854 13.7782 6.24305 12.4094C4.76284 10.3741 4.54017 7.68356 5.66563 5.43263L6.10557 4.55276C6.35256 4.05878 6.95323 3.85856 7.44721 4.10555ZM12.4472 4.10555C12.9412 4.35254 13.1414 4.95321 12.8944 5.44719L12.4545 6.32706C11.6631 7.90989 11.8197 9.80182 12.8605 11.233C14.2762 13.1796 14.5461 15.7335 13.5685 17.933L12.9138 19.4061C12.6895 19.9108 12.0985 20.1381 11.5939 19.9138C11.0892 19.6895 10.8619 19.0985 11.0862 18.5938L11.7409 17.1207C12.4283 15.574 12.2385 13.7782 11.243 12.4094C9.76284 10.3741 9.54017 7.68356 10.6656 5.43263L11.1056 4.55276C11.3526 4.05878 11.9532 3.85856 12.4472 4.10555ZM17.8944 5.44719C18.1414 4.95321 17.9412 4.35254 17.4472 4.10555C16.9532 3.85856 16.3526 4.05878 16.1056 4.55276L15.6656 5.43263C14.5402 7.68356 14.7628 10.3741 16.243 12.4094C17.2385 13.7782 17.4283 15.574 16.7409 17.1207L16.0862 18.5938C15.8619 19.0985 16.0892 19.6895 16.5939 19.9138C17.0985 20.1381 17.6895 19.9108 17.9138 19.4061L18.5685 17.933C19.5461 15.7335 19.2762 13.1796 17.8605 11.233C16.8197 9.80182 16.6631 7.90989 17.4545 6.32706L17.8944 5.44719Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M13 5H20V18H19H13V5ZM12 3H20C21.1046 3 22 3.89543 22 5V19C22 19.5523 21.5523 20 21 20H20V21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21V20H13V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V20H6V21C6 21.5523 5.55228 22 5 22C4.44772 22 4 21.5523 4 21V20H3C2.44772 20 2 19.5523 2 19V5C2 3.89543 2.89543 3 4 3H12ZM5 18H4V5H11V18H5ZM5 7C5 6.44772 5.44772 6 6 6H9C9.55228 6 10 6.44772 10 7C10 7.55228 9.55228 8 9 8H6C5.44772 8 5 7.55228 5 7ZM14 7C14 6.44772 14.4477 6 15 6H18C18.5523 6 19 6.44772 19 7C19 7.55228 18.5523 8 18 8H15C14.4477 8 14 7.55228 14 7ZM5 10C5 9.44772 5.44772 9 6 9H9C9.55228 9 10 9.44772 10 10C10 10.5523 9.55228 11 9 11H6C5.44772 11 5 10.5523 5 10ZM15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11H18C18.5523 11 19 10.5523 19 10C19 9.44772 18.5523 9 18 9H15Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M13 5H20V18H19H13V5ZM12 3H20C21.1046 3 22 3.89543 22 5V19C22 19.5523 21.5523 20 21 20H20V21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21V20H13V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V20H6V21C6 21.5523 5.55228 22 5 22C4.44772 22 4 21.5523 4 21V20H3C2.44772 20 2 19.5523 2 19V5C2 3.89543 2.89543 3 4 3H12ZM5 18H4V5H11V18H5ZM5 7C5 6.44772 5.44772 6 6 6H9C9.55228 6 10 6.44772 10 7C10 7.55228 9.55228 8 9 8H6C5.44772 8 5 7.55228 5 7ZM14 7C14 6.44772 14.4477 6 15 6H18C18.5523 6 19 6.44772 19 7C19 7.55228 18.5523 8 18 8H15C14.4477 8 14 7.55228 14 7ZM5 10C5 9.44772 5.44772 9 6 9H9C9.55228 9 10 9.44772 10 10C10 10.5523 9.55228 11 9 11H6C5.44772 11 5 10.5523 5 10ZM15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11H18C18.5523 11 19 10.5523 19 10C19 9.44772 18.5523 9 18 9H15Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,32 @@
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: 24,
21
+ height: 24,
22
+ viewBox: "0 0 24 24",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M14.7071 4.70711C15.0976 4.31658 15.0976 3.68342 14.7071 3.29289C14.3166 2.90237 13.6834 2.90237 13.2929 3.29289L11.2929 5.29289C10.9024 5.68342 10.9024 6.31658 11.2929 6.70711C11.6834 7.09763 12.3166 7.09763 12.7071 6.70711L14.7071 4.70711ZM7.0077 16.5218L6.34187 12.9707C5.94831 10.8718 7.8117 9.04539 9.90235 9.48094L11.1842 9.74799C11.7223 9.86009 12.2777 9.86009 12.8158 9.74799L14.0977 9.48094C16.1883 9.04539 18.0517 10.8718 17.6581 12.9707L16.9923 16.5218C16.6607 18.2902 14.9755 19.4683 13.2009 19.1726C12.4058 19.0401 11.5942 19.0401 10.7991 19.1726C9.02446 19.4683 7.33926 18.2901 7.0077 16.5218ZM10.3103 7.52298C6.82585 6.79706 3.7202 9.84107 4.37612 13.3393L5.04195 16.8904C5.57417 19.7289 8.27924 21.6201 11.1279 21.1454C11.7053 21.0491 12.2947 21.0491 12.8721 21.1454C15.7208 21.6201 18.4258 19.7289 18.9581 16.8904L19.6239 13.3393C20.2798 9.84107 17.1742 6.79706 13.6897 7.52298L12.4079 7.79003C12.1389 7.84608 11.8611 7.84608 11.5921 7.79003L10.3103 7.52298Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
@@ -0,0 +1,34 @@
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: 24,
23
+ height: 24,
24
+ viewBox: "0 0 24 24",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M14.7071 4.70711C15.0976 4.31658 15.0976 3.68342 14.7071 3.29289C14.3166 2.90237 13.6834 2.90237 13.2929 3.29289L11.2929 5.29289C10.9024 5.68342 10.9024 6.31658 11.2929 6.70711C11.6834 7.09763 12.3166 7.09763 12.7071 6.70711L14.7071 4.70711ZM7.0077 16.5218L6.34187 12.9707C5.94831 10.8718 7.8117 9.04539 9.90235 9.48094L11.1842 9.74799C11.7223 9.86009 12.2777 9.86009 12.8158 9.74799L14.0977 9.48094C16.1883 9.04539 18.0517 10.8718 17.6581 12.9707L16.9923 16.5218C16.6607 18.2902 14.9755 19.4683 13.2009 19.1726C12.4058 19.0401 11.5942 19.0401 10.7991 19.1726C9.02446 19.4683 7.33926 18.2901 7.0077 16.5218ZM10.3103 7.52298C6.82585 6.79706 3.7202 9.84107 4.37612 13.3393L5.04195 16.8904C5.57417 19.7289 8.27924 21.6201 11.1279 21.1454C11.7053 21.0491 12.2947 21.0491 12.8721 21.1454C15.7208 21.6201 18.4258 19.7289 18.9581 16.8904L19.6239 13.3393C20.2798 9.84107 17.1742 6.79706 13.6897 7.52298L12.4079 7.79003C12.1389 7.84608 11.8611 7.84608 11.5921 7.79003L10.3103 7.52298Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;