@gympass/yoga-icons 1.8.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/cjs/svg/air-conditioning.js +32 -0
  2. package/cjs/svg/air-conditioning.native.js +34 -0
  3. package/cjs/svg/bank.js +32 -0
  4. package/cjs/svg/bank.native.js +34 -0
  5. package/cjs/svg/beauty-salon.js +32 -0
  6. package/cjs/svg/beauty-salon.native.js +34 -0
  7. package/cjs/svg/children-area.js +32 -0
  8. package/cjs/svg/children-area.native.js +34 -0
  9. package/cjs/svg/coffee-shop.js +32 -0
  10. package/cjs/svg/coffee-shop.native.js +34 -0
  11. package/cjs/svg/heater.js +32 -0
  12. package/cjs/svg/heater.native.js +34 -0
  13. package/cjs/svg/lockers.js +32 -0
  14. package/cjs/svg/lockers.native.js +34 -0
  15. package/cjs/svg/nutritionist.js +32 -0
  16. package/cjs/svg/nutritionist.native.js +34 -0
  17. package/cjs/svg/parking-lot.js +32 -0
  18. package/cjs/svg/parking-lot.native.js +34 -0
  19. package/cjs/svg/pool.js +32 -0
  20. package/cjs/svg/pool.native.js +34 -0
  21. package/cjs/svg/shower-towels.js +32 -0
  22. package/cjs/svg/shower-towels.native.js +34 -0
  23. package/cjs/svg/shower.js +32 -0
  24. package/cjs/svg/shower.native.js +34 -0
  25. package/cjs/svg/snack-bar.js +32 -0
  26. package/cjs/svg/snack-bar.native.js +34 -0
  27. package/cjs/svg/sports-equipment-store.js +32 -0
  28. package/cjs/svg/sports-equipment-store.native.js +34 -0
  29. package/cjs/svg/toiletries.js +32 -0
  30. package/cjs/svg/toiletries.native.js +34 -0
  31. package/cjs/svg/training-towels.js +32 -0
  32. package/cjs/svg/training-towels.native.js +34 -0
  33. package/cjs/svg/wi-fi.js +32 -0
  34. package/cjs/svg/wi-fi.native.js +34 -0
  35. package/cjs/ui.js +136 -0
  36. package/esm/svg/air-conditioning.js +18 -0
  37. package/esm/svg/bank.js +18 -0
  38. package/esm/svg/beauty-salon.js +18 -0
  39. package/esm/svg/children-area.js +18 -0
  40. package/esm/svg/coffee-shop.js +18 -0
  41. package/esm/svg/heater.js +18 -0
  42. package/esm/svg/lockers.js +18 -0
  43. package/esm/svg/nutritionist.js +18 -0
  44. package/esm/svg/parking-lot.js +18 -0
  45. package/esm/svg/pool.js +18 -0
  46. package/esm/svg/shower-towels.js +18 -0
  47. package/esm/svg/shower.js +18 -0
  48. package/esm/svg/snack-bar.js +18 -0
  49. package/esm/svg/sports-equipment-store.js +18 -0
  50. package/esm/svg/toiletries.js +18 -0
  51. package/esm/svg/training-towels.js +18 -0
  52. package/esm/svg/wi-fi.js +18 -0
  53. package/esm/ui.js +18 -1
  54. package/package.json +2 -2
