@ctlyst.id/icons 2.8.3 → 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 +7 -1
- package/dist/v2.d.ts +7 -1
- package/dist/v2.js +222 -79
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +219 -79
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -114,6 +114,8 @@ 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
|
|
|
119
121
|
declare const VoucherOutline: FC<BaseIconProps>;
|
|
@@ -142,6 +144,8 @@ declare const HeartSolid: FC<BaseIconProps>;
|
|
|
142
144
|
|
|
143
145
|
declare const HomeSolid: FC<BaseIconProps>;
|
|
144
146
|
|
|
147
|
+
declare const InfoSolid$1: FC<BaseIconProps>;
|
|
148
|
+
|
|
145
149
|
declare const InfoSolid: FC<BaseIconProps>;
|
|
146
150
|
|
|
147
151
|
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
@@ -158,8 +162,10 @@ declare const TrashSolid: FC<BaseIconProps>;
|
|
|
158
162
|
|
|
159
163
|
declare const TrendUp: FC<BaseIconProps>;
|
|
160
164
|
|
|
165
|
+
declare const VoilaPointBase: FC<BaseIconProps>;
|
|
166
|
+
|
|
161
167
|
declare const Voucher: FC<BaseIconProps>;
|
|
162
168
|
|
|
163
169
|
declare const Wallet: FC<BaseIconProps>;
|
|
164
170
|
|
|
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 };
|
|
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,6 +114,8 @@ 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
|
|
|
119
121
|
declare const VoucherOutline: FC<BaseIconProps>;
|
|
@@ -142,6 +144,8 @@ declare const HeartSolid: FC<BaseIconProps>;
|
|
|
142
144
|
|
|
143
145
|
declare const HomeSolid: FC<BaseIconProps>;
|
|
144
146
|
|
|
147
|
+
declare const InfoSolid$1: FC<BaseIconProps>;
|
|
148
|
+
|
|
145
149
|
declare const InfoSolid: FC<BaseIconProps>;
|
|
146
150
|
|
|
147
151
|
declare const MapMarkerSolid: FC<BaseIconProps>;
|
|
@@ -158,8 +162,10 @@ declare const TrashSolid: FC<BaseIconProps>;
|
|
|
158
162
|
|
|
159
163
|
declare const TrendUp: FC<BaseIconProps>;
|
|
160
164
|
|
|
165
|
+
declare const VoilaPointBase: FC<BaseIconProps>;
|
|
166
|
+
|
|
161
167
|
declare const Voucher: FC<BaseIconProps>;
|
|
162
168
|
|
|
163
169
|
declare const Wallet: FC<BaseIconProps>;
|
|
164
170
|
|
|
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 };
|
|
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 };
|