@ctlyst.id/icons 2.4.0 → 2.6.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/dist/v2.d.mts +61 -1
- package/dist/v2.d.ts +61 -1
- package/dist/v2.js +1081 -198
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +1007 -154
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -16,6 +16,10 @@ declare const Calendar: FC<BaseIconProps>;
|
|
|
16
16
|
|
|
17
17
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
18
18
|
|
|
19
|
+
declare const Category: FC<BaseIconProps>;
|
|
20
|
+
|
|
21
|
+
declare const ChatCs: FC<BaseIconProps>;
|
|
22
|
+
|
|
19
23
|
declare const Check$1: FC<BaseIconProps>;
|
|
20
24
|
|
|
21
25
|
declare const Check: FC<BaseIconProps>;
|
|
@@ -42,14 +46,30 @@ declare const CloseLarge: FC<BaseIconProps>;
|
|
|
42
46
|
|
|
43
47
|
declare const ContactBook: FC<BaseIconProps>;
|
|
44
48
|
|
|
49
|
+
declare const Delivered: FC<BaseIconProps>;
|
|
50
|
+
|
|
51
|
+
declare const Edit: FC<BaseIconProps>;
|
|
52
|
+
|
|
53
|
+
declare const Enveloped: FC<BaseIconProps>;
|
|
54
|
+
|
|
45
55
|
declare const EyeClose: FC<BaseIconProps>;
|
|
46
56
|
|
|
47
57
|
declare const EyeOpen: FC<BaseIconProps>;
|
|
48
58
|
|
|
49
59
|
declare const Filter: FC<BaseIconProps>;
|
|
50
60
|
|
|
61
|
+
declare const Gps: FC<BaseIconProps>;
|
|
62
|
+
|
|
63
|
+
declare const Handphone: FC<BaseIconProps>;
|
|
64
|
+
|
|
51
65
|
declare const Heart: FC<BaseIconProps>;
|
|
52
66
|
|
|
67
|
+
declare const Home: FC<BaseIconProps>;
|
|
68
|
+
|
|
69
|
+
declare const Info: FC<BaseIconProps>;
|
|
70
|
+
|
|
71
|
+
declare const KebabMenu: FC<BaseIconProps>;
|
|
72
|
+
|
|
53
73
|
declare const Logout: FC<BaseIconProps>;
|
|
54
74
|
|
|
55
75
|
declare const MapMarker: FC<BaseIconProps>;
|
|
@@ -58,34 +78,74 @@ declare const Minus: FC<BaseIconProps>;
|
|
|
58
78
|
|
|
59
79
|
declare const MinusLarge: FC<BaseIconProps>;
|
|
60
80
|
|
|
81
|
+
declare const NoGps: FC<BaseIconProps>;
|
|
82
|
+
|
|
61
83
|
declare const OrderHistory: FC<BaseIconProps>;
|
|
62
84
|
|
|
85
|
+
declare const Otp: FC<BaseIconProps>;
|
|
86
|
+
|
|
63
87
|
declare const Plus: FC<BaseIconProps>;
|
|
64
88
|
|
|
65
89
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
66
90
|
|
|
91
|
+
declare const PrivacyPolicy: FC<BaseIconProps>;
|
|
92
|
+
|
|
67
93
|
declare const Profile: FC<BaseIconProps>;
|
|
68
94
|
|
|
69
95
|
declare const QRCode: FC<BaseIconProps>;
|
|
70
96
|
|
|
97
|
+
declare const QRCodeBase: FC<BaseIconProps>;
|
|
98
|
+
|
|
71
99
|
declare const Search: FC<BaseIconProps>;
|
|
72
100
|
|
|
101
|
+
declare const Setting: FC<BaseIconProps>;
|
|
102
|
+
|
|
73
103
|
declare const Bag: FC<BaseIconProps>;
|
|
74
104
|
|
|
75
105
|
declare const Sort: FC<BaseIconProps>;
|
|
76
106
|
|
|
77
107
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
78
108
|
|
|
109
|
+
declare const TermConditions: FC<BaseIconProps>;
|
|
110
|
+
|
|
111
|
+
declare const Trash: FC<BaseIconProps>;
|
|
112
|
+
|
|
79
113
|
declare const Truck: FC<BaseIconProps>;
|
|
80
114
|
|
|
115
|
+
declare const BagSolid: FC<BaseIconProps>;
|
|
116
|
+
|
|
117
|
+
declare const CategorySolid: FC<BaseIconProps>;
|
|
118
|
+
|
|
119
|
+
declare const ChatCsSolid: FC<BaseIconProps>;
|
|
120
|
+
|
|
81
121
|
declare const Direction: FC<BaseIconProps>;
|
|
82
122
|
|
|
123
|
+
declare const EnvelopedSolid: FC<BaseIconProps>;
|
|
124
|
+
|
|
83
125
|
declare const Hand: FC<BaseIconProps>;
|
|
84
126
|
|
|
127
|
+
declare const HandphoneSolid: FC<BaseIconProps>;
|
|
128
|
+
|
|
129
|
+
declare const HeartSolid: FC<BaseIconProps>;
|
|
130
|
+
|
|
131
|
+
declare const HomeSolid: FC<BaseIconProps>;
|
|
132
|
+
|
|
133
|
+
declare const InfoSolid: FC<BaseIconProps>;
|
|
134
|
+
|
|
135
|
+
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
136
|
+
|
|
137
|
+
declare const ProfileSolid: FC<BaseIconProps>;
|
|
138
|
+
|
|
139
|
+
declare const SearchSolid: FC<BaseIconProps>;
|
|
140
|
+
|
|
141
|
+
declare const SettingSolid: FC<BaseIconProps>;
|
|
142
|
+
|
|
143
|
+
declare const TrashSolid: FC<BaseIconProps>;
|
|
144
|
+
|
|
85
145
|
declare const TrendUp: FC<BaseIconProps>;
|
|
86
146
|
|
|
87
147
|
declare const Voucher: FC<BaseIconProps>;
|
|
88
148
|
|
|
89
149
|
declare const Wallet: FC<BaseIconProps>;
|
|
90
150
|
|
|
91
|
-
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, QRCode, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
|
|
151
|
+
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -16,6 +16,10 @@ declare const Calendar: FC<BaseIconProps>;
|
|
|
16
16
|
|
|
17
17
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
18
18
|
|
|
19
|
+
declare const Category: FC<BaseIconProps>;
|
|
20
|
+
|
|
21
|
+
declare const ChatCs: FC<BaseIconProps>;
|
|
22
|
+
|
|
19
23
|
declare const Check$1: FC<BaseIconProps>;
|
|
20
24
|
|
|
21
25
|
declare const Check: FC<BaseIconProps>;
|
|
@@ -42,14 +46,30 @@ declare const CloseLarge: FC<BaseIconProps>;
|
|
|
42
46
|
|
|
43
47
|
declare const ContactBook: FC<BaseIconProps>;
|
|
44
48
|
|
|
49
|
+
declare const Delivered: FC<BaseIconProps>;
|
|
50
|
+
|
|
51
|
+
declare const Edit: FC<BaseIconProps>;
|
|
52
|
+
|
|
53
|
+
declare const Enveloped: FC<BaseIconProps>;
|
|
54
|
+
|
|
45
55
|
declare const EyeClose: FC<BaseIconProps>;
|
|
46
56
|
|
|
47
57
|
declare const EyeOpen: FC<BaseIconProps>;
|
|
48
58
|
|
|
49
59
|
declare const Filter: FC<BaseIconProps>;
|
|
50
60
|
|
|
61
|
+
declare const Gps: FC<BaseIconProps>;
|
|
62
|
+
|
|
63
|
+
declare const Handphone: FC<BaseIconProps>;
|
|
64
|
+
|
|
51
65
|
declare const Heart: FC<BaseIconProps>;
|
|
52
66
|
|
|
67
|
+
declare const Home: FC<BaseIconProps>;
|
|
68
|
+
|
|
69
|
+
declare const Info: FC<BaseIconProps>;
|
|
70
|
+
|
|
71
|
+
declare const KebabMenu: FC<BaseIconProps>;
|
|
72
|
+
|
|
53
73
|
declare const Logout: FC<BaseIconProps>;
|
|
54
74
|
|
|
55
75
|
declare const MapMarker: FC<BaseIconProps>;
|
|
@@ -58,34 +78,74 @@ declare const Minus: FC<BaseIconProps>;
|
|
|
58
78
|
|
|
59
79
|
declare const MinusLarge: FC<BaseIconProps>;
|
|
60
80
|
|
|
81
|
+
declare const NoGps: FC<BaseIconProps>;
|
|
82
|
+
|
|
61
83
|
declare const OrderHistory: FC<BaseIconProps>;
|
|
62
84
|
|
|
85
|
+
declare const Otp: FC<BaseIconProps>;
|
|
86
|
+
|
|
63
87
|
declare const Plus: FC<BaseIconProps>;
|
|
64
88
|
|
|
65
89
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
66
90
|
|
|
91
|
+
declare const PrivacyPolicy: FC<BaseIconProps>;
|
|
92
|
+
|
|
67
93
|
declare const Profile: FC<BaseIconProps>;
|
|
68
94
|
|
|
69
95
|
declare const QRCode: FC<BaseIconProps>;
|
|
70
96
|
|
|
97
|
+
declare const QRCodeBase: FC<BaseIconProps>;
|
|
98
|
+
|
|
71
99
|
declare const Search: FC<BaseIconProps>;
|
|
72
100
|
|
|
101
|
+
declare const Setting: FC<BaseIconProps>;
|
|
102
|
+
|
|
73
103
|
declare const Bag: FC<BaseIconProps>;
|
|
74
104
|
|
|
75
105
|
declare const Sort: FC<BaseIconProps>;
|
|
76
106
|
|
|
77
107
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
78
108
|
|
|
109
|
+
declare const TermConditions: FC<BaseIconProps>;
|
|
110
|
+
|
|
111
|
+
declare const Trash: FC<BaseIconProps>;
|
|
112
|
+
|
|
79
113
|
declare const Truck: FC<BaseIconProps>;
|
|
80
114
|
|
|
115
|
+
declare const BagSolid: FC<BaseIconProps>;
|
|
116
|
+
|
|
117
|
+
declare const CategorySolid: FC<BaseIconProps>;
|
|
118
|
+
|
|
119
|
+
declare const ChatCsSolid: FC<BaseIconProps>;
|
|
120
|
+
|
|
81
121
|
declare const Direction: FC<BaseIconProps>;
|
|
82
122
|
|
|
123
|
+
declare const EnvelopedSolid: FC<BaseIconProps>;
|
|
124
|
+
|
|
83
125
|
declare const Hand: FC<BaseIconProps>;
|
|
84
126
|
|
|
127
|
+
declare const HandphoneSolid: FC<BaseIconProps>;
|
|
128
|
+
|
|
129
|
+
declare const HeartSolid: FC<BaseIconProps>;
|
|
130
|
+
|
|
131
|
+
declare const HomeSolid: FC<BaseIconProps>;
|
|
132
|
+
|
|
133
|
+
declare const InfoSolid: FC<BaseIconProps>;
|
|
134
|
+
|
|
135
|
+
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
136
|
+
|
|
137
|
+
declare const ProfileSolid: FC<BaseIconProps>;
|
|
138
|
+
|
|
139
|
+
declare const SearchSolid: FC<BaseIconProps>;
|
|
140
|
+
|
|
141
|
+
declare const SettingSolid: FC<BaseIconProps>;
|
|
142
|
+
|
|
143
|
+
declare const TrashSolid: FC<BaseIconProps>;
|
|
144
|
+
|
|
85
145
|
declare const TrendUp: FC<BaseIconProps>;
|
|
86
146
|
|
|
87
147
|
declare const Voucher: FC<BaseIconProps>;
|
|
88
148
|
|
|
89
149
|
declare const Wallet: FC<BaseIconProps>;
|
|
90
150
|
|
|
91
|
-
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, Calendar, CalendarEvent, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, Heart, Logout, MapMarker, Minus, MinusLarge, OrderHistory, Plus, PlusLarge, Profile, QRCode, Search, Bag as Share, Sort, StoreComplete, TrendUp, Truck, Voucher, Wallet };
|
|
151
|
+
export { ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, Calendar, CalendarEvent, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Close, CloseLarge, ContactBook, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid, KebabMenu, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, Wallet };
|