@ctlyst.id/icons 2.8.20 → 2.8.21
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 +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +428 -396
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +355 -325
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -56,6 +56,8 @@ declare const Close: FC<BaseIconProps>;
|
|
|
56
56
|
|
|
57
57
|
declare const CloseLarge: FC<BaseIconProps>;
|
|
58
58
|
|
|
59
|
+
declare const ComplaintOutline: FC<BaseIconProps>;
|
|
60
|
+
|
|
59
61
|
declare const CompletedOrder: FC<BaseIconProps>;
|
|
60
62
|
|
|
61
63
|
declare const ContactBook: FC<BaseIconProps>;
|
|
@@ -192,6 +194,8 @@ declare const ChatCsSolid: FC<BaseIconProps>;
|
|
|
192
194
|
|
|
193
195
|
declare const CheckShield: FC<BaseIconProps>;
|
|
194
196
|
|
|
197
|
+
declare const ComplaintSolid: FC<BaseIconProps>;
|
|
198
|
+
|
|
195
199
|
declare const Direction: FC<BaseIconProps>;
|
|
196
200
|
|
|
197
201
|
declare const EnvelopedSolid: FC<BaseIconProps>;
|
|
@@ -236,4 +240,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
236
240
|
|
|
237
241
|
declare const Wallet: FC<BaseIconProps>;
|
|
238
242
|
|
|
239
|
-
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, CompletedOrder as CompleteOrder, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Incoming, 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 };
|
|
243
|
+
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, ComplaintOutline, ComplaintSolid, CompletedOrder as CompleteOrder, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Incoming, 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
|
@@ -56,6 +56,8 @@ declare const Close: FC<BaseIconProps>;
|
|
|
56
56
|
|
|
57
57
|
declare const CloseLarge: FC<BaseIconProps>;
|
|
58
58
|
|
|
59
|
+
declare const ComplaintOutline: FC<BaseIconProps>;
|
|
60
|
+
|
|
59
61
|
declare const CompletedOrder: FC<BaseIconProps>;
|
|
60
62
|
|
|
61
63
|
declare const ContactBook: FC<BaseIconProps>;
|
|
@@ -192,6 +194,8 @@ declare const ChatCsSolid: FC<BaseIconProps>;
|
|
|
192
194
|
|
|
193
195
|
declare const CheckShield: FC<BaseIconProps>;
|
|
194
196
|
|
|
197
|
+
declare const ComplaintSolid: FC<BaseIconProps>;
|
|
198
|
+
|
|
195
199
|
declare const Direction: FC<BaseIconProps>;
|
|
196
200
|
|
|
197
201
|
declare const EnvelopedSolid: FC<BaseIconProps>;
|
|
@@ -236,4 +240,4 @@ declare const Voucher: FC<BaseIconProps>;
|
|
|
236
240
|
|
|
237
241
|
declare const Wallet: FC<BaseIconProps>;
|
|
238
242
|
|
|
239
|
-
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, CompletedOrder as CompleteOrder, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Incoming, 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 };
|
|
243
|
+
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, ComplaintOutline, ComplaintSolid, CompletedOrder as CompleteOrder, ContactBook, Copy, Delivered, DeliveredRounded, Direction, Edit, Enveloped, EnvelopedSolid, EyeClose, EyeOpen, FastTruckSolid, Filter, GiftCardCheckRounded, GiftCardFailedRounded, Gps, Hand, Handphone, HandphoneSolid, Heart, HeartSolid, Help, Home, HomeSolid, Incoming, 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 };
|