@gympass/yoga-icons 1.20.2 → 1.21.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/accessible_parking_space.js +32 -0
- package/cjs/svg/accessible_parking_space.native.js +34 -0
- package/cjs/svg/accessible_restroom.js +32 -0
- package/cjs/svg/accessible_restroom.native.js +34 -0
- package/cjs/svg/accessible_shower.js +32 -0
- package/cjs/svg/accessible_shower.native.js +34 -0
- package/cjs/svg/attention.js +4 -2
- package/cjs/svg/attention.native.js +4 -2
- package/cjs/svg/autism_friendly.js +32 -0
- package/cjs/svg/autism_friendly.native.js +34 -0
- package/cjs/svg/braille_signs.js +32 -0
- package/cjs/svg/braille_signs.native.js +34 -0
- package/cjs/svg/delayed.js +6 -3
- package/cjs/svg/delayed.native.js +6 -3
- package/cjs/svg/elevator.js +32 -0
- package/cjs/svg/elevator.native.js +34 -0
- package/cjs/svg/gender_neutral.js +32 -0
- package/cjs/svg/gender_neutral.native.js +34 -0
- package/cjs/svg/information.js +4 -2
- package/cjs/svg/information.native.js +4 -2
- package/cjs/svg/service_dogs.js +32 -0
- package/cjs/svg/service_dogs.native.js +34 -0
- package/cjs/svg/sign_language.js +32 -0
- package/cjs/svg/sign_language.native.js +34 -0
- package/cjs/svg/stair_free_access.js +32 -0
- package/cjs/svg/stair_free_access.native.js +34 -0
- package/cjs/svg/success.js +4 -2
- package/cjs/svg/success.native.js +4 -2
- package/cjs/svg/tactile_paving.js +32 -0
- package/cjs/svg/tactile_paving.native.js +34 -0
- package/cjs/svg/wheelchair_friendly_doors.js +32 -0
- package/cjs/svg/wheelchair_friendly_doors.native.js +34 -0
- package/cjs/ui.js +96 -0
- package/esm/svg/accessible_parking_space.js +18 -0
- package/esm/svg/accessible_restroom.js +18 -0
- package/esm/svg/accessible_shower.js +18 -0
- package/esm/svg/attention.js +4 -2
- package/esm/svg/autism_friendly.js +18 -0
- package/esm/svg/braille_signs.js +18 -0
- package/esm/svg/delayed.js +6 -3
- package/esm/svg/elevator.js +18 -0
- package/esm/svg/gender_neutral.js +18 -0
- package/esm/svg/information.js +4 -2
- package/esm/svg/service_dogs.js +18 -0
- package/esm/svg/sign_language.js +18 -0
- package/esm/svg/stair_free_access.js +18 -0
- package/esm/svg/success.js +4 -2
- package/esm/svg/tactile_paving.js +18 -0
- package/esm/svg/wheelchair_friendly_doors.js +18 -0
- package/esm/ui.js +13 -1
- package/package.json +2 -2
package/esm/ui.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import Accessibility from "./svg/accessibility";
|
|
2
2
|
import Accessible from "./svg/accessible";
|
|
3
|
+
import AccessibleParking from "./svg/accessible_parking_space";
|
|
4
|
+
import AccessibleRestroom from "./svg/accessible_restroom";
|
|
5
|
+
import AccessibleShower from "./svg/accessible_shower";
|
|
3
6
|
import AddBooking from "./svg/add_booking";
|
|
4
7
|
import Add from "./svg/add";
|
|
5
8
|
import AirConditioning from "./svg/air-conditioning";
|
|
@@ -12,6 +15,7 @@ import ArrowLeft from "./svg/arrow_left";
|
|
|
12
15
|
import ArrowRight from "./svg/arrow_right";
|
|
13
16
|
import ArrowUp from "./svg/arrow_up";
|
|
14
17
|
import Attention from "./svg/attention";
|
|
18
|
+
import AutismFriendly from "./svg/autism_friendly";
|
|
15
19
|
import AutomaticInvite from "./svg/automatic_invite";
|
|
16
20
|
import Bank from "./svg/bank";
|
|
17
21
|
import BankStatement from "./svg/bank_statement";
|
|
@@ -20,6 +24,7 @@ import BeautySalon from "./svg/beauty-salon";
|
|
|
20
24
|
import BookingFilled from "./svg/booking_filled";
|
|
21
25
|
import Booking from "./svg/booking";
|
|
22
26
|
import Boxing from "./svg/boxing";
|
|
27
|
+
import BrailleSigns from "./svg/braille_signs";
|
|
23
28
|
import BuildingFilled from "./svg/building_filled";
|
|
24
29
|
import Building from "./svg/building";
|
|
25
30
|
import BulletList from "./svg/bullet_list";
|
|
@@ -59,6 +64,7 @@ import Draggable from "./svg/draggable";
|
|
|
59
64
|
import Dumbbell from "./svg/dumbbell";
|
|
60
65
|
import DumbbellFilled from "./svg/dumbbell_filled";
|
|
61
66
|
import Edit from "./svg/edit";
|
|
67
|
+
import Elevator from "./svg/elevator";
|
|
62
68
|
import Exit from "./svg/exit";
|
|
63
69
|
import ExternalLink from "./svg/external_link";
|
|
64
70
|
import Facebook from "./svg/facebook";
|
|
@@ -67,6 +73,7 @@ import FamilyMemberFilled from "./svg/family_member_filled";
|
|
|
67
73
|
import FavoriteFilled from "./svg/favorite_filled";
|
|
68
74
|
import Favorite from "./svg/favorite";
|
|
69
75
|
import Filter from "./svg/filter";
|
|
76
|
+
import GenderNeutral from "./svg/gender_neutral";
|
|
70
77
|
import Google from "./svg/google";
|
|
71
78
|
import Gympass from "./svg/gympass";
|
|
72
79
|
import Headphone from "./svg/headphone";
|
|
@@ -131,6 +138,7 @@ import Refresh from "./svg/refresh";
|
|
|
131
138
|
import Restaurant from "./svg/restaurant";
|
|
132
139
|
import SearchFilled from "./svg/search_filled";
|
|
133
140
|
import Search from "./svg/search";
|
|
141
|
+
import ServiceDogs from "./svg/service_dogs";
|
|
134
142
|
import Settings from "./svg/settings";
|
|
135
143
|
import ShareAndroid from "./svg/share_android";
|
|
136
144
|
import ShareIos from "./svg/share_ios";
|
|
@@ -139,6 +147,7 @@ import ShieldSecure from "./svg/shield_secure";
|
|
|
139
147
|
import ShineFilled from "./svg/shine_filled";
|
|
140
148
|
import Shower from "./svg/shower";
|
|
141
149
|
import ShowerTowels from "./svg/shower-towels";
|
|
150
|
+
import SignLanguage from "./svg/sign_language";
|
|
142
151
|
import Signal from "./svg/signal";
|
|
143
152
|
import SmartphoneFilled from "./svg/smartphone_filled";
|
|
144
153
|
import Smartphone from "./svg/smartphone";
|
|
@@ -147,10 +156,12 @@ import SortAscending from "./svg/sort_ascending";
|
|
|
147
156
|
import SortDescending from "./svg/sort_descending";
|
|
148
157
|
import Spa from "./svg/spa";
|
|
149
158
|
import SportsEquipment from "./svg/sports-equipment-store";
|
|
159
|
+
import StairFreeAccess from "./svg/stair_free_access";
|
|
150
160
|
import StarFilled from "./svg/star_filled";
|
|
151
161
|
import Star from "./svg/star";
|
|
152
162
|
import Success from "./svg/success";
|
|
153
163
|
import SystemStatus from "./svg/system_status";
|
|
164
|
+
import TactilePaving from "./svg/tactile_paving";
|
|
154
165
|
import ParkingLot from "./svg/parking-lot";
|
|
155
166
|
import PriceTag from "./svg/price_tag";
|
|
156
167
|
import Time from "./svg/time";
|
|
@@ -174,8 +185,9 @@ import VisibilityOff from "./svg/visibility_off";
|
|
|
174
185
|
import Visibility from "./svg/visibility";
|
|
175
186
|
import Wallet from "./svg/wallet";
|
|
176
187
|
import Whatsapp from "./svg/whatsapp";
|
|
188
|
+
import WheelchairFriendlyDoors from "./svg/wheelchair_friendly_doors";
|
|
177
189
|
import WiFi from "./svg/wi-fi";
|
|
178
190
|
import YogaMat from "./svg/yoga-mat";
|
|
179
191
|
import Youtube from "./svg/youtube";
|
|
180
192
|
import Zen from "./svg/zen";
|
|
181
|
-
export { Accessibility, Accessible, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDown, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Attention, 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, Delayed, 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, Information, 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, Success, SystemStatus, ParkingLot, PriceTag, Tennis, Time, TimeFilled, Token, Toiletries, TrainingTowels, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, WiFi, YogaMat, Youtube, Zen };
|
|
193
|
+
export { Accessibility, Accessible, AccessibleParking, AccessibleRestroom, AccessibleShower, AddBooking, Add, AirConditioning, AlertCircle, AlertTriangle, ArrowDown, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Attention, AutismFriendly, AutomaticInvite, Bank, BankStatement, BarChart, BeautySalon, BookingFilled, Booking, Boxing, BrailleSigns, 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, Delayed, Disconnect, DislikeFilled, Dislike, Doc, Download, Draggable, Dumbbell, DumbbellFilled, Edit, Elevator, Exit, ExternalLink, Facebook, FamilyMember, FamilyMemberFilled, FavoriteFilled, Favorite, Filter, GenderNeutral, Google, Gympass, Headphone, Heartbeat, Heater, HelpCircle, Help, History, Hit, HomeFilled, Home, Image, Info, Information, 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, ServiceDogs, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, ShineFilled, Shower, ShowerTowels, SignLanguage, Signal, SmartphoneFilled, Smartphone, SnackBar, SortAscending, SortDescending, Spa, SportsEquipment, StairFreeAccess, StarFilled, Star, Success, SystemStatus, TactilePaving, ParkingLot, PriceTag, Tennis, Time, TimeFilled, Token, Toiletries, TrainingTowels, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, WheelchairFriendlyDoors, WiFi, YogaMat, Youtube, Zen };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.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": "7db4c90ac0fb8eaa3cbe92d84319803b9943774b",
|
|
33
33
|
"module": "./esm",
|
|
34
34
|
"types": "./typings/index.d.ts",
|
|
35
35
|
"private": false
|