@marigold/icons 1.3.32 → 1.3.34

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