@ctlyst.id/icons 3.0.0-beta.0 → 3.0.0-beta.2

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.
Files changed (47) hide show
  1. package/dist/chunk-GRXA7IYT.mjs +3 -0
  2. package/dist/chunk-GRXA7IYT.mjs.map +1 -0
  3. package/dist/chunk-GXYYN7B4.js +3 -0
  4. package/dist/chunk-GXYYN7B4.js.map +1 -0
  5. package/dist/chunk-KMMV7B4Q.js +3 -0
  6. package/dist/chunk-KMMV7B4Q.js.map +1 -0
  7. package/dist/chunk-NVOSOIDC.mjs +3 -0
  8. package/dist/chunk-NVOSOIDC.mjs.map +1 -0
  9. package/dist/chunk-QGZYLGD2.mjs +3 -0
  10. package/dist/chunk-QGZYLGD2.mjs.map +1 -0
  11. package/dist/chunk-XFMUWTC2.js +3 -0
  12. package/dist/chunk-XFMUWTC2.js.map +1 -0
  13. package/dist/chunk-Z43EEDP6.mjs +2 -0
  14. package/dist/chunk-Z43EEDP6.mjs.map +1 -0
  15. package/dist/chunk-ZKLTM63K.js +2 -0
  16. package/dist/chunk-ZKLTM63K.js.map +1 -0
  17. package/dist/index.d.mts +6 -477
  18. package/dist/index.d.ts +6 -477
  19. package/dist/index.js +2 -7328
  20. package/dist/index.js.map +1 -1
  21. package/dist/index.mjs +2 -7006
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/outline.d.mts +307 -0
  24. package/dist/outline.d.ts +307 -0
  25. package/dist/outline.js +2 -0
  26. package/dist/outline.js.map +1 -0
  27. package/dist/outline.mjs +2 -0
  28. package/dist/outline.mjs.map +1 -0
  29. package/dist/social-icons.d.mts +50 -0
  30. package/dist/social-icons.d.ts +50 -0
  31. package/dist/social-icons.js +2 -0
  32. package/dist/social-icons.js.map +1 -0
  33. package/dist/social-icons.mjs +2 -0
  34. package/dist/social-icons.mjs.map +1 -0
  35. package/dist/solid.d.mts +133 -0
  36. package/dist/solid.d.ts +133 -0
  37. package/dist/solid.js +2 -0
  38. package/dist/solid.js.map +1 -0
  39. package/dist/solid.mjs +2 -0
  40. package/dist/solid.mjs.map +1 -0
  41. package/dist/v2.js +2 -2826
  42. package/dist/v2.js.map +1 -1
  43. package/dist/v2.mjs +2 -2687
  44. package/dist/v2.mjs.map +1 -1
  45. package/package.json +41 -8
  46. package/dist/chunk-I6TGOPV6.mjs +0 -28
  47. package/dist/chunk-I6TGOPV6.mjs.map +0 -1
