@gympass/yoga-icons 1.9.0 → 1.10.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.
- package/cjs/svg/star.js +6 -6
- package/cjs/svg/star.native.js +6 -6
- package/cjs/svg/star_filled.js +6 -4
- package/cjs/svg/star_filled.native.js +6 -4
- package/cjs/ui.js +5 -5
- package/esm/svg/star.js +6 -6
- package/esm/svg/star_filled.js +6 -4
- package/esm/ui.js +2 -2
- package/package.json +2 -2
- /package/cjs/svg/{tolietries.js → toiletries.js} +0 -0
- /package/cjs/svg/{tolietries.native.js → toiletries.native.js} +0 -0
- /package/esm/svg/{tolietries.js → toiletries.js} +0 -0
package/cjs/svg/star.js
CHANGED
|
@@ -17,14 +17,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
17
17
|
|
|
18
18
|
var SvgComponent = function SvgComponent(props) {
|
|
19
19
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
-
width:
|
|
21
|
-
height:
|
|
22
|
-
viewBox: "0 0
|
|
23
|
-
fill: "none",
|
|
24
|
-
stroke: "#000",
|
|
20
|
+
width: 24,
|
|
21
|
+
height: 24,
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
25
23
|
xmlns: "http://www.w3.org/2000/svg"
|
|
26
24
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0746 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.2323 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1ZM12 4.25925L9.80674 8.70262C9.6612 8.99747 9.38001 9.20193 9.05466 9.24949L4.14844 9.9666L7.69776 13.4236C7.93364 13.6534 8.0413 13.9845 7.98564 14.309L7.14821 19.1917L11.5346 16.8849C11.826 16.7317 12.1741 16.7317 12.4655 16.8849L16.8518 19.1917L16.0144 14.309C15.9588 13.9845 16.0664 13.6534 16.3023 13.4236L19.8516 9.9666L14.9454 9.24949C14.62 9.20193 14.3389 8.99747 14.1933 8.70262L12 4.25925Z"
|
|
28
28
|
}));
|
|
29
29
|
};
|
|
30
30
|
|
package/cjs/svg/star.native.js
CHANGED
|
@@ -19,14 +19,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
19
19
|
|
|
20
20
|
var SvgComponent = function SvgComponent(props) {
|
|
21
21
|
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
-
width:
|
|
23
|
-
height:
|
|
24
|
-
viewBox: "0 0
|
|
25
|
-
fill: "none",
|
|
26
|
-
stroke: "#000",
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
27
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
28
26
|
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
29
|
-
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0746 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.2323 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1ZM12 4.25925L9.80674 8.70262C9.6612 8.99747 9.38001 9.20193 9.05466 9.24949L4.14844 9.9666L7.69776 13.4236C7.93364 13.6534 8.0413 13.9845 7.98564 14.309L7.14821 19.1917L11.5346 16.8849C11.826 16.7317 12.1741 16.7317 12.4655 16.8849L16.8518 19.1917L16.0144 14.309C15.9588 13.9845 16.0664 13.6534 16.3023 13.4236L19.8516 9.9666L14.9454 9.24949C14.62 9.20193 14.3389 8.99747 14.1933 8.70262L12 4.25925Z"
|
|
30
30
|
}));
|
|
31
31
|
};
|
|
32
32
|
|
package/cjs/svg/star_filled.js
CHANGED
|
@@ -17,12 +17,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
17
17
|
|
|
18
18
|
var SvgComponent = function SvgComponent(props) {
|
|
19
19
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
20
|
-
width:
|
|
21
|
-
height:
|
|
22
|
-
viewBox: "0 0
|
|
20
|
+
width: 24,
|
|
21
|
+
height: 24,
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
23
23
|
xmlns: "http://www.w3.org/2000/svg"
|
|
24
24
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
25
|
-
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0745 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.23229 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1Z"
|
|
26
28
|
}));
|
|
27
29
|
};
|
|
28
30
|
|
|
@@ -19,12 +19,14 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
19
19
|
|
|
20
20
|
var SvgComponent = function SvgComponent(props) {
|
|
21
21
|
return /*#__PURE__*/React.createElement(_reactNativeSvg["default"], _extends({
|
|
22
|
-
width:
|
|
23
|
-
height:
|
|
24
|
-
viewBox: "0 0
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
25
|
xmlns: "http://www.w3.org/2000/svg"
|
|
26
26
|
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
-
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0745 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.23229 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1Z"
|
|
28
30
|
}));
|
|
29
31
|
};
|
|
30
32
|
|
package/cjs/ui.js
CHANGED
|
@@ -849,16 +849,16 @@ Object.defineProperty(exports, "TimeFilled", {
|
|
|
849
849
|
return _time_filled["default"];
|
|
850
850
|
}
|
|
851
851
|
});
|
|
852
|
-
Object.defineProperty(exports, "
|
|
852
|
+
Object.defineProperty(exports, "Toiletries", {
|
|
853
853
|
enumerable: true,
|
|
854
854
|
get: function get() {
|
|
855
|
-
return
|
|
855
|
+
return _toiletries["default"];
|
|
856
856
|
}
|
|
857
857
|
});
|
|
858
|
-
Object.defineProperty(exports, "
|
|
858
|
+
Object.defineProperty(exports, "Token", {
|
|
859
859
|
enumerable: true,
|
|
860
860
|
get: function get() {
|
|
861
|
-
return
|
|
861
|
+
return _token["default"];
|
|
862
862
|
}
|
|
863
863
|
});
|
|
864
864
|
Object.defineProperty(exports, "TrainingTowels", {
|
|
@@ -1254,7 +1254,7 @@ var _time_filled = _interopRequireDefault(require("./svg/time_filled"));
|
|
|
1254
1254
|
|
|
1255
1255
|
var _token = _interopRequireDefault(require("./svg/token"));
|
|
1256
1256
|
|
|
1257
|
-
var
|
|
1257
|
+
var _toiletries = _interopRequireDefault(require("./svg/toiletries"));
|
|
1258
1258
|
|
|
1259
1259
|
var _trainingTowels = _interopRequireDefault(require("./svg/training-towels"));
|
|
1260
1260
|
|
package/esm/svg/star.js
CHANGED
|
@@ -4,14 +4,14 @@ import * as React from "react";
|
|
|
4
4
|
|
|
5
5
|
var SvgComponent = function SvgComponent(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
-
width:
|
|
8
|
-
height:
|
|
9
|
-
viewBox: "0 0
|
|
10
|
-
fill: "none",
|
|
11
|
-
stroke: "#000",
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
12
10
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
11
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0746 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.2323 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1ZM12 4.25925L9.80674 8.70262C9.6612 8.99747 9.38001 9.20193 9.05466 9.24949L4.14844 9.9666L7.69776 13.4236C7.93364 13.6534 8.0413 13.9845 7.98564 14.309L7.14821 19.1917L11.5346 16.8849C11.826 16.7317 12.1741 16.7317 12.4655 16.8849L16.8518 19.1917L16.0144 14.309C15.9588 13.9845 16.0664 13.6534 16.3023 13.4236L19.8516 9.9666L14.9454 9.24949C14.62 9.20193 14.3389 8.99747 14.1933 8.70262L12 4.25925Z"
|
|
15
15
|
}));
|
|
16
16
|
};
|
|
17
17
|
|
package/esm/svg/star_filled.js
CHANGED
|
@@ -4,12 +4,14 @@ import * as React from "react";
|
|
|
4
4
|
|
|
5
5
|
var SvgComponent = function SvgComponent(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
-
width:
|
|
8
|
-
height:
|
|
9
|
-
viewBox: "0 0
|
|
7
|
+
width: 24,
|
|
8
|
+
height: 24,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg"
|
|
11
11
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M12 1C12.3806 1 12.7283 1.21607 12.8967 1.55738L15.7543 7.34647L22.1447 8.28051C22.5212 8.33555 22.8339 8.59956 22.9513 8.96157C23.0687 9.32358 22.9704 9.72083 22.6978 9.98636L18.0745 14.4894L19.1656 20.851C19.23 21.2261 19.0757 21.6053 18.7678 21.8291C18.4598 22.0528 18.0515 22.0823 17.7146 21.9051L12 18.8998L6.28548 21.9051C5.94856 22.0823 5.54027 22.0528 5.23229 21.8291C4.92432 21.6053 4.77007 21.2261 4.83442 20.851L5.92551 14.4894L1.3023 9.98636C1.02968 9.72083 0.931405 9.32358 1.04878 8.96157C1.16616 8.59956 1.47884 8.33555 1.8554 8.28051L8.24577 7.34647L11.1033 1.55738C11.2718 1.21607 11.6194 1 12 1Z"
|
|
13
15
|
}));
|
|
14
16
|
};
|
|
15
17
|
|
package/esm/ui.js
CHANGED
|
@@ -140,7 +140,7 @@ import PriceTag from "./svg/price_tag";
|
|
|
140
140
|
import Time from "./svg/time";
|
|
141
141
|
import TimeFilled from "./svg/time_filled";
|
|
142
142
|
import Token from "./svg/token";
|
|
143
|
-
import
|
|
143
|
+
import Toiletries from "./svg/toiletries";
|
|
144
144
|
import TrainingTowels from "./svg/training-towels";
|
|
145
145
|
import Trash from "./svg/trash";
|
|
146
146
|
import TrendingUp from "./svg/trending_up";
|
|
@@ -159,4 +159,4 @@ import Wallet from "./svg/wallet";
|
|
|
159
159
|
import Whatsapp from "./svg/whatsapp";
|
|
160
160
|
import WiFi from "./svg/wi-fi";
|
|
161
161
|
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,
|
|
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.
|
|
3
|
+
"version": "1.10.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": "
|
|
32
|
+
"gitHead": "53be1dad6520aa5bd5029e70630a54b222a95c90",
|
|
33
33
|
"module": "./esm",
|
|
34
34
|
"private": false
|
|
35
35
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|