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