@gympass/yoga-icons 1.10.1 → 1.12.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,30 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 24,
22
+ height: 24,
23
+ viewBox: "0 0 24 24"
24
+ }, props), /*#__PURE__*/React.createElement("path", {
25
+ d: "m17.594 8.64 3.562-1.911C19.942 3.757 16.908 2 12.844 2 6.142 2 2 6.057 2 11.974 2 18.434 7.488 22 12.712 22c4.803 0 7.942-2.196 9.288-4.031v-6.95H11.683v3.203h6.465l-.027 2.197s-1.9 1.783-5.33 1.783c-3.693 0-5.804-2.455-5.804-6.331 0-3.902 2.11-6.357 5.752-6.357 2.163 0 3.773 1.266 4.855 3.127Z"
26
+ }));
27
+ };
28
+
29
+ var _default = SvgComponent;
30
+ 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
+ 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
+ xmlns: "http://www.w3.org/2000/svg",
23
+ width: 24,
24
+ height: 24,
25
+ viewBox: "0 0 24 24"
26
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
+ d: "m17.594 8.64 3.562-1.911C19.942 3.757 16.908 2 12.844 2 6.142 2 2 6.057 2 11.974 2 18.434 7.488 22 12.712 22c4.803 0 7.942-2.196 9.288-4.031v-6.95H11.683v3.203h6.465l-.027 2.197s-1.9 1.783-5.33 1.783c-3.693 0-5.804-2.455-5.804-6.331 0-3.902 2.11-6.357 5.752-6.357 2.163 0 3.773 1.266 4.855 3.127Z"
28
+ }));
29
+ };
30
+
31
+ var _default = SvgComponent;
32
+ exports["default"] = _default;
package/cjs/svg/star.js CHANGED
@@ -20,11 +20,11 @@ var SvgComponent = function SvgComponent(props) {
20
20
  width: 12,
21
21
  height: 12,
22
22
  viewBox: "0 0 12 12",
23
- fill: "none",
24
- stroke: "#000",
25
23
  xmlns: "http://www.w3.org/2000/svg"
26
24
  }, props), /*#__PURE__*/React.createElement("path", {
27
- d: "M5.55573 2.95015C5.74203 2.58936 6.25797 2.58936 6.44427 2.95015L6.88854 2.72075L6.44427 2.95015L7.01774 4.06074C7.24115 4.49341 7.6607 4.79071 8.14297 4.85809L9.35023 5.02678C9.76718 5.08503 9.92988 5.60102 9.62176 5.88791L8.80845 6.64516C8.43523 6.99265 8.26412 7.50595 8.35418 8.00788L8.55373 9.12011C8.62649 9.52562 8.2051 9.84018 7.83701 9.65514L6.67373 9.07034C6.24985 8.85725 5.75015 8.85725 5.32627 9.07034L4.16299 9.65514C3.7949 9.84019 3.37351 9.52563 3.44627 9.12011L3.64583 8.00788C3.73588 7.50595 3.56477 6.99265 3.19155 6.64516L2.37824 5.88791C2.07012 5.60102 2.23282 5.08503 2.64977 5.02678L3.85703 4.85809C4.3393 4.79071 4.75885 4.49341 4.98226 4.06074L5.55573 2.95015Z"
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M6 .5a.5.5 0 0 1 .45.28l1.43 2.9 3.2.46a.5.5 0 0 1 .27.85L9.04 7.24l.54 3.19a.5.5 0 0 1-.72.52L6 9.45l-2.86 1.5a.5.5 0 0 1-.72-.52l.54-3.18L.65 4.99a.5.5 0 0 1 .28-.85l3.2-.47L5.54.78A.5.5 0 0 1 6 .5Zm0 1.63L4.9 4.35a.5.5 0 0 1-.37.27l-2.46.36 1.78 1.73a.5.5 0 0 1 .14.44L3.58 9.6l2.19-1.15a.5.5 0 0 1 .46 0l2.2 1.16L8 7.15a.5.5 0 0 1 .14-.44l1.78-1.73-2.46-.36a.5.5 0 0 1-.37-.27L6 2.13Z"
28
28
  }));
29
29
  };
30
30
 
