@ctlyst.id/icons 2.8.2 → 2.8.4
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 +9 -1
- package/dist/v2.d.ts +9 -1
- package/dist/v2.js +251 -74
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +247 -74
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -114,8 +114,12 @@ declare const Trash: FC<BaseIconProps>;
|
|
|
114
114
|
|
|
115
115
|
declare const Truck: FC<BaseIconProps>;
|
|
116
116
|
|
|
117
|
+
declare const TruckDiscount: FC<BaseIconProps>;
|
|
118
|
+
|
|
117
119
|
declare const VoucherApplied: FC<BaseIconProps>;
|
|
118
120
|
|
|
121
|
+
declare const VoucherOutline: FC<BaseIconProps>;
|
|
122
|
+
|
|
119
123
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
120
124
|
|
|
121
125
|
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
@@ -140,6 +144,8 @@ declare const HeartSolid: FC<BaseIconProps>;
|
|
|
140
144
|
|
|
141
145
|
declare const HomeSolid: FC<BaseIconProps>;
|
|
142
146
|
|
|
147
|
+
declare const InfoSolid$1: FC<BaseIconProps>;
|
|
148
|
+
|
|
143
149
|
declare const InfoSolid: FC<BaseIconProps>;
|
|
144
150
|
|
|
145
151
|
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
@@ -156,8 +162,10 @@ declare const TrashSolid: FC<BaseIconProps>;
|
|
|
156
162
|
|
|
157
163
|
declare const TrendUp: FC<BaseIconProps>;
|
|
158
164
|
|
|
165
|
+
declare const VoilaPointBase: FC<BaseIconProps>;
|
|
166
|
+
|
|
159
167
|
declare const Voucher: FC<BaseIconProps>;
|
|
160
168
|
|
|
161
169
|
declare const Wallet: FC<BaseIconProps>;
|
|
162
170
|
|
|
163
|
-
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, Wallet };
|
|
171
|
+
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$1 as InfoSolid, KebabMenu, InfoSolid as LockSolid, 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, TruckDiscount, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -114,8 +114,12 @@ declare const Trash: FC<BaseIconProps>;
|
|
|
114
114
|
|
|
115
115
|
declare const Truck: FC<BaseIconProps>;
|
|
116
116
|
|
|
117
|
+
declare const TruckDiscount: FC<BaseIconProps>;
|
|
118
|
+
|
|
117
119
|
declare const VoucherApplied: FC<BaseIconProps>;
|
|
118
120
|
|
|
121
|
+
declare const VoucherOutline: FC<BaseIconProps>;
|
|
122
|
+
|
|
119
123
|
declare const AddBagSolid: FC<BaseIconProps>;
|
|
120
124
|
|
|
121
125
|
declare const ArrowDownCircleSolid: FC<BaseIconProps>;
|
|
@@ -140,6 +144,8 @@ declare const HeartSolid: FC<BaseIconProps>;
|
|
|
140
144
|
|
|
141
145
|
declare const HomeSolid: FC<BaseIconProps>;
|
|
142
146
|
|
|
147
|
+
declare const InfoSolid$1: FC<BaseIconProps>;
|
|
148
|
+
|
|
143
149
|
declare const InfoSolid: FC<BaseIconProps>;
|
|
144
150
|
|
|
145
151
|
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
@@ -156,8 +162,10 @@ declare const TrashSolid: FC<BaseIconProps>;
|
|
|
156
162
|
|
|
157
163
|
declare const TrendUp: FC<BaseIconProps>;
|
|
158
164
|
|
|
165
|
+
declare const VoilaPointBase: FC<BaseIconProps>;
|
|
166
|
+
|
|
159
167
|
declare const Voucher: FC<BaseIconProps>;
|
|
160
168
|
|
|
161
169
|
declare const Wallet: FC<BaseIconProps>;
|
|
162
170
|
|
|
163
|
-
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, Wallet };
|
|
171
|
+
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$1 as InfoSolid, KebabMenu, InfoSolid as LockSolid, 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, TruckDiscount, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
|