@ctlyst.id/icons 2.8.3 → 2.8.5

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 CHANGED
@@ -12,10 +12,14 @@ declare const ArrowRight: FC<BaseIconProps>;
12
12
 
13
13
  declare const Bag$1: FC<BaseIconProps>;
14
14
 
15
+ declare const BankTransfer: FC<BaseIconProps>;
16
+
15
17
  declare const Calendar: FC<BaseIconProps>;
16
18
 
17
19
  declare const CalendarEvent: FC<BaseIconProps>;
18
20
 
21
+ declare const Card: FC<BaseIconProps>;
22
+
19
23
  declare const Category: FC<BaseIconProps>;
20
24
 
21
25
  declare const ChatCs: FC<BaseIconProps>;
@@ -48,6 +52,8 @@ declare const ContactBook: FC<BaseIconProps>;
48
52
 
49
53
  declare const Copy: FC<BaseIconProps>;
50
54
 
55
+ declare const Cvv: FC<BaseIconProps>;
56
+
51
57
  declare const Delivered: FC<BaseIconProps>;
52
58
 
53
59
  declare const Edit: FC<BaseIconProps>;
@@ -82,6 +88,8 @@ declare const MinusLarge: FC<BaseIconProps>;
82
88
 
83
89
  declare const NoGps: FC<BaseIconProps>;
84
90
 
91
+ declare const Note: FC<BaseIconProps>;
92
+
85
93
  declare const OrderHistory: FC<BaseIconProps>;
86
94
 
87
95
  declare const Otp: FC<BaseIconProps>;
@@ -114,6 +122,10 @@ declare const Trash: FC<BaseIconProps>;
114
122
 
115
123
  declare const Truck: FC<BaseIconProps>;
116
124
 
125
+ declare const TruckDiscount: FC<BaseIconProps>;
126
+
127
+ declare const VirtualWallet: FC<BaseIconProps>;
128
+
117
129
  declare const VoucherApplied: FC<BaseIconProps>;
118
130
 
119
131
  declare const VoucherOutline: FC<BaseIconProps>;
@@ -142,6 +154,8 @@ declare const HeartSolid: FC<BaseIconProps>;
142
154
 
143
155
  declare const HomeSolid: FC<BaseIconProps>;
144
156
 
157
+ declare const InfoSolid$1: FC<BaseIconProps>;
158
+
145
159
  declare const InfoSolid: FC<BaseIconProps>;
146
160
 
147
161
  declare const MapMarkerSolid: FC<BaseIconProps>;
@@ -158,8 +172,10 @@ declare const TrashSolid: FC<BaseIconProps>;
158
172
 
159
173
  declare const TrendUp: FC<BaseIconProps>;
160
174
 
175
+ declare const VoilaPointBase: FC<BaseIconProps>;
176
+
161
177
  declare const Voucher: FC<BaseIconProps>;
162
178
 
163
179
  declare const Wallet: FC<BaseIconProps>;
164
180
 
165
- export { AddBagSolid, ArrowDownCircleSolid, 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, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, 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, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, VoucherApplied, VoucherOutline, Wallet };
181
+ export { AddBagSolid, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, 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, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid$1 as InfoSolid, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, Note, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
package/dist/v2.d.ts CHANGED
@@ -12,10 +12,14 @@ declare const ArrowRight: FC<BaseIconProps>;
12
12
 
13
13
  declare const Bag$1: FC<BaseIconProps>;
14
14
 
15
+ declare const BankTransfer: FC<BaseIconProps>;
16
+
15
17
  declare const Calendar: FC<BaseIconProps>;
16
18
 
17
19
  declare const CalendarEvent: FC<BaseIconProps>;
18
20
 
21
+ declare const Card: FC<BaseIconProps>;
22
+
19
23
  declare const Category: FC<BaseIconProps>;
20
24
 
21
25
  declare const ChatCs: FC<BaseIconProps>;
@@ -48,6 +52,8 @@ declare const ContactBook: FC<BaseIconProps>;
48
52
 
49
53
  declare const Copy: FC<BaseIconProps>;
50
54
 
55
+ declare const Cvv: FC<BaseIconProps>;
56
+
51
57
  declare const Delivered: FC<BaseIconProps>;
52
58
 
53
59
  declare const Edit: FC<BaseIconProps>;
@@ -82,6 +88,8 @@ declare const MinusLarge: FC<BaseIconProps>;
82
88
 
83
89
  declare const NoGps: FC<BaseIconProps>;
84
90
 
91
+ declare const Note: FC<BaseIconProps>;
92
+
85
93
  declare const OrderHistory: FC<BaseIconProps>;
86
94
 
87
95
  declare const Otp: FC<BaseIconProps>;
@@ -114,6 +122,10 @@ declare const Trash: FC<BaseIconProps>;
114
122
 
115
123
  declare const Truck: FC<BaseIconProps>;
116
124
 
125
+ declare const TruckDiscount: FC<BaseIconProps>;
126
+
127
+ declare const VirtualWallet: FC<BaseIconProps>;
128
+
117
129
  declare const VoucherApplied: FC<BaseIconProps>;
118
130
 
119
131
  declare const VoucherOutline: FC<BaseIconProps>;
@@ -142,6 +154,8 @@ declare const HeartSolid: FC<BaseIconProps>;
142
154
 
143
155
  declare const HomeSolid: FC<BaseIconProps>;
144
156
 
157
+ declare const InfoSolid$1: FC<BaseIconProps>;
158
+
145
159
  declare const InfoSolid: FC<BaseIconProps>;
146
160
 
147
161
  declare const MapMarkerSolid: FC<BaseIconProps>;
@@ -158,8 +172,10 @@ declare const TrashSolid: FC<BaseIconProps>;
158
172
 
159
173
  declare const TrendUp: FC<BaseIconProps>;
160
174
 
175
+ declare const VoilaPointBase: FC<BaseIconProps>;
176
+
161
177
  declare const Voucher: FC<BaseIconProps>;
162
178
 
163
179
  declare const Wallet: FC<BaseIconProps>;
164
180
 
165
- export { AddBagSolid, ArrowDownCircleSolid, 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, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, 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, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, Voucher, VoucherApplied, VoucherOutline, Wallet };
181
+ export { AddBagSolid, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, 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, Copy, Delivered, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Home, HomeSolid, Info, InfoSolid$1 as InfoSolid, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, NoGps, Note, OrderHistory, Otp, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };