@gympass/yoga-icons 1.7.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 (60) 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/restaurant.js +36 -0
  22. package/cjs/svg/restaurant.native.js +38 -0
  23. package/cjs/svg/shower-towels.js +32 -0
  24. package/cjs/svg/shower-towels.native.js +34 -0
  25. package/cjs/svg/shower.js +32 -0
  26. package/cjs/svg/shower.native.js +34 -0
  27. package/cjs/svg/snack-bar.js +32 -0
  28. package/cjs/svg/snack-bar.native.js +34 -0
  29. package/cjs/svg/spa.js +32 -0
  30. package/cjs/svg/spa.native.js +34 -0
  31. package/cjs/svg/sports-equipment-store.js +32 -0
  32. package/cjs/svg/sports-equipment-store.native.js +34 -0
  33. package/cjs/svg/tolietries.js +32 -0
  34. package/cjs/svg/tolietries.native.js +34 -0
  35. package/cjs/svg/training-towels.js +32 -0
  36. package/cjs/svg/training-towels.native.js +34 -0
  37. package/cjs/svg/wi-fi.js +32 -0
  38. package/cjs/svg/wi-fi.native.js +34 -0
  39. package/cjs/ui.js +152 -0
  40. package/esm/svg/air-conditioning.js +18 -0
  41. package/esm/svg/bank.js +18 -0
  42. package/esm/svg/beauty-salon.js +18 -0
  43. package/esm/svg/children-area.js +18 -0
  44. package/esm/svg/coffee-shop.js +18 -0
  45. package/esm/svg/heater.js +18 -0
  46. package/esm/svg/lockers.js +18 -0
  47. package/esm/svg/nutritionist.js +18 -0
  48. package/esm/svg/parking-lot.js +18 -0
  49. package/esm/svg/pool.js +18 -0
  50. package/esm/svg/restaurant.js +22 -0
  51. package/esm/svg/shower-towels.js +18 -0
  52. package/esm/svg/shower.js +18 -0
  53. package/esm/svg/snack-bar.js +18 -0
  54. package/esm/svg/spa.js +18 -0
  55. package/esm/svg/sports-equipment-store.js +18 -0
  56. package/esm/svg/tolietries.js +18 -0
  57. package/esm/svg/training-towels.js +18 -0
  58. package/esm/svg/wi-fi.js +18 -0
  59. package/esm/ui.js +20 -1
  60. 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: "M7 5H17C18.1046 5 19 5.89543 19 7V17C19 18.1046 18.1046 19 17 19H7C5.89543 19 5 18.1046 5 17V7C5 5.89543 5.89543 5 7 5ZM3 7C3 4.79086 4.79086 3 7 3H17C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7ZM8.36 16.888C8.43467 16.9627 8.52533 17 8.632 17H10.168C10.2853 17 10.3813 16.968 10.456 16.904C10.5307 16.8293 10.568 16.7333 10.568 16.616V13.872H12.92C14.2107 13.872 15.224 13.5787 15.96 12.992C16.696 12.3947 17.064 11.52 17.064 10.368C17.064 9.20532 16.696 8.31999 15.96 7.71199C15.224 7.10399 14.2107 6.79999 12.92 6.79999H8.632C8.51467 6.79999 8.41867 6.83732 8.344 6.91199C8.28 6.98665 8.248 7.08265 8.248 7.19999V16.616C8.248 16.7227 8.28533 16.8133 8.36 16.888ZM14.248 11.648C13.928 11.936 13.4587 12.08 12.84 12.08H10.536V8.59199H12.84C13.48 8.59199 13.9547 8.74665 14.264 9.05599C14.584 9.36532 14.744 9.79732 14.744 10.352C14.744 10.9173 14.5787 11.3493 14.248 11.648Z"
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 5H17C18.1046 5 19 5.89543 19 7V17C19 18.1046 18.1046 19 17 19H7C5.89543 19 5 18.1046 5 17V7C5 5.89543 5.89543 5 7 5ZM3 7C3 4.79086 4.79086 3 7 3H17C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7ZM8.36 16.888C8.43467 16.9627 8.52533 17 8.632 17H10.168C10.2853 17 10.3813 16.968 10.456 16.904C10.5307 16.8293 10.568 16.7333 10.568 16.616V13.872H12.92C14.2107 13.872 15.224 13.5787 15.96 12.992C16.696 12.3947 17.064 11.52 17.064 10.368C17.064 9.20532 16.696 8.31999 15.96 7.71199C15.224 7.10399 14.2107 6.79999 12.92 6.79999H8.632C8.51467 6.79999 8.41867 6.83732 8.344 6.91199C8.28 6.98665 8.248 7.08265 8.248 7.19999V16.616C8.248 16.7227 8.28533 16.8133 8.36 16.888ZM14.248 11.648C13.928 11.936 13.4587 12.08 12.84 12.08H10.536V8.59199H12.84C13.48 8.59199 13.9547 8.74665 14.264 9.05599C14.584 9.36532 14.744 9.79732 14.744 10.352C14.744 10.9173 14.5787 11.3493 14.248 11.648Z"
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 6C13 3.79086 14.7909 2 17 2C19.2091 2 21 3.79086 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 4.89543 18.1046 4 17 4C15.8954 4 15 4.89543 15 6V8V12V14.523C15.8777 14.436 16.7761 14.6489 17.537 15.1561C18.1422 15.5596 18.9259 15.5783 19.5497 15.204L20.4855 14.6425C20.9591 14.3584 21.5733 14.5119 21.8575 14.9855C22.1416 15.4591 21.9881 16.0733 21.5145 16.3575L20.5786 16.919C19.2921 17.6909 17.6759 17.6525 16.4276 16.8202C15.8343 16.4247 15.0685 16.3983 14.4494 16.7521L14.1776 16.9074C12.8282 17.6785 11.1718 17.6785 9.82243 16.9074L9.63187 16.7985C8.93051 16.3978 8.06949 16.3978 7.36812 16.7985C5.88551 17.6457 4.04123 17.5309 2.67515 16.5064L2.4 16.3C1.95817 15.9686 1.86863 15.3418 2.2 14.9C2.53137 14.4582 3.15817 14.3686 3.6 14.7L3.87515 14.9064C4.60308 15.4523 5.58582 15.5135 6.37584 15.0621C6.57758 14.9468 6.78635 14.8492 7 14.7692V12V8V6C7 3.79086 8.79086 2 11 2H12C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4H11C9.89543 4 9 4.89543 9 6V7H13V6ZM9 13V14.5272C9.56305 14.5934 10.1159 14.7716 10.6242 15.0621L10.8147 15.1709C11.4885 15.556 12.303 15.5878 13 15.2664V13H9ZM13 11H9V9H13V11ZM7.36812 20.7985C8.06949 20.3978 8.93051 20.3978 9.63187 20.7985L9.82243 20.9074C11.1718 21.6785 12.8282 21.6785 14.1776 20.9074L14.4494 20.7521C15.0685 20.3983 15.8343 20.4247 16.4276 20.8202C17.6759 21.6525 19.2921 21.6909 20.5786 20.919L21.5145 20.3575C21.9881 20.0733 22.1416 19.4591 21.8575 18.9855C21.5733 18.5119 20.9591 18.3584 20.4855 18.6425L19.5497 19.204C18.9259 19.5783 18.1422 19.5597 17.537 19.1561C16.3134 18.3404 14.7339 18.286 13.4571 19.0156L13.1853 19.1709C12.4508 19.5906 11.5492 19.5906 10.8147 19.1709L10.6242 19.0621C9.30792 18.3099 7.69208 18.3099 6.37584 19.0621C5.58582 19.5135 4.60308 19.4523 3.87515 18.9064L3.6 18.7C3.15817 18.3686 2.53137 18.4582 2.2 18.9C1.86863 19.3418 1.95817 19.9686 2.4 20.3L2.67515 20.5064C4.04123 21.5309 5.88551 21.6457 7.36812 20.7985Z"
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 6C13 3.79086 14.7909 2 17 2C19.2091 2 21 3.79086 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 4.89543 18.1046 4 17 4C15.8954 4 15 4.89543 15 6V8V12V14.523C15.8777 14.436 16.7761 14.6489 17.537 15.1561C18.1422 15.5596 18.9259 15.5783 19.5497 15.204L20.4855 14.6425C20.9591 14.3584 21.5733 14.5119 21.8575 14.9855C22.1416 15.4591 21.9881 16.0733 21.5145 16.3575L20.5786 16.919C19.2921 17.6909 17.6759 17.6525 16.4276 16.8202C15.8343 16.4247 15.0685 16.3983 14.4494 16.7521L14.1776 16.9074C12.8282 17.6785 11.1718 17.6785 9.82243 16.9074L9.63187 16.7985C8.93051 16.3978 8.06949 16.3978 7.36812 16.7985C5.88551 17.6457 4.04123 17.5309 2.67515 16.5064L2.4 16.3C1.95817 15.9686 1.86863 15.3418 2.2 14.9C2.53137 14.4582 3.15817 14.3686 3.6 14.7L3.87515 14.9064C4.60308 15.4523 5.58582 15.5135 6.37584 15.0621C6.57758 14.9468 6.78635 14.8492 7 14.7692V12V8V6C7 3.79086 8.79086 2 11 2H12C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4H11C9.89543 4 9 4.89543 9 6V7H13V6ZM9 13V14.5272C9.56305 14.5934 10.1159 14.7716 10.6242 15.0621L10.8147 15.1709C11.4885 15.556 12.303 15.5878 13 15.2664V13H9ZM13 11H9V9H13V11ZM7.36812 20.7985C8.06949 20.3978 8.93051 20.3978 9.63187 20.7985L9.82243 20.9074C11.1718 21.6785 12.8282 21.6785 14.1776 20.9074L14.4494 20.7521C15.0685 20.3983 15.8343 20.4247 16.4276 20.8202C17.6759 21.6525 19.2921 21.6909 20.5786 20.919L21.5145 20.3575C21.9881 20.0733 22.1416 19.4591 21.8575 18.9855C21.5733 18.5119 20.9591 18.3584 20.4855 18.6425L19.5497 19.204C18.9259 19.5783 18.1422 19.5597 17.537 19.1561C16.3134 18.3404 14.7339 18.286 13.4571 19.0156L13.1853 19.1709C12.4508 19.5906 11.5492 19.5906 10.8147 19.1709L10.6242 19.0621C9.30792 18.3099 7.69208 18.3099 6.37584 19.0621C5.58582 19.5135 4.60308 19.4523 3.87515 18.9064L3.6 18.7C3.15817 18.3686 2.53137 18.4582 2.2 18.9C1.86863 19.3418 1.95817 19.9686 2.4 20.3L2.67515 20.5064C4.04123 21.5309 5.88551 21.6457 7.36812 20.7985Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
@@ -0,0 +1,36 @@
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
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M9.49982 1.00006C9.32858 1.00006 9.16137 1.01728 8.99982 1.05007C7.8587 1.28171 6.99982 2.29058 6.99982 3.50006V5.52793C6.99982 5.83842 7.07211 6.14464 7.21096 6.42235L7.44703 6.89449C7.48174 6.96392 7.49982 7.04047 7.49982 7.11809V10.0001C7.49982 10.5523 7.94753 11.0001 8.49982 11.0001H8.99982C9.5521 11.0001 9.99982 10.5523 9.99982 10.0001V1.00006H9.49982ZM8.99982 10.0001V2.08541C8.41722 2.29133 7.99982 2.84695 7.99982 3.50006V5.52793C7.99982 5.68317 8.03596 5.83628 8.10539 5.97514L8.34146 6.44727C8.4456 6.65556 8.49982 6.88523 8.49982 7.11809V10.0001H8.99982Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ d: "M2.99976 2.00003C2.99976 1.72389 2.7759 1.50003 2.49976 1.50003C2.22361 1.50003 1.99976 1.72389 1.99976 2.00003V5.29292C1.99976 5.55814 2.10511 5.81249 2.29265 6.00003L2.99976 6.70714L2.99976 10C2.99976 10.5523 3.44747 11 3.99976 11H4.49976C5.05204 11 5.49976 10.5523 5.49976 10V6.70714L6.20686 6.00003C6.3944 5.81249 6.49976 5.55814 6.49976 5.29292V2.00003C6.49976 1.72389 6.2759 1.50003 5.99976 1.50003C5.72361 1.50003 5.49976 1.72389 5.49976 2.00003V5.29292L4.79265 6.00003C4.60511 6.18757 4.49976 6.44192 4.49976 6.70714V10H3.99976V6.70714C3.99976 6.44192 3.8944 6.18757 3.70686 6.00003L2.99976 5.29292V2.00003Z"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M4.74976 2.00003C4.74976 1.72389 4.5259 1.50003 4.24976 1.50003C3.97361 1.50003 3.74976 1.72389 3.74976 2.00003V4.75003C3.74976 5.02617 3.97361 5.25003 4.24976 5.25003C4.5259 5.25003 4.74976 5.02617 4.74976 4.75003V2.00003Z"
32
+ }));
33
+ };
34
+
35
+ var _default = SvgComponent;
36
+ exports["default"] = _default;
@@ -0,0 +1,38 @@
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
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M9.49982 1.00006C9.32858 1.00006 9.16137 1.01728 8.99982 1.05007C7.8587 1.28171 6.99982 2.29058 6.99982 3.50006V5.52793C6.99982 5.83842 7.07211 6.14464 7.21096 6.42235L7.44703 6.89449C7.48174 6.96392 7.49982 7.04047 7.49982 7.11809V10.0001C7.49982 10.5523 7.94753 11.0001 8.49982 11.0001H8.99982C9.5521 11.0001 9.99982 10.5523 9.99982 10.0001V1.00006H9.49982ZM8.99982 10.0001V2.08541C8.41722 2.29133 7.99982 2.84695 7.99982 3.50006V5.52793C7.99982 5.68317 8.03596 5.83628 8.10539 5.97514L8.34146 6.44727C8.4456 6.65556 8.49982 6.88523 8.49982 7.11809V10.0001H8.99982Z"
30
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
31
+ d: "M2.99976 2.00003C2.99976 1.72389 2.7759 1.50003 2.49976 1.50003C2.22361 1.50003 1.99976 1.72389 1.99976 2.00003V5.29292C1.99976 5.55814 2.10511 5.81249 2.29265 6.00003L2.99976 6.70714L2.99976 10C2.99976 10.5523 3.44747 11 3.99976 11H4.49976C5.05204 11 5.49976 10.5523 5.49976 10V6.70714L6.20686 6.00003C6.3944 5.81249 6.49976 5.55814 6.49976 5.29292V2.00003C6.49976 1.72389 6.2759 1.50003 5.99976 1.50003C5.72361 1.50003 5.49976 1.72389 5.49976 2.00003V5.29292L4.79265 6.00003C4.60511 6.18757 4.49976 6.44192 4.49976 6.70714V10H3.99976V6.70714C3.99976 6.44192 3.8944 6.18757 3.70686 6.00003L2.99976 5.29292V2.00003Z"
32
+ }), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
33
+ d: "M4.74976 2.00003C4.74976 1.72389 4.5259 1.50003 4.24976 1.50003C3.97361 1.50003 3.74976 1.72389 3.74976 2.00003V4.75003C3.74976 5.02617 3.97361 5.25003 4.24976 5.25003C4.5259 5.25003 4.74976 5.02617 4.74976 4.75003V2.00003Z"
34
+ }));
35
+ };
36
+
37
+ var _default = SvgComponent;
38
+ 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: "M20 5C20 3.34315 18.6569 2 17 2H9C6.94968 2 5.1876 3.2341 4.41604 5H3C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7H4V20C4 21.1046 4.89543 22 6 22H14C15.1046 22 16 21.1046 16 20V16H18C19.1046 16 20 15.1046 20 14V7H21C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5H20ZM17 4C17.5523 4 18 4.44772 18 5H16C16 4.44772 16.4477 4 17 4ZM18 14V7H16V14H18ZM14 5V6V20H6V7C6 5.34315 7.34315 4 9 4H14.1707C14.0602 4.31278 14 4.64936 14 5Z"
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: "M20 5C20 3.34315 18.6569 2 17 2H9C6.94968 2 5.1876 3.2341 4.41604 5H3C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7H4V20C4 21.1046 4.89543 22 6 22H14C15.1046 22 16 21.1046 16 20V16H18C19.1046 16 20 15.1046 20 14V7H21C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5H20ZM17 4C17.5523 4 18 4.44772 18 5H16C16 4.44772 16.4477 4 17 4ZM18 14V7H16V14H18ZM14 5V6V20H6V7C6 5.34315 7.34315 4 9 4H14.1707C14.0602 4.31278 14 4.64936 14 5Z"
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: "M11.126 7H13C15.2091 7 17 8.79086 17 11V13C17 13.5523 16.5523 14 16 14H4C3.44772 14 3 13.5523 3 13V11C3 8.79086 4.79086 7 7 7H9.08296C9.55904 4.16229 12.027 2 15 2C18.3137 2 21 4.68629 21 8V21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21V8C19 5.79086 17.2091 4 15 4C13.1362 4 11.5701 5.27477 11.126 7ZM7 9H13C14.1046 9 15 9.89543 15 11V12H5V11C5 9.89543 5.89543 9 7 9ZM6 15C6.55228 15 7 15.4477 7 16V17C7 17.5523 6.55228 18 6 18C5.44772 18 5 17.5523 5 17V16C5 15.4477 5.44772 15 6 15ZM11 16C11 15.4477 10.5523 15 10 15C9.44772 15 9 15.4477 9 16V17C9 17.5523 9.44772 18 10 18C10.5523 18 11 17.5523 11 17V16ZM14 15C14.5523 15 15 15.4477 15 16V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V16C13 15.4477 13.4477 15 14 15ZM7 20C7 19.4477 6.55228 19 6 19C5.44772 19 5 19.4477 5 20V21C5 21.5523 5.44772 22 6 22C6.55228 22 7 21.5523 7 21V20ZM10 19C10.5523 19 11 19.4477 11 20V21C11 21.5523 10.5523 22 10 22C9.44772 22 9 21.5523 9 21V20C9 19.4477 9.44772 19 10 19ZM15 20C15 19.4477 14.5523 19 14 19C13.4477 19 13 19.4477 13 20V21C13 21.5523 13.4477 22 14 22C14.5523 22 15 21.5523 15 21V20Z"
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: "M11.126 7H13C15.2091 7 17 8.79086 17 11V13C17 13.5523 16.5523 14 16 14H4C3.44772 14 3 13.5523 3 13V11C3 8.79086 4.79086 7 7 7H9.08296C9.55904 4.16229 12.027 2 15 2C18.3137 2 21 4.68629 21 8V21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21V8C19 5.79086 17.2091 4 15 4C13.1362 4 11.5701 5.27477 11.126 7ZM7 9H13C14.1046 9 15 9.89543 15 11V12H5V11C5 9.89543 5.89543 9 7 9ZM6 15C6.55228 15 7 15.4477 7 16V17C7 17.5523 6.55228 18 6 18C5.44772 18 5 17.5523 5 17V16C5 15.4477 5.44772 15 6 15ZM11 16C11 15.4477 10.5523 15 10 15C9.44772 15 9 15.4477 9 16V17C9 17.5523 9.44772 18 10 18C10.5523 18 11 17.5523 11 17V16ZM14 15C14.5523 15 15 15.4477 15 16V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V16C13 15.4477 13.4477 15 14 15ZM7 20C7 19.4477 6.55228 19 6 19C5.44772 19 5 19.4477 5 20V21C5 21.5523 5.44772 22 6 22C6.55228 22 7 21.5523 7 21V20ZM10 19C10.5523 19 11 19.4477 11 20V21C11 21.5523 10.5523 22 10 22C9.44772 22 9 21.5523 9 21V20C9 19.4477 9.44772 19 10 19ZM15 20C15 19.4477 14.5523 19 14 19C13.4477 19 13 19.4477 13 20V21C13 21.5523 13.4477 22 14 22C14.5523 22 15 21.5523 15 21V20Z"
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: "M10 5C9.44772 5 9 5.44772 9 6V6.17071C9.37262 6.30241 9.71145 6.50564 10 6.76389C10.2885 6.50564 10.6274 6.30241 11 6.17071V6C11 5.44772 10.5523 5 10 5ZM12 3.7639C11.4692 3.28885 10.7684 3 10 3C8.34315 3 7 4.34315 7 6V6.17071C5.83481 6.58254 5 7.69378 5 9V10H4C3.44772 10 3 10.4477 3 11V13C3 17.4183 6.58172 21 11 21H13C17.4183 21 21 17.4183 21 13V11C21 10.4477 20.5523 10 20 10H19V9C19 7.69378 18.1652 6.58254 17 6.17071V6C17 4.34315 15.6569 3 14 3C13.2316 3 12.5308 3.28885 12 3.7639ZM15 6.17071V6C15 5.44772 14.5523 5 14 5C13.4477 5 13 5.44772 13 6V6.17071C13.3726 6.30241 13.7115 6.50564 14 6.7639C14.2886 6.50564 14.6274 6.30241 15 6.17071ZM12 8C11.4477 8 11 8.44772 11 9V10H13V9C13 8.44772 12.5523 8 12 8ZM7 9C7 8.44772 7.44772 8 8 8C8.55228 8 9 8.44772 9 9V10H7V9ZM17 10V9C17 8.44772 16.5523 8 16 8C15.4477 8 15 8.44772 15 9V10H17ZM18 12H19V13H5V12H6H10H14H18ZM11 19C8.38756 19 6.16508 17.3304 5.34141 15H18.6586C17.8349 17.3304 15.6124 19 13 19H11Z"
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: "M10 5C9.44772 5 9 5.44772 9 6V6.17071C9.37262 6.30241 9.71145 6.50564 10 6.76389C10.2885 6.50564 10.6274 6.30241 11 6.17071V6C11 5.44772 10.5523 5 10 5ZM12 3.7639C11.4692 3.28885 10.7684 3 10 3C8.34315 3 7 4.34315 7 6V6.17071C5.83481 6.58254 5 7.69378 5 9V10H4C3.44772 10 3 10.4477 3 11V13C3 17.4183 6.58172 21 11 21H13C17.4183 21 21 17.4183 21 13V11C21 10.4477 20.5523 10 20 10H19V9C19 7.69378 18.1652 6.58254 17 6.17071V6C17 4.34315 15.6569 3 14 3C13.2316 3 12.5308 3.28885 12 3.7639ZM15 6.17071V6C15 5.44772 14.5523 5 14 5C13.4477 5 13 5.44772 13 6V6.17071C13.3726 6.30241 13.7115 6.50564 14 6.7639C14.2886 6.50564 14.6274 6.30241 15 6.17071ZM12 8C11.4477 8 11 8.44772 11 9V10H13V9C13 8.44772 12.5523 8 12 8ZM7 9C7 8.44772 7.44772 8 8 8C8.55228 8 9 8.44772 9 9V10H7V9ZM17 10V9C17 8.44772 16.5523 8 16 8C15.4477 8 15 8.44772 15 9V10H17ZM18 12H19V13H5V12H6H10H14H18ZM11 19C8.38756 19 6.16508 17.3304 5.34141 15H18.6586C17.8349 17.3304 15.6124 19 13 19H11Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
package/cjs/svg/spa.js ADDED
@@ -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: 12,
21
+ height: 12,
22
+ viewBox: "0 0 12 12",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M6.70024 1.90006L6.00024 1.37506L5.30024 1.90006C4.26639 2.67545 3.62067 3.85367 3.51546 5.12997C3.19127 5.04516 2.85103 5 2.50024 5H1.00024V6.5C1.00024 8.70914 2.79111 10.5 5.00024 10.5H7.00031C9.20944 10.5 11.0003 8.70914 11.0003 6.5V5H9.50031C9.1495 5 8.80924 5.04516 8.48503 5.12998C8.37982 3.85368 7.7341 2.67546 6.70024 1.90006ZM7.50024 5.53516V5.50006C7.50024 4.39841 6.98156 3.36105 6.10024 2.70006L6.00024 2.62506L5.90024 2.70006C5.01892 3.36105 4.50024 4.39841 4.50024 5.50006V5.53513C5.12807 5.89831 5.64802 6.42722 6.00028 7.06205C6.35252 6.42724 6.87245 5.89834 7.50024 5.53516ZM2.00024 6H2.50024C4.1571 6 5.50024 7.34315 5.50024 9V9.5H5.00024C3.34339 9.5 2.00024 8.15685 2.00024 6.5V6ZM10.0003 6H9.50031C7.84345 6 6.50031 7.34315 6.50031 9V9.5H7.00031C8.65716 9.5 10.0003 8.15685 10.0003 6.5V6Z"
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: 12,
23
+ height: 12,
24
+ viewBox: "0 0 12 12",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M6.70024 1.90006L6.00024 1.37506L5.30024 1.90006C4.26639 2.67545 3.62067 3.85367 3.51546 5.12997C3.19127 5.04516 2.85103 5 2.50024 5H1.00024V6.5C1.00024 8.70914 2.79111 10.5 5.00024 10.5H7.00031C9.20944 10.5 11.0003 8.70914 11.0003 6.5V5H9.50031C9.1495 5 8.80924 5.04516 8.48503 5.12998C8.37982 3.85368 7.7341 2.67546 6.70024 1.90006ZM7.50024 5.53516V5.50006C7.50024 4.39841 6.98156 3.36105 6.10024 2.70006L6.00024 2.62506L5.90024 2.70006C5.01892 3.36105 4.50024 4.39841 4.50024 5.50006V5.53513C5.12807 5.89831 5.64802 6.42722 6.00028 7.06205C6.35252 6.42724 6.87245 5.89834 7.50024 5.53516ZM2.00024 6H2.50024C4.1571 6 5.50024 7.34315 5.50024 9V9.5H5.00024C3.34339 9.5 2.00024 8.15685 2.00024 6.5V6ZM10.0003 6H9.50031C7.84345 6 6.50031 7.34315 6.50031 9V9.5H7.00031C8.65716 9.5 10.0003 8.15685 10.0003 6.5V6Z"
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: "M6 5V6H18V5L6 5ZM4 5C4 3.89543 4.89543 3 6 3H18C19.1046 3 20 3.89543 20 5V6C20 6.20291 19.9698 6.39876 19.9136 6.5833L21.5609 9.46826C22.3755 10.8951 21.5177 12.6373 20 12.9506V19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H19H15H9H5H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19H4V12.9506C2.48228 12.6373 1.62446 10.8951 2.43915 9.46826L4.0864 6.5833C4.03022 6.39876 4 6.20291 4 6V5ZM18 19V12.7092C17.5643 12.5345 17.1641 12.2861 16.8161 11.9779C16.2712 12.5998 15.4705 13 14.5604 13H14C13.2316 13 12.5308 12.7112 12 12.2361C11.4692 12.7112 10.7684 13 10 13H9.43961C8.52954 13 7.72883 12.5998 7.1839 11.9779C6.83595 12.2861 6.43572 12.5345 6 12.7092V19H8V16C8 15.4477 8.44772 15 9 15H15C15.5523 15 16 15.4477 16 16V19H18ZM11 10V8H8.8198L8.47293 9.73436L8.45903 9.80389C8.33527 10.4227 8.80856 11 9.43961 11H10C10.5523 11 11 10.5523 11 10ZM13 8V10C13 10.5523 13.4477 11 14 11H14.5604C15.1914 11 15.6647 10.4227 15.541 9.80389L15.5271 9.73436L15.1802 8H13ZM17.2198 8L17.4882 9.34213C17.681 10.3061 18.5274 11 19.5105 11C19.7877 11 19.9615 10.7006 19.824 10.4599L18.397 7.96061C18.2687 7.98644 18.1359 8 18 8H17.2198ZM6 8H6.7802L6.51177 9.34213C6.31897 10.3061 5.47257 11 4.4895 11C4.21235 11 4.03855 10.7006 4.17598 10.4599L5.60304 7.96061C5.73134 7.98644 5.86409 8 6 8ZM10 17V19H14V17H10Z"
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: "M6 5V6H18V5L6 5ZM4 5C4 3.89543 4.89543 3 6 3H18C19.1046 3 20 3.89543 20 5V6C20 6.20291 19.9698 6.39876 19.9136 6.5833L21.5609 9.46826C22.3755 10.8951 21.5177 12.6373 20 12.9506V19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H19H15H9H5H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19H4V12.9506C2.48228 12.6373 1.62446 10.8951 2.43915 9.46826L4.0864 6.5833C4.03022 6.39876 4 6.20291 4 6V5ZM18 19V12.7092C17.5643 12.5345 17.1641 12.2861 16.8161 11.9779C16.2712 12.5998 15.4705 13 14.5604 13H14C13.2316 13 12.5308 12.7112 12 12.2361C11.4692 12.7112 10.7684 13 10 13H9.43961C8.52954 13 7.72883 12.5998 7.1839 11.9779C6.83595 12.2861 6.43572 12.5345 6 12.7092V19H8V16C8 15.4477 8.44772 15 9 15H15C15.5523 15 16 15.4477 16 16V19H18ZM11 10V8H8.8198L8.47293 9.73436L8.45903 9.80389C8.33527 10.4227 8.80856 11 9.43961 11H10C10.5523 11 11 10.5523 11 10ZM13 8V10C13 10.5523 13.4477 11 14 11H14.5604C15.1914 11 15.6647 10.4227 15.541 9.80389L15.5271 9.73436L15.1802 8H13ZM17.2198 8L17.4882 9.34213C17.681 10.3061 18.5274 11 19.5105 11C19.7877 11 19.9615 10.7006 19.824 10.4599L18.397 7.96061C18.2687 7.98644 18.1359 8 18 8H17.2198ZM6 8H6.7802L6.51177 9.34213C6.31897 10.3061 5.47257 11 4.4895 11C4.21235 11 4.03855 10.7006 4.17598 10.4599L5.60304 7.96061C5.73134 7.98644 5.86409 8 6 8ZM10 17V19H14V17H10Z"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;