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