@@ -22,11 +22,11 @@ var SvgComponent = function SvgComponent(props) {
22
22
  width: 12,
23
23
  height: 12,
24
24
  viewBox: "0 0 12 12",
25
- fill: "none",
26
- stroke: "#000",
27
25
  xmlns: "http://www.w3.org/2000/svg"
28
26
  }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
29
- d: "M5.55573 2.95015C5.74203 2.58936 6.25797 2.58936 6.44427 2.95015L6.88854 2.72075L6.44427 2.95015L7.01774 4.06074C7.24115 4.49341 7.6607 4.79071 8.14297 4.85809L9.35023 5.02678C9.76718 5.08503 9.92988 5.60102 9.62176 5.88791L8.80845 6.64516C8.43523 6.99265 8.26412 7.50595 8.35418 8.00788L8.55373 9.12011C8.62649 9.52562 8.2051 9.84018 7.83701 9.65514L6.67373 9.07034C6.24985 8.85725 5.75015 8.85725 5.32627 9.07034L4.16299 9.65514C3.7949 9.84019 3.37351 9.52563 3.44627 9.12011L3.64583 8.00788C3.73588 7.50595 3.56477 6.99265 3.19155 6.64516L2.37824 5.88791C2.07012 5.60102 2.23282 5.08503 2.64977 5.02678L3.85703 4.85809C4.3393 4.79071 4.75885 4.49341 4.98226 4.06074L5.55573 2.95015Z"
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M6 .5a.5.5 0 0 1 .45.28l1.43 2.9 3.2.46a.5.5 0 0 1 .27.85L9.04 7.24l.54 3.19a.5.5 0 0 1-.72.52L6 9.45l-2.86 1.5a.5.5 0 0 1-.72-.52l.54-3.18L.65 4.99a.5.5 0 0 1 .28-.85l3.2-.47L5.54.78A.5.5 0 0 1 6 .5Zm0 1.63L4.9 4.35a.5.5 0 0 1-.37.27l-2.46.36 1.78 1.73a.5.5 0 0 1 .14.44L3.58 9.6l2.19-1.15a.5.5 0 0 1 .46 0l2.2 1.16L8 7.15a.5.5 0 0 1 .14-.44l1.78-1.73-2.46-.36a.5.5 0 0 1-.37-.27L6 2.13Z"
30
30
  }));
31
31
  };
32
32
 
@@ -22,7 +22,9 @@ var SvgComponent = function SvgComponent(props) {
22
22
  viewBox: "0 0 12 12",
23
23
  xmlns: "http://www.w3.org/2000/svg"
24
24
  }, props), /*#__PURE__*/React.createElement("path", {
25
- d: "M10.3181 5.50435C10.6689 5.20354 10.4815 4.63395 10.0186 4.59452L7.4758 4.3779L6.48268 2.06648C6.30132 1.64438 5.6957 1.64454 5.51457 2.06674L4.52082 4.38309L1.98208 4.59588C1.51863 4.63472 1.3307 5.20521 1.68225 5.50607L3.61119 7.15693L3.03198 9.60978C2.92632 10.0572 3.41753 10.4099 3.81573 10.1725L5.99831 8.8711L8.1829 10.1737C8.58081 10.411 9.07179 10.0589 8.96681 9.61166L8.39069 7.15693L10.3181 5.50435Z"
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Z"
26
28
  }));
27
29
  };
28
30
 
@@ -24,7 +24,9 @@ var SvgComponent = function SvgComponent(props) {
24
24
  viewBox: "0 0 12 12",
25
25
  xmlns: "http://www.w3.org/2000/svg"
26
26
  }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
27
- d: "M10.3181 5.50435C10.6689 5.20354 10.4815 4.63395 10.0186 4.59452L7.4758 4.3779L6.48268 2.06648C6.30132 1.64438 5.6957 1.64454 5.51457 2.06674L4.52082 4.38309L1.98208 4.59588C1.51863 4.63472 1.3307 5.20521 1.68225 5.50607L3.61119 7.15693L3.03198 9.60978C2.92632 10.0572 3.41753 10.4099 3.81573 10.1725L5.99831 8.8711L8.1829 10.1737C8.58081 10.411 9.07179 10.0589 8.96681 9.61166L8.39069 7.15693L10.3181 5.50435Z"
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Z"
28
30
  }));
