@gympass/yoga-icons 1.7.0 → 1.8.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.
@@ -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;
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;
package/cjs/ui.js CHANGED
@@ -651,6 +651,12 @@ Object.defineProperty(exports, "Refresh", {
651
651
  return _refresh["default"];
652
652
  }
653
653
  });
654
+ Object.defineProperty(exports, "Restaurant", {
655
+ enumerable: true,
656
+ get: function get() {
657
+ return _restaurant["default"];
658
+ }
659
+ });
654
660
  Object.defineProperty(exports, "Search", {
655
661
  enumerable: true,
656
662
  get: function get() {
@@ -723,6 +729,12 @@ Object.defineProperty(exports, "SortDescending", {
723
729
  return _sort_descending["default"];
724
730
  }
725
731
  });
732
+ Object.defineProperty(exports, "Spa", {
733
+ enumerable: true,
734
+ get: function get() {
735
+ return _spa["default"];
736
+ }
737
+ });
726
738
  Object.defineProperty(exports, "Star", {
727
739
  enumerable: true,
728
740
  get: function get() {
@@ -1070,6 +1082,8 @@ var _rectangle = _interopRequireDefault(require("./svg/rectangle"));
1070
1082
 
1071
1083
  var _refresh = _interopRequireDefault(require("./svg/refresh"));
1072
1084
 
1085
+ var _restaurant = _interopRequireDefault(require("./svg/restaurant"));
1086
+
1073
1087
  var _search_filled = _interopRequireDefault(require("./svg/search_filled"));
1074
1088
 
1075
1089
  var _search = _interopRequireDefault(require("./svg/search"));
@@ -1094,6 +1108,8 @@ var _sort_ascending = _interopRequireDefault(require("./svg/sort_ascending"));
1094
1108
 
1095
1109
  var _sort_descending = _interopRequireDefault(require("./svg/sort_descending"));
1096
1110
 
1111
+ var _spa = _interopRequireDefault(require("./svg/spa"));
1112
+
1097
1113
  var _star_filled = _interopRequireDefault(require("./svg/star_filled"));
1098
1114
 
1099
1115
  var _star = _interopRequireDefault(require("./svg/star"));
@@ -0,0 +1,22 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ 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"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ 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"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ 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"
19
+ }));
20
+ };
21
+
22
+ export default SvgComponent;
package/esm/svg/spa.js ADDED
@@ -0,0 +1,18 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ var SvgComponent = function SvgComponent(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ width: 12,
8
+ height: 12,
9
+ viewBox: "0 0 12 12",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ 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"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
package/esm/ui.js CHANGED
@@ -105,6 +105,7 @@ import QRCodeReader from "./svg/qr_code_reader";
105
105
  import QRCode from "./svg/qr_code";
106
106
  import Rectangle from "./svg/rectangle";
107
107
  import Refresh from "./svg/refresh";
108
+ import Restaurant from "./svg/restaurant";
108
109
  import SearchFilled from "./svg/search_filled";
109
110
  import Search from "./svg/search";
110
111
  import Settings from "./svg/settings";
@@ -117,6 +118,7 @@ import SmartphoneFilled from "./svg/smartphone_filled";
117
118
  import Smartphone from "./svg/smartphone";
118
119
  import SortAscending from "./svg/sort_ascending";
119
120
  import SortDescending from "./svg/sort_descending";
121
+ import Spa from "./svg/spa";
120
122
  import StarFilled from "./svg/star_filled";
121
123
  import Star from "./svg/star";
122
124
  import SystemStatus from "./svg/system_status";
@@ -140,4 +142,4 @@ import Visibility from "./svg/visibility";
140
142
  import Wallet from "./svg/wallet";
141
143
  import Whatsapp from "./svg/whatsapp";
142
144
  import Youtube from "./svg/youtube";
143
- export { Accessibility, Accessible, AddBooking, Add, AlertCircle, AlertTriangle, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, BankStatement, BarChart, BookingFilled, Booking, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CloseFilled, Close, Code, CompassFilled, Compass, Copy, CornerUpLeft, CornerUpRight, CreditCard, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Exit, ExternalLink, Facebook, FamilyMember, FamilyMemberFilled, FavoriteFilled, Favorite, Filter, Google, Headphone, Heartbeat, HelpCircle, Help, History, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, LogOut, Loop, MailRead, MailUnread, MapPin, Map, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, PinFilled, Play, PlayFilled, PlusCircle, Printer, QRCodeReader, QRCode, Rectangle, Refresh, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Signal, SmartphoneFilled, Smartphone, SortAscending, SortDescending, StarFilled, Star, SystemStatus, PriceTag, Time, TimeFilled, Token, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, Youtube };
145
+ export { Accessibility, Accessible, AddBooking, Add, AlertCircle, AlertTriangle, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, BankStatement, BarChart, BookingFilled, Booking, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CloseFilled, Close, Code, CompassFilled, Compass, Copy, CornerUpLeft, CornerUpRight, CreditCard, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Exit, ExternalLink, Facebook, FamilyMember, FamilyMemberFilled, FavoriteFilled, Favorite, Filter, Google, Headphone, Heartbeat, HelpCircle, Help, History, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, LogOut, Loop, MailRead, MailUnread, MapPin, Map, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, PinFilled, Play, PlayFilled, PlusCircle, Printer, QRCodeReader, QRCode, Rectangle, Refresh, Restaurant, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Signal, SmartphoneFilled, Smartphone, SortAscending, SortDescending, Spa, StarFilled, Star, SystemStatus, PriceTag, Time, TimeFilled, Token, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, Youtube };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga-icons",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Yoga icon package",
5
5
  "keywords": [
6
6
  "yoga",
@@ -29,7 +29,7 @@
29
29
  "bugs": {
30
30
  "url": "https://github.com/Gympass/yoga/issues"
31
31
  },
32
- "gitHead": "cfacc7b8bb39d02ab4bbbc1b2700c2c9cd330227",
32
+ "gitHead": "ad32416bd4482f57ec0fb10a57019f0997f9e3fb",
33
33
  "module": "./esm",
34
34
  "private": false
35
35
  }