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