@gympass/yoga-icons 1.15.0 → 1.16.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,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
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg"
25
+ }, props), /*#__PURE__*/React.createElement("path", {
26
+ d: "M9.81818 0L9.13091 1.5L7.63636 2.18182L9.13091 2.86909L9.81818 4.36364L10.5 2.86909L12 2.18182L10.5 1.5M4.36364 1.63636C3.8311 2.80794 3 4.63636 3 4.63636L0 6L3 7.36364L4.36364 10.3636L5.72727 7.36364L8.72727 6L5.72727 4.63636M9.81818 7.63636L9.13091 9.13091L7.63636 9.81818L9.13091 10.5L9.81818 12L10.5 10.5L12 9.81818L10.5 9.13091",
27
+ fill: "#231B22"
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
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
28
+ d: "M9.81818 0L9.13091 1.5L7.63636 2.18182L9.13091 2.86909L9.81818 4.36364L10.5 2.86909L12 2.18182L10.5 1.5M4.36364 1.63636C3.8311 2.80794 3 4.63636 3 4.63636L0 6L3 7.36364L4.36364 10.3636L5.72727 7.36364L8.72727 6L5.72727 4.63636M9.81818 7.63636L9.13091 9.13091L7.63636 9.81818L9.13091 10.5L9.81818 12L10.5 10.5L12 9.81818L10.5 9.13091",
29
+ fill: "#231B22"
30
+ }));
31
+ };
32
+
33
+ var _default = SvgComponent;
34
+ exports["default"] = _default;
package/cjs/ui.js CHANGED
@@ -825,6 +825,12 @@ Object.defineProperty(exports, "ShieldSecure", {
825
825
  return _shield_secure["default"];
826
826
  }
827
827
  });
828
+ Object.defineProperty(exports, "ShineFilled", {
829
+ enumerable: true,
830
+ get: function get() {
831
+ return _shine_filled["default"];
832
+ }
833
+ });
828
834
  Object.defineProperty(exports, "Shower", {
829
835
  enumerable: true,
830
836
  get: function get() {
@@ -1306,6 +1312,8 @@ var _shield_check = _interopRequireDefault(require("./svg/shield_check"));
1306
1312
 
1307
1313
  var _shield_secure = _interopRequireDefault(require("./svg/shield_secure"));
1308
1314
 
1315
+ var _shine_filled = _interopRequireDefault(require("./svg/shine_filled"));
1316
+
1309
1317
  var _shower = _interopRequireDefault(require("./svg/shower"));
1310
1318
 
1311
1319
  var _showerTowels = _interopRequireDefault(require("./svg/shower-towels"));
@@ -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
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg"
12
+ }, props), /*#__PURE__*/React.createElement("path", {
13
+ d: "M9.81818 0L9.13091 1.5L7.63636 2.18182L9.13091 2.86909L9.81818 4.36364L10.5 2.86909L12 2.18182L10.5 1.5M4.36364 1.63636C3.8311 2.80794 3 4.63636 3 4.63636L0 6L3 7.36364L4.36364 10.3636L5.72727 7.36364L8.72727 6L5.72727 4.63636M9.81818 7.63636L9.13091 9.13091L7.63636 9.81818L9.13091 10.5L9.81818 12L10.5 10.5L12 9.81818L10.5 9.13091",
14
+ fill: "#231B22"
15
+ }));
16
+ };
17
+
18
+ export default SvgComponent;
package/esm/ui.js CHANGED
@@ -133,6 +133,7 @@ import ShareAndroid from "./svg/share_android";
133
133
  import ShareIos from "./svg/share_ios";
134
134
  import ShieldCheck from "./svg/shield_check";
135
135
  import ShieldSecure from "./svg/shield_secure";
136
+ import ShineFilled from "./svg/shine_filled";
136
137
  import Shower from "./svg/shower";
137
138
  import ShowerTowels from "./svg/shower-towels";
138
139
  import Signal from "./svg/signal";
@@ -170,4 +171,4 @@ import Wallet from "./svg/wallet";
170
171
  import Whatsapp from "./svg/whatsapp";
171
172
  import WiFi from "./svg/wi-fi";
172
173
  import Youtube from "./svg/youtube";
173
- export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDown, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, AutomaticInvite, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, Boxing, 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, Cycling, Dance, 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, Hit, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, Lockers, LogOut, Loop, MailRead, MailUnread, ManualInvite, MapPin, Map, MartialArts, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, Nutritionist, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, Pilates, 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 };
174
+ export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDown, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, AutomaticInvite, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, Boxing, 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, Cycling, Dance, 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, Hit, HomeFilled, Home, Image, Info, Instagram, JumpRope, LikeFilled, Like, Link, Linkedin, Location, LockOff, LockOnFilled, Lock, LockerRoom, Lockers, LogOut, Loop, MailRead, MailUnread, ManualInvite, MapPin, Map, MartialArts, MenuList, MenuMore, Money, Monitor, NetworkOff, NetworkOn, NotificationFilled, NotificationOff, Nutritionist, PaperPin, Paperclip, Password, Pause, PhoneFilled, Phone, PieChart, Pilates, PinFilled, Play, PlayFilled, PlusCircle, Pool, Printer, QRCodeReader, QRCode, Rectangle, Refresh, Restaurant, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, ShineFilled, 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.15.0",
3
+ "version": "1.16.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": "e6e57da9321f8f47a3e83eb6359d5ec2dd04ce0f",
32
+ "gitHead": "d36f81a8328b12473195f27b2a6bc70f1c98b9de",
33
33
  "module": "./esm",
34
34
  "types": "./typings/index.d.ts",
35
35
  "private": false,