@iguanads/icons 1.12.1 → 2.0.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.
@@ -1,134 +1,134 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SVGProps } from 'react';
3
3
 
4
- declare const SvgAi: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
4
+ declare const SvgAi: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
5
5
 
6
- declare const SvgAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
6
+ declare const SvgAdd: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
7
7
 
8
- declare const SvgApartment: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
8
+ declare const SvgApartment: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
9
9
 
10
- declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
10
+ declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
11
11
 
12
- declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
12
+ declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
13
13
 
14
- declare const SvgBack: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
14
+ declare const SvgBack: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
15
15
 
16
- declare const SvgBag: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
16
+ declare const SvgBag: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
17
17
 
18
- declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
18
+ declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
19
19
 
20
- declare const SvgBrightness: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
20
+ declare const SvgBrightness: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
21
21
 
22
- declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
22
+ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
23
23
 
24
- declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
24
+ declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
25
25
 
26
- declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
26
+ declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
27
27
 
28
- declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
28
+ declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
29
29
 
30
- declare const SvgClock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
30
+ declare const SvgClock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
31
31
 
32
- declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
32
+ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
33
33
 
34
- declare const SvgContrast: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
34
+ declare const SvgContrast: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
35
35
 
36
- declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
36
+ declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
37
37
 
38
- declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
38
+ declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
39
39
 
40
- declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
40
+ declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
41
41
 
42
- declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
42
+ declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
43
43
 
44
- declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
44
+ declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
45
45
 
46
- declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
46
+ declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
47
47
 
48
- declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
48
+ declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
49
49
 
50
- declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
50
+ declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
51
51
 
52
- declare const SvgGallery: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
52
+ declare const SvgGallery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
53
53
 
54
- declare const SvgHelpChat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
54
+ declare const SvgHelpChat: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
55
55
 
56
- declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
56
+ declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
57
57
 
58
- declare const SvgHotel: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
58
+ declare const SvgHotel: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
59
59
 
60
- declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
60
+ declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
61
61
 
62
- declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
62
+ declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
63
63
 
64
- declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
64
+ declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
65
65
 
66
- declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
66
+ declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
67
67
 
68
- declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
68
+ declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
69
69
 
70
- declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
70
+ declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
71
71
 
72
- declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
72
+ declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
73
73
 
74
- declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
74
+ declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
75
75
 
76
- declare const SvgOffice: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
76
+ declare const SvgOffice: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
77
77
 
78
- declare const SvgOperations: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
78
+ declare const SvgOperations: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
79
79
 
80
- declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
80
+ declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
81
81
 
82
- declare const SvgPerformance: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
82
+ declare const SvgPerformance: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
83
83
 
84
- declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
84
+ declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
85
85
 
86
- declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
86
+ declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
87
87
 
88
- declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
88
+ declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
89
89
 
90
- declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
90
+ declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
91
91
 
92
- declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
92
+ declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
93
93
 
94
- declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
94
+ declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
95
95
 
96
- declare const SvgRotate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
96
+ declare const SvgRotate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
97
97
 
98
- declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
98
+ declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
99
99
 
100
- declare const SvgSaturation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
100
+ declare const SvgSaturation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
101
101
 
102
- declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
102
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
103
103
 
104
- declare const SvgSelect: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
104
+ declare const SvgSelect: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
105
105
 
106
- declare const SvgShadows: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
106
+ declare const SvgShadows: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
107
107
 
108
- declare const SvgShare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
108
+ declare const SvgShare: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
109
109
 
110
- declare const SvgShow: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
110
+ declare const SvgShow: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
111
111
 
112
- declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
112
+ declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
113
113
 
114
- declare const SvgSubstitution: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
114
+ declare const SvgSubstitution: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
115
115
 
116
- declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
116
+ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
117
117
 
118
- declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
118
+ declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
119
119
 
120
- declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
120
+ declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
121
121
 
122
- declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
122
+ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
123
123
 
124
- declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
124
+ declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
125
125
 
126
- declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
126
+ declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
127
127
 
128
- declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
128
+ declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
129
129
 
