@ctlyst.id/icons 2.8.13 → 2.8.15
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 +35 -1
- package/dist/v2.d.ts +35 -1
- package/dist/v2.js +955 -432
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +968 -463
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -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>;
|
|
@@ -54,6 +56,8 @@ declare const Close: FC<BaseIconProps>;
|
|
|
54
56
|
|
|
55
57
|
declare const CloseLarge: FC<BaseIconProps>;
|
|
56
58
|
|
|
59
|
+
declare const CompleteOrderRounded: FC<BaseIconProps>;
|
|
60
|
+
|
|
57
61
|
declare const ContactBook: FC<BaseIconProps>;
|
|
58
62
|
|
|
59
63
|
declare const Copy: FC<BaseIconProps>;
|
|
@@ -62,6 +66,8 @@ declare const Cvv: FC<BaseIconProps>;
|
|
|
62
66
|
|
|
63
67
|
declare const Delivered: FC<BaseIconProps>;
|
|
64
68
|
|
|
69
|
+
declare const DeliveredRounded: FC<BaseIconProps>;
|
|
70
|
+
|
|
65
71
|
declare const Edit: FC<BaseIconProps>;
|
|
66
72
|
|
|
67
73
|
declare const Enveloped: FC<BaseIconProps>;
|
|
@@ -72,16 +78,24 @@ declare const EyeOpen: FC<BaseIconProps>;
|
|
|
72
78
|
|
|
73
79
|
declare const Filter: FC<BaseIconProps>;
|
|
74
80
|
|
|
81
|
+
declare const GiftCardCheckRounded: FC<BaseIconProps>;
|
|
82
|
+
|
|
83
|
+
declare const GiftCardFailedRounded: FC<BaseIconProps>;
|
|
84
|
+
|
|
75
85
|
declare const Gps: FC<BaseIconProps>;
|
|
76
86
|
|
|
77
87
|
declare const Handphone: FC<BaseIconProps>;
|
|
78
88
|
|
|
79
89
|
declare const Heart: FC<BaseIconProps>;
|
|
80
90
|
|
|
91
|
+
declare const Help: FC<BaseIconProps>;
|
|
92
|
+
|
|
81
93
|
declare const Home: FC<BaseIconProps>;
|
|
82
94
|
|
|
83
95
|
declare const Info: FC<BaseIconProps>;
|
|
84
96
|
|
|
97
|
+
declare const InstallmentRounded: FC<BaseIconProps>;
|
|
98
|
+
|
|
85
99
|
declare const KebabMenu: FC<BaseIconProps>;
|
|
86
100
|
|
|
87
101
|
declare const Logout: FC<BaseIconProps>;
|
|
@@ -98,12 +112,20 @@ declare const NoGps: FC<BaseIconProps>;
|
|
|
98
112
|
|
|
99
113
|
declare const Note: FC<BaseIconProps>;
|
|
100
114
|
|
|
115
|
+
declare const OrderFailedRounded: FC<BaseIconProps>;
|
|
116
|
+
|
|
101
117
|
declare const OrderHistory: FC<BaseIconProps>;
|
|
102
118
|
|
|
119
|
+
declare const OrderProcessedRounded: FC<BaseIconProps>;
|
|
120
|
+
|
|
103
121
|
declare const Otp: FC<BaseIconProps>;
|
|
104
122
|
|
|
105
123
|
declare const Paylater: FC<BaseIconProps>;
|
|
106
124
|
|
|
125
|
+
declare const PaymentFailedRounded: FC<BaseIconProps>;
|
|
126
|
+
|
|
127
|
+
declare const PaymentVerificationRounded: FC<BaseIconProps>;
|
|
128
|
+
|
|
107
129
|
declare const Plus: FC<BaseIconProps>;
|
|
108
130
|
|
|
109
131
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
@@ -122,6 +144,10 @@ declare const Setting: FC<BaseIconProps>;
|
|
|
122
144
|
|
|
123
145
|
declare const Bag: FC<BaseIconProps>;
|
|
124
146
|
|
|
147
|
+
declare const ShieldRounded: FC<BaseIconProps>;
|
|
148
|
+
|
|
149
|
+
declare const ShippedRounded: FC<BaseIconProps>;
|
|
150
|
+
|
|
125
151
|
declare const SizeChartRounded: FC<BaseIconProps>;
|
|
126
152
|
|
|
127
153
|
declare const Sort: FC<BaseIconProps>;
|
|
@@ -138,12 +164,20 @@ declare const Truck: FC<BaseIconProps>;
|
|
|
138
164
|
|
|
139
165
|
declare const TruckDiscount: FC<BaseIconProps>;
|
|
140
166
|
|
|
167
|
+
declare const TruckRounded: FC<BaseIconProps>;
|
|
168
|
+
|
|
141
169
|
declare const VirtualWallet: FC<BaseIconProps>;
|
|
142
170
|
|
|
143
171
|
declare const VoucherApplied: FC<BaseIconProps>;
|
|
144
172
|
|
|
145
173
|
declare const VoucherOutline: FC<BaseIconProps>;
|
|
146
174
|
|
|
175
|
+
declare const WaitingItemRounded: FC<BaseIconProps>;
|
|
176
|
+
|
|
177
|
+
declare const WaitingPaymentRounded: FC<BaseIconProps>;
|
|
178
|
+
|
|
179
|
+
declare const ZoomRounded: FC<BaseIconProps>;
|
|
180
|
+
|
|
147
181
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
148
182
|
|
|
149
183
|
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
@@ -200,4 +234,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
200
234
|
|
|
201
235
|
declare const Wallet: FC<BaseIconProps>;
|
|
202
236
|
|
|
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 };
|
|
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>;
|
|
@@ -54,6 +56,8 @@ declare const Close: FC<BaseIconProps>;
|
|
|
54
56
|
|
|
55
57
|
declare const CloseLarge: FC<BaseIconProps>;
|
|
56
58
|
|
|
59
|
+
declare const CompleteOrderRounded: FC<BaseIconProps>;
|
|
60
|
+
|
|
57
61
|
declare const ContactBook: FC<BaseIconProps>;
|
|
58
62
|
|
|
59
63
|
declare const Copy: FC<BaseIconProps>;
|
|
@@ -62,6 +66,8 @@ declare const Cvv: FC<BaseIconProps>;
|
|
|
62
66
|
|
|
63
67
|
declare const Delivered: FC<BaseIconProps>;
|
|
64
68
|
|
|
69
|
+
declare const DeliveredRounded: FC<BaseIconProps>;
|
|
70
|
+
|
|
65
71
|
declare const Edit: FC<BaseIconProps>;
|
|
66
72
|
|
|
67
73
|
declare const Enveloped: FC<BaseIconProps>;
|
|
@@ -72,16 +78,24 @@ declare const EyeOpen: FC<BaseIconProps>;
|
|
|
72
78
|
|
|
73
79
|
declare const Filter: FC<BaseIconProps>;
|
|
74
80
|
|
|
81
|
+
declare const GiftCardCheckRounded: FC<BaseIconProps>;
|
|
82
|
+
|
|
83
|
+
declare const GiftCardFailedRounded: FC<BaseIconProps>;
|
|
84
|
+
|
|
75
85
|
declare const Gps: FC<BaseIconProps>;
|
|
76
86
|
|
|
77
87
|
declare const Handphone: FC<BaseIconProps>;
|
|
78
88
|
|
|
79
89
|
declare const Heart: FC<BaseIconProps>;
|
|
80
90
|
|
|
91
|
+
declare const Help: FC<BaseIconProps>;
|
|
92
|
+
|
|
81
93
|
declare const Home: FC<BaseIconProps>;
|
|
82
94
|
|
|
83
95
|
declare const Info: FC<BaseIconProps>;
|
|
84
96
|
|
|
97
|
+
declare const InstallmentRounded: FC<BaseIconProps>;
|
|
98
|
+
|
|
85
99
|
declare const KebabMenu: FC<BaseIconProps>;
|
|
86
100
|
|
|
87
101
|
declare const Logout: FC<BaseIconProps>;
|
|
@@ -98,12 +112,20 @@ declare const NoGps: FC<BaseIconProps>;
|
|
|
98
112
|
|
|
99
113
|
declare const Note: FC<BaseIconProps>;
|
|
100
114
|
|
|
115
|
+
declare const OrderFailedRounded: FC<BaseIconProps>;
|
|
116
|
+
|
|
101
117
|
declare const OrderHistory: FC<BaseIconProps>;
|
|
102
118
|
|
|
119
|
+
declare const OrderProcessedRounded: FC<BaseIconProps>;
|
|
120
|
+
|
|
103
121
|
declare const Otp: FC<BaseIconProps>;
|
|
104
122
|
|
|
105
123
|
declare const Paylater: FC<BaseIconProps>;
|
|
106
124
|
|
|
125
|
+
declare const PaymentFailedRounded: FC<BaseIconProps>;
|
|
126
|
+
|
|
127
|
+
declare const PaymentVerificationRounded: FC<BaseIconProps>;
|
|
128
|
+
|
|
107
129
|
declare const Plus: FC<BaseIconProps>;
|
|
108
130
|
|
|
109
131
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
@@ -122,6 +144,10 @@ declare const Setting: FC<BaseIconProps>;
|
|
|
122
144
|
|
|
123
145
|
declare const Bag: FC<BaseIconProps>;
|
|
124
146
|
|
|
147
|
+
declare const ShieldRounded: FC<BaseIconProps>;
|
|
148
|
+
|
|
149
|
+
declare const ShippedRounded: FC<BaseIconProps>;
|
|
150
|
+
|
|
125
151
|
declare const SizeChartRounded: FC<BaseIconProps>;
|
|
126
152
|
|
|
127
153
|
declare const Sort: FC<BaseIconProps>;
|
|
@@ -138,12 +164,20 @@ declare const Truck: FC<BaseIconProps>;
|
|
|
138
164
|
|
|
139
165
|
declare const TruckDiscount: FC<BaseIconProps>;
|
|
140
166
|
|
|
167
|
+
declare const TruckRounded: FC<BaseIconProps>;
|
|
168
|
+
|
|
141
169
|
declare const VirtualWallet: FC<BaseIconProps>;
|
|
142
170
|
|
|
143
171
|
declare const VoucherApplied: FC<BaseIconProps>;
|
|
144
172
|
|
|
145
173
|
declare const VoucherOutline: FC<BaseIconProps>;
|
|
146
174
|
|
|
175
|
+
declare const WaitingItemRounded: FC<BaseIconProps>;
|
|
176
|
+
|
|
177
|
+
declare const WaitingPaymentRounded: FC<BaseIconProps>;
|
|
178
|
+
|
|
179
|
+
declare const ZoomRounded: FC<BaseIconProps>;
|
|
180
|
+
|
|
147
181
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
148
182
|
|
|
149
183
|
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
@@ -200,4 +234,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
200
234
|
|
|
201
235
|
declare const Wallet: FC<BaseIconProps>;
|
|
202
236
|
|
|
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 };
|
|
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 };
|