@gympass/yoga-icons 1.5.0 → 1.5.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.
- package/cjs/flags.js +95 -0
- package/cjs/index.js +41 -1218
- package/cjs/ui.js +1135 -0
- package/esm/flags.js +12 -0
- package/esm/index.js +6 -153
- package/esm/ui.js +142 -0
- package/package.json +2 -2
package/esm/flags.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import FlagArgentina from "./svg/flag_argentina";
|
|
2
|
+
import FlagBrazil from "./svg/flag_brazil";
|
|
3
|
+
import FlagChile from "./svg/flag_chile";
|
|
4
|
+
import FlagGermany from "./svg/flag_germany";
|
|
5
|
+
import FlagIreland from "./svg/flag_ireland";
|
|
6
|
+
import FlagItaly from "./svg/flag_italy";
|
|
7
|
+
import FlagMexico from "./svg/flag_mexico";
|
|
8
|
+
import FlagPortugal from "./svg/flag_portugal";
|
|
9
|
+
import FlagSpain from "./svg/flag_spain";
|
|
10
|
+
import FlagUK from "./svg/flag_uk";
|
|
11
|
+
import FlagUS from "./svg/flag_us";
|
|
12
|
+
export { FlagArgentina, FlagBrazil, FlagChile, FlagGermany, FlagIreland, FlagItaly, FlagMexico, FlagPortugal, FlagSpain, FlagUK, FlagUS };
|
package/esm/index.js
CHANGED
|
@@ -1,153 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
import ArrowDropDown from "./svg/arrow_drop_down";
|
|
8
|
-
import ArrowDropUp from "./svg/arrow_drop_up";
|
|
9
|
-
import ArrowLeft from "./svg/arrow_left";
|
|
10
|
-
import ArrowRight from "./svg/arrow_right";
|
|
11
|
-
import BankStatement from "./svg/bank_statement";
|
|
12
|
-
import BarChart from "./svg/bar_chart";
|
|
13
|
-
import BookingFilled from "./svg/booking_filled";
|
|
14
|
-
import Booking from "./svg/booking";
|
|
15
|
-
import BuildingFilled from "./svg/building_filled";
|
|
16
|
-
import Building from "./svg/building";
|
|
17
|
-
import BulletList from "./svg/bullet_list";
|
|
18
|
-
import Camera from "./svg/camera";
|
|
19
|
-
import Cart from "./svg/cart";
|
|
20
|
-
import Chat from "./svg/chat";
|
|
21
|
-
import CheckFilled from "./svg/check_filled";
|
|
22
|
-
import Check from "./svg/check";
|
|
23
|
-
import CheckedFull from "./svg/checked_full";
|
|
24
|
-
import CheckedHalf from "./svg/checked_half";
|
|
25
|
-
import CheckinFilled from "./svg/checkin_filled";
|
|
26
|
-
import Checkin from "./svg/checkin";
|
|
27
|
-
import ChevronDown from "./svg/chevron_down";
|
|
28
|
-
import ChevronLeft from "./svg/chevron_left";
|
|
29
|
-
import ChevronRight from "./svg/chevron_right";
|
|
30
|
-
import ChevronUp from "./svg/chevron_up";
|
|
31
|
-
import CloseFilled from "./svg/close_filled";
|
|
32
|
-
import Close from "./svg/close";
|
|
33
|
-
import Code from "./svg/code";
|
|
34
|
-
import CompassFilled from "./svg/compass_filled";
|
|
35
|
-
import Compass from "./svg/compass";
|
|
36
|
-
import Copy from "./svg/copy";
|
|
37
|
-
import CornerUpLeft from "./svg/corner_up_left";
|
|
38
|
-
import CornerUpRight from "./svg/corner_up_right";
|
|
39
|
-
import CreditCard from "./svg/credit_card";
|
|
40
|
-
import Disconnect from "./svg/disconnect";
|
|
41
|
-
import DislikeFilled from "./svg/dislike_filled";
|
|
42
|
-
import Dislike from "./svg/dislike";
|
|
43
|
-
import Doc from "./svg/doc";
|
|
44
|
-
import Download from "./svg/download";
|
|
45
|
-
import Draggable from "./svg/draggable";
|
|
46
|
-
import Dumbbell from "./svg/dumbbell";
|
|
47
|
-
import DumbbellFilled from "./svg/dumbbell_filled";
|
|
48
|
-
import Edit from "./svg/edit";
|
|
49
|
-
import Exit from "./svg/exit";
|
|
50
|
-
import ExternalLink from "./svg/external_link";
|
|
51
|
-
import Facebook from "./svg/facebook";
|
|
52
|
-
import FamilyMember from "./svg/family_member";
|
|
53
|
-
import FavoriteFilled from "./svg/favorite_filled";
|
|
54
|
-
import Favorite from "./svg/favorite";
|
|
55
|
-
import Filter from "./svg/filter";
|
|
56
|
-
import FlagArgentina from "./svg/flag_argentina";
|
|
57
|
-
import FlagBrazil from "./svg/flag_brazil";
|
|
58
|
-
import FlagChile from "./svg/flag_chile";
|
|
59
|
-
import FlagGermany from "./svg/flag_germany";
|
|
60
|
-
import FlagIreland from "./svg/flag_ireland";
|
|
61
|
-
import FlagItaly from "./svg/flag_italy";
|
|
62
|
-
import FlagMexico from "./svg/flag_mexico";
|
|
63
|
-
import FlagPortugal from "./svg/flag_portugal";
|
|
64
|
-
import FlagSpain from "./svg/flag_spain";
|
|
65
|
-
import FlagUK from "./svg/flag_uk";
|
|
66
|
-
import FlagUS from "./svg/flag_us";
|
|
67
|
-
import Google from "./svg/google";
|
|
68
|
-
import Headphone from "./svg/headphone";
|
|
69
|
-
import Heartbeat from "./svg/heartbeat";
|
|
70
|
-
import HelpCircle from "./svg/help_circle";
|
|
71
|
-
import Help from "./svg/help";
|
|
72
|
-
import History from "./svg/history";
|
|
73
|
-
import HomeFilled from "./svg/home_filled";
|
|
74
|
-
import Home from "./svg/home";
|
|
75
|
-
import Image from "./svg/image";
|
|
76
|
-
import Info from "./svg/info";
|
|
77
|
-
import Instagram from "./svg/instagram";
|
|
78
|
-
import JumpRope from "./svg/jump_rope";
|
|
79
|
-
import LikeFilled from "./svg/like_filled";
|
|
80
|
-
import Like from "./svg/like";
|
|
81
|
-
import Link from "./svg/link";
|
|
82
|
-
import Linkedin from "./svg/linkedin";
|
|
83
|
-
import Location from "./svg/location";
|
|
84
|
-
import LockOff from "./svg/lock_off";
|
|
85
|
-
import LockOnFilled from "./svg/lock_on_filled";
|
|
86
|
-
import Lock from "./svg/lock";
|
|
87
|
-
import LockerRoom from "./svg/locker_room";
|
|
88
|
-
import LogOut from "./svg/log_out";
|
|
89
|
-
import Loop from "./svg/loop";
|
|
90
|
-
import MailRead from "./svg/mail_read";
|
|
91
|
-
import MailUnread from "./svg/mail_unread";
|
|
92
|
-
import MapPin from "./svg/map_pin";
|
|
93
|
-
import Map from "./svg/map";
|
|
94
|
-
import MenuList from "./svg/menu_list";
|
|
95
|
-
import MenuMore from "./svg/menu_more";
|
|
96
|
-
import Money from "./svg/money";
|
|
97
|
-
import Monitor from "./svg/monitor";
|
|
98
|
-
import NetworkOff from "./svg/network_off";
|
|
99
|
-
import NetworkOn from "./svg/network_on";
|
|
100
|
-
import NotificationFilled from "./svg/notification_filled";
|
|
101
|
-
import NotificationOff from "./svg/notification_off";
|
|
102
|
-
import PaperPin from "./svg/paper_pin";
|
|
103
|
-
import Paperclip from "./svg/paperclip";
|
|
104
|
-
import Password from "./svg/password";
|
|
105
|
-
import Pause from "./svg/pause";
|
|
106
|
-
import PhoneFilled from "./svg/phone_filled";
|
|
107
|
-
import Phone from "./svg/phone";
|
|
108
|
-
import PieChart from "./svg/pie_chart";
|
|
109
|
-
import PinFilled from "./svg/pin_filled";
|
|
110
|
-
import Play from "./svg/play";
|
|
111
|
-
import PlayFilled from "./svg/play_filled";
|
|
112
|
-
import PlusCircle from "./svg/plus_circle";
|
|
113
|
-
import Printer from "./svg/printer";
|
|
114
|
-
import QRCodeReader from "./svg/qr_code_reader";
|
|
115
|
-
import QRCode from "./svg/qr_code";
|
|
116
|
-
import Rectangle from "./svg/rectangle";
|
|
117
|
-
import Refresh from "./svg/refresh";
|
|
118
|
-
import SearchFilled from "./svg/search_filled";
|
|
119
|
-
import Search from "./svg/search";
|
|
120
|
-
import Settings from "./svg/settings";
|
|
121
|
-
import ShareAndroid from "./svg/share_android";
|
|
122
|
-
import ShareIos from "./svg/share_ios";
|
|
123
|
-
import ShieldCheck from "./svg/shield_check";
|
|
124
|
-
import ShieldSecure from "./svg/shield_secure";
|
|
125
|
-
import Signal from "./svg/signal";
|
|
126
|
-
import SmartphoneFilled from "./svg/smartphone_filled";
|
|
127
|
-
import Smartphone from "./svg/smartphone";
|
|
128
|
-
import SortAscending from "./svg/sort_ascending";
|
|
129
|
-
import SortDescending from "./svg/sort_descending";
|
|
130
|
-
import StarFilled from "./svg/star_filled";
|
|
131
|
-
import Star from "./svg/star";
|
|
132
|
-
import SystemStatus from "./svg/system_status";
|
|
133
|
-
import PriceTag from "./svg/price_tag";
|
|
134
|
-
import Time from "./svg/time";
|
|
135
|
-
import TimeFilled from "./svg/time_filled";
|
|
136
|
-
import Token from "./svg/token";
|
|
137
|
-
import Trash from "./svg/trash";
|
|
138
|
-
import TrendingUp from "./svg/trending_up";
|
|
139
|
-
import TriangleAlert from "./svg/triangle_alert";
|
|
140
|
-
import Twitter from "./svg/twitter";
|
|
141
|
-
import Upload from "./svg/upload";
|
|
142
|
-
import Upload2 from "./svg/upload2";
|
|
143
|
-
import UserAdd from "./svg/user_add";
|
|
144
|
-
import UserFilled from "./svg/user_filled";
|
|
145
|
-
import UserFilledStar from "./svg/user_filled_star";
|
|
146
|
-
import User from "./svg/user";
|
|
147
|
-
import Video from "./svg/video";
|
|
148
|
-
import VisibilityOff from "./svg/visibility_off";
|
|
149
|
-
import Visibility from "./svg/visibility";
|
|
150
|
-
import Wallet from "./svg/wallet";
|
|
151
|
-
import Whatsapp from "./svg/whatsapp";
|
|
152
|
-
import Youtube from "./svg/youtube";
|
|
153
|
-
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, FavoriteFilled, Favorite, Filter, FlagArgentina, FlagBrazil, FlagChile, FlagGermany, FlagIreland, FlagItaly, FlagMexico, FlagPortugal, FlagSpain, FlagUK, FlagUS, 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, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Signal, SmartphoneFilled, Smartphone, SortAscending, SortDescending, StarFilled, Star, SystemStatus, PriceTag, Time, TimeFilled, Token, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, Youtube };
|
|
1
|
+
export * from './flags';
|
|
2
|
+
export * from './ui';
|
|
3
|
+
import * as _FlagsIcons from './flags';
|
|
4
|
+
export { _FlagsIcons as FlagsIcons };
|
|
5
|
+
import * as _UIIcons from './ui';
|
|
6
|
+
export { _UIIcons as UIIcons };
|
package/esm/ui.js
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import Accessibility from "./svg/accessibility";
|
|
2
|
+
import Accessible from "./svg/accessible";
|
|
3
|
+
import AddBooking from "./svg/add_booking";
|
|
4
|
+
import Add from "./svg/add";
|
|
5
|
+
import AlertCircle from "./svg/alert_circle";
|
|
6
|
+
import AlertTriangle from "./svg/alert_triangle";
|
|
7
|
+
import ArrowDropDown from "./svg/arrow_drop_down";
|
|
8
|
+
import ArrowDropUp from "./svg/arrow_drop_up";
|
|
9
|
+
import ArrowLeft from "./svg/arrow_left";
|
|
10
|
+
import ArrowRight from "./svg/arrow_right";
|
|
11
|
+
import BankStatement from "./svg/bank_statement";
|
|
12
|
+
import BarChart from "./svg/bar_chart";
|
|
13
|
+
import BookingFilled from "./svg/booking_filled";
|
|
14
|
+
import Booking from "./svg/booking";
|
|
15
|
+
import BuildingFilled from "./svg/building_filled";
|
|
16
|
+
import Building from "./svg/building";
|
|
17
|
+
import BulletList from "./svg/bullet_list";
|
|
18
|
+
import Camera from "./svg/camera";
|
|
19
|
+
import Cart from "./svg/cart";
|
|
20
|
+
import Chat from "./svg/chat";
|
|
21
|
+
import CheckFilled from "./svg/check_filled";
|
|
22
|
+
import Check from "./svg/check";
|
|
23
|
+
import CheckedFull from "./svg/checked_full";
|
|
24
|
+
import CheckedHalf from "./svg/checked_half";
|
|
25
|
+
import CheckinFilled from "./svg/checkin_filled";
|
|
26
|
+
import Checkin from "./svg/checkin";
|
|
27
|
+
import ChevronDown from "./svg/chevron_down";
|
|
28
|
+
import ChevronLeft from "./svg/chevron_left";
|
|
29
|
+
import ChevronRight from "./svg/chevron_right";
|
|
30
|
+
import ChevronUp from "./svg/chevron_up";
|
|
31
|
+
import CloseFilled from "./svg/close_filled";
|
|
32
|
+
import Close from "./svg/close";
|
|
33
|
+
import Code from "./svg/code";
|
|
34
|
+
import CompassFilled from "./svg/compass_filled";
|
|
35
|
+
import Compass from "./svg/compass";
|
|
36
|
+
import Copy from "./svg/copy";
|
|
37
|
+
import CornerUpLeft from "./svg/corner_up_left";
|
|
38
|
+
import CornerUpRight from "./svg/corner_up_right";
|
|
39
|
+
import CreditCard from "./svg/credit_card";
|
|
40
|
+
import Disconnect from "./svg/disconnect";
|
|
41
|
+
import DislikeFilled from "./svg/dislike_filled";
|
|
42
|
+
import Dislike from "./svg/dislike";
|
|
43
|
+
import Doc from "./svg/doc";
|
|
44
|
+
import Download from "./svg/download";
|
|
45
|
+
import Draggable from "./svg/draggable";
|
|
46
|
+
import Dumbbell from "./svg/dumbbell";
|
|
47
|
+
import DumbbellFilled from "./svg/dumbbell_filled";
|
|
48
|
+
import Edit from "./svg/edit";
|
|
49
|
+
import Exit from "./svg/exit";
|
|
50
|
+
import ExternalLink from "./svg/external_link";
|
|
51
|
+
import Facebook from "./svg/facebook";
|
|
52
|
+
import FamilyMember from "./svg/family_member";
|
|
53
|
+
import FavoriteFilled from "./svg/favorite_filled";
|
|
54
|
+
import Favorite from "./svg/favorite";
|
|
55
|
+
import Filter from "./svg/filter";
|
|
56
|
+
import Google from "./svg/google";
|
|
57
|
+
import Headphone from "./svg/headphone";
|
|
58
|
+
import Heartbeat from "./svg/heartbeat";
|
|
59
|
+
import HelpCircle from "./svg/help_circle";
|
|
60
|
+
import Help from "./svg/help";
|
|
61
|
+
import History from "./svg/history";
|
|
62
|
+
import HomeFilled from "./svg/home_filled";
|
|
63
|
+
import Home from "./svg/home";
|
|
64
|
+
import Image from "./svg/image";
|
|
65
|
+
import Info from "./svg/info";
|
|
66
|
+
import Instagram from "./svg/instagram";
|
|
67
|
+
import JumpRope from "./svg/jump_rope";
|
|
68
|
+
import LikeFilled from "./svg/like_filled";
|
|
69
|
+
import Like from "./svg/like";
|
|
70
|
+
import Link from "./svg/link";
|
|
71
|
+
import Linkedin from "./svg/linkedin";
|
|
72
|
+
import Location from "./svg/location";
|
|
73
|
+
import LockOff from "./svg/lock_off";
|
|
74
|
+
import LockOnFilled from "./svg/lock_on_filled";
|
|
75
|
+
import Lock from "./svg/lock";
|
|
76
|
+
import LockerRoom from "./svg/locker_room";
|
|
77
|
+
import LogOut from "./svg/log_out";
|
|
78
|
+
import Loop from "./svg/loop";
|
|
79
|
+
import MailRead from "./svg/mail_read";
|
|
80
|
+
import MailUnread from "./svg/mail_unread";
|
|
81
|
+
import MapPin from "./svg/map_pin";
|
|
82
|
+
import Map from "./svg/map";
|
|
83
|
+
import MenuList from "./svg/menu_list";
|
|
84
|
+
import MenuMore from "./svg/menu_more";
|
|
85
|
+
import Money from "./svg/money";
|
|
86
|
+
import Monitor from "./svg/monitor";
|
|
87
|
+
import NetworkOff from "./svg/network_off";
|
|
88
|
+
import NetworkOn from "./svg/network_on";
|
|
89
|
+
import NotificationFilled from "./svg/notification_filled";
|
|
90
|
+
import NotificationOff from "./svg/notification_off";
|
|
91
|
+
import PaperPin from "./svg/paper_pin";
|
|
92
|
+
import Paperclip from "./svg/paperclip";
|
|
93
|
+
import Password from "./svg/password";
|
|
94
|
+
import Pause from "./svg/pause";
|
|
95
|
+
import PhoneFilled from "./svg/phone_filled";
|
|
96
|
+
import Phone from "./svg/phone";
|
|
97
|
+
import PieChart from "./svg/pie_chart";
|
|
98
|
+
import PinFilled from "./svg/pin_filled";
|
|
99
|
+
import Play from "./svg/play";
|
|
100
|
+
import PlayFilled from "./svg/play_filled";
|
|
101
|
+
import PlusCircle from "./svg/plus_circle";
|
|
102
|
+
import Printer from "./svg/printer";
|
|
103
|
+
import QRCodeReader from "./svg/qr_code_reader";
|
|
104
|
+
import QRCode from "./svg/qr_code";
|
|
105
|
+
import Rectangle from "./svg/rectangle";
|
|
106
|
+
import Refresh from "./svg/refresh";
|
|
107
|
+
import SearchFilled from "./svg/search_filled";
|
|
108
|
+
import Search from "./svg/search";
|
|
109
|
+
import Settings from "./svg/settings";
|
|
110
|
+
import ShareAndroid from "./svg/share_android";
|
|
111
|
+
import ShareIos from "./svg/share_ios";
|
|
112
|
+
import ShieldCheck from "./svg/shield_check";
|
|
113
|
+
import ShieldSecure from "./svg/shield_secure";
|
|
114
|
+
import Signal from "./svg/signal";
|
|
115
|
+
import SmartphoneFilled from "./svg/smartphone_filled";
|
|
116
|
+
import Smartphone from "./svg/smartphone";
|
|
117
|
+
import SortAscending from "./svg/sort_ascending";
|
|
118
|
+
import SortDescending from "./svg/sort_descending";
|
|
119
|
+
import StarFilled from "./svg/star_filled";
|
|
120
|
+
import Star from "./svg/star";
|
|
121
|
+
import SystemStatus from "./svg/system_status";
|
|
122
|
+
import PriceTag from "./svg/price_tag";
|
|
123
|
+
import Time from "./svg/time";
|
|
124
|
+
import TimeFilled from "./svg/time_filled";
|
|
125
|
+
import Token from "./svg/token";
|
|
126
|
+
import Trash from "./svg/trash";
|
|
127
|
+
import TrendingUp from "./svg/trending_up";
|
|
128
|
+
import TriangleAlert from "./svg/triangle_alert";
|
|
129
|
+
import Twitter from "./svg/twitter";
|
|
130
|
+
import Upload from "./svg/upload";
|
|
131
|
+
import Upload2 from "./svg/upload2";
|
|
132
|
+
import UserAdd from "./svg/user_add";
|
|
133
|
+
import UserFilled from "./svg/user_filled";
|
|
134
|
+
import UserFilledStar from "./svg/user_filled_star";
|
|
135
|
+
import User from "./svg/user";
|
|
136
|
+
import Video from "./svg/video";
|
|
137
|
+
import VisibilityOff from "./svg/visibility_off";
|
|
138
|
+
import Visibility from "./svg/visibility";
|
|
139
|
+
import Wallet from "./svg/wallet";
|
|
140
|
+
import Whatsapp from "./svg/whatsapp";
|
|
141
|
+
import Youtube from "./svg/youtube";
|
|
142
|
+
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, 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, SearchFilled, Search, Settings, ShareAndroid, ShareIos, ShieldCheck, ShieldSecure, Signal, SmartphoneFilled, Smartphone, SortAscending, SortDescending, StarFilled, Star, SystemStatus, PriceTag, Time, TimeFilled, Token, Trash, TrendingUp, TriangleAlert, Twitter, Upload, Upload2, UserAdd, UserFilled, UserFilledStar, User, Video, VisibilityOff, Visibility, Wallet, Whatsapp, Youtube };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.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": "
|
|
32
|
+
"gitHead": "35743d9679b3ae9d3380c5cc4132f6357cbb3931",
|
|
33
33
|
"module": "./esm",
|
|
34
34
|
"private": false
|
|
35
35
|
}
|