@@ -0,0 +1,2 @@
1
+ import {theme}from'@ctlyst.id/voila-ui-core';var l=e=>({...e,color:e.color?theme.colors[e.color]?theme.colors[e.color]:e.color:"inherit",fill:(e==null?undefined:e.fill)||"currentColor",width:(e==null?undefined:e.size)||24,height:(e==null?undefined:e.size)||24}),t=l;export{t as a};//# sourceMappingURL=chunk-Z43EEDP6.mjs.map
2
+ //# sourceMappingURL=chunk-Z43EEDP6.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/utils/use-icon-props.ts"],"names":["useIconProps","props","theme","use_icon_props_default"],"mappings":"6CAKA,IAAMA,EAAgBC,CAeb,GAAA,CACL,GAAGA,CACH,CAAA,KAAA,CAZKA,EAAM,KAIPC,CAAAA,KAAAA,CAAM,OAAOD,CAAM,CAAA,KAAoB,EAClCC,KAAM,CAAA,MAAA,CAAOD,EAAM,KAAoB,CAAA,CAGzCA,EAAM,KAPJ,CAAA,SAAA,CAYT,MAAMA,CAAA,EAAA,IAAA,CAAA,SAAA,CAAAA,EAAO,IAhBQ,GAAA,cAAA,CAiBrB,OAAOA,CAAA,EAAA,IAAA,CAAA,SAAA,CAAAA,EAAO,IAAQ,GAAA,EAAA,CACtB,QAAQA,CAAA,EAAA,IAAA,CAAA,SAAA,CAAAA,EAAO,IAAQ,GAAA,EACzB,GAGKE,CAAQH,CAAAA","file":"chunk-Z43EEDP6.mjs","sourcesContent":["import { theme } from '@ctlyst.id/voila-ui-core';\nimport type { SVGProps } from 'react';\n\nimport type { BaseIconProps, ThemeColors } from '.';\n\nconst useIconProps = (props: BaseIconProps): SVGProps<SVGSVGElement> => {\n const defaultSize = 24;\n const defaultSVGFill = 'currentColor';\n\n const resolveColor = () => {\n if (!props.color) {\n return 'inherit';\n }\n\n if (theme.colors[props.color as ThemeColors]) {\n return theme.colors[props.color as ThemeColors];\n }\n\n return props.color;\n };\n return {\n ...props,\n color: resolveColor(),\n fill: props?.fill || defaultSVGFill,\n width: props?.size || defaultSize,\n height: props?.size || defaultSize,\n };\n};\n\nexport default useIconProps;\n"]}
@@ -0,0 +1,2 @@
1
+ 'use strict';var voilaUiCore=require('@ctlyst.id/voila-ui-core');var l=e=>({...e,color:e.color?voilaUiCore.theme.colors[e.color]?voilaUiCore.theme.colors[e.color]:e.color:"inherit",fill:(e==null?undefined:e.fill)||"currentColor",width:(e==null?undefined:e.size)||24,height:(e==null?undefined:e.size)||24}),t=l;exports.a=t;//# sourceMappingURL=chunk-ZKLTM63K.js.map
2
+ //# sourceMappingURL=chunk-ZKLTM63K.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/utils/use-icon-props.ts"],"names":["useIconProps","props","theme","use_icon_props_default"],"mappings":"iEAKA,IAAMA,EAAgBC,CAeb,GAAA,CACL,GAAGA,CACH,CAAA,KAAA,CAZKA,EAAM,KAIPC,CAAAA,iBAAAA,CAAM,OAAOD,CAAM,CAAA,KAAoB,EAClCC,iBAAM,CAAA,MAAA,CAAOD,EAAM,KAAoB,CAAA,CAGzCA,EAAM,KAPJ,CAAA,SAAA,CAYT,MAAMA,CAAA,EAAA,IAAA,CAAA,SAAA,CAAAA,EAAO,IAhBQ,GAAA,cAAA,CAiBrB,OAAOA,CAAA,EAAA,IAAA,CAAA,SAAA,CAAAA,EAAO,IAAQ,GAAA,EAAA,CACtB,QAAQA,CAAA,EAAA,IAAA,CAAA,SAAA,CAAAA,EAAO,IAAQ,GAAA,EACzB,GAGKE,CAAQH,CAAAA","file":"chunk-ZKLTM63K.js","sourcesContent":["import { theme } from '@ctlyst.id/voila-ui-core';\nimport type { SVGProps } from 'react';\n\nimport type { BaseIconProps, ThemeColors } from '.';\n\nconst useIconProps = (props: BaseIconProps): SVGProps<SVGSVGElement> => {\n const defaultSize = 24;\n const defaultSVGFill = 'currentColor';\n\n const resolveColor = () => {\n if (!props.color) {\n return 'inherit';\n }\n\n if (theme.colors[props.color as ThemeColors]) {\n return theme.colors[props.color as ThemeColors];\n }\n\n return props.color;\n };\n return {\n ...props,\n color: resolveColor(),\n fill: props?.fill || defaultSVGFill,\n width: props?.size || defaultSize,\n height: props?.size || defaultSize,\n };\n};\n\nexport default useIconProps;\n"]}
package/dist/index.d.mts CHANGED
@@ -1,485 +1,14 @@
1
- import { SVGProps, FC } from 'react';
1
+ export { IconArrowBottomLeft, IconArrowBottomRight, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowTopLeft, IconArrowTopRight, IconArrowUp, IconAuthenticity, IconBag, IconBankTransfer, IconBarcode, IconBell, IconBirthdayReward, IconBox, IconBrokenImage, IconBurgerMenu, IconCalendar, IconCalendarEvent, IconCall, IconCamera, IconCard, IconCardCvv, IconCategory, IconCategoryDesigners, IconChat, IconChatCs, IconCheck, IconCheckFile, IconCheckShield, IconCheckbox, IconCheckboxOff, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClock, IconClose, IconCloseAccount, IconCompleted, IconContactBook, IconCopy, IconDelivered, IconDelivery, IconDiscount, IconDocument, IconDownPayment, IconDownload, IconEarlyAccess, IconEdit, IconEnvelope, IconEnvelopeApplied, IconError, IconExpand, IconEyeClose, IconEyeOpen, IconFastTruck, IconFilter, IconFreeShipping, IconGiftCardCheck, IconGiftCardFailed, IconGlobe, IconGps, IconHandShake, IconHandphone, IconHeadphone, IconHeart, IconHelp, IconHistory, IconHome, IconHouse, IconImageNotFound, IconInfo, IconKebabMenu, IconLink, IconList, IconLock, IconLogin, IconLogout, IconMagnifyPlus, IconMapMaker, IconMinus, IconMinusFill, IconMute, IconNoGps, IconNotes, IconOrderCancelled, IconOrderFailed, IconOrderHistory, IconOrderProcessed, IconOtp, IconPause, IconPaymentFailed, IconPaymentSelected, IconPaymentVerification, IconPersonalStyling, IconPlay, IconPlus, IconPlusFill, IconPointValidity, IconPrint, IconProfile, IconQrCode, IconQrCode2, IconRadioOff, IconRedirect, IconRefresh, IconReturn, IconReward, IconScanQr, IconSearch, IconSetting, IconShare, IconShipped, IconShipping, IconShippingCheck, IconSizeChart, IconSort, IconStar, IconStoreCompleted, IconSuccess, IconTrash, IconTruck, IconTumb, IconUpload, IconVerified, IconVirtualWallet, IconVirtualWalletApplied, IconVoilaPoint, IconVoilaPointGray, IconVoilaPointGreen, IconVoilaPointOutline, IconVoilaTierBlack, IconVoilaTierBronze, IconVoilaTierDisabled, IconVoilaTierGold, IconVoilaTierSilver, IconVolume1, IconVolume2, IconVoucher, IconVoucherApplied, IconWaitingDocument, IconWaitingItem, IconWaitingPayment, IconWallet, IconWarning, IconWarningDocument, IconWelcomeReward, IconZoom, IconZoomIn, IconZoomOut } from './outline.mjs';
2
+ export { IconBagSolid, IconBarcodeSolid, IconBellSolid, IconBoxSolid, IconBrokenImageSolid, IconCalendarEventSolid, IconCalendarSolid, IconCallSolid, IconCardSolid, IconCategoryDesignersSolid, IconCategorySolid, IconChatCsSolid, IconChatSolid, IconCheckFileSolid, IconCheckShieldSolid, IconCheckboxSolid, IconClockSolid, IconContactBookSolid, IconDeliverySolid, IconDiscountSolid, IconDocumentSolid, IconEnvelopeSolid, IconErrorSolid, IconFastTruckSolid, IconHalfStarSolid, IconHandphoneSolid, IconHearSolid, IconHearSolid as IconHeartSolid, IconHelpSolid, IconHomeSolid, IconHouseSolid, IconImageNotFoundSolid, IconInfoSolid, IconListSolid, IconLockSolid, IconMapMarkerSolid, IconMembershipRewardSolid, IconMinusSolid, IconMuteSolid, IconPlaySolid, IconPlusSolid, IconPointSolid, IconPrintSolid, IconProfileSolid, IconPruchaseHistorySolid, IconRadioOnSolid, IconRedeemPointsSolid, IconRewardSolid, IconRewardStar, IconSearchSolid, IconSettingSolid, IconStarSolid, IconSuccessSolid, IconTapSolid, IconThumbSolid, IconTrashSolid, IconTruckSolid, IconVerifiedSolid, IconVoilaMarketplace, IconVolume1Solid, IconVolume2Solid, IconVoucherSolid, IconWalletSolid, IconWarningDocumentSolid, IconWarningSolid } from './solid.mjs';
3
+ export { IconApple, IconAppleColor, IconFacebook, IconFacebookColor, IconGoogle, IconGoogleColor, IconInstagram, IconInstagramColor, IconLinkedin, IconLinkedinColor, IconMessenger, IconMessengerColor, IconTelegram, IconTelegramColor, IconTiktok, IconTiktokColor, IconTwitter, IconTwitterColor, IconWhatsapp, IconWhatsappColor, IconYoutube, IconYoutubeColor } from './social-icons.mjs';
4
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
5
  import { B as BaseIconProps } from './types-CNq5nXnT.mjs';