29
31
  };
30
32
 
package/cjs/ui.js CHANGED
@@ -375,6 +375,12 @@ Object.defineProperty(exports, "Google", {
375
375
  return _google["default"];
376
376
  }
377
377
  });
378
+ Object.defineProperty(exports, "Gympass", {
379
+ enumerable: true,
380
+ get: function get() {
381
+ return _gympass["default"];
382
+ }
383
+ });
378
384
  Object.defineProperty(exports, "Headphone", {
379
385
  enumerable: true,
380
386
  get: function get() {
@@ -1094,6 +1100,8 @@ var _filter = _interopRequireDefault(require("./svg/filter"));
1094
1100
 
1095
1101
  var _google = _interopRequireDefault(require("./svg/google"));
1096
1102
 
1103
+ var _gympass = _interopRequireDefault(require("./svg/gympass"));
1104
+
1097
1105
  var _headphone = _interopRequireDefault(require("./svg/headphone"));
1098
1106
 
1099
1107
  var _heartbeat = _interopRequireDefault(require("./svg/heartbeat"));
@@ -0,0 +1,16 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: 24,
9
+ height: 24,
10
+ viewBox: "0 0 24 24"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ d: "m17.594 8.64 3.562-1.911C19.942 3.757 16.908 2 12.844 2 6.142 2 2 6.057 2 11.974 2 18.434 7.488 22 12.712 22c4.803 0 7.942-2.196 9.288-4.031v-6.95H11.683v3.203h6.465l-.027 2.197s-1.9 1.783-5.33 1.783c-3.693 0-5.804-2.455-5.804-6.331 0-3.902 2.11-6.357 5.752-6.357 2.163 0 3.773 1.266 4.855 3.127Z"
13
+ }));
14
+ };
15
+
16
+ export default SvgComponent;
package/esm/svg/star.js CHANGED
@@ -7,11 +7,11 @@ var SvgComponent = function SvgComponent(props) {
7
7
  width: 12,
8
8
  height: 12,
9
9
  viewBox: "0 0 12 12",
10
- fill: "none",
11
- stroke: "#000",
12
10
  xmlns: "http://www.w3.org/2000/svg"
13
11
  }, props), /*#__PURE__*/React.createElement("path", {
14
- d: "M5.55573 2.95015C5.74203 2.58936 6.25797 2.58936 6.44427 2.95015L6.88854 2.72075L6.44427 2.95015L7.01774 4.06074C7.24115 4.49341 7.6607 4.79071 8.14297 4.85809L9.35023 5.02678C9.76718 5.08503 9.92988 5.60102 9.62176 5.88791L8.80845 6.64516C8.43523 6.99265 8.26412 7.50595 8.35418 8.00788L8.55373 9.12011C8.62649 9.52562 8.2051 9.84018 7.83701 9.65514L6.67373 9.07034C6.24985 8.85725 5.75015 8.85725 5.32627 9.07034L4.16299 9.65514C3.7949 9.84019 3.37351 9.52563 3.44627 9.12011L3.64583 8.00788C3.73588 7.50595 3.56477 6.99265 3.19155 6.64516L2.37824 5.88791C2.07012 5.60102 2.23282 5.08503 2.64977 5.02678L3.85703 4.85809C4.3393 4.79071 4.75885 4.49341 4.98226 4.06074L5.55573 2.95015Z"
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M6 .5a.5.5 0 0 1 .45.28l1.43 2.9 3.2.46a.5.5 0 0 1 .27.85L9.04 7.24l.54 3.19a.5.5 0 0 1-.72.52L6 9.45l-2.86 1.5a.5.5 0 0 1-.72-.52l.54-3.18L.65 4.99a.5.5 0 0 1 .28-.85l3.2-.47L5.54.78A.5.5 0 0 1 6 .5Zm0 1.63L4.9 4.35a.5.5 0 0 1-.37.27l-2.46.36 1.78 1.73a.5.5 0 0 1 .14.44L3.58 9.6l2.19-1.15a.5.5 0 0 1 .46 0l2.2 1.16L8 7.15a.5.5 0 0 1 .14-.44l1.78-1.73-2.46-.36a.5.5 0 0 1-.37-.27L6 2.13Z"
15
15
  }));