130
- declare const SvgZoom: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
130
+ declare const SvgZoom: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
131
131
 
132
- declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
132
+ declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
133
133
 
134
- export { SvgAdd as Add, SvgAi as Ai, SvgApartment as Apartment, SvgArrowRight as ArrowRight, SvgAttach as Attach, SvgBack as Back, SvgBag as Bag, SvgBarcode as Barcode, SvgBrightness as Brightness, SvgCalendar as Calendar, SvgCamera as Camera, SvgCart as Cart, SvgCategoryList as CategoryList, SvgCheck as Check, SvgClock as Clock, SvgClose as Close, SvgContrast as Contrast, SvgCopy as Copy, SvgCreditCard as CreditCard, SvgDeliver as Deliver, SvgDownload as Download, SvgEdit as Edit, SvgEmptyScreen as EmptyScreen, SvgExpand as Expand, SvgFilter as Filter, SvgGallery as Gallery, SvgHelpChat as HelpChat, SvgHide as Hide, SvgHotel as Hotel, SvgHouse as House, SvgLock as Lock, SvgLowBattery as LowBattery, SvgMapView as MapView, SvgMenu as Menu, SvgMoney as Money, SvgNext as Next, SvgNotification as Notification, SvgOffice as Office, SvgOperations as Operations, SvgOrder as Order, SvgPerformance as Performance, SvgPhone as Phone, SvgPreparation as Preparation, SvgQrCode as QrCode, SvgRate as Rate, SvgRating as Rating, SvgRefresh as Refresh, SvgRotate as Rotate, SvgSatelliteView as SatelliteView, SvgSaturation as Saturation, SvgSearch as Search, SvgSelect as Select, SvgShadows as Shadows, SvgShare as Share, SvgShow as Show, SvgSignOut as SignOut, SvgSubstitution as Substitution, SvgTrash as Trash, SvgUnion as Union, SvgUpload as Upload, SvgUser as User, SvgVoucher as Voucher, SvgWhatsapp as Whatsapp, SvgWifiOff as WifiOff, SvgZoom as Zoom };
134
+ export { SvgAdd as AddIcon, SvgAi as AiIcon, SvgApartment as ApartmentIcon, SvgArrowRight as ArrowRightIcon, SvgAttach as AttachIcon, SvgBack as BackIcon, SvgBag as BagIcon, SvgBarcode as BarcodeIcon, SvgBrightness as BrightnessIcon, SvgCalendar as CalendarIcon, SvgCamera as CameraIcon, SvgCart as CartIcon, SvgCategoryList as CategoryListIcon, SvgCheck as CheckIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgContrast as ContrastIcon, SvgCopy as CopyIcon, SvgCreditCard as CreditCardIcon, SvgDeliver as DeliverIcon, SvgDownload as DownloadIcon, SvgEdit as EditIcon, SvgEmptyScreen as EmptyScreenIcon, SvgExpand as ExpandIcon, SvgFilter as FilterIcon, SvgGallery as GalleryIcon, SvgHelpChat as HelpChatIcon, SvgHide as HideIcon, SvgHotel as HotelIcon, SvgHouse as HouseIcon, SvgLock as LockIcon, SvgLowBattery as LowBatteryIcon, SvgMapView as MapViewIcon, SvgMenu as MenuIcon, SvgMoney as MoneyIcon, SvgNext as NextIcon, SvgNotification as NotificationIcon, SvgOffice as OfficeIcon, SvgOperations as OperationsIcon, SvgOrder as OrderIcon, SvgPerformance as PerformanceIcon, SvgPhone as PhoneIcon, SvgPreparation as PreparationIcon, SvgQrCode as QrCodeIcon, SvgRate as RateIcon, SvgRating as RatingIcon, SvgRefresh as RefreshIcon, SvgRotate as RotateIcon, SvgSatelliteView as SatelliteViewIcon, SvgSaturation as SaturationIcon, SvgSearch as SearchIcon, SvgSelect as SelectIcon, SvgShadows as ShadowsIcon, SvgShare as ShareIcon, SvgShow as ShowIcon, SvgSignOut as SignOutIcon, SvgSubstitution as SubstitutionIcon, SvgTrash as TrashIcon, SvgUnion as UnionIcon, SvgUpload as UploadIcon, SvgUser as UserIcon, SvgVoucher as VoucherIcon, SvgWhatsapp as WhatsappIcon, SvgWifiOff as WifiOffIcon, SvgZoom as ZoomIcon };
@@ -20,71 +20,71 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // src/one-color/index.ts
21
21
  var one_color_exports = {};
