@ctlyst.id/icons 3.0.0-beta.7 → 3.0.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/chunk-I6TGOPV6.mjs +28 -0
- package/dist/chunk-I6TGOPV6.mjs.map +1 -0
- package/dist/index.d.mts +477 -6
- package/dist/index.d.ts +477 -6
- package/dist/index.js +7328 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7006 -2
- package/dist/index.mjs.map +1 -1
- package/dist/v2.d.mts +47 -1
- package/dist/v2.d.ts +47 -1
- package/dist/v2.js +3523 -2
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +3360 -2
- package/dist/v2.mjs.map +1 -1
- package/package.json +12 -44
- package/dist/chunk-GRXA7IYT.mjs +0 -3
- package/dist/chunk-GRXA7IYT.mjs.map +0 -1
- package/dist/chunk-GXYYN7B4.js +0 -3
- package/dist/chunk-GXYYN7B4.js.map +0 -1
- package/dist/chunk-KMMV7B4Q.js +0 -3
- package/dist/chunk-KMMV7B4Q.js.map +0 -1
- package/dist/chunk-NVOSOIDC.mjs +0 -3
- package/dist/chunk-NVOSOIDC.mjs.map +0 -1
- package/dist/chunk-QGZYLGD2.mjs +0 -3
- package/dist/chunk-QGZYLGD2.mjs.map +0 -1
- package/dist/chunk-XFMUWTC2.js +0 -3
- package/dist/chunk-XFMUWTC2.js.map +0 -1
- package/dist/chunk-Z43EEDP6.mjs +0 -2
- package/dist/chunk-Z43EEDP6.mjs.map +0 -1
- package/dist/chunk-ZKLTM63K.js +0 -2
- package/dist/chunk-ZKLTM63K.js.map +0 -1
- package/dist/outline.d.mts +0 -307
- package/dist/outline.d.ts +0 -307
- package/dist/outline.js +0 -2
- package/dist/outline.js.map +0 -1
- package/dist/outline.mjs +0 -2
- package/dist/outline.mjs.map +0 -1
- package/dist/social-icons.d.mts +0 -50
- package/dist/social-icons.d.ts +0 -50
- package/dist/social-icons.js +0 -2
- package/dist/social-icons.js.map +0 -1
- package/dist/social-icons.mjs +0 -2
- package/dist/social-icons.mjs.map +0 -1
- package/dist/solid.d.mts +0 -133
- package/dist/solid.d.ts +0 -133
- package/dist/solid.js +0 -2
- package/dist/solid.js.map +0 -1
- package/dist/solid.mjs +0 -2
- package/dist/solid.mjs.map +0 -1
package/dist/v2.d.mts
CHANGED
|
@@ -2,6 +2,8 @@ import { FC } from 'react';
|
|
|
2
2
|
import { B as BaseIconProps } from './types-CNq5nXnT.mjs';
|
|
3
3
|
import '@ctlyst.id/voila-ui-core';
|
|
4
4
|
|
|
5
|
+
declare const AddressRounded: FC<BaseIconProps>;
|
|
6
|
+
|
|
5
7
|
declare const ArrowLeft$1: FC<BaseIconProps>;
|
|
6
8
|
|
|
7
9
|
declare const ArrowLeft: FC<BaseIconProps>;
|
|
@@ -10,6 +12,8 @@ declare const ArrowRight$1: FC<BaseIconProps>;
|
|
|
10
12
|
|
|
11
13
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
12
14
|
|
|
15
|
+
declare const ArrowRightRounded: FC<BaseIconProps>;
|
|
16
|
+
|
|
13
17
|
declare const Bag$1: FC<BaseIconProps>;
|
|
14
18
|
|
|
15
19
|
declare const BankTransfer: FC<BaseIconProps>;
|
|
@@ -52,6 +56,8 @@ declare const Close: FC<BaseIconProps>;
|
|
|
52
56
|
|
|
53
57
|
declare const CloseLarge: FC<BaseIconProps>;
|
|
54
58
|
|
|
59
|
+
declare const CompleteOrderRounded: FC<BaseIconProps>;
|
|
60
|
+
|
|
55
61
|
declare const ContactBook: FC<BaseIconProps>;
|
|
56
62
|
|
|
57
63
|
declare const Copy: FC<BaseIconProps>;
|
|
@@ -60,6 +66,8 @@ declare const Cvv: FC<BaseIconProps>;
|
|
|
60
66
|
|
|
61
67
|
declare const Delivered: FC<BaseIconProps>;
|
|
62
68
|
|
|
69
|
+
declare const DeliveredRounded: FC<BaseIconProps>;
|
|
70
|
+
|
|
63
71
|
declare const Edit: FC<BaseIconProps>;
|
|
64
72
|
|
|
65
73
|
declare const Enveloped: FC<BaseIconProps>;
|
|
@@ -70,16 +78,24 @@ declare const EyeOpen: FC<BaseIconProps>;
|
|
|
70
78
|
|
|
71
79
|
declare const Filter: FC<BaseIconProps>;
|
|
72
80
|
|
|
81
|
+
declare const GiftCardCheckRounded: FC<BaseIconProps>;
|
|
82
|
+
|
|
83
|
+
declare const GiftCardFailedRounded: FC<BaseIconProps>;
|
|
84
|
+
|
|
73
85
|
declare const Gps: FC<BaseIconProps>;
|
|
74
86
|
|
|
75
87
|
declare const Handphone: FC<BaseIconProps>;
|
|
76
88
|
|
|
77
89
|
declare const Heart: FC<BaseIconProps>;
|
|
78
90
|
|
|
91
|
+
declare const Help: FC<BaseIconProps>;
|
|
92
|
+
|
|
79
93
|
declare const Home: FC<BaseIconProps>;
|
|
80
94
|
|
|
81
95
|
declare const Info: FC<BaseIconProps>;
|
|
82
96
|
|
|
97
|
+
declare const InstallmentRounded: FC<BaseIconProps>;
|
|
98
|
+
|
|
83
99
|
declare const KebabMenu: FC<BaseIconProps>;
|
|
84
100
|
|
|
85
101
|
declare const Logout: FC<BaseIconProps>;
|
|
@@ -90,16 +106,26 @@ declare const Minus: FC<BaseIconProps>;
|
|
|
90
106
|
|
|
91
107
|
declare const MinusLarge: FC<BaseIconProps>;
|
|
92
108
|
|
|
109
|
+
declare const MinusRounded: FC<BaseIconProps>;
|
|
110
|
+
|
|
93
111
|
declare const NoGps: FC<BaseIconProps>;
|
|
94
112
|
|
|
95
113
|
declare const Note: FC<BaseIconProps>;
|
|
96
114
|
|
|
115
|
+
declare const OrderFailedRounded: FC<BaseIconProps>;
|
|
116
|
+
|
|
97
117
|
declare const OrderHistory: FC<BaseIconProps>;
|
|
98
118
|
|
|
119
|
+
declare const OrderProcessedRounded: FC<BaseIconProps>;
|
|
120
|
+
|
|
99
121
|
declare const Otp: FC<BaseIconProps>;
|
|
100
122
|
|
|
101
123
|
declare const Paylater: FC<BaseIconProps>;
|
|
102
124
|
|
|
125
|
+
declare const PaymentFailedRounded: FC<BaseIconProps>;
|
|
126
|
+
|
|
127
|
+
declare const PaymentVerificationRounded: FC<BaseIconProps>;
|
|
128
|
+
|
|
103
129
|
declare const Plus: FC<BaseIconProps>;
|
|
104
130
|
|
|
105
131
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
@@ -118,6 +144,12 @@ declare const Setting: FC<BaseIconProps>;
|
|
|
118
144
|
|
|
119
145
|
declare const Bag: FC<BaseIconProps>;
|
|
120
146
|
|
|
147
|
+
declare const ShieldRounded: FC<BaseIconProps>;
|
|
148
|
+
|
|
149
|
+
declare const ShippedRounded: FC<BaseIconProps>;
|
|
150
|
+
|
|
151
|
+
declare const SizeChartRounded: FC<BaseIconProps>;
|
|
152
|
+
|
|
121
153
|
declare const Sort: FC<BaseIconProps>;
|
|
122
154
|
|
|
123
155
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
@@ -132,12 +164,20 @@ declare const Truck: FC<BaseIconProps>;
|
|
|
132
164
|
|
|
133
165
|
declare const TruckDiscount: FC<BaseIconProps>;
|
|
134
166
|
|
|
167
|
+
declare const TruckRounded: FC<BaseIconProps>;
|
|
168
|
+
|
|
135
169
|
declare const VirtualWallet: FC<BaseIconProps>;
|
|
136
170
|
|
|
137
171
|
declare const VoucherApplied: FC<BaseIconProps>;
|
|
138
172
|
|
|
139
173
|
declare const VoucherOutline: FC<BaseIconProps>;
|
|
140
174
|
|
|
175
|
+
declare const WaitingItemRounded: FC<BaseIconProps>;
|
|
176
|
+
|
|
177
|
+
declare const WaitingPaymentRounded: FC<BaseIconProps>;
|
|
178
|
+
|
|
179
|
+
declare const ZoomRounded: FC<BaseIconProps>;
|
|
180
|
+
|
|
141
181
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
142
182
|
|
|
143
183
|
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
@@ -172,10 +212,16 @@ declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
|
172
212
|
|
|
173
213
|
declare const ProfileSolid: FC<BaseIconProps>;
|
|
174
214
|
|
|
215
|
+
declare const PurchaseHistory: FC<BaseIconProps>;
|
|
216
|
+
|
|
217
|
+
declare const RedeemPointSolid: FC<BaseIconProps>;
|
|
218
|
+
|
|
175
219
|
declare const SearchSolid: FC<BaseIconProps>;
|
|
176
220
|
|
|
177
221
|
declare const SettingSolid: FC<BaseIconProps>;
|
|
178
222
|
|
|
223
|
+
declare const StarSolidRounded: FC<BaseIconProps>;
|
|
224
|
+
|
|
179
225
|
declare const SuccessSolid: FC<BaseIconProps>;
|
|
180
226
|
|
|
181
227
|
declare const TrashSolid: FC<BaseIconProps>;
|
|
@@ -188,4 +234,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
188
234
|
|
|
189
235
|
declare const Wallet: FC<BaseIconProps>;
|
|
190
236
|
|
|
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 };
|
|
237
|
+
export { AddBagSolid, AddressRounded, 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, Check$1 as ChecklistRounded, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, Close, CloseLarge, CompleteOrderRounded, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Info, InfoSolid$1 as InfoSolid, InstallmentRounded, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, MinusRounded, NoGps, Note, OrderFailedRounded, OrderHistory, OrderProcessedRounded, Otp, Paylater, PaymentFailedRounded, PaymentVerificationRounded, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, ShieldRounded, ShippedRounded, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, TruckRounded, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, WaitingItemRounded, WaitingPaymentRounded, Wallet, ZoomRounded };
|
package/dist/v2.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import { FC } from 'react';
|
|
|
2
2
|
import { B as BaseIconProps } from './types-CNq5nXnT.js';
|
|
3
3
|
import '@ctlyst.id/voila-ui-core';
|
|
4
4
|
|
|
5
|
+
declare const AddressRounded: FC<BaseIconProps>;
|
|
6
|
+
|
|
5
7
|
declare const ArrowLeft$1: FC<BaseIconProps>;
|
|
6
8
|
|
|
7
9
|
declare const ArrowLeft: FC<BaseIconProps>;
|
|
@@ -10,6 +12,8 @@ declare const ArrowRight$1: FC<BaseIconProps>;
|
|
|
10
12
|
|
|
11
13
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
12
14
|
|
|
15
|
+
declare const ArrowRightRounded: FC<BaseIconProps>;
|
|
16
|
+
|
|
13
17
|
declare const Bag$1: FC<BaseIconProps>;
|
|
14
18
|
|
|
15
19
|
declare const BankTransfer: FC<BaseIconProps>;
|
|
@@ -52,6 +56,8 @@ declare const Close: FC<BaseIconProps>;
|
|
|
52
56
|
|
|
53
57
|
declare const CloseLarge: FC<BaseIconProps>;
|
|
54
58
|
|
|
59
|
+
declare const CompleteOrderRounded: FC<BaseIconProps>;
|
|
60
|
+
|
|
55
61
|
declare const ContactBook: FC<BaseIconProps>;
|
|
56
62
|
|
|
57
63
|
declare const Copy: FC<BaseIconProps>;
|
|
@@ -60,6 +66,8 @@ declare const Cvv: FC<BaseIconProps>;
|
|
|
60
66
|
|
|
61
67
|
declare const Delivered: FC<BaseIconProps>;
|
|
62
68
|
|
|
69
|
+
declare const DeliveredRounded: FC<BaseIconProps>;
|
|
70
|
+
|
|
63
71
|
declare const Edit: FC<BaseIconProps>;
|
|
64
72
|
|
|
65
73
|
declare const Enveloped: FC<BaseIconProps>;
|
|
@@ -70,16 +78,24 @@ declare const EyeOpen: FC<BaseIconProps>;
|
|
|
70
78
|
|
|
71
79
|
declare const Filter: FC<BaseIconProps>;
|
|
72
80
|
|
|
81
|
+
declare const GiftCardCheckRounded: FC<BaseIconProps>;
|
|
82
|
+
|
|
83
|
+
declare const GiftCardFailedRounded: FC<BaseIconProps>;
|
|
84
|
+
|
|
73
85
|
declare const Gps: FC<BaseIconProps>;
|
|
74
86
|
|
|
75
87
|
declare const Handphone: FC<BaseIconProps>;
|
|
76
88
|
|
|
77
89
|
declare const Heart: FC<BaseIconProps>;
|
|
78
90
|
|
|
91
|
+
declare const Help: FC<BaseIconProps>;
|
|
92
|
+
|
|
79
93
|
declare const Home: FC<BaseIconProps>;
|
|
80
94
|
|
|
81
95
|
declare const Info: FC<BaseIconProps>;
|
|
82
96
|
|
|
97
|
+
declare const InstallmentRounded: FC<BaseIconProps>;
|
|
98
|
+
|
|
83
99
|
declare const KebabMenu: FC<BaseIconProps>;
|
|
84
100
|
|
|
85
101
|
declare const Logout: FC<BaseIconProps>;
|
|
@@ -90,16 +106,26 @@ declare const Minus: FC<BaseIconProps>;
|
|
|
90
106
|
|
|
91
107
|
declare const MinusLarge: FC<BaseIconProps>;
|
|
92
108
|
|
|
109
|
+
declare const MinusRounded: FC<BaseIconProps>;
|
|
110
|
+
|
|
93
111
|
declare const NoGps: FC<BaseIconProps>;
|
|
94
112
|
|
|
95
113
|
declare const Note: FC<BaseIconProps>;
|
|
96
114
|
|
|
115
|
+
declare const OrderFailedRounded: FC<BaseIconProps>;
|
|
116
|
+
|
|
97
117
|
declare const OrderHistory: FC<BaseIconProps>;
|
|
98
118
|
|
|
119
|
+
declare const OrderProcessedRounded: FC<BaseIconProps>;
|
|
120
|
+
|
|
99
121
|
declare const Otp: FC<BaseIconProps>;
|
|
100
122
|
|
|
101
123
|
declare const Paylater: FC<BaseIconProps>;
|
|
102
124
|
|
|
125
|
+
declare const PaymentFailedRounded: FC<BaseIconProps>;
|
|
126
|
+
|
|
127
|
+
declare const PaymentVerificationRounded: FC<BaseIconProps>;
|
|
128
|
+
|
|
103
129
|
declare const Plus: FC<BaseIconProps>;
|
|
104
130
|
|
|
105
131
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
@@ -118,6 +144,12 @@ declare const Setting: FC<BaseIconProps>;
|
|
|
118
144
|
|
|
119
145
|
declare const Bag: FC<BaseIconProps>;
|
|
120
146
|
|
|
147
|
+
declare const ShieldRounded: FC<BaseIconProps>;
|
|
148
|
+
|
|
149
|
+
declare const ShippedRounded: FC<BaseIconProps>;
|
|
150
|
+
|
|
151
|
+
declare const SizeChartRounded: FC<BaseIconProps>;
|
|
152
|
+
|
|
121
153
|
declare const Sort: FC<BaseIconProps>;
|
|
122
154
|
|
|
123
155
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
@@ -132,12 +164,20 @@ declare const Truck: FC<BaseIconProps>;
|
|
|
132
164
|
|
|
133
165
|
declare const TruckDiscount: FC<BaseIconProps>;
|
|
134
166
|
|
|
167
|
+
declare const TruckRounded: FC<BaseIconProps>;
|
|
168
|
+
|
|
135
169
|
declare const VirtualWallet: FC<BaseIconProps>;
|
|
136
170
|
|
|
137
171
|
declare const VoucherApplied: FC<BaseIconProps>;
|
|
138
172
|
|
|
139
173
|
declare const VoucherOutline: FC<BaseIconProps>;
|
|
140
174
|
|
|
175
|
+
declare const WaitingItemRounded: FC<BaseIconProps>;
|
|
176
|
+
|
|
177
|
+
declare const WaitingPaymentRounded: FC<BaseIconProps>;
|
|
178
|
+
|
|
179
|
+
declare const ZoomRounded: FC<BaseIconProps>;
|
|
180
|
+
|
|
141
181
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
142
182
|
|
|
143
183
|
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
@@ -172,10 +212,16 @@ declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
|
172
212
|
|
|
173
213
|
declare const ProfileSolid: FC<BaseIconProps>;
|
|
174
214
|
|
|
215
|
+
declare const PurchaseHistory: FC<BaseIconProps>;
|
|
216
|
+
|
|
217
|
+
declare const RedeemPointSolid: FC<BaseIconProps>;
|
|
218
|
+
|
|
175
219
|
declare const SearchSolid: FC<BaseIconProps>;
|
|
176
220
|
|
|
177
221
|
declare const SettingSolid: FC<BaseIconProps>;
|
|
178
222
|
|
|
223
|
+
declare const StarSolidRounded: FC<BaseIconProps>;
|
|
224
|
+
|
|
179
225
|
declare const SuccessSolid: FC<BaseIconProps>;
|
|
180
226
|
|
|
181
227
|
declare const TrashSolid: FC<BaseIconProps>;
|
|
@@ -188,4 +234,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
188
234
|
|
|
189
235
|
declare const Wallet: FC<BaseIconProps>;
|
|
190
236
|
|
|
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 };
|
|
237
|
+
export { AddBagSolid, AddressRounded, 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, Check$1 as ChecklistRounded, ChevronUp$2 as ChevronDown, ChevronUp$1 as ChevronDownLarge, ChevronLeft, ChevronLeftLarge, ChevronRight, ChevronRightLarge, ChevronUp, ChevronUpLarge, Clock, Close, CloseLarge, CompleteOrderRounded, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Info, InfoSolid$1 as InfoSolid, InstallmentRounded, KebabMenu, InfoSolid as LockSolid, Logout, MapMarker, MapMarkerSolid, Minus, MinusLarge, MinusRounded, NoGps, Note, OrderFailedRounded, OrderHistory, OrderProcessedRounded, Otp, Paylater, PaymentFailedRounded, PaymentVerificationRounded, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, PurchaseHistory, QRCode, QRCodeBase, RedeemPointSolid, Search, SearchSolid, Setting, SettingSolid, Bag as Share, ShieldRounded, ShippedRounded, SizeChartRounded, Sort, StarSolidRounded, StoreComplete, SuccessSolid, TermConditions, TipsMeasurement, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, TruckRounded, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, WaitingItemRounded, WaitingPaymentRounded, Wallet, ZoomRounded };
|