@@ -0,0 +1,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: 24,
8
+ height: 24,
9
+ viewBox: "0 0 24 24",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ 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"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
@@ -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: 24,
8
+ height: 24,
9
+ viewBox: "0 0 24 24",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ 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"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
@@ -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: 24,
8
+ height: 24,
9
+ viewBox: "0 0 24 24",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ 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"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
@@ -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: 24,
8
+ height: 24,
9
+ viewBox: "0 0 24 24",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M8 4L11 4C11.5523 4 12 3.55229 12 3C12 2.44772 11.5523 2 11 2H5C4.44772 2 4 2.44772 4 3C4 3.55228 4.44772 4 5 4L6 4V5C3.79086 5 2 6.79086 2 9V20C2 21.1046 2.89543 22 4 22H7C7.55228 22 8 21.5523 8 21C8 20.4477 7.55228 20 7 20H4V11H10V12C10 12.5523 10.4477 13 11 13C11.5523 13 12 12.5523 12 12V9C12 6.79086 10.2091 5 8 5V4ZM10 9C10 7.89543 9.10457 7 8 7H6C4.89543 7 4 7.89543 4 9L10 9ZM19 4C18.4477 4 18 4.44772 18 5C18 5.55228 18.4477 6 19 6C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4ZM15.5 6C14.6716 6 14 6.67157 14 7.5C14 8.32843 14.6716 9 15.5 9C16.3284 9 17 8.32843 17 7.5C17 6.67157 16.3284 6 15.5 6ZM11 20V16H20V20H11ZM9 15C9 14.4477 9.44772 14 10 14H21C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H10C9.44772 22 9 21.5523 9 21V15ZM18 9.5C18 8.67157 18.6716 8 19.5 8C20.3284 8 21 8.67157 21 9.5C21 10.3284 20.3284 11 19.5 11C18.6716 11 18 10.3284 18 9.5Z"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
@@ -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: 24,
8
+ height: 24,
9
+ viewBox: "0 0 24 24",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M6 3C4.34315 3 3 4.34315 3 6C3 6.53465 3.13986 7.03664 3.38499 7.47137C2.55209 8.00444 2 8.93774 2 10C2 11.0666 2.5566 12.0032 3.39519 12.5351C2.53117 13.4338 2 14.6549 2 16C2 18.7614 4.23858 21 7 21H19C20.6569 21 22 19.6569 22 18C22 16.9377 21.4479 16.0044 20.615 15.4714C20.8601 15.0366 21 14.5347 21 14C21 13.1794 20.6705 12.4357 20.1366 11.894C21.273 10.9775 22 9.57365 22 8C22 5.23858 19.7614 3 17 3H6ZM17 11C18.6569 11 20 9.65685 20 8C20 6.34315 18.6569 5 17 5H6C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7H17C17.5523 7 18 7.44772 18 8C18 8.55228 17.5523 9 17 9H5C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11H7H17ZM7 13C5.34315 13 4 14.3431 4 16C4 17.6569 5.34315 19 7 19H19C19.5523 19 20 18.5523 20 18C20 17.4477 19.5523 17 19 17H7C6.44771 17 6 16.5523 6 16C6 15.4477 6.44771 15 7 15H18C18.5523 15 19 14.5523 19 14C19 13.4477 18.5523 13 18 13H17H7Z"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
@@ -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: 24,
8
+ height: 24,
9
+ viewBox: "0 0 24 24",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M19.2846 7.19099C14.7543 4.67413 9.24569 4.67413 4.71535 7.19099L3.48564 7.87416C3.00286 8.14237 2.39405 7.96843 2.12584 7.48564C1.85763 7.00286 2.03157 6.39406 2.51436 6.12584L3.74407 5.44267C8.87845 2.59024 15.1215 2.59024 20.2559 5.44267L21.4856 6.12584C21.9684 6.39406 22.1424 7.00286 21.8742 7.48564C21.6059 7.96843 20.9971 8.14237 20.5144 7.87416L19.2846 7.19099ZM6.87905 11.2827C10.1492 9.8812 13.8508 9.8812 17.121 11.2827L18.6061 11.9192C19.1137 12.1367 19.7016 11.9016 19.9191 11.3939C20.1367 10.8863 19.9016 10.2984 19.3939 10.0809L17.9088 9.44439C14.1356 7.82729 9.86444 7.82729 6.09121 9.44439L4.60608 10.0809C4.09845 10.2984 3.8633 10.8863 4.08086 11.3939C4.29841 11.9016 4.88629 12.1367 5.39392 11.9192L6.87905 11.2827ZM9.19101 15.6214C11.0021 14.9422 12.9979 14.9422 14.809 15.6214L15.6489 15.9363C16.166 16.1302 16.7424 15.8682 16.9363 15.3511C17.1302 14.834 16.8682 14.2576 16.3511 14.0637L15.5112 13.7487C13.2474 12.8998 10.7526 12.8998 8.48877 13.7487L7.64888 14.0637C7.13176 14.2576 6.86975 14.834 7.06367 15.3511C7.25759 15.8682 7.834 16.1302 8.35112 15.9363L9.19101 15.6214ZM12 21C12.8284 21 13.5 20.3284 13.5 19.5C13.5 18.6716 12.8284 18 12 18C11.1716 18 10.5 18.6716 10.5 19.5C10.5 20.3284 11.1716 21 12 21Z"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
package/esm/ui.js CHANGED
@@ -2,14 +2,17 @@ import Accessibility from "./svg/accessibility";
2
2
  import Accessible from "./svg/accessible";
3
3
  import AddBooking from "./svg/add_booking";
4
4
  import Add from "./svg/add";
5
+ import AirConditioning from "./svg/air-conditioning";
5
6
  import AlertCircle from "./svg/alert_circle";
6
7
  import AlertTriangle from "./svg/alert_triangle";
7
8
  import ArrowDropDown from "./svg/arrow_drop_down";
8
9
  import ArrowDropUp from "./svg/arrow_drop_up";
9
10
  import ArrowLeft from "./svg/arrow_left";
10
11
  import ArrowRight from "./svg/arrow_right";
12
+ import Bank from "./svg/bank";
11
13
  import BankStatement from "./svg/bank_statement";
12
14
  import BarChart from "./svg/bar_chart";
15
+ import BeautySalon from "./svg/beauty-salon";
13
16
  import BookingFilled from "./svg/booking_filled";
14
17
  import Booking from "./svg/booking";
15
18
  import BuildingFilled from "./svg/building_filled";
@@ -28,9 +31,11 @@ import ChevronDown from "./svg/chevron_down";
28
31
  import ChevronLeft from "./svg/chevron_left";
29
32
  import ChevronRight from "./svg/chevron_right";
30
33
  import ChevronUp from "./svg/chevron_up";
34
+ import ChildrenArea from "./svg/children-area";
31
35
  import CloseFilled from "./svg/close_filled";
32
36
  import Close from "./svg/close";
33
37
  import Code from "./svg/code";
38
+ import CoffeeShop from "./svg/coffee-shop";
34
39
  import CompassFilled from "./svg/compass_filled";
35
40
  import Compass from "./svg/compass";
36
41
  import Copy from "./svg/copy";
@@ -57,6 +62,7 @@ import Filter from "./svg/filter";
57
62
  import Google from "./svg/google";
58
63
  import Headphone from "./svg/headphone";
59
64
  import Heartbeat from "./svg/heartbeat";
65
+ import Heater from "./svg/heater";
60
66
  import HelpCircle from "./svg/help_circle";
61
67
  import Help from "./svg/help";
62
68
  import History from "./svg/history";
@@ -75,6 +81,7 @@ import LockOff from "./svg/lock_off";
75
81
  import LockOnFilled from "./svg/lock_on_filled";
76
82
  import Lock from "./svg/lock";
77
83
  import LockerRoom from "./svg/locker_room";
84
+ import Lockers from "./svg/lockers";
78
85
  import LogOut from "./svg/log_out";
79
86
  import Loop from "./svg/loop";
80
87
  import MailRead from "./svg/mail_read";
@@ -89,6 +96,7 @@ import NetworkOff from "./svg/network_off";
89
96
  import NetworkOn from "./svg/network_on";
90
97
  import NotificationFilled from "./svg/notification_filled";
91
98
  import NotificationOff from "./svg/notification_off";
99
+ import Nutritionist from "./svg/nutritionist";
92
100
  import PaperPin from "./svg/paper_pin";
93
101
  import Paperclip from "./svg/paperclip";
94
102
  import Password from "./svg/password";
@@ -100,6 +108,7 @@ import PinFilled from "./svg/pin_filled";
100
108
  import Play from "./svg/play";
101
109
  import PlayFilled from "./svg/play_filled";
102
110
  import PlusCircle from "./svg/plus_circle";
111
+ import Pool from "./svg/pool";
103
112
  import Printer from "./svg/printer";
104
113
  import QRCodeReader from "./svg/qr_code_reader";
105
114
  import QRCode from "./svg/qr_code";
@@ -113,19 +122,26 @@ import ShareAndroid from "./svg/share_android";
113
122
  import ShareIos from "./svg/share_ios";
114
123
  import ShieldCheck from "./svg/shield_check";
115
124
  import ShieldSecure from "./svg/shield_secure";
125
+ import Shower from "./svg/shower";
126
+ import ShowerTowels from "./svg/shower-towels";
116
127
  import Signal from "./svg/signal";
117
128
  import SmartphoneFilled from "./svg/smartphone_filled";
118
129
  import Smartphone from "./svg/smartphone";
130
+ import SnackBar from "./svg/snack-bar";
119
131
  import SortAscending from "./svg/sort_ascending";
120
132
  import SortDescending from "./svg/sort_descending";
121
133
  import Spa from "./svg/spa";
134
+ import SportsEquipment from "./svg/sports-equipment-store";
122
135
  import StarFilled from "./svg/star_filled";
123
136
  import Star from "./svg/star";
124
137
  import SystemStatus from "./svg/system_status";
138
+ import ParkingLot from "./svg/parking-lot";
125
139
  import PriceTag from "./svg/price_tag";
126
140
  import Time from "./svg/time";
127
141
  import TimeFilled from "./svg/time_filled";
128
142
  import Token from "./svg/token";
143
+ import Toiletries from "./svg/toiletries";
144
+ import TrainingTowels from "./svg/training-towels";
129
145
  import Trash from "./svg/trash";
130
146
  import TrendingUp from "./svg/trending_up";
131
147
  import TriangleAlert from "./svg/triangle_alert";
@@ -141,5 +157,6 @@ import VisibilityOff from "./svg/visibility_off";
141
157
  import Visibility from "./svg/visibility";
142
158
  import Wallet from "./svg/wallet";
143
159
  import Whatsapp from "./svg/whatsapp";
160
+ import WiFi from "./svg/wi-fi";
144
161
  import Youtube from "./svg/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 };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga-icons",
3
- "version": "1.8.0",
3
+ "version": "1.9.1",
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": "ad32416bd4482f57ec0fb10a57019f0997f9e3fb",
32
+ "gitHead": "f45407373d4033594e738ed9fd462cfaa5a33d30",
33
33
  "module": "./esm",
34
34
  "private": false
35
35
  }