22
22
  __export(one_color_exports, {
23
- Add: () => Add_default,
24
- Ai: () => Ai_default,
25
- Apartment: () => Apartment_default,
26
- ArrowRight: () => ArrowRight_default,
27
- Attach: () => Attach_default,
28
- Back: () => Back_default,
29
- Bag: () => Bag_default,
30
- Barcode: () => Barcode_default,
31
- Brightness: () => Brightness_default,
32
- Calendar: () => Calendar_default,
33
- Camera: () => Camera_default,
34
- Cart: () => Cart_default,
35
- CategoryList: () => CategoryList_default,
36
- Check: () => Check_default,
37
- Clock: () => Clock_default,
38
- Close: () => Close_default,
39
- Contrast: () => Contrast_default,
40
- Copy: () => Copy_default,
41
- CreditCard: () => CreditCard_default,
42
- Deliver: () => Deliver_default,
43
- Download: () => Download_default,
44
- Edit: () => Edit_default,
45
- EmptyScreen: () => EmptyScreen_default,
46
- Expand: () => Expand_default,
47
- Filter: () => Filter_default,
48
- Gallery: () => Gallery_default,
49
- HelpChat: () => HelpChat_default,
50
- Hide: () => Hide_default,
51
- Hotel: () => Hotel_default,
52
- House: () => House_default,
53
- Lock: () => Lock_default,
54
- LowBattery: () => LowBattery_default,
55
- MapView: () => MapView_default,
56
- Menu: () => Menu_default,
57
- Money: () => Money_default,
58
- Next: () => Next_default,
59
- Notification: () => Notification_default,
60
- Office: () => Office_default,
61
- Operations: () => Operations_default,
62
- Order: () => Order_default,
63
- Performance: () => Performance_default,
64
- Phone: () => Phone_default,
65
- Preparation: () => Preparation_default,
66
- QrCode: () => QrCode_default,
67
- Rate: () => Rate_default,
68
- Rating: () => Rating_default,
69
- Refresh: () => Refresh_default,
70
- Rotate: () => Rotate_default,
71
- SatelliteView: () => SatelliteView_default,
72
- Saturation: () => Saturation_default,
73
- Search: () => Search_default,
74
- Select: () => Select_default,
75
- Shadows: () => Shadows_default,
76
- Share: () => Share_default,
77
- Show: () => Show_default,
78
- SignOut: () => SignOut_default,
79
- Substitution: () => Substitution_default,
80
- Trash: () => Trash_default,
81
- Union: () => Union_default,
82
- Upload: () => Upload_default,
83
- User: () => User_default,
84
- Voucher: () => Voucher_default,
85
- Whatsapp: () => Whatsapp_default,
86
- WifiOff: () => WifiOff_default,
87
- Zoom: () => Zoom_default
23
+ AddIcon: () => Add_default,
24
+ AiIcon: () => Ai_default,
25
+ ApartmentIcon: () => Apartment_default,
26
+ ArrowRightIcon: () => ArrowRight_default,
27
+ AttachIcon: () => Attach_default,
28
+ BackIcon: () => Back_default,
29
+ BagIcon: () => Bag_default,
30
+ BarcodeIcon: () => Barcode_default,
31
+ BrightnessIcon: () => Brightness_default,
32
+ CalendarIcon: () => Calendar_default,
33
+ CameraIcon: () => Camera_default,
34
+ CartIcon: () => Cart_default,
35
+ CategoryListIcon: () => CategoryList_default,
36
+ CheckIcon: () => Check_default,
37
+ ClockIcon: () => Clock_default,
38
+ CloseIcon: () => Close_default,
39
+ ContrastIcon: () => Contrast_default,
40
+ CopyIcon: () => Copy_default,
41
+ CreditCardIcon: () => CreditCard_default,
42
+ DeliverIcon: () => Deliver_default,
43
+ DownloadIcon: () => Download_default,
44
+ EditIcon: () => Edit_default,
45
+ EmptyScreenIcon: () => EmptyScreen_default,
46
+ ExpandIcon: () => Expand_default,
47
+ FilterIcon: () => Filter_default,
48
+ GalleryIcon: () => Gallery_default,
49
+ HelpChatIcon: () => HelpChat_default,
50
+ HideIcon: () => Hide_default,
51
+ HotelIcon: () => Hotel_default,
52
+ HouseIcon: () => House_default,
53
+ LockIcon: () => Lock_default,
54
+ LowBatteryIcon: () => LowBattery_default,
55
+ MapViewIcon: () => MapView_default,
56
+ MenuIcon: () => Menu_default,
57
+ MoneyIcon: () => Money_default,
58
+ NextIcon: () => Next_default,
59
+ NotificationIcon: () => Notification_default,
60
+ OfficeIcon: () => Office_default,
61
+ OperationsIcon: () => Operations_default,
62
+ OrderIcon: () => Order_default,
63
+ PerformanceIcon: () => Performance_default,
64
+ PhoneIcon: () => Phone_default,
65
+ PreparationIcon: () => Preparation_default,
66
+ QrCodeIcon: () => QrCode_default,
67
+ RateIcon: () => Rate_default,
68
+ RatingIcon: () => Rating_default,
69
+ RefreshIcon: () => Refresh_default,
70
+ RotateIcon: () => Rotate_default,
71
+ SatelliteViewIcon: () => SatelliteView_default,
72
+ SaturationIcon: () => Saturation_default,
73
+ SearchIcon: () => Search_default,
74
+ SelectIcon: () => Select_default,
75
+ ShadowsIcon: () => Shadows_default,
76
+ ShareIcon: () => Share_default,
77
+ ShowIcon: () => Show_default,
78
+ SignOutIcon: () => SignOut_default,
79
+ SubstitutionIcon: () => Substitution_default,
80
+ TrashIcon: () => Trash_default,
81
+ UnionIcon: () => Union_default,
82
+ UploadIcon: () => Upload_default,
83
+ UserIcon: () => User_default,
84
+ VoucherIcon: () => Voucher_default,
85
+ WhatsappIcon: () => Whatsapp_default,
86
+ WifiOffIcon: () => WifiOff_default,
87
+ ZoomIcon: () => Zoom_default
88
88
  });
