@iguanads/icons 1.12.0 → 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.
- package/README.md +13 -9
- package/dist/filled/index.d.mts +14 -14
- package/dist/filled/index.d.ts +14 -14
- package/dist/filled/index.js +66 -379
- package/dist/filled/index.mjs +54 -367
- package/dist/one-color/index.d.mts +73 -61
- package/dist/one-color/index.d.ts +73 -61
- package/dist/one-color/index.js +365 -1610
- package/dist/one-color/index.mjs +300 -1551
- package/dist/social-media/index.d.mts +5 -5
- package/dist/social-media/index.d.ts +5 -5
- package/dist/social-media/index.js +13 -85
- package/dist/social-media/index.mjs +10 -82
- package/dist/two-colors/index.d.mts +31 -31
- package/dist/two-colors/index.d.ts +31 -31
- package/dist/two-colors/index.js +197 -1067
- package/dist/two-colors/index.mjs +168 -1038
- package/package.json +16 -12
|
@@ -1,122 +1,134 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
-
declare const
|
|
4
|
+
declare const SvgAi: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
5
5
|
|
|
6
|
-
declare const
|
|
6
|
+
declare const SvgAdd: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
7
7
|
|
|
8
|
-
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) =>
|
|
8
|
+
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
9
9
|
|
|
10
|
-
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) =>
|
|
10
|
+
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
11
11
|
|
|
12
|
-
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) =>
|
|
12
|
+
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
13
13
|
|
|
14
|
-
declare const SvgBack: (props: SVGProps<SVGSVGElement>) =>
|
|
14
|
+
declare const SvgBack: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
15
15
|
|
|
16
|
-
declare const SvgBag: (props: SVGProps<SVGSVGElement>) =>
|
|
16
|
+
declare const SvgBag: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
17
17
|
|
|
18
|
-
declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) =>
|
|
18
|
+
declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
19
19
|
|
|
20
|
-
declare const
|
|
20
|
+
declare const SvgBrightness: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
21
21
|
|
|
22
|
-
declare const
|
|
22
|
+
declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
23
23
|
|
|
24
|
-
declare const
|
|
24
|
+
declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
25
25
|
|
|
26
|
-
declare const
|
|
26
|
+
declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
27
27
|
|
|
28
|
-
declare const SvgCheck: (props: SVGProps<SVGSVGElement>) =>
|
|
28
|
+
declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
29
29
|
|
|
30
|
-
declare const SvgClock: (props: SVGProps<SVGSVGElement>) =>
|
|
30
|
+
declare const SvgClock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
31
31
|
|
|
32
|
-
declare const SvgClose: (props: SVGProps<SVGSVGElement>) =>
|
|
32
|
+
declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
33
33
|
|
|
34
|
-
declare const
|
|
34
|
+
declare const SvgContrast: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
35
35
|
|
|
36
|
-
declare const
|
|
36
|
+
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
37
37
|
|
|
38
|
-
declare const
|
|
38
|
+
declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
39
39
|
|
|
40
|
-
declare const
|
|
40
|
+
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
41
41
|
|
|
42
|
-
declare const
|
|
42
|
+
declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
43
43
|
|
|
44
|
-
declare const
|
|
44
|
+
declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
45
45
|
|
|
46
|
-
declare const
|
|
46
|
+
declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
47
47
|
|
|
48
|
-
declare const
|
|
48
|
+
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
49
49
|
|
|
50
|
-
declare const
|
|
50
|
+
declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
51
51
|
|
|
52
|
-
declare const
|
|
52
|
+
declare const SvgGallery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
53
53
|
|
|
54
|
-
declare const
|
|
54
|
+
declare const SvgHelpChat: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
55
55
|
|
|
56
|
-
declare const
|
|
56
|
+
declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
57
57
|
|
|
58
|
-
declare const
|
|
58
|
+
declare const SvgHotel: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
59
59
|
|
|
60
|
-
declare const
|
|
60
|
+
declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
61
61
|
|
|
62
|
-
declare const
|
|
62
|
+
declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
63
63
|
|
|
64
|
-
declare const
|
|
64
|
+
declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
65
65
|
|
|
66
|
-
declare const
|
|
66
|
+
declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
67
67
|
|
|
68
|
-
declare const
|
|
68
|
+
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
69
69
|
|
|
70
|
-
declare const
|
|
70
|
+
declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
71
71
|
|
|
72
|
-
declare const
|
|
72
|
+
declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
73
73
|
|
|
74
|
-
declare const
|
|
74
|
+
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
75
75
|
|
|
76
|
-
declare const
|
|
76
|
+
declare const SvgOffice: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
77
77
|
|
|
78
|
-
declare const
|
|
78
|
+
declare const SvgOperations: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
79
79
|
|
|
80
|
-
declare const
|
|
80
|
+
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
81
81
|
|
|
82
|
-
declare const
|
|
82
|
+
declare const SvgPerformance: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
83
83
|
|
|
84
|
-
declare const
|
|
84
|
+
declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
85
85
|
|
|
86
|
-
declare const
|
|
86
|
+
declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
87
87
|
|
|
88
|
-
declare const
|
|
88
|
+
declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
89
89
|
|
|
90
|
-
declare const
|
|
90
|
+
declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
91
91
|
|
|
92
|
-
declare const
|
|
92
|
+
declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
93
93
|
|
|
94
|
-
declare const
|
|
94
|
+
declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
95
95
|
|
|
96
|
-
declare const
|
|
96
|
+
declare const SvgRotate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
97
97
|
|
|
98
|
-
declare const
|
|
98
|
+
declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
99
99
|
|
|
100
|
-
declare const
|
|
100
|
+
declare const SvgSaturation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
101
101
|
|
|
102
|
-
declare const
|
|
102
|
+
declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
103
103
|
|
|
104
|
-
declare const
|
|
104
|
+
declare const SvgSelect: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
105
105
|
|
|
106
|
-
declare const
|
|
106
|
+
declare const SvgShadows: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
107
107
|
|
|
108
|
-
declare const
|
|
108
|
+
declare const SvgShare: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
109
109
|
|
|
110
|
-
declare const
|
|
110
|
+
declare const SvgShow: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
111
111
|
|
|
112
|
-
declare const
|
|
112
|
+
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
113
113
|
|
|
114
|
-
declare const
|
|
114
|
+
declare const SvgSubstitution: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
115
115
|
|
|
116
|
-
declare const
|
|
116
|
+
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
117
117
|
|
|
118
|
-
declare const
|
|
118
|
+
declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
119
119
|
|
|
120
|
-
declare const
|
|
120
|
+
declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
123
|
+
|
|
124
|
+
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
125
|
+
|
|
126
|
+
declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
127
|
+
|
|
128
|
+
declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
129
|
+
|
|
130
|
+
declare const SvgZoom: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
131
|
+
|
|
132
|
+
declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
133
|
+
|
|
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 };
|
|
@@ -1,122 +1,134 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { SVGProps } from 'react';
|
|
3
3
|
|
|
4
|
-
declare const
|
|
4
|
+
declare const SvgAi: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
5
5
|
|
|
6
|
-
declare const
|
|
6
|
+
declare const SvgAdd: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
7
7
|
|
|
8
|
-
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) =>
|
|
8
|
+
declare const SvgApartment: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
9
9
|
|
|
10
|
-
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) =>
|
|
10
|
+
declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
11
11
|
|
|
12
|
-
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) =>
|
|
12
|
+
declare const SvgAttach: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
13
13
|
|
|
14
|
-
declare const SvgBack: (props: SVGProps<SVGSVGElement>) =>
|
|
14
|
+
declare const SvgBack: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
15
15
|
|
|
16
|
-
declare const SvgBag: (props: SVGProps<SVGSVGElement>) =>
|
|
16
|
+
declare const SvgBag: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
17
17
|
|
|
18
|
-
declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) =>
|
|
18
|
+
declare const SvgBarcode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
19
19
|
|
|
20
|
-
declare const
|
|
20
|
+
declare const SvgBrightness: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
21
21
|
|
|
22
|
-
declare const
|
|
22
|
+
declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
23
23
|
|
|
24
|
-
declare const
|
|
24
|
+
declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
25
25
|
|
|
26
|
-
declare const
|
|
26
|
+
declare const SvgCart: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
27
27
|
|
|
28
|
-
declare const SvgCheck: (props: SVGProps<SVGSVGElement>) =>
|
|
28
|
+
declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
29
29
|
|
|
30
|
-
declare const SvgClock: (props: SVGProps<SVGSVGElement>) =>
|
|
30
|
+
declare const SvgClock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
31
31
|
|
|
32
|
-
declare const SvgClose: (props: SVGProps<SVGSVGElement>) =>
|
|
32
|
+
declare const SvgClose: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
33
33
|
|
|
34
|
-
declare const
|
|
34
|
+
declare const SvgContrast: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
35
35
|
|
|
36
|
-
declare const
|
|
36
|
+
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
37
37
|
|
|
38
|
-
declare const
|
|
38
|
+
declare const SvgCreditCard: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
39
39
|
|
|
40
|
-
declare const
|
|
40
|
+
declare const SvgDeliver: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
41
41
|
|
|
42
|
-
declare const
|
|
42
|
+
declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
43
43
|
|
|
44
|
-
declare const
|
|
44
|
+
declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
45
45
|
|
|
46
|
-
declare const
|
|
46
|
+
declare const SvgEmptyScreen: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
47
47
|
|
|
48
|
-
declare const
|
|
48
|
+
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
49
49
|
|
|
50
|
-
declare const
|
|
50
|
+
declare const SvgFilter: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
51
51
|
|
|
52
|
-
declare const
|
|
52
|
+
declare const SvgGallery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
53
53
|
|
|
54
|
-
declare const
|
|
54
|
+
declare const SvgHelpChat: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
55
55
|
|
|
56
|
-
declare const
|
|
56
|
+
declare const SvgHide: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
57
57
|
|
|
58
|
-
declare const
|
|
58
|
+
declare const SvgHotel: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
59
59
|
|
|
60
|
-
declare const
|
|
60
|
+
declare const SvgHouse: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
61
61
|
|
|
62
|
-
declare const
|
|
62
|
+
declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
63
63
|
|
|
64
|
-
declare const
|
|
64
|
+
declare const SvgLowBattery: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
65
65
|
|
|
66
|
-
declare const
|
|
66
|
+
declare const SvgMapView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
67
67
|
|
|
68
|
-
declare const
|
|
68
|
+
declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
69
69
|
|
|
70
|
-
declare const
|
|
70
|
+
declare const SvgMoney: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
71
71
|
|
|
72
|
-
declare const
|
|
72
|
+
declare const SvgNext: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
73
73
|
|
|
74
|
-
declare const
|
|
74
|
+
declare const SvgNotification: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
75
75
|
|
|
76
|
-
declare const
|
|
76
|
+
declare const SvgOffice: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
77
77
|
|
|
78
|
-
declare const
|
|
78
|
+
declare const SvgOperations: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
79
79
|
|
|
80
|
-
declare const
|
|
80
|
+
declare const SvgOrder: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
81
81
|
|
|
82
|
-
declare const
|
|
82
|
+
declare const SvgPerformance: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
83
83
|
|
|
84
|
-
declare const
|
|
84
|
+
declare const SvgPhone: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
85
85
|
|
|
86
|
-
declare const
|
|
86
|
+
declare const SvgPreparation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
87
87
|
|
|
88
|
-
declare const
|
|
88
|
+
declare const SvgQrCode: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
89
89
|
|
|
90
|
-
declare const
|
|
90
|
+
declare const SvgRate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
91
91
|
|
|
92
|
-
declare const
|
|
92
|
+
declare const SvgRating: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
93
93
|
|
|
94
|
-
declare const
|
|
94
|
+
declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
95
95
|
|
|
96
|
-
declare const
|
|
96
|
+
declare const SvgRotate: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
97
97
|
|
|
98
|
-
declare const
|
|
98
|
+
declare const SvgSatelliteView: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
99
99
|
|
|
100
|
-
declare const
|
|
100
|
+
declare const SvgSaturation: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
101
101
|
|
|
102
|
-
declare const
|
|
102
|
+
declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
103
103
|
|
|
104
|
-
declare const
|
|
104
|
+
declare const SvgSelect: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
105
105
|
|
|
106
|
-
declare const
|
|
106
|
+
declare const SvgShadows: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
107
107
|
|
|
108
|
-
declare const
|
|
108
|
+
declare const SvgShare: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
109
109
|
|
|
110
|
-
declare const
|
|
110
|
+
declare const SvgShow: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
111
111
|
|
|
112
|
-
declare const
|
|
112
|
+
declare const SvgSignOut: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
113
113
|
|
|
114
|
-
declare const
|
|
114
|
+
declare const SvgSubstitution: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
115
115
|
|
|
116
|
-
declare const
|
|
116
|
+
declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
117
117
|
|
|
118
|
-
declare const
|
|
118
|
+
declare const SvgUnion: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
119
119
|
|
|
120
|
-
declare const
|
|
120
|
+
declare const SvgUpload: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
123
|
+
|
|
124
|
+
declare const SvgVoucher: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
125
|
+
|
|
126
|
+
declare const SvgWhatsapp: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
127
|
+
|
|
128
|
+
declare const SvgWifiOff: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
129
|
+
|
|
130
|
+
declare const SvgZoom: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
131
|
+
|
|
132
|
+
declare const SvgCategoryList: (props: SVGProps<SVGSVGElement>) => react.JSX.Element;
|
|
133
|
+
|
|
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 };
|