3
6
  export { T as ThemeColors } from './types-CNq5nXnT.mjs';
4
- import * as react_jsx_runtime from 'react/jsx-runtime';
7
+ import { SVGProps } from 'react';
5
8
  import '@ctlyst.id/voila-ui-core';
6
9
 
7
10
  declare const useIconProps: (props: BaseIconProps) => SVGProps<SVGSVGElement>;
8
11
 
9
- declare const ArrowBottomLeft: FC<BaseIconProps>;
10
-
11
- declare const ArrowBottomRight: FC<BaseIconProps>;
12
-
13
- declare const ArrowDown: FC<BaseIconProps>;
14
-
15
- declare const ArrowLeft: FC<BaseIconProps>;
16
-
17
- declare const ArrowRight: FC<BaseIconProps>;
18
-
19
- declare const ArrowTopLeft: FC<BaseIconProps>;
20
-
21
- declare const ArrowTopRight: FC<BaseIconProps>;
22
-
23
- declare const ArrowUp: FC<BaseIconProps>;
24
-
25
- declare const Authenticity: FC<BaseIconProps>;
26
-
27
- declare const Bag: FC<BaseIconProps>;
28
-
29
- declare const BankTransfer: FC<BaseIconProps>;
30
-
31
- declare const Barcode: FC<BaseIconProps>;
32
-
33
- declare const Bell: FC<BaseIconProps>;
34
-
35
- declare const BirthdayReward: FC<BaseIconProps>;
36
-
37
- declare const Box: FC<BaseIconProps>;
38
-
39
- declare const BrokenImage: FC<BaseIconProps>;
40
-
41
- declare const BurgerMenu: FC<BaseIconProps>;
42
-
43
- declare const Calendar: FC<BaseIconProps>;
44
-
45
- declare const CalendarEvent: FC<BaseIconProps>;
46
-
47
- declare const Call: FC<BaseIconProps>;
48
-
49
- declare const Camera: FC<BaseIconProps>;
50
-
51
- declare const Card: FC<BaseIconProps>;
52
-
53
- declare const CardCvv: FC<BaseIconProps>;
54
-
55
- declare const Category: FC<BaseIconProps>;
56
-
57
- declare const CategoryDesigners: FC<BaseIconProps>;
58
-
59
- declare const Chat: FC<BaseIconProps>;
60
-
61
- declare const ChatCs: FC<BaseIconProps>;
62
-
63
- declare const Check: FC<BaseIconProps>;
64
-
65
- declare const CheckFile: FC<BaseIconProps>;
66
-
67
- declare const CheckShield: FC<BaseIconProps>;
68
-
69
- declare const Checkbox: FC<BaseIconProps>;
70
-
71
- declare const CheckboxOff: FC<BaseIconProps>;
72
-
73
- declare const ChevronDown: FC<BaseIconProps>;
74
-
75
- declare const ChevronLeft: FC<BaseIconProps>;
76
-
77
- declare const ChevronRight: FC<BaseIconProps>;
78
-
79
- declare const ChevronUp: FC<BaseIconProps>;
80
-
81
- declare const Clock: FC<BaseIconProps>;
82
-
83
- declare const Close: FC<BaseIconProps>;
84
-
85
- declare const CloseAccount: FC<BaseIconProps>;
86
-
87
- declare const Completed: FC<BaseIconProps>;
88
-
89
- declare const ContactBook: FC<BaseIconProps>;
90
-
91
- declare const Copy: FC<BaseIconProps>;
92
-
93
- declare const Delivered: FC<BaseIconProps>;
94
-
95
- declare const Delivery: FC<BaseIconProps>;
96
-
97
- declare const Discount: FC<BaseIconProps>;
98
-
99
- declare const Document: FC<BaseIconProps>;
100
-
101
- declare const DownPayment: FC<BaseIconProps>;
102
-
103
- declare const Download: FC<BaseIconProps>;
104
-
105
- declare const EarlyAccess: FC<BaseIconProps>;
106
-
107
- declare const Edit: FC<BaseIconProps>;
108
-
109
- declare const Envelope: FC<BaseIconProps>;
110
-
111
- declare const EnvelopeApplied: FC<BaseIconProps>;
112
-
113
- declare const Error: FC<BaseIconProps>;
114
-
115
- declare const Expand: FC<BaseIconProps>;
116
-
117
- declare const EyeClose: FC<BaseIconProps>;
118
-
119
- declare const EyeOpen: FC<BaseIconProps>;
120
-
121
- declare const FastTruck: FC<BaseIconProps>;
122
-
123
- declare const Filter: FC<BaseIconProps>;
124
-
125
- declare const FreeShipping: FC<BaseIconProps>;
126
-
127
- declare const GiftCardCheck: FC<BaseIconProps>;
128
-
129
- declare const GiftCardFailed: FC<BaseIconProps>;
130
-
131
- declare const Globe: FC<BaseIconProps>;
132
-
133
- declare const Gps: FC<BaseIconProps>;
134
-
135
- declare const HandShake: FC<BaseIconProps>;
136
-
137
- declare const Handphone: FC<BaseIconProps>;
138
-
139
- declare const Headphone: FC<BaseIconProps>;
140
-
141
- declare const Heart: FC<BaseIconProps>;
142
-
143
- declare const Help: FC<BaseIconProps>;
144
-
145
- declare const History: FC<BaseIconProps>;
146
-
147
- declare const Home: FC<BaseIconProps>;
148
-
149
- declare const House: FC<BaseIconProps>;
150
-
151
- declare const IconReturn: FC<BaseIconProps>;
152
-
153
- declare const ImageNotFound: FC<BaseIconProps>;
154
-
155
- declare const Info: FC<BaseIconProps>;
156
-
157
- declare const KebabMenu: FC<BaseIconProps>;
158
-
159
- declare const Link: FC<BaseIconProps>;
160
-
161
- declare const List: FC<BaseIconProps>;
162
-
163
- declare const Lock: FC<BaseIconProps>;
164
-
165
- declare const Login: FC<BaseIconProps>;
166
-
167
- declare const Logout: FC<BaseIconProps>;
168
-
169
- declare const MagnifyPlus: FC<BaseIconProps>;
170
-
171
- declare const MapMarker: FC<BaseIconProps>;
172
-
173
- declare const Minus: FC<BaseIconProps>;
174
-
175
- declare const MinusFill: FC<BaseIconProps>;
176
-
177
- declare const Mute: FC<BaseIconProps>;
178
-
179
- declare const NoGps: FC<BaseIconProps>;
180
-
181
- declare const Notes: FC<BaseIconProps>;
182
-
183
- declare const OrderCancelled: FC<BaseIconProps>;
184
-
185
- declare const OrderFailed: FC<BaseIconProps>;
186
-
187
- declare const OrderHistory: FC<BaseIconProps>;
188
-
189
- declare const OrderProcessed: FC<BaseIconProps>;
190
-
191
- declare const Otp: FC<BaseIconProps>;
192
-
193
- declare const Pause: FC<BaseIconProps>;
194
-
195
- declare const PaymentFailed: FC<BaseIconProps>;
196
-
197
- declare const PaymentSelected: FC<BaseIconProps>;
198
-
199
- declare const PaymentVerification: FC<BaseIconProps>;
200
-
201
- declare const PersonalStyling: FC<BaseIconProps>;
202
-
203
- declare const Play: FC<BaseIconProps>;
204
-
205
- declare const Plus: FC<BaseIconProps>;
206
-
207
- declare const PlusFill: FC<BaseIconProps>;
208
-
209
- declare const PointsValidity: FC<BaseIconProps>;
210
-
211
- declare const Print: FC<BaseIconProps>;
212
-
213
- declare const Profile: FC<BaseIconProps>;
214
-
215
- declare const QrCode: FC<BaseIconProps>;
216
-
217
- declare const QrCode2: FC<BaseIconProps>;
218
-
219
- declare const RadioOff: FC<BaseIconProps>;
220
-
221
- declare const Redirect: FC<BaseIconProps>;
222
-
223
- declare const Refresh: FC<BaseIconProps>;
224
-
225
- declare const Reward: FC<BaseIconProps>;
226
-
227
- declare const ScanQr: FC<BaseIconProps>;
228
-
229
- declare const Search: FC<BaseIconProps>;
230
-
231
- declare const Setting: FC<BaseIconProps>;
232
-
233
- declare const Share: FC<BaseIconProps>;
234
-
235
- declare const Shipped: FC<BaseIconProps>;
236
-
237
- declare const Shipping: FC<BaseIconProps>;
238
-
239
- declare const ShippingCheck: FC<BaseIconProps>;
240
-
241
- declare const SizeChart: FC<BaseIconProps>;
242
-
243
- declare const Sort: FC<BaseIconProps>;
244
-
245
- declare const Star: FC<BaseIconProps>;
246
-
247
- declare const StoreCompleted: FC<BaseIconProps>;
248
-
249
- declare const Success: FC<BaseIconProps>;
250
-
251
- declare const Thumb: FC<BaseIconProps>;
252
-
253
- declare const Trash: FC<BaseIconProps>;
254
-
255
- declare const Truck: FC<BaseIconProps>;
256
-
257
- declare const Upload: FC<BaseIconProps>;
258
-
259
- declare const Verified: FC<BaseIconProps>;
260
-
261
- declare const VirtualWallet: FC<BaseIconProps>;
262
-
263
- declare const VirtualWalletApplied: FC<BaseIconProps>;
264
-
265
- declare const VoilaPoint: FC<BaseIconProps>;
266
-
267
- declare const VoilaPointGray: FC<BaseIconProps>;
268
-
269
- declare const VoilaPointGreen: FC<BaseIconProps>;
270
-
271
- declare const WelcomeReward$1: FC<BaseIconProps>;
272
-
273
- declare const VoilaTierBlack: FC<BaseIconProps>;
274
-
275
- declare const VoilaTierBronze: FC<BaseIconProps>;
276
-
277
- declare const VoilaTierDisabled: FC<BaseIconProps>;
278
-
279
- declare const VoilaTierGold: FC<BaseIconProps>;
280
-
281
- declare const VoilaTierSilver: FC<BaseIconProps>;
282
-
283
- declare const Volume1: FC<BaseIconProps>;
284
-
285
- declare const Volume2: FC<BaseIconProps>;
286
-
287
- declare const Voucher: FC<BaseIconProps>;
288
-
289
- declare const VoucherApplied: FC<BaseIconProps>;
290
-
291
- declare const WaitingDocument: FC<BaseIconProps>;
292
-
293
- declare const WaitingItem: FC<BaseIconProps>;
294
-
295
- declare const WaitingPayment: FC<BaseIconProps>;
296
-
297
- declare const Wallet: FC<BaseIconProps>;
298
-
299
- declare const Warning: FC<BaseIconProps>;
300
-
301
- declare const WarningDocument: FC<BaseIconProps>;
302
-
303
- declare const WelcomeReward: FC<BaseIconProps>;
304
-
305
- declare const Zoom: FC<BaseIconProps>;
306
-
307
- declare const ZoomIn: FC<BaseIconProps>;
308
-
309
- declare const ZoomOut: FC<BaseIconProps>;
310
-
311
- declare const BagSolid: FC<BaseIconProps>;
312
-
313
- declare const BarcodeSolid: FC<BaseIconProps>;
314
-
315
- declare const BellSolid: FC<BaseIconProps>;
316
-
317
- declare const BoxSolid: FC<BaseIconProps>;
318
-
319
- declare const BrokenImageSolid: FC<BaseIconProps>;
320
-
321
- declare const CalendarEventSolid: FC<BaseIconProps>;
322
-
323
- declare const CalendarSolid: FC<BaseIconProps>;
324
-
325
- declare const CallSolid: FC<BaseIconProps>;
326
-
327
- declare const CardSolid: FC<BaseIconProps>;
328
-
329
- declare const CategoryDesignersSolid: FC<BaseIconProps>;
330
-
331
- declare const CategorySolid: FC<BaseIconProps>;
332
-
333
- declare const ChatCsSolid: FC<BaseIconProps>;
334
-
335
- declare const ChatSolid: FC<BaseIconProps>;
336
-
337
- declare const CheckFileSolid: FC<BaseIconProps>;
338
-
339
- declare const CheckShieldSolid: FC<BaseIconProps>;
340
-
341
- declare const CheckboxSolid: FC<BaseIconProps>;
342
-
343
- declare const ClockSolid: FC<BaseIconProps>;
344
-
345
- declare const ContactBookSolid: FC<BaseIconProps>;
346
-
347
- declare const DeliverySolid: FC<BaseIconProps>;
348
-
349
- declare const DiscountSolid: FC<BaseIconProps>;
350
-
351
- declare const DocumentSolid: FC<BaseIconProps>;
352
-
353
- declare const EnvelopeSolid: FC<BaseIconProps>;
354
-
355
- declare const ErrorSolid: FC<BaseIconProps>;
356
-
357
- declare const FastTruckSolid: FC<BaseIconProps>;
358
-
359
- declare const HalfStarSolid: FC<BaseIconProps>;
360
-
361
- declare const HandphoneSolid: FC<BaseIconProps>;
362
-
363
- declare const HeartSolid: FC<BaseIconProps>;
364
-
365
- declare const HelpSolid: FC<BaseIconProps>;
366
-
367
- declare const HomeSolid: FC<BaseIconProps>;
368
-
369
- declare const HouseSolid: FC<BaseIconProps>;
370
-
371
- declare const ImageNotFoundSolid: FC<BaseIconProps>;
372
-
373
- declare const InfoSolid: FC<BaseIconProps>;
374
-
375
- declare const ListSolid: FC<BaseIconProps>;
376
-
377
- declare const LockSolid: FC<BaseIconProps>;
378
-
379
- declare const MapMarkerSolid: FC<BaseIconProps>;
380
-
381
- declare const MembershipRewardSolid: FC<BaseIconProps>;
382
-
383
- declare const MinusSolid: FC<BaseIconProps>;
384
-
385
- declare const MuteSolid: FC<BaseIconProps>;
386
-
387
- declare const PlaySolid: FC<BaseIconProps>;
388
-
389
- declare const PlusSolid: FC<BaseIconProps>;
390
-
391
- declare const PointSolid: FC<BaseIconProps>;
392
-
393
- declare const PrintSolid: FC<BaseIconProps>;
394
-
395
- declare const ProfileSolid: FC<BaseIconProps>;
396
-
397
- declare const PruchaseHistorySolid: FC<BaseIconProps>;
398
-
399
- declare const RadioOnSolid: FC<BaseIconProps>;
400
-
401
- declare const RedeemPointsSolid: FC<BaseIconProps>;
402
-
403
- declare const RewardSolid$1: FC<BaseIconProps>;
404
-
405
- declare const RewardSolid: FC<BaseIconProps>;
406
-
407
- declare const SearchSolid: FC<BaseIconProps>;
408
-
409
- declare const SettingSolid: FC<BaseIconProps>;
410
-
411
- declare const StarSolid: FC<BaseIconProps>;
412
-
413
- declare const SuccessSolid: FC<BaseIconProps>;
414
-
415
- declare const TapSolid: FC<BaseIconProps>;
416
-
417
- declare const ThumbSolid: FC<BaseIconProps>;
418
-
419
- declare const TrashSolid: FC<BaseIconProps>;
420
-
421
- declare const TruckSolid: FC<BaseIconProps>;
422
-
423
- declare const VerifiedSolid: FC<BaseIconProps>;
424
-
425
- declare const VoilaMarketplace: FC<BaseIconProps>;
426
-
427
- declare const Volume1Solid: FC<BaseIconProps>;
428
-
429
- declare const Volume2Solid: FC<BaseIconProps>;
430
-
431
- declare const VoucherSolid: FC<BaseIconProps>;
432
-
433
- declare const WalletSolid: FC<BaseIconProps>;
434
-
435
- declare const WarningDocumentSolid: FC<BaseIconProps>;
436
-
437
- declare const WarningSolid: FC<BaseIconProps>;
438
-
439
- declare const Apple: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
440
-
441
- declare const AppleColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
442
-
443
- declare const Facebook: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
444
-
445
- declare const FacebookColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
446
-
447
- declare const Google: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
448
-
449
- declare const GoogleColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
450
-
451
- declare const Instagram: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
452
-
453
- declare const InstagramColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
454
-
455
- declare const Linkedin: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
456
-
457
- declare const LinkedinColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
458
-
459
- declare const Messenger: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
460
-
461
- declare const MessengerColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
462
-
463
- declare const Telegram: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
464
-
465
- declare const TelegramColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
466
-
467
- declare const Tiktok: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
468
-
469
- declare const TiktokColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
470
-
471
- declare const Twitter: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
472
-
473
- declare const TwitterColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
474
-
475
- declare const Whatsapp: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
476
-
477
- declare const WhatsappColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
478
-
479
- declare const Youtube: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
480
-
481
- declare const YoutubeColor: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
482
-
483
12
  declare const Img100Authentic: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
484
13
 
485
14
  declare const Img404: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
@@ -554,4 +83,4 @@ declare const ImgWarning: ({ size, testId, ...props }: BaseIconProps) => react_j
554
83
 
555
84
  declare const ImgWelcome: ({ size, testId, ...props }: BaseIconProps) => react_jsx_runtime.JSX.Element;
556
85
 
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 };
86
+ export { BaseIconProps, 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 };