89
89
  module.exports = __toCommonJS(one_color_exports);
90
90
 
@@ -505,69 +505,69 @@ var SvgCategoryList = (props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("
505
505
  var CategoryList_default = SvgCategoryList;
506
506
  // Annotate the CommonJS export names for ESM import in node:
507
507
  0 && (module.exports = {
508
- Add,
509
- Ai,
510
- Apartment,
511
- ArrowRight,
512
- Attach,
513
- Back,
514
- Bag,
515
- Barcode,
516
- Brightness,
517
- Calendar,
518
- Camera,
519
- Cart,
520
- CategoryList,
521
- Check,
522
- Clock,
523
- Close,
524
- Contrast,
525
- Copy,
526
- CreditCard,
527
- Deliver,
528
- Download,
529
- Edit,
530
- EmptyScreen,
531
- Expand,
532
- Filter,
533
- Gallery,
534
- HelpChat,
535
- Hide,
536
- Hotel,
537
- House,
538
- Lock,
539
- LowBattery,
540
- MapView,
541
- Menu,
542
- Money,
543
- Next,
544
- Notification,
545
- Office,
546
- Operations,
547
- Order,
548
- Performance,
549
- Phone,
550
- Preparation,
551
- QrCode,
552
- Rate,
553
- Rating,
554
- Refresh,
555
- Rotate,
556
- SatelliteView,
557
- Saturation,
558
- Search,
559
- Select,
560
- Shadows,
561
- Share,
562
- Show,
563
- SignOut,
564
- Substitution,
565
- Trash,
566
- Union,
567
- Upload,
568
- User,
569
- Voucher,
570
- Whatsapp,
571
- WifiOff,
572
- Zoom
508
+ AddIcon,
509
+ AiIcon,
510
+ ApartmentIcon,
511
+ ArrowRightIcon,
512
+ AttachIcon,
513
+ BackIcon,
514
+ BagIcon,
515
+ BarcodeIcon,
516
+ BrightnessIcon,
517
+ CalendarIcon,
518
+ CameraIcon,
519
+ CartIcon,
520
+ CategoryListIcon,
521
+ CheckIcon,
522
+ ClockIcon,
523
+ CloseIcon,
524
+ ContrastIcon,
525
+ CopyIcon,
526
+ CreditCardIcon,
527
+ DeliverIcon,
528
+ DownloadIcon,
529
+ EditIcon,
530
+ EmptyScreenIcon,
531
+ ExpandIcon,
532
+ FilterIcon,
533
+ GalleryIcon,
534
+ HelpChatIcon,
535
+ HideIcon,
536
+ HotelIcon,
537
+ HouseIcon,
538
+ LockIcon,
539
+ LowBatteryIcon,
540
+ MapViewIcon,
541
+ MenuIcon,
542
+ MoneyIcon,
543
+ NextIcon,
544
+ NotificationIcon,
545
+ OfficeIcon,
546
+ OperationsIcon,
547
+ OrderIcon,
548
+ PerformanceIcon,
549
+ PhoneIcon,
550
+ PreparationIcon,
551
+ QrCodeIcon,
552
+ RateIcon,
553
+ RatingIcon,
554
+ RefreshIcon,
555
+ RotateIcon,
556
+ SatelliteViewIcon,
557
+ SaturationIcon,
558
+ SearchIcon,
559
+ SelectIcon,
560
+ ShadowsIcon,
561
+ ShareIcon,
562
+ ShowIcon,
563
+ SignOutIcon,
564
+ SubstitutionIcon,
565
+ TrashIcon,
566
+ UnionIcon,
567
+ UploadIcon,
568
+ UserIcon,
569
+ VoucherIcon,
570
+ WhatsappIcon,
571
+ WifiOffIcon,
572
+ ZoomIcon
573
573
  });
@@ -414,69 +414,69 @@ import { jsx as jsx65 } from "react/jsx-runtime";
414
414
  var SvgCategoryList = (props) => /* @__PURE__ */ jsx65("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: /* @__PURE__ */ jsx65("path", { fill: props.color || "currentColor", d: "M4.66 13.32a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32m7.33 0a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32m7.35 0a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32" }) });
415
415
  var CategoryList_default = SvgCategoryList;
416
416
  export {
417
- Add_default as Add,
418
- Ai_default as Ai,
419
- Apartment_default as Apartment,
420
- ArrowRight_default as ArrowRight,
421
- Attach_default as Attach,
422
- Back_default as Back,
423
- Bag_default as Bag,
424
- Barcode_default as Barcode,
425
- Brightness_default as Brightness,
426
- Calendar_default as Calendar,
427
- Camera_default as Camera,
428
- Cart_default as Cart,
429
- CategoryList_default as CategoryList,
430
- Check_default as Check,
431
- Clock_default as Clock,
432
- Close_default as Close,
433
- Contrast_default as Contrast,
434
- Copy_default as Copy,
435
- CreditCard_default as CreditCard,
436
- Deliver_default as Deliver,
437
- Download_default as Download,
438
- Edit_default as Edit,
439
- EmptyScreen_default as EmptyScreen,
440
- Expand_default as Expand,
441
- Filter_default as Filter,
442
- Gallery_default as Gallery,
443
- HelpChat_default as HelpChat,
444
- Hide_default as Hide,
445
- Hotel_default as Hotel,
446
- House_default as House,
447
- Lock_default as Lock,
448
- LowBattery_default as LowBattery,
449
- MapView_default as MapView,
450
- Menu_default as Menu,
451
- Money_default as Money,
452
- Next_default as Next,
453
- Notification_default as Notification,
454
- Office_default as Office,
455
- Operations_default as Operations,
456
- Order_default as Order,
457
- Performance_default as Performance,
458
- Phone_default as Phone,
459
- Preparation_default as Preparation,
460
- QrCode_default as QrCode,
461
- Rate_default as Rate,
462
- Rating_default as Rating,
463
- Refresh_default as Refresh,
464
- Rotate_default as Rotate,
465
- SatelliteView_default as SatelliteView,
466
- Saturation_default as Saturation,
467
- Search_default as Search,
468
- Select_default as Select,
469
- Shadows_default as Shadows,
470
- Share_default as Share,
471
- Show_default as Show,
472
- SignOut_default as SignOut,
473
- Substitution_default as Substitution,
474
- Trash_default as Trash,
475
- Union_default as Union,
476
- Upload_default as Upload,
477
- User_default as User,
478
- Voucher_default as Voucher,
479
- Whatsapp_default as Whatsapp,
480
- WifiOff_default as WifiOff,
481
- Zoom_default as Zoom
417
+ Add_default as AddIcon,
418
+ Ai_default as AiIcon,
419
+ Apartment_default as ApartmentIcon,
420
+ ArrowRight_default as ArrowRightIcon,
421
+ Attach_default as AttachIcon,
422
+ Back_default as BackIcon,
423
+ Bag_default as BagIcon,
424
+ Barcode_default as BarcodeIcon,
425
+ Brightness_default as BrightnessIcon,
426
+ Calendar_default as CalendarIcon,
427
+ Camera_default as CameraIcon,
428
+ Cart_default as CartIcon,
429
+ CategoryList_default as CategoryListIcon,
430
+ Check_default as CheckIcon,
431
+ Clock_default as ClockIcon,
432
+ Close_default as CloseIcon,
433
+ Contrast_default as ContrastIcon,
434
+ Copy_default as CopyIcon,
435
+ CreditCard_default as CreditCardIcon,
436
+ Deliver_default as DeliverIcon,
437
+ Download_default as DownloadIcon,
438
+ Edit_default as EditIcon,
439
+ EmptyScreen_default as EmptyScreenIcon,
440
+ Expand_default as ExpandIcon,
441
+ Filter_default as FilterIcon,
442
+ Gallery_default as GalleryIcon,
443
+ HelpChat_default as HelpChatIcon,
444
+ Hide_default as HideIcon,
445
+ Hotel_default as HotelIcon,
446
+ House_default as HouseIcon,
447
+ Lock_default as LockIcon,
448
+ LowBattery_default as LowBatteryIcon,
449
+ MapView_default as MapViewIcon,
450
+ Menu_default as MenuIcon,
451
+ Money_default as MoneyIcon,
452
+ Next_default as NextIcon,
453
+ Notification_default as NotificationIcon,
454
+ Office_default as OfficeIcon,
455
+ Operations_default as OperationsIcon,
456
+ Order_default as OrderIcon,
457
+ Performance_default as PerformanceIcon,
458
+ Phone_default as PhoneIcon,
459
+ Preparation_default as PreparationIcon,
460
+ QrCode_default as QrCodeIcon,
461
+ Rate_default as RateIcon,
462
+ Rating_default as RatingIcon,
463
+ Refresh_default as RefreshIcon,
464
+ Rotate_default as RotateIcon,
465
+ SatelliteView_default as SatelliteViewIcon,
466
+ Saturation_default as SaturationIcon,
467
+ Search_default as SearchIcon,
468
+ Select_default as SelectIcon,
469
+ Shadows_default as ShadowsIcon,
470
+ Share_default as ShareIcon,
471
+ Show_default as ShowIcon,
472
+ SignOut_default as SignOutIcon,
473
+ Substitution_default as SubstitutionIcon,
474
+ Trash_default as TrashIcon,
475
+ Union_default as UnionIcon,
476
+ Upload_default as UploadIcon,
477
+ User_default as UserIcon,
478
+ Voucher_default as VoucherIcon,
479
+ Whatsapp_default as WhatsappIcon,
480
+ WifiOff_default as WifiOffIcon,
481
+ Zoom_default as ZoomIcon
482
482
  };
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { SVGProps } from 'react';
3
3
 
4
- declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
4
+ declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
5
5
 
6
- declare const SvgInstagram: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
6
+ declare const SvgInstagram: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
7
7
 
8
- declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
8
+ declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
9
9
 
10
- export { SvgFacebook as Facebook, SvgInstagram as Instagram, SvgLinkedin as Linkedin };
10
+ export { SvgFacebook as FacebookIcon, SvgInstagram as InstagramIcon, SvgLinkedin as LinkedinIcon };