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