@ctlyst.id/icons 2.8.11 → 2.8.13

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
@@ -10,6 +10,8 @@ declare const ArrowRight$1: FC<BaseIconProps>;
10
10
 
11
11
  declare const ArrowRight: FC<BaseIconProps>;
12
12
 
13
+ declare const ArrowRightRounded: FC<BaseIconProps>;
14
+
13
15
  declare const Bag$1: FC<BaseIconProps>;
14
16
 
15
17
  declare const BankTransfer: FC<BaseIconProps>;
@@ -90,6 +92,8 @@ declare const Minus: FC<BaseIconProps>;
90
92
 
91
93
  declare const MinusLarge: FC<BaseIconProps>;
92
94
 
95
+ declare const MinusRounded: FC<BaseIconProps>;
96
+
93
97
  declare const NoGps: FC<BaseIconProps>;
94
98
 
95
99
  declare const Note: FC<BaseIconProps>;
@@ -118,6 +122,8 @@ declare const Setting: FC<BaseIconProps>;
118
122
 
119
123
  declare const Bag: FC<BaseIconProps>;
120
124
 
125
+ declare const SizeChartRounded: FC<BaseIconProps>;
126
+
121
127
  declare const Sort: FC<BaseIconProps>;
122
128
 
123
129
  declare const StoreComplete: FC<BaseIconProps>;
@@ -172,10 +178,16 @@ declare const MapMarkerSolid: FC<BaseIconProps>;
172
178
 
173
179
  declare const ProfileSolid: FC<BaseIconProps>;
174
180
 
181
+ declare const PurchaseHistory: FC<BaseIconProps>;
182
+
183
+ declare const RedeemPointSolid: FC<BaseIconProps>;
184
+
175
185
  declare const SearchSolid: FC<BaseIconProps>;
176
186
 
177
187
  declare const SettingSolid: FC<BaseIconProps>;
178
188
 
189
+ declare const StarSolidRounded: FC<BaseIconProps>;
190
+
179
191
  declare const SuccessSolid: FC<BaseIconProps>;
180
192
 
181
193
  declare const TrashSolid: FC<BaseIconProps>;
@@ -188,4 +200,4 @@ declare const Voucher: FC<BaseIconProps>;
188
200
 
189
201
  declare const Wallet: FC<BaseIconProps>;
190
202
 
191
- 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, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, 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, Paylater, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
203
+ export { AddBagSolid, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, ArrowRightRounded, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, 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, MinusRounded, NoGps, Note, OrderHistory, Otp, Paylater, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
package/dist/v2.d.ts CHANGED
@@ -10,6 +10,8 @@ declare const ArrowRight$1: FC<BaseIconProps>;
10
10
 
11
11
  declare const ArrowRight: FC<BaseIconProps>;
12
12
 
13
+ declare const ArrowRightRounded: FC<BaseIconProps>;
14
+
13
15
  declare const Bag$1: FC<BaseIconProps>;
14
16
 
15
17
  declare const BankTransfer: FC<BaseIconProps>;
@@ -90,6 +92,8 @@ declare const Minus: FC<BaseIconProps>;
90
92
 
91
93
  declare const MinusLarge: FC<BaseIconProps>;
92
94
 
95
+ declare const MinusRounded: FC<BaseIconProps>;
96
+
93
97
  declare const NoGps: FC<BaseIconProps>;
94
98
 
95
99
  declare const Note: FC<BaseIconProps>;
@@ -118,6 +122,8 @@ declare const Setting: FC<BaseIconProps>;
118
122
 
119
123
  declare const Bag: FC<BaseIconProps>;
120
124
 
125
+ declare const SizeChartRounded: FC<BaseIconProps>;
126
+
121
127
  declare const Sort: FC<BaseIconProps>;
122
128
 
123
129
  declare const StoreComplete: FC<BaseIconProps>;
@@ -172,10 +178,16 @@ declare const MapMarkerSolid: FC<BaseIconProps>;
172
178
 
173
179
  declare const ProfileSolid: FC<BaseIconProps>;
174
180
 
181
+ declare const PurchaseHistory: FC<BaseIconProps>;
182
+
183
+ declare const RedeemPointSolid: FC<BaseIconProps>;
184
+
175
185
  declare const SearchSolid: FC<BaseIconProps>;
176
186
 
177
187
  declare const SettingSolid: FC<BaseIconProps>;
178
188
 
189
+ declare const StarSolidRounded: FC<BaseIconProps>;
190
+
179
191
  declare const SuccessSolid: FC<BaseIconProps>;
180
192
 
181
193
  declare const TrashSolid: FC<BaseIconProps>;
@@ -188,4 +200,4 @@ declare const Voucher: FC<BaseIconProps>;
188
200
 
189
201
  declare const Wallet: FC<BaseIconProps>;
190
202
 
191
- 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, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, 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, Paylater, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
203
+ export { AddBagSolid, ArrowDownCircleSolid, ArrowLeft$1 as ArrowLeft, ArrowLeft as ArrowLeftLarge, ArrowRight$1 as ArrowRight, ArrowRight as ArrowRightLarge, ArrowRightRounded, Bag$1 as Bag, BagSolid, BankTransfer, Cvv as CVV, Calendar, CalendarEvent, Card, Category, CategorySolid, ChatCs, ChatCsSolid, Check$1 as Check, Check as CheckLarge, CheckShield$1 as CheckShield, CheckShield as CheckShieldSolid, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, 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, MinusRounded, NoGps, Note, OrderHistory, Otp, Paylater, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };