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