@ctlyst.id/icons 2.8.8 → 2.8.11
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-DXCN5L2H.mjs → chunk-I6TGOPV6.mjs} +1 -1
- package/dist/chunk-I6TGOPV6.mjs.map +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/v2.d.mts +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +230 -196
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +194 -162
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-DXCN5L2H.mjs.map +0 -1
package/dist/index.mjs
CHANGED
package/dist/v2.d.mts
CHANGED
|
@@ -98,6 +98,8 @@ declare const OrderHistory: FC<BaseIconProps>;
|
|
|
98
98
|
|
|
99
99
|
declare const Otp: FC<BaseIconProps>;
|
|
100
100
|
|
|
101
|
+
declare const Paylater: FC<BaseIconProps>;
|
|
102
|
+
|
|
101
103
|
declare const Plus: FC<BaseIconProps>;
|
|
102
104
|
|
|
103
105
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
@@ -122,6 +124,8 @@ declare const StoreComplete: FC<BaseIconProps>;
|
|
|
122
124
|
|
|
123
125
|
declare const TermConditions: FC<BaseIconProps>;
|
|
124
126
|
|
|
127
|
+
declare const TipsMeasurement: FC<BaseIconProps>;
|
|
128
|
+
|
|
125
129
|
declare const Trash: FC<BaseIconProps>;
|
|
126
130
|
|
|
127
131
|
declare const Truck: FC<BaseIconProps>;
|
|
@@ -184,4 +188,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
184
188
|
|
|
185
189
|
declare const Wallet: FC<BaseIconProps>;
|
|
186
190
|
|
|
187
|
-
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, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
|
|
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 };
|
package/dist/v2.d.ts
CHANGED
|
@@ -98,6 +98,8 @@ declare const OrderHistory: FC<BaseIconProps>;
|
|
|
98
98
|
|
|
99
99
|
declare const Otp: FC<BaseIconProps>;
|
|
100
100
|
|
|
101
|
+
declare const Paylater: FC<BaseIconProps>;
|
|
102
|
+
|
|
101
103
|
declare const Plus: FC<BaseIconProps>;
|
|
102
104
|
|
|
103
105
|
declare const PlusLarge: FC<BaseIconProps>;
|
|
@@ -122,6 +124,8 @@ declare const StoreComplete: FC<BaseIconProps>;
|
|
|
122
124
|
|
|
123
125
|
declare const TermConditions: FC<BaseIconProps>;
|
|
124
126
|
|
|
127
|
+
declare const TipsMeasurement: FC<BaseIconProps>;
|
|
128
|
+
|
|
125
129
|
declare const Trash: FC<BaseIconProps>;
|
|
126
130
|
|
|
127
131
|
declare const Truck: FC<BaseIconProps>;
|
|
@@ -184,4 +188,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
184
188
|
|
|
185
189
|
declare const Wallet: FC<BaseIconProps>;
|
|
186
190
|
|
|
187
|
-
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, Plus, PlusLarge, PrivacyPolicy, Profile, ProfileSolid, QRCode, QRCodeBase, Search, SearchSolid, Setting, SettingSolid, Bag as Share, Sort, StoreComplete, SuccessSolid, TermConditions, Trash, TrashSolid, TrendUp, Truck, TruckDiscount, VirtualWallet, VoilaPointBase, Voucher, VoucherApplied, VoucherOutline, Wallet };
|
|
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 };
|