16
16
  };
17
17
 
@@ -9,7 +9,9 @@ var SvgComponent = function SvgComponent(props) {
9
9
  viewBox: "0 0 12 12",
10
10
  xmlns: "http://www.w3.org/2000/svg"
11
11
  }, props), /*#__PURE__*/React.createElement("path", {
12
- d: "M10.3181 5.50435C10.6689 5.20354 10.4815 4.63395 10.0186 4.59452L7.4758 4.3779L6.48268 2.06648C6.30132 1.64438 5.6957 1.64454 5.51457 2.06674L4.52082 4.38309L1.98208 4.59588C1.51863 4.63472 1.3307 5.20521 1.68225 5.50607L3.61119 7.15693L3.03198 9.60978C2.92632 10.0572 3.41753 10.4099 3.81573 10.1725L5.99831 8.8711L8.1829 10.1737C8.58081 10.411 9.07179 10.0589 8.96681 9.61166L8.39069 7.15693L10.3181 5.50435Z"
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Z"
13
15
  }));
14
16
  };
15
17
 
package/esm/ui.js CHANGED
@@ -60,6 +60,7 @@ import FavoriteFilled from "./svg/favorite_filled";
60
60
  import Favorite from "./svg/favorite";
61
61
  import Filter from "./svg/filter";
62
62
  import Google from "./svg/google";
63
+ import Gympass from "./svg/gympass";
63
64
  import Headphone from "./svg/headphone";
64
65
  import Heartbeat from "./svg/heartbeat";
65
66
  import Heater from "./svg/heater";
@@ -159,4 +160,4 @@ import Wallet from "./svg/wallet";
159
160
  import Whatsapp from "./svg/whatsapp";
160
161
  import WiFi from "./svg/wi-fi";
161
162
  import Youtube from "./svg/youtube";
162
- export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChildrenArea, CloseFilled, Close, Code, CoffeeShop, 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, Heater, HelpCircle, Help, History, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, Lockers, LogOut, Loop, MailRead, MailUnread, MapPin, Map, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, Nutritionist, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, PinFilled, Play, PlayFilled, PlusCircle, Pool, Printer, QRCodeReader, QRCode, Rectangle, Refresh, Restaurant, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Shower, ShowerTowels, Signal, SmartphoneFilled, Smartphone, SnackBar, SortAscending, SortDescending, Spa, SportsEquipment, StarFilled, Star, SystemStatus, ParkingLot, PriceTag, Time, TimeFilled, Token, Toiletries, TrainingTowels, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, WiFi, Youtube };
163
+ export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, BuildingFilled, Building, BulletList, Camera, Cart, Chat, CheckFilled, Check, CheckedFull, CheckedHalf, CheckinFilled, Checkin, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChildrenArea, CloseFilled, Close, Code, CoffeeShop, CompassFilled, Compass, Copy, CornerUpLeft, CornerUpRight, CreditCard, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Exit, ExternalLink, Facebook, FamilyMember, FamilyMemberFilled, FavoriteFilled, Favorite, Filter, Google, Gympass, Headphone, Heartbeat, Heater, HelpCircle, Help, History, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, Lockers, LogOut, Loop, MailRead, MailUnread, MapPin, Map, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, Nutritionist, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, PinFilled, Play, PlayFilled, PlusCircle, Pool, Printer, QRCodeReader, QRCode, Rectangle, Refresh, Restaurant, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Shower, ShowerTowels, Signal, SmartphoneFilled, Smartphone, SnackBar, SortAscending, SortDescending, Spa, SportsEquipment, StarFilled, Star, SystemStatus, ParkingLot, PriceTag, Time, TimeFilled, Token, Toiletries, TrainingTowels, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, WiFi, Youtube };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga-icons",
3
- "version": "1.10.1",
3
+ "version": "1.12.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": "3a8a9f58bee7af5e717f8f4a1ad8bafc29f1b183",
32
+ "gitHead": "92c73ec021f0501dfe6d1326083bc1e096bd474c",
33
33
  "module": "./esm",
34
34
  "private": false
35
35
  }