@marigold/icons 1.3.33 → 1.3.35
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.cjs +121 -120
- package/dist/index.d.cts +121 -120
- package/dist/index.d.mts +121 -120
- package/package.json +4 -3
package/dist/index.d.cts
CHANGED
|
@@ -1,360 +1,361 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from "react";
|
|
2
|
+
import { SVGProps } from "@marigold/system";
|
|
2
3
|
|
|
3
4
|
//#region src/action/Cancel.d.ts
|
|
4
|
-
declare const Cancel:
|
|
5
|
+
declare const Cancel: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
5
6
|
//#endregion
|
|
6
7
|
//#region src/action/Crop.d.ts
|
|
7
|
-
declare const Crop:
|
|
8
|
+
declare const Crop: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
8
9
|
//#endregion
|
|
9
10
|
//#region src/action/Download.d.ts
|
|
10
|
-
declare const Download:
|
|
11
|
+
declare const Download: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
11
12
|
//#endregion
|
|
12
13
|
//#region src/action/Edit.d.ts
|
|
13
|
-
declare const Edit:
|
|
14
|
+
declare const Edit: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
14
15
|
//#endregion
|
|
15
16
|
//#region src/action/ExportFile.d.ts
|
|
16
|
-
declare const ExportFile:
|
|
17
|
+
declare const ExportFile: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
17
18
|
//#endregion
|
|
18
19
|
//#region src/action/FormatBold.d.ts
|
|
19
|
-
declare const FormatBold:
|
|
20
|
+
declare const FormatBold: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
20
21
|
//#endregion
|
|
21
22
|
//#region src/action/FormatItalic.d.ts
|
|
22
|
-
declare const FormatItalic:
|
|
23
|
+
declare const FormatItalic: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
23
24
|
//#endregion
|
|
24
25
|
//#region src/action/FormatSize.d.ts
|
|
25
|
-
declare const FormatSize:
|
|
26
|
+
declare const FormatSize: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
26
27
|
//#endregion
|
|
27
28
|
//#region src/action/HighlightOff.d.ts
|
|
28
|
-
declare const HighlightOff:
|
|
29
|
+
declare const HighlightOff: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
29
30
|
//#endregion
|
|
30
31
|
//#region src/action/Picture.d.ts
|
|
31
|
-
declare const Picture:
|
|
32
|
+
declare const Picture: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
32
33
|
//#endregion
|
|
33
34
|
//#region src/action/Location.d.ts
|
|
34
|
-
declare const Location:
|
|
35
|
+
declare const Location: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
35
36
|
//#endregion
|
|
36
37
|
//#region src/action/Lock.d.ts
|
|
37
|
-
declare const Lock:
|
|
38
|
+
declare const Lock: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
38
39
|
//#endregion
|
|
39
40
|
//#region src/action/LockOpen.d.ts
|
|
40
|
-
declare const LockOpen:
|
|
41
|
+
declare const LockOpen: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
41
42
|
//#endregion
|
|
42
43
|
//#region src/action/Logout.d.ts
|
|
43
|
-
declare const Logout:
|
|
44
|
+
declare const Logout: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
44
45
|
//#endregion
|
|
45
46
|
//#region src/action/Pause.d.ts
|
|
46
|
-
declare const Pause:
|
|
47
|
+
declare const Pause: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
47
48
|
//#endregion
|
|
48
49
|
//#region src/action/PauseAlt.d.ts
|
|
49
|
-
declare const PauseAlt:
|
|
50
|
+
declare const PauseAlt: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
50
51
|
//#endregion
|
|
51
52
|
//#region src/action/Play.d.ts
|
|
52
|
-
declare const Play:
|
|
53
|
+
declare const Play: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
53
54
|
//#endregion
|
|
54
55
|
//#region src/action/PlayAlt.d.ts
|
|
55
|
-
declare const PlayAlt:
|
|
56
|
+
declare const PlayAlt: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
56
57
|
//#endregion
|
|
57
58
|
//#region src/action/Restart.d.ts
|
|
58
|
-
declare const Restart:
|
|
59
|
+
declare const Restart: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
59
60
|
//#endregion
|
|
60
61
|
//#region src/action/ResaleEdit.d.ts
|
|
61
|
-
declare const ResaleEdit:
|
|
62
|
+
declare const ResaleEdit: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
62
63
|
//#endregion
|
|
63
64
|
//#region src/action/RotateLeft.d.ts
|
|
64
|
-
declare const RotateLeft:
|
|
65
|
+
declare const RotateLeft: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
65
66
|
//#endregion
|
|
66
67
|
//#region src/action/RotateRight.d.ts
|
|
67
|
-
declare const RotateRight:
|
|
68
|
+
declare const RotateRight: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
68
69
|
//#endregion
|
|
69
70
|
//#region src/action/Save.d.ts
|
|
70
|
-
declare const Save:
|
|
71
|
+
declare const Save: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
71
72
|
//#endregion
|
|
72
73
|
//#region src/action/Sort.d.ts
|
|
73
|
-
declare const Sort:
|
|
74
|
+
declare const Sort: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
74
75
|
//#endregion
|
|
75
76
|
//#region src/action/SortDown.d.ts
|
|
76
|
-
declare const SortDown:
|
|
77
|
+
declare const SortDown: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
77
78
|
//#endregion
|
|
78
79
|
//#region src/action/SortUp.d.ts
|
|
79
|
-
declare const SortUp:
|
|
80
|
+
declare const SortUp: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
80
81
|
//#endregion
|
|
81
82
|
//#region src/action/Star.d.ts
|
|
82
|
-
declare const Star:
|
|
83
|
+
declare const Star: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
83
84
|
//#endregion
|
|
84
85
|
//#region src/action/Stop.d.ts
|
|
85
|
-
declare const Stop:
|
|
86
|
+
declare const Stop: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
86
87
|
//#endregion
|
|
87
88
|
//#region src/action/Underlined.d.ts
|
|
88
|
-
declare const Underlined:
|
|
89
|
+
declare const Underlined: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
89
90
|
//#endregion
|
|
90
91
|
//#region src/action/Upload.d.ts
|
|
91
|
-
declare const Upload:
|
|
92
|
+
declare const Upload: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
92
93
|
//#endregion
|
|
93
94
|
//#region src/action/Zoom.d.ts
|
|
94
|
-
declare const Zoom:
|
|
95
|
+
declare const Zoom: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
95
96
|
//#endregion
|
|
96
97
|
//#region src/info/Accessible.d.ts
|
|
97
|
-
declare const Accessible:
|
|
98
|
+
declare const Accessible: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
98
99
|
//#endregion
|
|
99
100
|
//#region src/info/AutoRenew.d.ts
|
|
100
|
-
declare const AutoRenew:
|
|
101
|
+
declare const AutoRenew: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
101
102
|
//#endregion
|
|
102
103
|
//#region src/info/Banned.d.ts
|
|
103
|
-
declare const Banned:
|
|
104
|
+
declare const Banned: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
104
105
|
//#endregion
|
|
105
106
|
//#region src/info/BatteryCharging.d.ts
|
|
106
|
-
declare const BatteryCharging:
|
|
107
|
+
declare const BatteryCharging: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
107
108
|
//#endregion
|
|
108
109
|
//#region src/info/BatteryEmpty.d.ts
|
|
109
|
-
declare const BatteryEmpty:
|
|
110
|
+
declare const BatteryEmpty: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
110
111
|
//#endregion
|
|
111
112
|
//#region src/info/BatteryFull.d.ts
|
|
112
|
-
declare const BatteryFull:
|
|
113
|
+
declare const BatteryFull: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
113
114
|
//#endregion
|
|
114
115
|
//#region src/info/BatteryHalf.d.ts
|
|
115
|
-
declare const BatteryHalf:
|
|
116
|
+
declare const BatteryHalf: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
116
117
|
//#endregion
|
|
117
118
|
//#region src/info/Bus.d.ts
|
|
118
|
-
declare const Bus:
|
|
119
|
+
declare const Bus: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
119
120
|
//#endregion
|
|
120
121
|
//#region src/info/Calendar.d.ts
|
|
121
|
-
declare const Calendar:
|
|
122
|
+
declare const Calendar: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
122
123
|
//#endregion
|
|
123
124
|
//#region src/info/Camera.d.ts
|
|
124
|
-
declare const Camera:
|
|
125
|
+
declare const Camera: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
125
126
|
//#endregion
|
|
126
127
|
//#region src/info/Clock.d.ts
|
|
127
|
-
declare const Clock:
|
|
128
|
+
declare const Clock: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
128
129
|
//#endregion
|
|
129
130
|
//#region src/info/Direction.d.ts
|
|
130
|
-
declare const Direction:
|
|
131
|
+
declare const Direction: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
131
132
|
//#endregion
|
|
132
133
|
//#region src/info/Email.d.ts
|
|
133
|
-
declare const Email:
|
|
134
|
+
declare const Email: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
134
135
|
//#endregion
|
|
135
136
|
//#region src/info/EventDate.d.ts
|
|
136
|
-
declare const EventDate:
|
|
137
|
+
declare const EventDate: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
137
138
|
//#endregion
|
|
138
139
|
//#region src/info/Exclamation.d.ts
|
|
139
|
-
declare const Exclamation:
|
|
140
|
+
declare const Exclamation: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
140
141
|
//#endregion
|
|
141
142
|
//#region src/info/Feedback.d.ts
|
|
142
|
-
declare const Feedback:
|
|
143
|
+
declare const Feedback: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
143
144
|
//#endregion
|
|
144
145
|
//#region src/info/Food.d.ts
|
|
145
|
-
declare const Food:
|
|
146
|
+
declare const Food: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
146
147
|
//#endregion
|
|
147
148
|
//#region src/info/Globe.d.ts
|
|
148
|
-
declare const Globe:
|
|
149
|
+
declare const Globe: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
149
150
|
//#endregion
|
|
150
151
|
//#region src/info/Home.d.ts
|
|
151
|
-
declare const Home:
|
|
152
|
+
declare const Home: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
152
153
|
//#endregion
|
|
153
154
|
//#region src/info/Info.d.ts
|
|
154
|
-
declare const Info:
|
|
155
|
+
declare const Info: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
155
156
|
//#endregion
|
|
156
157
|
//#region src/info/Marker.d.ts
|
|
157
|
-
declare const Marker:
|
|
158
|
+
declare const Marker: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
158
159
|
//#endregion
|
|
159
160
|
//#region src/info/MobilePhone.d.ts
|
|
160
|
-
declare const MobilePhone:
|
|
161
|
+
declare const MobilePhone: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
161
162
|
//#endregion
|
|
162
163
|
//#region src/info/MobileSignal.d.ts
|
|
163
|
-
declare const MobileSignal:
|
|
164
|
+
declare const MobileSignal: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
164
165
|
//#endregion
|
|
165
166
|
//#region src/info/Notification.d.ts
|
|
166
|
-
declare const Notification:
|
|
167
|
+
declare const Notification: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
167
168
|
//#endregion
|
|
168
169
|
//#region src/info/Parking.d.ts
|
|
169
|
-
declare const Parking:
|
|
170
|
+
declare const Parking: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
170
171
|
//#endregion
|
|
171
172
|
//#region src/info/PDF.d.ts
|
|
172
|
-
declare const PDF:
|
|
173
|
+
declare const PDF: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
173
174
|
//#endregion
|
|
174
175
|
//#region src/info/Phone.d.ts
|
|
175
|
-
declare const Phone:
|
|
176
|
+
declare const Phone: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
176
177
|
//#endregion
|
|
177
178
|
//#region src/info/Print.d.ts
|
|
178
|
-
declare const Print:
|
|
179
|
+
declare const Print: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
179
180
|
//#endregion
|
|
180
181
|
//#region src/info/Required.d.ts
|
|
181
|
-
declare const Required:
|
|
182
|
+
declare const Required: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
182
183
|
//#endregion
|
|
183
184
|
//#region src/info/ResaleLogbook.d.ts
|
|
184
|
-
declare const ResaleLogbook:
|
|
185
|
+
declare const ResaleLogbook: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
185
186
|
//#endregion
|
|
186
187
|
//#region src/info/Spinner.d.ts
|
|
187
|
-
declare const Spinner:
|
|
188
|
+
declare const Spinner: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
188
189
|
//#endregion
|
|
189
190
|
//#region src/info/Thumb.d.ts
|
|
190
|
-
declare const Thumb:
|
|
191
|
+
declare const Thumb: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
191
192
|
//#endregion
|
|
192
193
|
//#region src/info/Truck.d.ts
|
|
193
|
-
declare const Truck:
|
|
194
|
+
declare const Truck: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
194
195
|
//#endregion
|
|
195
196
|
//#region src/info/Wifi.d.ts
|
|
196
|
-
declare const Wifi:
|
|
197
|
+
declare const Wifi: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
197
198
|
//#endregion
|
|
198
199
|
//#region src/social/Facebook.d.ts
|
|
199
|
-
declare const Facebook:
|
|
200
|
+
declare const Facebook: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
200
201
|
//#endregion
|
|
201
202
|
//#region src/social/Google.d.ts
|
|
202
|
-
declare const Google:
|
|
203
|
+
declare const Google: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
203
204
|
//#endregion
|
|
204
205
|
//#region src/social/Instagram.d.ts
|
|
205
|
-
declare const Instagram:
|
|
206
|
+
declare const Instagram: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
206
207
|
//#endregion
|
|
207
208
|
//#region src/social/Share.d.ts
|
|
208
|
-
declare const Share:
|
|
209
|
+
declare const Share: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
209
210
|
//#endregion
|
|
210
211
|
//#region src/social/Twitter.d.ts
|
|
211
|
-
declare const Twitter:
|
|
212
|
+
declare const Twitter: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
212
213
|
//#endregion
|
|
213
214
|
//#region src/social/Whatsapp.d.ts
|
|
214
|
-
declare const Whatsapp:
|
|
215
|
+
declare const Whatsapp: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
215
216
|
//#endregion
|
|
216
217
|
//#region src/ticketing/Deal.d.ts
|
|
217
|
-
declare const Deal:
|
|
218
|
+
declare const Deal: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
218
219
|
//#endregion
|
|
219
220
|
//#region src/ticketing/DesignTicket.d.ts
|
|
220
|
-
declare const DesignTicket:
|
|
221
|
+
declare const DesignTicket: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
221
222
|
//#endregion
|
|
222
223
|
//#region src/ticketing/GiftCard.d.ts
|
|
223
|
-
declare const GiftCard:
|
|
224
|
+
declare const GiftCard: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
224
225
|
//#endregion
|
|
225
226
|
//#region src/ticketing/Membership.d.ts
|
|
226
|
-
declare const Membership:
|
|
227
|
+
declare const Membership: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
227
228
|
//#endregion
|
|
228
229
|
//#region src/ticketing/Pickup.d.ts
|
|
229
|
-
declare const Pickup:
|
|
230
|
+
declare const Pickup: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
230
231
|
//#endregion
|
|
231
232
|
//#region src/ticketing/Price.d.ts
|
|
232
|
-
declare const Price:
|
|
233
|
+
declare const Price: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
233
234
|
//#endregion
|
|
234
235
|
//#region src/ticketing/Resale.d.ts
|
|
235
|
-
declare const Resale:
|
|
236
|
+
declare const Resale: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
236
237
|
//#endregion
|
|
237
238
|
//#region src/ticketing/Scanner.d.ts
|
|
238
|
-
declare const Scanner:
|
|
239
|
+
declare const Scanner: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
239
240
|
//#endregion
|
|
240
241
|
//#region src/ticketing/Stadium.d.ts
|
|
241
|
-
declare const Stadium:
|
|
242
|
+
declare const Stadium: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
242
243
|
//#endregion
|
|
243
244
|
//#region src/ticketing/Seat.d.ts
|
|
244
|
-
declare const Seat:
|
|
245
|
+
declare const Seat: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
245
246
|
//#endregion
|
|
246
247
|
//#region src/ticketing/Selling.d.ts
|
|
247
|
-
declare const Selling:
|
|
248
|
+
declare const Selling: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
248
249
|
//#endregion
|
|
249
250
|
//#region src/ticketing/Ticket.d.ts
|
|
250
|
-
declare const Ticket:
|
|
251
|
+
declare const Ticket: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
251
252
|
//#endregion
|
|
252
253
|
//#region src/ticketing/TicketInsurance.d.ts
|
|
253
|
-
declare const TicketInsurance:
|
|
254
|
+
declare const TicketInsurance: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
254
255
|
//#endregion
|
|
255
256
|
//#region src/ticketing/Turnstile.d.ts
|
|
256
|
-
declare const Turnstile:
|
|
257
|
+
declare const Turnstile: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
257
258
|
//#endregion
|
|
258
259
|
//#region src/ui/Add.d.ts
|
|
259
|
-
declare const Add:
|
|
260
|
+
declare const Add: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
260
261
|
//#endregion
|
|
261
262
|
//#region src/ui/ArrowDown.d.ts
|
|
262
|
-
declare const ArrowDown:
|
|
263
|
+
declare const ArrowDown: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
263
264
|
//#endregion
|
|
264
265
|
//#region src/ui/ArrowLeft.d.ts
|
|
265
|
-
declare const ArrowLeft:
|
|
266
|
+
declare const ArrowLeft: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
266
267
|
//#endregion
|
|
267
268
|
//#region src/ui/ArrowRight.d.ts
|
|
268
|
-
declare const ArrowRight:
|
|
269
|
+
declare const ArrowRight: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
269
270
|
//#endregion
|
|
270
271
|
//#region src/ui/ArrowUp.d.ts
|
|
271
|
-
declare const ArrowUp:
|
|
272
|
+
declare const ArrowUp: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
272
273
|
//#endregion
|
|
273
274
|
//#region src/ui/BurgerMenu.d.ts
|
|
274
|
-
declare const BurgerMenu:
|
|
275
|
+
declare const BurgerMenu: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
275
276
|
//#endregion
|
|
276
277
|
//#region src/ui/Check.d.ts
|
|
277
|
-
declare const Check:
|
|
278
|
+
declare const Check: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
278
279
|
//#endregion
|
|
279
280
|
//#region src/ui/ChevronDown.d.ts
|
|
280
|
-
declare const ChevronDown:
|
|
281
|
+
declare const ChevronDown: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
281
282
|
//#endregion
|
|
282
283
|
//#region src/ui/ChevronLeft.d.ts
|
|
283
|
-
declare const ChevronLeft:
|
|
284
|
+
declare const ChevronLeft: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
284
285
|
//#endregion
|
|
285
286
|
//#region src/ui/ChevronRight.d.ts
|
|
286
|
-
declare const ChevronRight:
|
|
287
|
+
declare const ChevronRight: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
287
288
|
//#endregion
|
|
288
289
|
//#region src/ui/ChevronUp.d.ts
|
|
289
|
-
declare const ChevronUp:
|
|
290
|
+
declare const ChevronUp: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
290
291
|
//#endregion
|
|
291
292
|
//#region src/ui/CircleUnchecked.d.ts
|
|
292
|
-
declare const CircleUnchecked:
|
|
293
|
+
declare const CircleUnchecked: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
293
294
|
//#endregion
|
|
294
295
|
//#region src/ui/CircleChecked.d.ts
|
|
295
|
-
declare const CircleChecked:
|
|
296
|
+
declare const CircleChecked: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
296
297
|
//#endregion
|
|
297
298
|
//#region src/ui/Close.d.ts
|
|
298
|
-
declare const Close:
|
|
299
|
+
declare const Close: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
299
300
|
//#endregion
|
|
300
301
|
//#region src/ui/Delete.d.ts
|
|
301
|
-
declare const Delete:
|
|
302
|
+
declare const Delete: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
302
303
|
//#endregion
|
|
303
304
|
//#region src/ui/ExternalLink.d.ts
|
|
304
|
-
declare const ExternalLink:
|
|
305
|
+
declare const ExternalLink: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
305
306
|
//#endregion
|
|
306
307
|
//#region src/ui/Eye.d.ts
|
|
307
|
-
declare const Eye:
|
|
308
|
+
declare const Eye: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
308
309
|
//#endregion
|
|
309
310
|
//#region src/ui/Filter.d.ts
|
|
310
|
-
declare const Filter:
|
|
311
|
+
declare const Filter: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
311
312
|
//#endregion
|
|
312
313
|
//#region src/ui/IconMore.d.ts
|
|
313
|
-
declare const IconMore:
|
|
314
|
+
declare const IconMore: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
314
315
|
//#endregion
|
|
315
316
|
//#region src/ui/Remove.d.ts
|
|
316
|
-
declare const Remove:
|
|
317
|
+
declare const Remove: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
317
318
|
//#endregion
|
|
318
319
|
//#region src/ui/Search.d.ts
|
|
319
|
-
declare const Search:
|
|
320
|
+
declare const Search: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
320
321
|
//#endregion
|
|
321
322
|
//#region src/ui/SettingDots.d.ts
|
|
322
|
-
declare const SettingDots:
|
|
323
|
+
declare const SettingDots: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
323
324
|
//#endregion
|
|
324
325
|
//#region src/ui/SquareUnchecked.d.ts
|
|
325
|
-
declare const SquareUnchecked:
|
|
326
|
+
declare const SquareUnchecked: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
326
327
|
//#endregion
|
|
327
328
|
//#region src/ui/SquareChecked.d.ts
|
|
328
|
-
declare const SquareChecked:
|
|
329
|
+
declare const SquareChecked: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
329
330
|
//#endregion
|
|
330
331
|
//#region src/user/Cart.d.ts
|
|
331
|
-
declare const Cart:
|
|
332
|
+
declare const Cart: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
332
333
|
//#endregion
|
|
333
334
|
//#region src/user/CreditCard.d.ts
|
|
334
|
-
declare const CreditCard:
|
|
335
|
+
declare const CreditCard: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
335
336
|
//#endregion
|
|
336
337
|
//#region src/user/Group.d.ts
|
|
337
|
-
declare const Group:
|
|
338
|
+
declare const Group: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
338
339
|
//#endregion
|
|
339
340
|
//#region src/user/Id.d.ts
|
|
340
|
-
declare const Id:
|
|
341
|
+
declare const Id: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
341
342
|
//#endregion
|
|
342
343
|
//#region src/user/SmilieDissatisfied.d.ts
|
|
343
|
-
declare const SmilieDissatisfied:
|
|
344
|
+
declare const SmilieDissatisfied: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
344
345
|
//#endregion
|
|
345
346
|
//#region src/user/SmilieNeutral.d.ts
|
|
346
|
-
declare const SmilieNeutral:
|
|
347
|
+
declare const SmilieNeutral: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
347
348
|
//#endregion
|
|
348
349
|
//#region src/user/SmilieSatisfied.d.ts
|
|
349
|
-
declare const SmilieSatisfied:
|
|
350
|
+
declare const SmilieSatisfied: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
350
351
|
//#endregion
|
|
351
352
|
//#region src/user/SmilieVeryDissatisfied.d.ts
|
|
352
|
-
declare const SmilieVeryDissatisfied:
|
|
353
|
+
declare const SmilieVeryDissatisfied: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
353
354
|
//#endregion
|
|
354
355
|
//#region src/user/SmilieVerySatisfied.d.ts
|
|
355
|
-
declare const SmilieVerySatisfied:
|
|
356
|
+
declare const SmilieVerySatisfied: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
356
357
|
//#endregion
|
|
357
358
|
//#region src/user/User.d.ts
|
|
358
|
-
declare const User:
|
|
359
|
+
declare const User: react.ForwardRefExoticComponent<SVGProps & react.RefAttributes<SVGSVGElement>>;
|
|
359
360
|
//#endregion
|
|
360
361
|
export { Accessible, Add, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, AutoRenew, Banned, BatteryCharging, BatteryEmpty, BatteryFull, BatteryHalf, BurgerMenu, Bus, Calendar, Camera, Cancel, Cart, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleChecked, CircleUnchecked, Clock, Close, CreditCard, Crop, Deal, Delete, DesignTicket, Direction, Download, Edit, Email, EventDate, Exclamation, ExportFile, ExternalLink, Eye, Facebook, Feedback, Filter, Food, FormatBold, FormatItalic, FormatSize, GiftCard, Globe, Google, Group, HighlightOff, Home, IconMore, Id, Info, Instagram, Location, Lock, LockOpen, Logout, Marker, Membership, MobilePhone, MobileSignal, Notification, PDF, Parking, Pause, PauseAlt, Phone, Pickup, Picture, Play, PlayAlt, Price, Print, Remove, Required, Resale, ResaleEdit, ResaleLogbook, Restart, RotateLeft, RotateRight, Save, Scanner, Search, Seat, Selling, SettingDots, Share, SmilieDissatisfied, SmilieNeutral, SmilieSatisfied, SmilieVeryDissatisfied, SmilieVerySatisfied, Sort, SortDown, SortUp, Spinner, SquareChecked, SquareUnchecked, Stadium, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, Upload, User, Whatsapp, Wifi, Zoom };
|