@ctlyst.id/icons 2.1.0 → 2.2.0
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/index.d.mts +1 -29
- package/dist/index.d.ts +1 -29
- package/dist/index.js +1228 -1602
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1221 -1581
- package/dist/index.mjs.map +1 -1
- package/dist/v2.d.mts +27 -1
- package/dist/v2.d.ts +27 -1
- package/dist/v2.js +361 -36
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +344 -32
- package/dist/v2.mjs.map +1 -1
- package/package.json +23 -4
package/dist/index.d.mts
CHANGED
|
@@ -14,8 +14,6 @@ declare const ArrowDown: FC<BaseIconProps>;
|
|
|
14
14
|
|
|
15
15
|
declare const ArrowLeft: FC<BaseIconProps>;
|
|
16
16
|
|
|
17
|
-
declare const ArrowLeftRounded: FC<BaseIconProps>;
|
|
18
|
-
|
|
19
17
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
20
18
|
|
|
21
19
|
declare const ArrowTopLeft: FC<BaseIconProps>;
|
|
@@ -46,8 +44,6 @@ declare const Calendar: FC<BaseIconProps>;
|
|
|
46
44
|
|
|
47
45
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
48
46
|
|
|
49
|
-
declare const CalendarRounded: FC<BaseIconProps>;
|
|
50
|
-
|
|
51
47
|
declare const Call: FC<BaseIconProps>;
|
|
52
48
|
|
|
53
49
|
declare const Camera: FC<BaseIconProps>;
|
|
@@ -68,8 +64,6 @@ declare const Check: FC<BaseIconProps>;
|
|
|
68
64
|
|
|
69
65
|
declare const CheckFile: FC<BaseIconProps>;
|
|
70
66
|
|
|
71
|
-
declare const CheckRounded: FC<BaseIconProps>;
|
|
72
|
-
|
|
73
67
|
declare const CheckShield: FC<BaseIconProps>;
|
|
74
68
|
|
|
75
69
|
declare const Checkbox: FC<BaseIconProps>;
|
|
@@ -78,34 +72,22 @@ declare const CheckboxOff: FC<BaseIconProps>;
|
|
|
78
72
|
|
|
79
73
|
declare const ChevronDown: FC<BaseIconProps>;
|
|
80
74
|
|
|
81
|
-
declare const ChevronUpRounded$1: FC<BaseIconProps>;
|
|
82
|
-
|
|
83
75
|
declare const ChevronLeft: FC<BaseIconProps>;
|
|
84
76
|
|
|
85
|
-
declare const ChevronLeftRounded: FC<BaseIconProps>;
|
|
86
|
-
|
|
87
77
|
declare const ChevronRight: FC<BaseIconProps>;
|
|
88
78
|
|
|
89
|
-
declare const ChevronRightRounded: FC<BaseIconProps>;
|
|
90
|
-
|
|
91
79
|
declare const ChevronUp: FC<BaseIconProps>;
|
|
92
80
|
|
|
93
|
-
declare const ChevronUpRounded: FC<BaseIconProps>;
|
|
94
|
-
|
|
95
81
|
declare const Clock: FC<BaseIconProps>;
|
|
96
82
|
|
|
97
83
|
declare const Close: FC<BaseIconProps>;
|
|
98
84
|
|
|
99
85
|
declare const CloseAccount: FC<BaseIconProps>;
|
|
100
86
|
|
|
101
|
-
declare const CloseRounded: FC<BaseIconProps>;
|
|
102
|
-
|
|
103
87
|
declare const Completed: FC<BaseIconProps>;
|
|
104
88
|
|
|
105
89
|
declare const ContactBook: FC<BaseIconProps>;
|
|
106
90
|
|
|
107
|
-
declare const ContactBookRounded: FC<BaseIconProps>;
|
|
108
|
-
|
|
109
91
|
declare const Copy: FC<BaseIconProps>;
|
|
110
92
|
|
|
111
93
|
declare const Delivered: FC<BaseIconProps>;
|
|
@@ -134,12 +116,8 @@ declare const Expand: FC<BaseIconProps>;
|
|
|
134
116
|
|
|
135
117
|
declare const EyeClose: FC<BaseIconProps>;
|
|
136
118
|
|
|
137
|
-
declare const EyeCloseRounded: FC<BaseIconProps>;
|
|
138
|
-
|
|
139
119
|
declare const EyeOpen: FC<BaseIconProps>;
|
|
140
120
|
|
|
141
|
-
declare const EyeOpenRounded: FC<BaseIconProps>;
|
|
142
|
-
|
|
143
121
|
declare const FastTruck: FC<BaseIconProps>;
|
|
144
122
|
|
|
145
123
|
declare const Filter: FC<BaseIconProps>;
|
|
@@ -196,8 +174,6 @@ declare const Minus: FC<BaseIconProps>;
|
|
|
196
174
|
|
|
197
175
|
declare const MinusFill: FC<BaseIconProps>;
|
|
198
176
|
|
|
199
|
-
declare const MinusRounded: FC<BaseIconProps>;
|
|
200
|
-
|
|
201
177
|
declare const Mute: FC<BaseIconProps>;
|
|
202
178
|
|
|
203
179
|
declare const NoGps: FC<BaseIconProps>;
|
|
@@ -230,8 +206,6 @@ declare const Plus: FC<BaseIconProps>;
|
|
|
230
206
|
|
|
231
207
|
declare const PlusFill: FC<BaseIconProps>;
|
|
232
208
|
|
|
233
|
-
declare const PlusRounded: FC<BaseIconProps>;
|
|
234
|
-
|
|
235
209
|
declare const PointsValidity: FC<BaseIconProps>;
|
|
236
210
|
|
|
237
211
|
declare const Print: FC<BaseIconProps>;
|
|
@@ -254,8 +228,6 @@ declare const ScanQr: FC<BaseIconProps>;
|
|
|
254
228
|
|
|
255
229
|
declare const Search: FC<BaseIconProps>;
|
|
256
230
|
|
|
257
|
-
declare const SearchRounded: FC<BaseIconProps>;
|
|
258
|
-
|
|
259
231
|
declare const Setting: FC<BaseIconProps>;
|
|
260
232
|
|
|
261
233
|
declare const Share: FC<BaseIconProps>;
|
|
@@ -582,4 +554,4 @@ declare const ImgWarning: ({ size, testId, ...props }: BaseIconProps) => react_j
|
|
|
582
554
|
|
|
583
555
|
declare const ImgWelcome: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
584
556
|
|
|
585
|
-
export { BaseIconProps, Apple as IconApple, AppleColor as IconAppleColor, ArrowBottomLeft as IconArrowBottomLeft, ArrowBottomRight as IconArrowBottomRight, ArrowDown as IconArrowDown, ArrowLeft as IconArrowLeft,
|
|
557
|
+
export { BaseIconProps, Apple as IconApple, AppleColor as IconAppleColor, ArrowBottomLeft as IconArrowBottomLeft, ArrowBottomRight as IconArrowBottomRight, ArrowDown as IconArrowDown, ArrowLeft as IconArrowLeft, ArrowRight as IconArrowRight, ArrowTopLeft as IconArrowTopLeft, ArrowTopRight as IconArrowTopRight, ArrowUp as IconArrowUp, Authenticity as IconAuthenticity, Bag as IconBag, BagSolid as IconBagSolid, BankTransfer as IconBankTransfer, Barcode as IconBarcode, BarcodeSolid as IconBarcodeSolid, Bell as IconBell, BellSolid as IconBellSolid, BirthdayReward as IconBirthdayReward, Box as IconBox, BoxSolid as IconBoxSolid, BrokenImage as IconBrokenImage, BrokenImageSolid as IconBrokenImageSolid, BurgerMenu as IconBurgerMenu, Calendar as IconCalendar, CalendarEvent as IconCalendarEvent, CalendarEventSolid as IconCalendarEventSolid, CalendarSolid as IconCalendarSolid, Call as IconCall, CallSolid as IconCallSolid, Camera as IconCamera, Card as IconCard, CardCvv as IconCardCvv, CardSolid as IconCardSolid, Category as IconCategory, CategoryDesigners as IconCategoryDesigners, CategoryDesignersSolid as IconCategoryDesignersSolid, CategorySolid as IconCategorySolid, Chat as IconChat, ChatCs as IconChatCs, ChatCsSolid as IconChatCsSolid, ChatSolid as IconChatSolid, Check as IconCheck, CheckFile as IconCheckFile, CheckFileSolid as IconCheckFileSolid, CheckShield as IconCheckShield, CheckShieldSolid as IconCheckShieldSolid, Checkbox as IconCheckbox, CheckboxOff as IconCheckboxOff, CheckboxSolid as IconCheckboxSolid, ChevronDown as IconChevronDown, ChevronLeft as IconChevronLeft, ChevronRight as IconChevronRight, ChevronUp as IconChevronUp, Clock as IconClock, ClockSolid as IconClockSolid, Close as IconClose, CloseAccount as IconCloseAccount, Completed as IconCompleted, ContactBook as IconContactBook, ContactBookSolid as IconContactBookSolid, Copy as IconCopy, Delivered as IconDelivered, Delivery as IconDelivery, DeliverySolid as IconDeliverySolid, Discount as IconDiscount, DiscountSolid as IconDiscountSolid, Document as IconDocument, DocumentSolid as IconDocumentSolid, DownPayment as IconDownPayment, Download as IconDownload, EarlyAccess as IconEarlyAccess, Edit as IconEdit, Envelope as IconEnvelope, EnvelopeApplied as IconEnvelopeApplied, EnvelopeSolid as IconEnvelopeSolid, Error as IconError, ErrorSolid as IconErrorSolid, Expand as IconExpand, EyeClose as IconEyeClose, EyeOpen as IconEyeOpen, Facebook as IconFacebook, FacebookColor as IconFacebookColor, FastTruck as IconFastTruck, FastTruckSolid as IconFastTruckSolid, Filter as IconFilter, FreeShipping as IconFreeShipping, GiftCardCheck as IconGiftCardCheck, GiftCardFailed as IconGiftCardFailed, Globe as IconGlobe, Google as IconGoogle, GoogleColor as IconGoogleColor, Gps as IconGps, HalfStarSolid as IconHalfStarSolid, HandShake as IconHandShake, Handphone as IconHandphone, HandphoneSolid as IconHandphoneSolid, Headphone as IconHeadphone, HeartSolid as IconHearSolid, Heart as IconHeart, HeartSolid as IconHeartSolid, Help as IconHelp, HelpSolid as IconHelpSolid, History as IconHistory, Home as IconHome, HomeSolid as IconHomeSolid, House as IconHouse, HouseSolid as IconHouseSolid, ImageNotFound as IconImageNotFound, ImageNotFoundSolid as IconImageNotFoundSolid, Info as IconInfo, InfoSolid as IconInfoSolid, Instagram as IconInstagram, InstagramColor as IconInstagramColor, KebabMenu as IconKebabMenu, Link as IconLink, Linkedin as IconLinkedin, LinkedinColor as IconLinkedinColor, List as IconList, ListSolid as IconListSolid, Lock as IconLock, LockSolid as IconLockSolid, Login as IconLogin, Logout as IconLogout, MagnifyPlus as IconMagnifyPlus, MapMarker as IconMapMaker, MapMarkerSolid as IconMapMarkerSolid, MembershipRewardSolid as IconMembershipRewardSolid, Messenger as IconMessenger, MessengerColor as IconMessengerColor, Minus as IconMinus, MinusFill as IconMinusFill, MinusSolid as IconMinusSolid, Mute as IconMute, MuteSolid as IconMuteSolid, NoGps as IconNoGps, Notes as IconNotes, OrderCancelled as IconOrderCancelled, OrderFailed as IconOrderFailed, OrderHistory as IconOrderHistory, OrderProcessed as IconOrderProcessed, Otp as IconOtp, Pause as IconPause, PaymentFailed as IconPaymentFailed, PaymentSelected as IconPaymentSelected, PaymentVerification as IconPaymentVerification, PersonalStyling as IconPersonalStyling, Play as IconPlay, PlaySolid as IconPlaySolid, Plus as IconPlus, PlusFill as IconPlusFill, PlusSolid as IconPlusSolid, PointSolid as IconPointSolid, PointsValidity as IconPointValidity, Print as IconPrint, PrintSolid as IconPrintSolid, Profile as IconProfile, ProfileSolid as IconProfileSolid, PruchaseHistorySolid as IconPruchaseHistorySolid, QrCode as IconQrCode, QrCode2 as IconQrCode2, RadioOff as IconRadioOff, RadioOnSolid as IconRadioOnSolid, RedeemPointsSolid as IconRedeemPointsSolid, Redirect as IconRedirect, Refresh as IconRefresh, IconReturn, Reward as IconReward, RewardSolid$1 as IconRewardSolid, RewardSolid as IconRewardStar, ScanQr as IconScanQr, Search as IconSearch, SearchSolid as IconSearchSolid, Setting as IconSetting, SettingSolid as IconSettingSolid, Share as IconShare, Shipped as IconShipped, Shipping as IconShipping, ShippingCheck as IconShippingCheck, SizeChart as IconSizeChart, Sort as IconSort, Star as IconStar, StarSolid as IconStarSolid, StoreCompleted as IconStoreCompleted, Success as IconSuccess, SuccessSolid as IconSuccessSolid, TapSolid as IconTapSolid, Telegram as IconTelegram, TelegramColor as IconTelegramColor, ThumbSolid as IconThumbSolid, Tiktok as IconTiktok, TiktokColor as IconTiktokColor, Trash as IconTrash, TrashSolid as IconTrashSolid, Truck as IconTruck, TruckSolid as IconTruckSolid, Thumb as IconTumb, Twitter as IconTwitter, TwitterColor as IconTwitterColor, Upload as IconUpload, Verified as IconVerified, VerifiedSolid as IconVerifiedSolid, VirtualWallet as IconVirtualWallet, VirtualWalletApplied as IconVirtualWalletApplied, VoilaMarketplace as IconVoilaMarketplace, VoilaPoint as IconVoilaPoint, VoilaPointGray as IconVoilaPointGray, VoilaPointGreen as IconVoilaPointGreen, WelcomeReward$1 as IconVoilaPointOutline, VoilaTierBlack as IconVoilaTierBlack, VoilaTierBronze as IconVoilaTierBronze, VoilaTierDisabled as IconVoilaTierDisabled, VoilaTierGold as IconVoilaTierGold, VoilaTierSilver as IconVoilaTierSilver, Volume1 as IconVolume1, Volume1Solid as IconVolume1Solid, Volume2 as IconVolume2, Volume2Solid as IconVolume2Solid, Voucher as IconVoucher, VoucherApplied as IconVoucherApplied, VoucherSolid as IconVoucherSolid, WaitingDocument as IconWaitingDocument, WaitingItem as IconWaitingItem, WaitingPayment as IconWaitingPayment, Wallet as IconWallet, WalletSolid as IconWalletSolid, Warning as IconWarning, WarningDocument as IconWarningDocument, WarningDocumentSolid as IconWarningDocumentSolid, WarningSolid as IconWarningSolid, WelcomeReward as IconWelcomeReward, Whatsapp as IconWhatsapp, WhatsappColor as IconWhatsappColor, Youtube as IconYoutube, YoutubeColor as IconYoutubeColor, Zoom as IconZoom, ZoomIn as IconZoomIn, ZoomOut as IconZoomOut, Img100Authentic, Img404, ImgAddressNotFound, ImgBag, ImgBrokenImage, ImgClock, ImgCloseLocation1, ImgCloseLocation2, ImgCollection, ImgDocument, ImgEmptyBoutique, ImgEmptyContact, ImgEmptyOrder, ImgEmptyProduct$1 as ImgEmptyProduct, ImgEnvelope, ImgExploreProduct, ImgFaceId, ImgFingerPrint as ImgFingerprint, ImgForm, ImgHeart, ImgLostConnection, ImgNoCamera, ImgNoTransaction, ImgNoVoilaPoint, ImgNotFound, ImgOverload, ImgPaymentFailed, ImgPaymentPending, ImgPostal, ImgRefresh, ImgSearchNotFound, ImgShield, ImgUpdate, ImgEmptyProduct as ImgVoilaPoints, ImgVoucher, ImgWarning, ImgWelcome, useIconProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -14,8 +14,6 @@ declare const ArrowDown: FC<BaseIconProps>;
|
|
|
14
14
|
|
|
15
15
|
declare const ArrowLeft: FC<BaseIconProps>;
|
|
16
16
|
|
|
17
|
-
declare const ArrowLeftRounded: FC<BaseIconProps>;
|
|
18
|
-
|
|
19
17
|
declare const ArrowRight: FC<BaseIconProps>;
|
|
20
18
|
|
|
21
19
|
declare const ArrowTopLeft: FC<BaseIconProps>;
|
|
@@ -46,8 +44,6 @@ declare const Calendar: FC<BaseIconProps>;
|
|
|
46
44
|
|
|
47
45
|
declare const CalendarEvent: FC<BaseIconProps>;
|
|
48
46
|
|
|
49
|
-
declare const CalendarRounded: FC<BaseIconProps>;
|
|
50
|
-
|
|
51
47
|
declare const Call: FC<BaseIconProps>;
|
|
52
48
|
|
|
53
49
|
declare const Camera: FC<BaseIconProps>;
|
|
@@ -68,8 +64,6 @@ declare const Check: FC<BaseIconProps>;
|
|
|
68
64
|
|
|
69
65
|
declare const CheckFile: FC<BaseIconProps>;
|
|
70
66
|
|
|
71
|
-
declare const CheckRounded: FC<BaseIconProps>;
|
|
72
|
-
|
|
73
67
|
declare const CheckShield: FC<BaseIconProps>;
|
|
74
68
|
|
|
75
69
|
declare const Checkbox: FC<BaseIconProps>;
|
|
@@ -78,34 +72,22 @@ declare const CheckboxOff: FC<BaseIconProps>;
|
|
|
78
72
|
|
|
79
73
|
declare const ChevronDown: FC<BaseIconProps>;
|
|
80
74
|
|
|
81
|
-
declare const ChevronUpRounded$1: FC<BaseIconProps>;
|
|
82
|
-
|
|
83
75
|
declare const ChevronLeft: FC<BaseIconProps>;
|
|
84
76
|
|
|
85
|
-
declare const ChevronLeftRounded: FC<BaseIconProps>;
|
|
86
|
-
|
|
87
77
|
declare const ChevronRight: FC<BaseIconProps>;
|
|
88
78
|
|
|
89
|
-
declare const ChevronRightRounded: FC<BaseIconProps>;
|
|
90
|
-
|
|
91
79
|
declare const ChevronUp: FC<BaseIconProps>;
|
|
92
80
|
|
|
93
|
-
declare const ChevronUpRounded: FC<BaseIconProps>;
|
|
94
|
-
|
|
95
81
|
declare const Clock: FC<BaseIconProps>;
|
|
96
82
|
|
|
97
83
|
declare const Close: FC<BaseIconProps>;
|
|
98
84
|
|
|
99
85
|
declare const CloseAccount: FC<BaseIconProps>;
|
|
100
86
|
|
|
101
|
-
declare const CloseRounded: FC<BaseIconProps>;
|
|
102
|
-
|
|
103
87
|
declare const Completed: FC<BaseIconProps>;
|
|
104
88
|
|
|
105
89
|
declare const ContactBook: FC<BaseIconProps>;
|
|
106
90
|
|
|
107
|
-
declare const ContactBookRounded: FC<BaseIconProps>;
|
|
108
|
-
|
|
109
91
|
declare const Copy: FC<BaseIconProps>;
|
|
110
92
|
|
|
111
93
|
declare const Delivered: FC<BaseIconProps>;
|
|
@@ -134,12 +116,8 @@ declare const Expand: FC<BaseIconProps>;
|
|
|
134
116
|
|
|
135
117
|
declare const EyeClose: FC<BaseIconProps>;
|
|
136
118
|
|
|
137
|
-
declare const EyeCloseRounded: FC<BaseIconProps>;
|
|
138
|
-
|
|
139
119
|
declare const EyeOpen: FC<BaseIconProps>;
|
|
140
120
|
|
|
141
|
-
declare const EyeOpenRounded: FC<BaseIconProps>;
|
|
142
|
-
|
|
143
121
|
declare const FastTruck: FC<BaseIconProps>;
|
|
144
122
|
|
|
145
123
|
declare const Filter: FC<BaseIconProps>;
|
|
@@ -196,8 +174,6 @@ declare const Minus: FC<BaseIconProps>;
|
|
|
196
174
|
|
|
197
175
|
declare const MinusFill: FC<BaseIconProps>;
|
|
198
176
|
|
|
199
|
-
declare const MinusRounded: FC<BaseIconProps>;
|
|
200
|
-
|
|
201
177
|
declare const Mute: FC<BaseIconProps>;
|
|
202
178
|
|
|
203
179
|
declare const NoGps: FC<BaseIconProps>;
|
|
@@ -230,8 +206,6 @@ declare const Plus: FC<BaseIconProps>;
|
|
|
230
206
|
|
|
231
207
|
declare const PlusFill: FC<BaseIconProps>;
|
|
232
208
|
|
|
233
|
-
declare const PlusRounded: FC<BaseIconProps>;
|
|
234
|
-
|
|
235
209
|
declare const PointsValidity: FC<BaseIconProps>;
|
|
236
210
|
|
|
237
211
|
declare const Print: FC<BaseIconProps>;
|
|
@@ -254,8 +228,6 @@ declare const ScanQr: FC<BaseIconProps>;
|
|
|
254
228
|
|
|
255
229
|
declare const Search: FC<BaseIconProps>;
|
|
256
230
|
|
|
257
|
-
declare const SearchRounded: FC<BaseIconProps>;
|
|
258
|
-
|
|
259
231
|
declare const Setting: FC<BaseIconProps>;
|
|
260
232
|
|
|
261
233
|
declare const Share: FC<BaseIconProps>;
|
|
@@ -582,4 +554,4 @@ declare const ImgWarning: ({ size, testId, ...props }: BaseIconProps) => react_j
|
|
|
582
554
|
|
|
583
555
|
declare const ImgWelcome: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
|
|
584
556
|
|
|
585
|
-
export { BaseIconProps, Apple as IconApple, AppleColor as IconAppleColor, ArrowBottomLeft as IconArrowBottomLeft, ArrowBottomRight as IconArrowBottomRight, ArrowDown as IconArrowDown, ArrowLeft as IconArrowLeft,
|
|
557
|
+
export { BaseIconProps, Apple as IconApple, AppleColor as IconAppleColor, ArrowBottomLeft as IconArrowBottomLeft, ArrowBottomRight as IconArrowBottomRight, ArrowDown as IconArrowDown, ArrowLeft as IconArrowLeft, ArrowRight as IconArrowRight, ArrowTopLeft as IconArrowTopLeft, ArrowTopRight as IconArrowTopRight, ArrowUp as IconArrowUp, Authenticity as IconAuthenticity, Bag as IconBag, BagSolid as IconBagSolid, BankTransfer as IconBankTransfer, Barcode as IconBarcode, BarcodeSolid as IconBarcodeSolid, Bell as IconBell, BellSolid as IconBellSolid, BirthdayReward as IconBirthdayReward, Box as IconBox, BoxSolid as IconBoxSolid, BrokenImage as IconBrokenImage, BrokenImageSolid as IconBrokenImageSolid, BurgerMenu as IconBurgerMenu, Calendar as IconCalendar, CalendarEvent as IconCalendarEvent, CalendarEventSolid as IconCalendarEventSolid, CalendarSolid as IconCalendarSolid, Call as IconCall, CallSolid as IconCallSolid, Camera as IconCamera, Card as IconCard, CardCvv as IconCardCvv, CardSolid as IconCardSolid, Category as IconCategory, CategoryDesigners as IconCategoryDesigners, CategoryDesignersSolid as IconCategoryDesignersSolid, CategorySolid as IconCategorySolid, Chat as IconChat, ChatCs as IconChatCs, ChatCsSolid as IconChatCsSolid, ChatSolid as IconChatSolid, Check as IconCheck, CheckFile as IconCheckFile, CheckFileSolid as IconCheckFileSolid, CheckShield as IconCheckShield, CheckShieldSolid as IconCheckShieldSolid, Checkbox as IconCheckbox, CheckboxOff as IconCheckboxOff, CheckboxSolid as IconCheckboxSolid, ChevronDown as IconChevronDown, ChevronLeft as IconChevronLeft, ChevronRight as IconChevronRight, ChevronUp as IconChevronUp, Clock as IconClock, ClockSolid as IconClockSolid, Close as IconClose, CloseAccount as IconCloseAccount, Completed as IconCompleted, ContactBook as IconContactBook, ContactBookSolid as IconContactBookSolid, Copy as IconCopy, Delivered as IconDelivered, Delivery as IconDelivery, DeliverySolid as IconDeliverySolid, Discount as IconDiscount, DiscountSolid as IconDiscountSolid, Document as IconDocument, DocumentSolid as IconDocumentSolid, DownPayment as IconDownPayment, Download as IconDownload, EarlyAccess as IconEarlyAccess, Edit as IconEdit, Envelope as IconEnvelope, EnvelopeApplied as IconEnvelopeApplied, EnvelopeSolid as IconEnvelopeSolid, Error as IconError, ErrorSolid as IconErrorSolid, Expand as IconExpand, EyeClose as IconEyeClose, EyeOpen as IconEyeOpen, Facebook as IconFacebook, FacebookColor as IconFacebookColor, FastTruck as IconFastTruck, FastTruckSolid as IconFastTruckSolid, Filter as IconFilter, FreeShipping as IconFreeShipping, GiftCardCheck as IconGiftCardCheck, GiftCardFailed as IconGiftCardFailed, Globe as IconGlobe, Google as IconGoogle, GoogleColor as IconGoogleColor, Gps as IconGps, HalfStarSolid as IconHalfStarSolid, HandShake as IconHandShake, Handphone as IconHandphone, HandphoneSolid as IconHandphoneSolid, Headphone as IconHeadphone, HeartSolid as IconHearSolid, Heart as IconHeart, HeartSolid as IconHeartSolid, Help as IconHelp, HelpSolid as IconHelpSolid, History as IconHistory, Home as IconHome, HomeSolid as IconHomeSolid, House as IconHouse, HouseSolid as IconHouseSolid, ImageNotFound as IconImageNotFound, ImageNotFoundSolid as IconImageNotFoundSolid, Info as IconInfo, InfoSolid as IconInfoSolid, Instagram as IconInstagram, InstagramColor as IconInstagramColor, KebabMenu as IconKebabMenu, Link as IconLink, Linkedin as IconLinkedin, LinkedinColor as IconLinkedinColor, List as IconList, ListSolid as IconListSolid, Lock as IconLock, LockSolid as IconLockSolid, Login as IconLogin, Logout as IconLogout, MagnifyPlus as IconMagnifyPlus, MapMarker as IconMapMaker, MapMarkerSolid as IconMapMarkerSolid, MembershipRewardSolid as IconMembershipRewardSolid, Messenger as IconMessenger, MessengerColor as IconMessengerColor, Minus as IconMinus, MinusFill as IconMinusFill, MinusSolid as IconMinusSolid, Mute as IconMute, MuteSolid as IconMuteSolid, NoGps as IconNoGps, Notes as IconNotes, OrderCancelled as IconOrderCancelled, OrderFailed as IconOrderFailed, OrderHistory as IconOrderHistory, OrderProcessed as IconOrderProcessed, Otp as IconOtp, Pause as IconPause, PaymentFailed as IconPaymentFailed, PaymentSelected as IconPaymentSelected, PaymentVerification as IconPaymentVerification, PersonalStyling as IconPersonalStyling, Play as IconPlay, PlaySolid as IconPlaySolid, Plus as IconPlus, PlusFill as IconPlusFill, PlusSolid as IconPlusSolid, PointSolid as IconPointSolid, PointsValidity as IconPointValidity, Print as IconPrint, PrintSolid as IconPrintSolid, Profile as IconProfile, ProfileSolid as IconProfileSolid, PruchaseHistorySolid as IconPruchaseHistorySolid, QrCode as IconQrCode, QrCode2 as IconQrCode2, RadioOff as IconRadioOff, RadioOnSolid as IconRadioOnSolid, RedeemPointsSolid as IconRedeemPointsSolid, Redirect as IconRedirect, Refresh as IconRefresh, IconReturn, Reward as IconReward, RewardSolid$1 as IconRewardSolid, RewardSolid as IconRewardStar, ScanQr as IconScanQr, Search as IconSearch, SearchSolid as IconSearchSolid, Setting as IconSetting, SettingSolid as IconSettingSolid, Share as IconShare, Shipped as IconShipped, Shipping as IconShipping, ShippingCheck as IconShippingCheck, SizeChart as IconSizeChart, Sort as IconSort, Star as IconStar, StarSolid as IconStarSolid, StoreCompleted as IconStoreCompleted, Success as IconSuccess, SuccessSolid as IconSuccessSolid, TapSolid as IconTapSolid, Telegram as IconTelegram, TelegramColor as IconTelegramColor, ThumbSolid as IconThumbSolid, Tiktok as IconTiktok, TiktokColor as IconTiktokColor, Trash as IconTrash, TrashSolid as IconTrashSolid, Truck as IconTruck, TruckSolid as IconTruckSolid, Thumb as IconTumb, Twitter as IconTwitter, TwitterColor as IconTwitterColor, Upload as IconUpload, Verified as IconVerified, VerifiedSolid as IconVerifiedSolid, VirtualWallet as IconVirtualWallet, VirtualWalletApplied as IconVirtualWalletApplied, VoilaMarketplace as IconVoilaMarketplace, VoilaPoint as IconVoilaPoint, VoilaPointGray as IconVoilaPointGray, VoilaPointGreen as IconVoilaPointGreen, WelcomeReward$1 as IconVoilaPointOutline, VoilaTierBlack as IconVoilaTierBlack, VoilaTierBronze as IconVoilaTierBronze, VoilaTierDisabled as IconVoilaTierDisabled, VoilaTierGold as IconVoilaTierGold, VoilaTierSilver as IconVoilaTierSilver, Volume1 as IconVolume1, Volume1Solid as IconVolume1Solid, Volume2 as IconVolume2, Volume2Solid as IconVolume2Solid, Voucher as IconVoucher, VoucherApplied as IconVoucherApplied, VoucherSolid as IconVoucherSolid, WaitingDocument as IconWaitingDocument, WaitingItem as IconWaitingItem, WaitingPayment as IconWaitingPayment, Wallet as IconWallet, WalletSolid as IconWalletSolid, Warning as IconWarning, WarningDocument as IconWarningDocument, WarningDocumentSolid as IconWarningDocumentSolid, WarningSolid as IconWarningSolid, WelcomeReward as IconWelcomeReward, Whatsapp as IconWhatsapp, WhatsappColor as IconWhatsappColor, Youtube as IconYoutube, YoutubeColor as IconYoutubeColor, Zoom as IconZoom, ZoomIn as IconZoomIn, ZoomOut as IconZoomOut, Img100Authentic, Img404, ImgAddressNotFound, ImgBag, ImgBrokenImage, ImgClock, ImgCloseLocation1, ImgCloseLocation2, ImgCollection, ImgDocument, ImgEmptyBoutique, ImgEmptyContact, ImgEmptyOrder, ImgEmptyProduct$1 as ImgEmptyProduct, ImgEnvelope, ImgExploreProduct, ImgFaceId, ImgFingerPrint as ImgFingerprint, ImgForm, ImgHeart, ImgLostConnection, ImgNoCamera, ImgNoTransaction, ImgNoVoilaPoint, ImgNotFound, ImgOverload, ImgPaymentFailed, ImgPaymentPending, ImgPostal, ImgRefresh, ImgSearchNotFound, ImgShield, ImgUpdate, ImgEmptyProduct as ImgVoilaPoints, ImgVoucher, ImgWarning, ImgWelcome, useIconProps };
|