@marigold/icons 1.2.4 → 1.2.6
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.ts +114 -114
- package/dist/index.js +60 -36
- package/dist/index.mjs +60 -36
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,232 +1,232 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SVGProps } from '@marigold/system';
|
|
3
3
|
|
|
4
|
-
declare const Cancel: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
4
|
+
declare const Cancel: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
5
5
|
|
|
6
|
-
declare const Crop: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
6
|
+
declare const Crop: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
7
|
|
|
8
|
-
declare const Edit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
8
|
+
declare const Edit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
9
9
|
|
|
10
|
-
declare const FormatBold: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
10
|
+
declare const FormatBold: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
11
|
|
|
12
|
-
declare const FormatItalic: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
12
|
+
declare const FormatItalic: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
13
13
|
|
|
14
|
-
declare const FormatSize: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
14
|
+
declare const FormatSize: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
15
15
|
|
|
16
|
-
declare const HighlightOff: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
16
|
+
declare const HighlightOff: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
17
17
|
|
|
18
|
-
declare const Picture: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
18
|
+
declare const Picture: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
19
19
|
|
|
20
|
-
declare const Location: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
20
|
+
declare const Location: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
21
|
|
|
22
|
-
declare const Lock: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
22
|
+
declare const Lock: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
23
23
|
|
|
24
|
-
declare const LockOpen: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
24
|
+
declare const LockOpen: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
25
25
|
|
|
26
|
-
declare const Logout: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
26
|
+
declare const Logout: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
27
27
|
|
|
28
|
-
declare const Pause: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
28
|
+
declare const Pause: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
29
29
|
|
|
30
|
-
declare const PauseAlt: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
30
|
+
declare const PauseAlt: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
31
31
|
|
|
32
|
-
declare const Play: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
32
|
+
declare const Play: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
33
33
|
|
|
34
|
-
declare const PlayAlt: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
34
|
+
declare const PlayAlt: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
35
35
|
|
|
36
|
-
declare const Restart: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
36
|
+
declare const Restart: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
37
37
|
|
|
38
|
-
declare const ResaleEdit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
38
|
+
declare const ResaleEdit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
39
39
|
|
|
40
|
-
declare const RotateLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
40
|
+
declare const RotateLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
41
41
|
|
|
42
|
-
declare const RotateRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
42
|
+
declare const RotateRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
43
43
|
|
|
44
|
-
declare const Save: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
44
|
+
declare const Save: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
45
45
|
|
|
46
|
-
declare const Sort: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
46
|
+
declare const Sort: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
47
47
|
|
|
48
|
-
declare const SortDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
48
|
+
declare const SortDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
49
49
|
|
|
50
|
-
declare const SortUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
50
|
+
declare const SortUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
51
51
|
|
|
52
|
-
declare const Star: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
52
|
+
declare const Star: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
53
53
|
|
|
54
|
-
declare const Stop: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
54
|
+
declare const Stop: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
55
55
|
|
|
56
|
-
declare const Underlined: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
56
|
+
declare const Underlined: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
57
57
|
|
|
58
|
-
declare const Zoom: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
58
|
+
declare const Zoom: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
59
59
|
|
|
60
|
-
declare const Accessible: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
60
|
+
declare const Accessible: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
61
61
|
|
|
62
|
-
declare const AutoRenew: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
62
|
+
declare const AutoRenew: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
63
63
|
|
|
64
|
-
declare const Banned: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
64
|
+
declare const Banned: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
65
65
|
|
|
66
|
-
declare const BatteryCharging: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
66
|
+
declare const BatteryCharging: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
67
67
|
|
|
68
|
-
declare const BatteryEmpty: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
68
|
+
declare const BatteryEmpty: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
69
69
|
|
|
70
|
-
declare const BatteryFull: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
70
|
+
declare const BatteryFull: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
71
71
|
|
|
72
|
-
declare const BatteryHalf: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
72
|
+
declare const BatteryHalf: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
73
73
|
|
|
74
|
-
declare const Bus: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
74
|
+
declare const Bus: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
75
75
|
|
|
76
|
-
declare const Calendar: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
76
|
+
declare const Calendar: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
77
77
|
|
|
78
|
-
declare const Camera: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
78
|
+
declare const Camera: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
79
79
|
|
|
80
|
-
declare const Clock: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
80
|
+
declare const Clock: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
81
81
|
|
|
82
|
-
declare const Direction: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
82
|
+
declare const Direction: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
83
83
|
|
|
84
|
-
declare const Email: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
84
|
+
declare const Email: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
85
85
|
|
|
86
|
-
declare const EventDate: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
86
|
+
declare const EventDate: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
87
87
|
|
|
88
|
-
declare const Exclamation: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
88
|
+
declare const Exclamation: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
89
89
|
|
|
90
|
-
declare const Feedback: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
90
|
+
declare const Feedback: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
91
91
|
|
|
92
|
-
declare const Food: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
92
|
+
declare const Food: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
93
93
|
|
|
94
|
-
declare const Globe: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
94
|
+
declare const Globe: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
95
95
|
|
|
96
|
-
declare const Home: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
96
|
+
declare const Home: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
97
97
|
|
|
98
|
-
declare const Info: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
98
|
+
declare const Info: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
99
99
|
|
|
100
|
-
declare const Marker: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
100
|
+
declare const Marker: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
101
101
|
|
|
102
|
-
declare const MobilePhone: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
102
|
+
declare const MobilePhone: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
103
103
|
|
|
104
|
-
declare const MobileSignal: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
104
|
+
declare const MobileSignal: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
105
105
|
|
|
106
|
-
declare const Notification: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
106
|
+
declare const Notification: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
107
107
|
|
|
108
|
-
declare const Parking: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
108
|
+
declare const Parking: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
109
109
|
|
|
110
|
-
declare const Phone: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
110
|
+
declare const Phone: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
111
111
|
|
|
112
|
-
declare const Print: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
112
|
+
declare const Print: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
113
113
|
|
|
114
|
-
declare const Required: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
114
|
+
declare const Required: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
115
115
|
|
|
116
|
-
declare const ResaleLogbook: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
116
|
+
declare const ResaleLogbook: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
117
117
|
|
|
118
|
-
declare const Spinner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
118
|
+
declare const Spinner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
119
119
|
|
|
120
|
-
declare const Thumb: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
120
|
+
declare const Thumb: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
121
121
|
|
|
122
|
-
declare const Truck: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
122
|
+
declare const Truck: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
123
123
|
|
|
124
|
-
declare const Wifi: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
124
|
+
declare const Wifi: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
125
125
|
|
|
126
|
-
declare const Facebook: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
126
|
+
declare const Facebook: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
127
127
|
|
|
128
|
-
declare const Google: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
128
|
+
declare const Google: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
129
129
|
|
|
130
|
-
declare const Instagram: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
130
|
+
declare const Instagram: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
131
131
|
|
|
132
|
-
declare const Share: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
132
|
+
declare const Share: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
133
133
|
|
|
134
|
-
declare const Twitter: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
134
|
+
declare const Twitter: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
135
135
|
|
|
136
|
-
declare const Whatsapp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
136
|
+
declare const Whatsapp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
137
137
|
|
|
138
|
-
declare const Deal: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
138
|
+
declare const Deal: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
139
139
|
|
|
140
|
-
declare const DesignTicket: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
140
|
+
declare const DesignTicket: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
141
141
|
|
|
142
|
-
declare const GiftCard: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
142
|
+
declare const GiftCard: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
143
143
|
|
|
144
|
-
declare const Membership: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
144
|
+
declare const Membership: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
145
145
|
|
|
146
|
-
declare const Pickup: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
146
|
+
declare const Pickup: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
147
147
|
|
|
148
|
-
declare const Price: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
148
|
+
declare const Price: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
149
149
|
|
|
150
|
-
declare const Resale: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
150
|
+
declare const Resale: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
151
151
|
|
|
152
|
-
declare const Scanner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
152
|
+
declare const Scanner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
153
153
|
|
|
154
|
-
declare const Seat: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
154
|
+
declare const Seat: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
155
155
|
|
|
156
|
-
declare const Selling: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
156
|
+
declare const Selling: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
157
157
|
|
|
158
|
-
declare const Ticket: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
158
|
+
declare const Ticket: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
159
159
|
|
|
160
|
-
declare const TicketInsurance: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
160
|
+
declare const TicketInsurance: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
161
161
|
|
|
162
|
-
declare const Turnstile: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
162
|
+
declare const Turnstile: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
163
163
|
|
|
164
|
-
declare const Add: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
164
|
+
declare const Add: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
165
165
|
|
|
166
|
-
declare const ArrowDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
166
|
+
declare const ArrowDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
167
167
|
|
|
168
|
-
declare const ArrowLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
168
|
+
declare const ArrowLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
169
169
|
|
|
170
|
-
declare const ArrowRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
170
|
+
declare const ArrowRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
171
171
|
|
|
172
|
-
declare const ArrowUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
172
|
+
declare const ArrowUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
173
173
|
|
|
174
|
-
declare const BurgerMenu: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
174
|
+
declare const BurgerMenu: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
175
175
|
|
|
176
|
-
declare const Check: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
176
|
+
declare const Check: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
177
177
|
|
|
178
|
-
declare const ChevronDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
178
|
+
declare const ChevronDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
179
179
|
|
|
180
|
-
declare const ChevronLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
180
|
+
declare const ChevronLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
181
181
|
|
|
182
|
-
declare const ChevronRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
182
|
+
declare const ChevronRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
183
183
|
|
|
184
|
-
declare const ChevronUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
184
|
+
declare const ChevronUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
185
185
|
|
|
186
|
-
declare const CircleUnchecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
186
|
+
declare const CircleUnchecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
187
187
|
|
|
188
|
-
declare const CircleChecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
188
|
+
declare const CircleChecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
189
189
|
|
|
190
|
-
declare const Close: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
190
|
+
declare const Close: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
191
191
|
|
|
192
|
-
declare const Delete: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
192
|
+
declare const Delete: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
193
193
|
|
|
194
|
-
declare const ExternalLink: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
194
|
+
declare const ExternalLink: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
195
195
|
|
|
196
|
-
declare const Eye: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
196
|
+
declare const Eye: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
197
197
|
|
|
198
|
-
declare const Filter: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
198
|
+
declare const Filter: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
199
199
|
|
|
200
|
-
declare const IconMore: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
200
|
+
declare const IconMore: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
201
201
|
|
|
202
|
-
declare const Remove: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
202
|
+
declare const Remove: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
203
203
|
|
|
204
|
-
declare const Search: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
204
|
+
declare const Search: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
205
205
|
|
|
206
|
-
declare const SettingDots: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
206
|
+
declare const SettingDots: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
207
207
|
|
|
208
|
-
declare const SquareUnchecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
208
|
+
declare const SquareUnchecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
209
209
|
|
|
210
|
-
declare const SquareChecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
210
|
+
declare const SquareChecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
211
211
|
|
|
212
|
-
declare const Cart: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
212
|
+
declare const Cart: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
213
213
|
|
|
214
|
-
declare const CreditCard: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
214
|
+
declare const CreditCard: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
215
215
|
|
|
216
|
-
declare const Group: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
216
|
+
declare const Group: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
217
217
|
|
|
218
|
-
declare const Id: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
218
|
+
declare const Id: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
219
219
|
|
|
220
|
-
declare const SmilieDissatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
220
|
+
declare const SmilieDissatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
221
221
|
|
|
222
|
-
declare const SmilieNeutral: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
222
|
+
declare const SmilieNeutral: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
223
223
|
|
|
224
|
-
declare const SmilieSatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
224
|
+
declare const SmilieSatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
225
225
|
|
|
226
|
-
declare const SmilieVeryDissatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
226
|
+
declare const SmilieVeryDissatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
227
227
|
|
|
228
|
-
declare const SmilieVerySatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
228
|
+
declare const SmilieVerySatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
229
229
|
|
|
230
|
-
declare const User: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<
|
|
230
|
+
declare const User: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
231
231
|
|
|
232
232
|
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, Edit, Email, EventDate, Exclamation, 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, 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, Star, Stop, Thumb, Ticket, TicketInsurance, Truck, Turnstile, Twitter, Underlined, User, Whatsapp, Wifi, Zoom };
|
package/dist/index.js
CHANGED
|
@@ -176,7 +176,9 @@ var FormatBold = (0, import_react4.forwardRef)((props, ref) => /* @__PURE__ */ i
|
|
|
176
176
|
// src/action/FormatItalic.tsx
|
|
177
177
|
var import_react5 = __toESM(require("react"));
|
|
178
178
|
var import_system5 = require("@marigold/system");
|
|
179
|
-
var FormatItalic = (0, import_react5.forwardRef)(
|
|
179
|
+
var FormatItalic = (0, import_react5.forwardRef)(
|
|
180
|
+
(props, ref) => /* @__PURE__ */ import_react5.default.createElement(import_system5.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react5.default.createElement("path", { d: "M10.1021 3.375H19.8726V6.9126H16.36L12.0657 17.02H14.9873V20.625H4.8125V17.02H8.61163L12.8214 6.9126H10.1021V3.375Z" }))
|
|
181
|
+
);
|
|
180
182
|
|
|
181
183
|
// src/action/FormatSize.tsx
|
|
182
184
|
var import_react6 = __toESM(require("react"));
|
|
@@ -186,13 +188,15 @@ var FormatSize = (0, import_react6.forwardRef)((props, ref) => /* @__PURE__ */ i
|
|
|
186
188
|
// src/action/HighlightOff.tsx
|
|
187
189
|
var import_react7 = __toESM(require("react"));
|
|
188
190
|
var import_system7 = require("@marigold/system");
|
|
189
|
-
var HighlightOff = (0, import_react7.forwardRef)(
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
191
|
+
var HighlightOff = (0, import_react7.forwardRef)(
|
|
192
|
+
(props, ref) => /* @__PURE__ */ import_react7.default.createElement(import_system7.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react7.default.createElement(
|
|
193
|
+
"path",
|
|
194
|
+
{
|
|
195
|
+
fillRule: "evenodd",
|
|
196
|
+
d: "M12 0.28125C5.51953 0.28125 0.28125 5.51953 0.28125 12C0.28125 18.4805 5.51953 23.7188 12 23.7188C18.4805 23.7188 23.7188 18.4805 23.7188 12C23.7188 5.51953 18.4805 0.28125 12 0.28125ZM15.0352 7.3125L12 10.3477L8.96484 7.3125L7.3125 8.96484L10.3477 12L7.3125 15.0352L8.96484 16.6875L12 13.6523L15.0352 16.6875L16.6875 15.0352L13.6523 12L16.6875 8.96484L15.0352 7.3125ZM2.625 12C2.625 17.168 6.83203 21.375 12 21.375C17.168 21.375 21.375 17.168 21.375 12C21.375 6.83203 17.168 2.625 12 2.625C6.83203 2.625 2.625 6.83203 2.625 12Z"
|
|
197
|
+
}
|
|
198
|
+
))
|
|
199
|
+
);
|
|
196
200
|
|
|
197
201
|
// src/action/Picture.tsx
|
|
198
202
|
var import_react8 = __toESM(require("react"));
|
|
@@ -342,13 +346,15 @@ var BatteryCharging = (0, import_react32.forwardRef)(
|
|
|
342
346
|
// src/info/BatteryEmpty.tsx
|
|
343
347
|
var import_react33 = __toESM(require("react"));
|
|
344
348
|
var import_system33 = require("@marigold/system");
|
|
345
|
-
var BatteryEmpty = (0, import_react33.forwardRef)(
|
|
346
|
-
"
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
349
|
+
var BatteryEmpty = (0, import_react33.forwardRef)(
|
|
350
|
+
(props, ref) => /* @__PURE__ */ import_react33.default.createElement(import_system33.SVG, { ...props, viewBox: "0 0 10 20", ref }, /* @__PURE__ */ import_react33.default.createElement(
|
|
351
|
+
"path",
|
|
352
|
+
{
|
|
353
|
+
fill: "currentColor",
|
|
354
|
+
d: "M1 20C0.716667 20 0.479 19.904 0.287 19.712C0.0956668 19.5207 0 19.2833 0 19V3C0 2.71667 0.0956668 2.479 0.287 2.287C0.479 2.09567 0.716667 2 1 2H3V0H7V2H9C9.28333 2 9.52067 2.09567 9.712 2.287C9.904 2.479 10 2.71667 10 3V19C10 19.2833 9.904 19.5207 9.712 19.712C9.52067 19.904 9.28333 20 9 20H1ZM2 16H8V4H2V16Z"
|
|
355
|
+
}
|
|
356
|
+
))
|
|
357
|
+
);
|
|
352
358
|
|
|
353
359
|
// src/info/BatteryFull.tsx
|
|
354
360
|
var import_react34 = __toESM(require("react"));
|
|
@@ -450,18 +456,22 @@ var MobilePhone = (0, import_react50.forwardRef)((props, ref) => /* @__PURE__ */
|
|
|
450
456
|
// src/info/MobileSignal.tsx
|
|
451
457
|
var import_react51 = __toESM(require("react"));
|
|
452
458
|
var import_system51 = require("@marigold/system");
|
|
453
|
-
var MobileSignal = (0, import_react51.forwardRef)(
|
|
454
|
-
"
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
459
|
+
var MobileSignal = (0, import_react51.forwardRef)(
|
|
460
|
+
(props, ref) => /* @__PURE__ */ import_react51.default.createElement(import_system51.SVG, { ...props, viewBox: "0 0 15 16", ref }, /* @__PURE__ */ import_react51.default.createElement(
|
|
461
|
+
"path",
|
|
462
|
+
{
|
|
463
|
+
fill: "currentColor",
|
|
464
|
+
d: "M0 16V10H3V16H0ZM6 16V5H9V16H6ZM12 16V0H15V16H12Z"
|
|
465
|
+
}
|
|
466
|
+
))
|
|
467
|
+
);
|
|
460
468
|
|
|
461
469
|
// src/info/Notification.tsx
|
|
462
470
|
var import_react52 = __toESM(require("react"));
|
|
463
471
|
var import_system52 = require("@marigold/system");
|
|
464
|
-
var Notification = (0, import_react52.forwardRef)(
|
|
472
|
+
var Notification = (0, import_react52.forwardRef)(
|
|
473
|
+
(props, ref) => /* @__PURE__ */ import_react52.default.createElement(import_system52.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react52.default.createElement("path", { d: "M19.2 3H4.8C3.81 3 3.009 3.81 3.009 4.8L3 21L6.6 17.4H19.2C20.19 17.4 21 16.59 21 15.6V4.8C21 3.81 20.19 3 19.2 3ZM12.9 13.8H11.1V12H12.9V13.8ZM12.9 10.2001H11.1V6.60008H12.9V10.2001Z" }))
|
|
474
|
+
);
|
|
465
475
|
|
|
466
476
|
// src/info/Parking.tsx
|
|
467
477
|
var import_react53 = __toESM(require("react"));
|
|
@@ -486,7 +496,9 @@ var Required = (0, import_react56.forwardRef)((props, ref) => /* @__PURE__ */ im
|
|
|
486
496
|
// src/info/ResaleLogbook.tsx
|
|
487
497
|
var import_react57 = __toESM(require("react"));
|
|
488
498
|
var import_system57 = require("@marigold/system");
|
|
489
|
-
var ResaleLogbook = (0, import_react57.forwardRef)(
|
|
499
|
+
var ResaleLogbook = (0, import_react57.forwardRef)(
|
|
500
|
+
(props, ref) => /* @__PURE__ */ import_react57.default.createElement(import_system57.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react57.default.createElement("path", { d: "M20.1574 16.9691V6.51741C19.2227 6.23416 18.1606 6.09254 16.9709 6.09254C15.1298 6.09254 13.4729 6.54573 12 7.45212V17.8614C13.4729 16.955 15.1298 16.5018 16.9709 16.5018C18.0756 16.5018 19.1378 16.6576 20.1574 16.9691ZM16.9709 4.26562C19.1236 4.26562 20.7947 4.71881 21.9844 5.6252V18.8386C21.9844 18.9519 21.9348 19.0581 21.8357 19.1572C21.7365 19.2563 21.6303 19.3059 21.517 19.3059C21.432 19.3059 21.3612 19.2918 21.3046 19.2634C20.1433 18.6403 18.6987 18.3287 16.9709 18.3287C15.1298 18.3287 13.4729 18.7819 12 19.6883C10.782 18.7819 9.12508 18.3287 7.02906 18.3287C5.49953 18.3287 4.05499 18.6545 2.69541 19.3059C2.66709 19.3059 2.63168 19.313 2.5892 19.3272C2.54671 19.3413 2.5113 19.3484 2.48298 19.3484C2.36968 19.3484 2.26346 19.3059 2.16433 19.2209C2.06519 19.136 2.01562 19.0368 2.01562 18.9235V5.6252C3.23358 4.71881 4.90471 4.26562 7.02906 4.26562C9.12508 4.26562 10.782 4.71881 12 5.6252C13.218 4.71881 14.8749 4.26562 16.9709 4.26562Z" }))
|
|
501
|
+
);
|
|
490
502
|
|
|
491
503
|
// src/info/Spinner.tsx
|
|
492
504
|
var import_react58 = __toESM(require("react"));
|
|
@@ -564,7 +576,9 @@ var Deal = (0, import_react68.forwardRef)((props, ref) => /* @__PURE__ */ import
|
|
|
564
576
|
// src/ticketing/DesignTicket.tsx
|
|
565
577
|
var import_react69 = __toESM(require("react"));
|
|
566
578
|
var import_system69 = require("@marigold/system");
|
|
567
|
-
var DesignTicket = (0, import_react69.forwardRef)(
|
|
579
|
+
var DesignTicket = (0, import_react69.forwardRef)(
|
|
580
|
+
(props, ref) => /* @__PURE__ */ import_react69.default.createElement(import_system69.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react69.default.createElement("path", { d: "M16.0131 8.32198C16.0272 8.32198 16.0415 8.31954 16.0553 8.31339C16.1074 8.29007 16.1308 8.22891 16.1075 8.17675C16.0903 8.13827 16.0526 8.11591 16.0131 8.1158V8.11527C15.0071 8.06481 14.1955 7.25314 14.145 6.24727H14.1447C14.1446 6.23349 14.1419 6.21939 14.1359 6.20593C14.1126 6.15377 14.0515 6.13034 13.9992 6.15367C13.961 6.17073 13.9388 6.20815 13.9385 6.24727H13.9378C13.8874 7.25314 13.0757 8.06481 12.0697 8.11527V8.1158C12.0557 8.1158 12.0414 8.11824 12.0276 8.12449C11.9755 8.14781 11.9521 8.20898 11.9754 8.26113C11.9925 8.29951 12.0303 8.32198 12.0697 8.32198V8.32251C13.0757 8.37297 13.8874 9.18464 13.9378 10.1905H13.9382C13.9382 10.2047 13.9409 10.219 13.9469 10.2327C13.9703 10.285 14.0314 10.3083 14.0836 10.2851C14.1221 10.2678 14.1445 10.2301 14.1445 10.1905H14.145C14.1955 9.18464 15.0071 8.37297 16.0131 8.32251V8.32198ZM10.9421 16.7547C11.2901 17.1027 11.8434 17.1135 12.1782 16.7787C12.5128 16.444 12.502 15.8906 12.154 15.5426C11.806 15.1946 11.2527 15.1839 10.9179 15.5185C10.5832 15.8533 10.5938 16.4066 10.9421 16.7547ZM9.12655 14.9392C9.47466 15.2872 10.028 15.298 10.3627 14.9632C10.6974 14.6285 10.6866 14.0752 10.3386 13.727C9.99048 13.379 9.43724 13.3683 9.10248 13.7031C8.76772 14.0377 8.77854 14.5912 9.12655 14.9392ZM7.2071 13.0197C7.55501 13.3677 8.10845 13.3785 8.44322 13.0439C8.77798 12.7091 8.76706 12.1557 8.41905 11.8078C8.07103 11.4598 7.51769 11.4488 7.18304 11.7836C6.84828 12.1184 6.85909 12.6717 7.2071 13.0197ZM20.2644 6.68816L22.3641 8.78789C22.4846 8.90842 22.4884 9.10188 22.3726 9.21784L14.1009 17.4894C13.753 17.1415 13.1995 17.1306 12.8648 17.4654C12.53 17.8 12.5409 18.3536 12.8888 18.7015L9.23348 22.3567C9.11761 22.4727 8.92405 22.469 8.80352 22.3484L6.70507 20.25C7.46183 19.4933 7.43745 18.2422 6.65058 17.4553C5.86382 16.6686 4.61276 16.6442 3.856 17.4009L1.62239 15.1672C1.50175 15.0468 1.49804 14.8532 1.61401 14.7374L5.26935 11.0819C5.61726 11.4298 6.1707 11.4408 6.50546 11.1061C6.84012 10.7713 6.82931 10.2179 6.4814 9.86998L14.753 1.59827C14.869 1.48241 15.0624 1.48623 15.183 1.60665L17.4178 3.84164C17.414 3.84525 17.4101 3.84862 17.4062 3.85199C17.4014 3.85615 17.3965 3.86029 17.392 3.86485C16.6353 4.62161 16.6596 5.87278 17.4465 6.65954C18.2332 7.4463 19.4844 7.47079 20.241 6.71403C20.2455 6.7096 20.2496 6.70487 20.2536 6.70015L20.2573 6.69591C20.2584 6.69458 20.2596 6.69327 20.2608 6.69197C20.262 6.69068 20.2632 6.68941 20.2644 6.68816ZM21.0294 18.1816C21.0636 18.1817 21.0962 18.2011 21.1111 18.2342C21.1313 18.2794 21.111 18.3324 21.0659 18.3525C21.054 18.3578 21.0416 18.3601 21.0294 18.3601V18.3604C20.1589 18.4042 19.4566 19.1065 19.4128 19.9769H19.4124C19.4124 20.0112 19.393 20.0438 19.3597 20.0587C19.3146 20.0788 19.2617 20.0587 19.2414 20.0134C19.2362 20.0015 19.2339 19.9892 19.234 19.9769H19.2336C19.1899 19.1065 18.4875 18.4042 17.617 18.3604V18.3601C17.5829 18.36 17.5501 18.3406 17.5353 18.3073C17.5151 18.2622 17.5354 18.2092 17.5805 18.189C17.5924 18.1837 17.6048 18.1816 17.617 18.1816V18.1811C18.4875 18.1375 19.1899 17.4351 19.2336 16.5646H19.2341C19.2344 16.5308 19.2537 16.4983 19.2867 16.4836C19.3319 16.4634 19.3848 16.4837 19.4049 16.5288C19.4102 16.5404 19.4125 16.5527 19.4126 16.5646H19.4128C19.4566 17.4351 20.1589 18.1375 21.0294 18.1811V18.1816ZM10.9449 3.5126C10.9325 3.48472 10.905 3.46851 10.8763 3.4684V3.46808C10.1457 3.4313 9.55624 2.84192 9.51967 2.11134H9.51935C9.51935 2.10137 9.51734 2.09109 9.51299 2.08134C9.49603 2.04349 9.45162 2.02643 9.41377 2.04339C9.386 2.05579 9.36989 2.08293 9.36957 2.11134H9.36915C9.33247 2.84192 8.74298 3.4313 8.0124 3.46808V3.4684C8.00212 3.4684 7.99173 3.47031 7.98176 3.47476C7.94381 3.49161 7.92685 3.53614 7.94381 3.57398C7.95632 3.60186 7.98367 3.61818 8.0124 3.61818V3.6185C8.74298 3.65528 9.33247 4.24467 9.36915 4.97525H9.36946C9.36946 4.98553 9.37127 4.99592 9.37572 5.00588C9.39268 5.04373 9.43709 5.06069 9.47504 5.04383C9.50282 5.03132 9.51925 5.00387 9.51925 4.97525H9.51967C9.55624 4.24467 10.1457 3.65528 10.8763 3.6185V3.61818C10.8866 3.61818 10.897 3.61638 10.9071 3.61193C10.9449 3.59497 10.9619 3.55045 10.9449 3.5126ZM5.85556 6.73351C5.90283 6.73351 5.9481 6.76033 5.96866 6.80633C5.99654 6.86877 5.96856 6.94202 5.90612 6.9699C5.88958 6.97721 5.87252 6.98029 5.85556 6.98029V6.98082C4.65156 7.04135 3.68003 8.01287 3.61961 9.21687H3.61898C3.61887 9.26425 3.59216 9.3093 3.54605 9.32997C3.48372 9.35775 3.41036 9.32987 3.38248 9.26743C3.37517 9.251 3.37209 9.23372 3.3722 9.21687H3.37156C3.31114 8.01287 2.33961 7.04135 1.13562 6.98082V6.98029C1.08824 6.98029 1.04308 6.95336 1.02251 6.90736C0.994634 6.84492 1.02262 6.77167 1.08506 6.74379C1.10149 6.73648 1.11866 6.73351 1.13562 6.73351V6.73287C2.33961 6.67235 3.31114 5.70092 3.37156 4.49693H3.3723C3.37283 4.44997 3.39944 4.40524 3.44502 4.38478C3.50746 4.357 3.58071 4.38488 3.60869 4.44743C3.6159 4.46343 3.61898 4.48029 3.61919 4.49693H3.61961C3.68003 5.70092 4.65156 6.67235 5.85556 6.73287V6.73351Z" }))
|
|
581
|
+
);
|
|
568
582
|
|
|
569
583
|
// src/ticketing/GiftCard.tsx
|
|
570
584
|
var import_react70 = __toESM(require("react"));
|
|
@@ -677,7 +691,9 @@ var ChevronLeft = (0, import_react89.forwardRef)((props, ref) => /* @__PURE__ */
|
|
|
677
691
|
// src/ui/ChevronRight.tsx
|
|
678
692
|
var import_react90 = __toESM(require("react"));
|
|
679
693
|
var import_system90 = require("@marigold/system");
|
|
680
|
-
var ChevronRight = (0, import_react90.forwardRef)(
|
|
694
|
+
var ChevronRight = (0, import_react90.forwardRef)(
|
|
695
|
+
(props, ref) => /* @__PURE__ */ import_react90.default.createElement(import_system90.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react90.default.createElement("path", { d: "M7.125 18.0244L13.1363 12L7.125 5.97563L8.97563 4.125L16.8506 12L8.97563 19.875L7.125 18.0244Z" }))
|
|
696
|
+
);
|
|
681
697
|
|
|
682
698
|
// src/ui/ChevronUp.tsx
|
|
683
699
|
var import_react91 = __toESM(require("react"));
|
|
@@ -694,7 +710,9 @@ var CircleUnchecked = (0, import_react92.forwardRef)(
|
|
|
694
710
|
// src/ui/CircleChecked.tsx
|
|
695
711
|
var import_react93 = __toESM(require("react"));
|
|
696
712
|
var import_system93 = require("@marigold/system");
|
|
697
|
-
var CircleChecked = (0, import_react93.forwardRef)(
|
|
713
|
+
var CircleChecked = (0, import_react93.forwardRef)(
|
|
714
|
+
(props, ref) => /* @__PURE__ */ import_react93.default.createElement(import_system93.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react93.default.createElement("path", { d: "M12 14.9999C10.3477 14.9999 9 13.6522 9 11.9999C9 10.3475 10.3477 8.99989 12 8.99989C13.6523 8.99989 15 10.3475 15 11.9999C15 13.6522 13.6523 14.9999 12 14.9999ZM5.62494 11.9999C5.62494 15.5155 8.48438 18.3749 12 18.3749C15.5156 18.3749 18.3751 15.5155 18.3751 11.9999C18.3751 8.48428 15.5156 5.62494 12 5.62494C8.48438 5.62494 5.62494 8.48428 5.62494 11.9999ZM12 20.9999C7.03134 20.9999 3 16.9687 3 11.9999C3 7.03115 7.03134 3 12 3C16.9687 3 21 7.03115 21 11.9999C21 16.9687 16.9687 20.9999 12 20.9999Z" }))
|
|
715
|
+
);
|
|
698
716
|
|
|
699
717
|
// src/ui/Close.tsx
|
|
700
718
|
var import_react94 = __toESM(require("react"));
|
|
@@ -709,13 +727,15 @@ var Delete = (0, import_react95.forwardRef)((props, ref) => /* @__PURE__ */ impo
|
|
|
709
727
|
// src/ui/ExternalLink.tsx
|
|
710
728
|
var import_react96 = __toESM(require("react"));
|
|
711
729
|
var import_system96 = require("@marigold/system");
|
|
712
|
-
var ExternalLink = (0, import_react96.forwardRef)(
|
|
713
|
-
"
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
730
|
+
var ExternalLink = (0, import_react96.forwardRef)(
|
|
731
|
+
(props, ref) => /* @__PURE__ */ import_react96.default.createElement(import_system96.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react96.default.createElement(
|
|
732
|
+
"path",
|
|
733
|
+
{
|
|
734
|
+
stroke: "currentColor",
|
|
735
|
+
d: "M18.5625 18.5625H5.4375V5.4375H12V3.5625H5.4375C4.39687 3.5625 3.5625 4.40625 3.5625 5.4375V18.5625C3.5625 19.5938 4.39687 20.4375 5.4375 20.4375H18.5625C19.5938 20.4375 20.4375 19.5938 20.4375 18.5625V12H18.5625V18.5625ZM13.8648 3.5625V5.44042H17.2356L8.00565 14.6704L9.32959 15.9943L18.5596 6.76436V10.1352H20.4375V3.5625H13.8648Z"
|
|
736
|
+
}
|
|
737
|
+
))
|
|
738
|
+
);
|
|
719
739
|
|
|
720
740
|
// src/ui/Eye.tsx
|
|
721
741
|
var import_react97 = __toESM(require("react"));
|
|
@@ -757,7 +777,9 @@ var SquareUnchecked = (0, import_react103.forwardRef)(
|
|
|
757
777
|
// src/ui/SquareChecked.tsx
|
|
758
778
|
var import_react104 = __toESM(require("react"));
|
|
759
779
|
var import_system104 = require("@marigold/system");
|
|
760
|
-
var SquareChecked = (0, import_react104.forwardRef)(
|
|
780
|
+
var SquareChecked = (0, import_react104.forwardRef)(
|
|
781
|
+
(props, ref) => /* @__PURE__ */ import_react104.default.createElement(import_system104.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react104.default.createElement("path", { d: "M19.2917 2.625H4.70833C3.5625 2.625 2.625 3.5625 2.625 4.70833V19.2917C2.625 20.4375 3.5625 21.375 4.70833 21.375H19.2917C20.4375 21.375 21.375 20.4375 21.375 19.2917V4.70833C21.375 3.5625 20.4375 2.625 19.2917 2.625ZM9.91667 17.2083L4.70833 12.2003L6.16667 10.7981L9.91667 14.4038L17.8333 6.79167L19.2917 8.19391L9.91667 17.2083Z" }))
|
|
782
|
+
);
|
|
761
783
|
|
|
762
784
|
// src/user/Cart.tsx
|
|
763
785
|
var import_react105 = __toESM(require("react"));
|
|
@@ -789,7 +811,9 @@ var SmilieDissatisfied = (0, import_react109.forwardRef)(
|
|
|
789
811
|
// src/user/SmilieNeutral.tsx
|
|
790
812
|
var import_react110 = __toESM(require("react"));
|
|
791
813
|
var import_system110 = require("@marigold/system");
|
|
792
|
-
var SmilieNeutral = (0, import_react110.forwardRef)(
|
|
814
|
+
var SmilieNeutral = (0, import_react110.forwardRef)(
|
|
815
|
+
(props, ref) => /* @__PURE__ */ import_react110.default.createElement(import_system110.SVG, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ import_react110.default.createElement("path", { d: "M12.0083 2.67188C6.84945 2.67188 2.67188 6.85879 2.67188 12.0177C2.67188 17.1765 6.84945 21.3635 12.0083 21.3635C17.1765 21.3635 21.3635 17.1765 21.3635 12.0177C21.3635 6.85879 17.1765 2.67188 12.0083 2.67188ZM12.0177 19.4943C7.88683 19.4943 4.54103 16.1485 4.54103 12.0177C4.54103 7.88683 7.88683 4.54103 12.0177 4.54103C16.1485 4.54103 19.4943 7.88683 19.4943 12.0177C19.4943 16.1485 16.1485 19.4943 12.0177 19.4943ZM8.74664 11.0831C9.52087 11.0831 10.1485 10.4555 10.1485 9.68122C10.1485 8.90699 9.52087 8.27935 8.74664 8.27935C7.97241 8.27935 7.34477 8.90699 7.34477 9.68122C7.34477 10.4555 7.97241 11.0831 8.74664 11.0831ZM9.21393 13.8868V15.2887H14.8214V13.8868H9.21393ZM15.2887 11.0831C16.0629 11.0831 16.6906 10.4555 16.6906 9.68122C16.6906 8.90699 16.0629 8.27935 15.2887 8.27935C14.5145 8.27935 13.8868 8.90699 13.8868 9.68122C13.8868 10.4555 14.5145 11.0831 15.2887 11.0831Z" }))
|
|
816
|
+
);
|
|
793
817
|
|
|
794
818
|
// src/user/SmilieSatisfied.tsx
|
|
795
819
|
var import_react111 = __toESM(require("react"));
|
package/dist/index.mjs
CHANGED
|
@@ -27,7 +27,9 @@ var FormatBold = forwardRef4((props, ref) => /* @__PURE__ */ React4.createElemen
|
|
|
27
27
|
// src/action/FormatItalic.tsx
|
|
28
28
|
import React5, { forwardRef as forwardRef5 } from "react";
|
|
29
29
|
import { SVG as SVG5 } from "@marigold/system";
|
|
30
|
-
var FormatItalic = forwardRef5(
|
|
30
|
+
var FormatItalic = forwardRef5(
|
|
31
|
+
(props, ref) => /* @__PURE__ */ React5.createElement(SVG5, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React5.createElement("path", { d: "M10.1021 3.375H19.8726V6.9126H16.36L12.0657 17.02H14.9873V20.625H4.8125V17.02H8.61163L12.8214 6.9126H10.1021V3.375Z" }))
|
|
32
|
+
);
|
|
31
33
|
|
|
32
34
|
// src/action/FormatSize.tsx
|
|
33
35
|
import React6, { forwardRef as forwardRef6 } from "react";
|
|
@@ -37,13 +39,15 @@ var FormatSize = forwardRef6((props, ref) => /* @__PURE__ */ React6.createElemen
|
|
|
37
39
|
// src/action/HighlightOff.tsx
|
|
38
40
|
import React7, { forwardRef as forwardRef7 } from "react";
|
|
39
41
|
import { SVG as SVG7 } from "@marigold/system";
|
|
40
|
-
var HighlightOff = forwardRef7(
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
var HighlightOff = forwardRef7(
|
|
43
|
+
(props, ref) => /* @__PURE__ */ React7.createElement(SVG7, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React7.createElement(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
fillRule: "evenodd",
|
|
47
|
+
d: "M12 0.28125C5.51953 0.28125 0.28125 5.51953 0.28125 12C0.28125 18.4805 5.51953 23.7188 12 23.7188C18.4805 23.7188 23.7188 18.4805 23.7188 12C23.7188 5.51953 18.4805 0.28125 12 0.28125ZM15.0352 7.3125L12 10.3477L8.96484 7.3125L7.3125 8.96484L10.3477 12L7.3125 15.0352L8.96484 16.6875L12 13.6523L15.0352 16.6875L16.6875 15.0352L13.6523 12L16.6875 8.96484L15.0352 7.3125ZM2.625 12C2.625 17.168 6.83203 21.375 12 21.375C17.168 21.375 21.375 17.168 21.375 12C21.375 6.83203 17.168 2.625 12 2.625C6.83203 2.625 2.625 6.83203 2.625 12Z"
|
|
48
|
+
}
|
|
49
|
+
))
|
|
50
|
+
);
|
|
47
51
|
|
|
48
52
|
// src/action/Picture.tsx
|
|
49
53
|
import React8, { forwardRef as forwardRef8 } from "react";
|
|
@@ -193,13 +197,15 @@ var BatteryCharging = forwardRef32(
|
|
|
193
197
|
// src/info/BatteryEmpty.tsx
|
|
194
198
|
import React33, { forwardRef as forwardRef33 } from "react";
|
|
195
199
|
import { SVG as SVG33 } from "@marigold/system";
|
|
196
|
-
var BatteryEmpty = forwardRef33(
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
200
|
+
var BatteryEmpty = forwardRef33(
|
|
201
|
+
(props, ref) => /* @__PURE__ */ React33.createElement(SVG33, { ...props, viewBox: "0 0 10 20", ref }, /* @__PURE__ */ React33.createElement(
|
|
202
|
+
"path",
|
|
203
|
+
{
|
|
204
|
+
fill: "currentColor",
|
|
205
|
+
d: "M1 20C0.716667 20 0.479 19.904 0.287 19.712C0.0956668 19.5207 0 19.2833 0 19V3C0 2.71667 0.0956668 2.479 0.287 2.287C0.479 2.09567 0.716667 2 1 2H3V0H7V2H9C9.28333 2 9.52067 2.09567 9.712 2.287C9.904 2.479 10 2.71667 10 3V19C10 19.2833 9.904 19.5207 9.712 19.712C9.52067 19.904 9.28333 20 9 20H1ZM2 16H8V4H2V16Z"
|
|
206
|
+
}
|
|
207
|
+
))
|
|
208
|
+
);
|
|
203
209
|
|
|
204
210
|
// src/info/BatteryFull.tsx
|
|
205
211
|
import React34, { forwardRef as forwardRef34 } from "react";
|
|
@@ -301,18 +307,22 @@ var MobilePhone = forwardRef50((props, ref) => /* @__PURE__ */ React50.createEle
|
|
|
301
307
|
// src/info/MobileSignal.tsx
|
|
302
308
|
import React51, { forwardRef as forwardRef51 } from "react";
|
|
303
309
|
import { SVG as SVG51 } from "@marigold/system";
|
|
304
|
-
var MobileSignal = forwardRef51(
|
|
305
|
-
"
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
310
|
+
var MobileSignal = forwardRef51(
|
|
311
|
+
(props, ref) => /* @__PURE__ */ React51.createElement(SVG51, { ...props, viewBox: "0 0 15 16", ref }, /* @__PURE__ */ React51.createElement(
|
|
312
|
+
"path",
|
|
313
|
+
{
|
|
314
|
+
fill: "currentColor",
|
|
315
|
+
d: "M0 16V10H3V16H0ZM6 16V5H9V16H6ZM12 16V0H15V16H12Z"
|
|
316
|
+
}
|
|
317
|
+
))
|
|
318
|
+
);
|
|
311
319
|
|
|
312
320
|
// src/info/Notification.tsx
|
|
313
321
|
import React52, { forwardRef as forwardRef52 } from "react";
|
|
314
322
|
import { SVG as SVG52 } from "@marigold/system";
|
|
315
|
-
var Notification = forwardRef52(
|
|
323
|
+
var Notification = forwardRef52(
|
|
324
|
+
(props, ref) => /* @__PURE__ */ React52.createElement(SVG52, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React52.createElement("path", { d: "M19.2 3H4.8C3.81 3 3.009 3.81 3.009 4.8L3 21L6.6 17.4H19.2C20.19 17.4 21 16.59 21 15.6V4.8C21 3.81 20.19 3 19.2 3ZM12.9 13.8H11.1V12H12.9V13.8ZM12.9 10.2001H11.1V6.60008H12.9V10.2001Z" }))
|
|
325
|
+
);
|
|
316
326
|
|
|
317
327
|
// src/info/Parking.tsx
|
|
318
328
|
import React53, { forwardRef as forwardRef53 } from "react";
|
|
@@ -337,7 +347,9 @@ var Required = forwardRef56((props, ref) => /* @__PURE__ */ React56.createElemen
|
|
|
337
347
|
// src/info/ResaleLogbook.tsx
|
|
338
348
|
import React57, { forwardRef as forwardRef57 } from "react";
|
|
339
349
|
import { SVG as SVG57 } from "@marigold/system";
|
|
340
|
-
var ResaleLogbook = forwardRef57(
|
|
350
|
+
var ResaleLogbook = forwardRef57(
|
|
351
|
+
(props, ref) => /* @__PURE__ */ React57.createElement(SVG57, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React57.createElement("path", { d: "M20.1574 16.9691V6.51741C19.2227 6.23416 18.1606 6.09254 16.9709 6.09254C15.1298 6.09254 13.4729 6.54573 12 7.45212V17.8614C13.4729 16.955 15.1298 16.5018 16.9709 16.5018C18.0756 16.5018 19.1378 16.6576 20.1574 16.9691ZM16.9709 4.26562C19.1236 4.26562 20.7947 4.71881 21.9844 5.6252V18.8386C21.9844 18.9519 21.9348 19.0581 21.8357 19.1572C21.7365 19.2563 21.6303 19.3059 21.517 19.3059C21.432 19.3059 21.3612 19.2918 21.3046 19.2634C20.1433 18.6403 18.6987 18.3287 16.9709 18.3287C15.1298 18.3287 13.4729 18.7819 12 19.6883C10.782 18.7819 9.12508 18.3287 7.02906 18.3287C5.49953 18.3287 4.05499 18.6545 2.69541 19.3059C2.66709 19.3059 2.63168 19.313 2.5892 19.3272C2.54671 19.3413 2.5113 19.3484 2.48298 19.3484C2.36968 19.3484 2.26346 19.3059 2.16433 19.2209C2.06519 19.136 2.01562 19.0368 2.01562 18.9235V5.6252C3.23358 4.71881 4.90471 4.26562 7.02906 4.26562C9.12508 4.26562 10.782 4.71881 12 5.6252C13.218 4.71881 14.8749 4.26562 16.9709 4.26562Z" }))
|
|
352
|
+
);
|
|
341
353
|
|
|
342
354
|
// src/info/Spinner.tsx
|
|
343
355
|
import React58, { forwardRef as forwardRef58 } from "react";
|
|
@@ -415,7 +427,9 @@ var Deal = forwardRef68((props, ref) => /* @__PURE__ */ React68.createElement(SV
|
|
|
415
427
|
// src/ticketing/DesignTicket.tsx
|
|
416
428
|
import React69, { forwardRef as forwardRef69 } from "react";
|
|
417
429
|
import { SVG as SVG69 } from "@marigold/system";
|
|
418
|
-
var DesignTicket = forwardRef69(
|
|
430
|
+
var DesignTicket = forwardRef69(
|
|
431
|
+
(props, ref) => /* @__PURE__ */ React69.createElement(SVG69, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React69.createElement("path", { d: "M16.0131 8.32198C16.0272 8.32198 16.0415 8.31954 16.0553 8.31339C16.1074 8.29007 16.1308 8.22891 16.1075 8.17675C16.0903 8.13827 16.0526 8.11591 16.0131 8.1158V8.11527C15.0071 8.06481 14.1955 7.25314 14.145 6.24727H14.1447C14.1446 6.23349 14.1419 6.21939 14.1359 6.20593C14.1126 6.15377 14.0515 6.13034 13.9992 6.15367C13.961 6.17073 13.9388 6.20815 13.9385 6.24727H13.9378C13.8874 7.25314 13.0757 8.06481 12.0697 8.11527V8.1158C12.0557 8.1158 12.0414 8.11824 12.0276 8.12449C11.9755 8.14781 11.9521 8.20898 11.9754 8.26113C11.9925 8.29951 12.0303 8.32198 12.0697 8.32198V8.32251C13.0757 8.37297 13.8874 9.18464 13.9378 10.1905H13.9382C13.9382 10.2047 13.9409 10.219 13.9469 10.2327C13.9703 10.285 14.0314 10.3083 14.0836 10.2851C14.1221 10.2678 14.1445 10.2301 14.1445 10.1905H14.145C14.1955 9.18464 15.0071 8.37297 16.0131 8.32251V8.32198ZM10.9421 16.7547C11.2901 17.1027 11.8434 17.1135 12.1782 16.7787C12.5128 16.444 12.502 15.8906 12.154 15.5426C11.806 15.1946 11.2527 15.1839 10.9179 15.5185C10.5832 15.8533 10.5938 16.4066 10.9421 16.7547ZM9.12655 14.9392C9.47466 15.2872 10.028 15.298 10.3627 14.9632C10.6974 14.6285 10.6866 14.0752 10.3386 13.727C9.99048 13.379 9.43724 13.3683 9.10248 13.7031C8.76772 14.0377 8.77854 14.5912 9.12655 14.9392ZM7.2071 13.0197C7.55501 13.3677 8.10845 13.3785 8.44322 13.0439C8.77798 12.7091 8.76706 12.1557 8.41905 11.8078C8.07103 11.4598 7.51769 11.4488 7.18304 11.7836C6.84828 12.1184 6.85909 12.6717 7.2071 13.0197ZM20.2644 6.68816L22.3641 8.78789C22.4846 8.90842 22.4884 9.10188 22.3726 9.21784L14.1009 17.4894C13.753 17.1415 13.1995 17.1306 12.8648 17.4654C12.53 17.8 12.5409 18.3536 12.8888 18.7015L9.23348 22.3567C9.11761 22.4727 8.92405 22.469 8.80352 22.3484L6.70507 20.25C7.46183 19.4933 7.43745 18.2422 6.65058 17.4553C5.86382 16.6686 4.61276 16.6442 3.856 17.4009L1.62239 15.1672C1.50175 15.0468 1.49804 14.8532 1.61401 14.7374L5.26935 11.0819C5.61726 11.4298 6.1707 11.4408 6.50546 11.1061C6.84012 10.7713 6.82931 10.2179 6.4814 9.86998L14.753 1.59827C14.869 1.48241 15.0624 1.48623 15.183 1.60665L17.4178 3.84164C17.414 3.84525 17.4101 3.84862 17.4062 3.85199C17.4014 3.85615 17.3965 3.86029 17.392 3.86485C16.6353 4.62161 16.6596 5.87278 17.4465 6.65954C18.2332 7.4463 19.4844 7.47079 20.241 6.71403C20.2455 6.7096 20.2496 6.70487 20.2536 6.70015L20.2573 6.69591C20.2584 6.69458 20.2596 6.69327 20.2608 6.69197C20.262 6.69068 20.2632 6.68941 20.2644 6.68816ZM21.0294 18.1816C21.0636 18.1817 21.0962 18.2011 21.1111 18.2342C21.1313 18.2794 21.111 18.3324 21.0659 18.3525C21.054 18.3578 21.0416 18.3601 21.0294 18.3601V18.3604C20.1589 18.4042 19.4566 19.1065 19.4128 19.9769H19.4124C19.4124 20.0112 19.393 20.0438 19.3597 20.0587C19.3146 20.0788 19.2617 20.0587 19.2414 20.0134C19.2362 20.0015 19.2339 19.9892 19.234 19.9769H19.2336C19.1899 19.1065 18.4875 18.4042 17.617 18.3604V18.3601C17.5829 18.36 17.5501 18.3406 17.5353 18.3073C17.5151 18.2622 17.5354 18.2092 17.5805 18.189C17.5924 18.1837 17.6048 18.1816 17.617 18.1816V18.1811C18.4875 18.1375 19.1899 17.4351 19.2336 16.5646H19.2341C19.2344 16.5308 19.2537 16.4983 19.2867 16.4836C19.3319 16.4634 19.3848 16.4837 19.4049 16.5288C19.4102 16.5404 19.4125 16.5527 19.4126 16.5646H19.4128C19.4566 17.4351 20.1589 18.1375 21.0294 18.1811V18.1816ZM10.9449 3.5126C10.9325 3.48472 10.905 3.46851 10.8763 3.4684V3.46808C10.1457 3.4313 9.55624 2.84192 9.51967 2.11134H9.51935C9.51935 2.10137 9.51734 2.09109 9.51299 2.08134C9.49603 2.04349 9.45162 2.02643 9.41377 2.04339C9.386 2.05579 9.36989 2.08293 9.36957 2.11134H9.36915C9.33247 2.84192 8.74298 3.4313 8.0124 3.46808V3.4684C8.00212 3.4684 7.99173 3.47031 7.98176 3.47476C7.94381 3.49161 7.92685 3.53614 7.94381 3.57398C7.95632 3.60186 7.98367 3.61818 8.0124 3.61818V3.6185C8.74298 3.65528 9.33247 4.24467 9.36915 4.97525H9.36946C9.36946 4.98553 9.37127 4.99592 9.37572 5.00588C9.39268 5.04373 9.43709 5.06069 9.47504 5.04383C9.50282 5.03132 9.51925 5.00387 9.51925 4.97525H9.51967C9.55624 4.24467 10.1457 3.65528 10.8763 3.6185V3.61818C10.8866 3.61818 10.897 3.61638 10.9071 3.61193C10.9449 3.59497 10.9619 3.55045 10.9449 3.5126ZM5.85556 6.73351C5.90283 6.73351 5.9481 6.76033 5.96866 6.80633C5.99654 6.86877 5.96856 6.94202 5.90612 6.9699C5.88958 6.97721 5.87252 6.98029 5.85556 6.98029V6.98082C4.65156 7.04135 3.68003 8.01287 3.61961 9.21687H3.61898C3.61887 9.26425 3.59216 9.3093 3.54605 9.32997C3.48372 9.35775 3.41036 9.32987 3.38248 9.26743C3.37517 9.251 3.37209 9.23372 3.3722 9.21687H3.37156C3.31114 8.01287 2.33961 7.04135 1.13562 6.98082V6.98029C1.08824 6.98029 1.04308 6.95336 1.02251 6.90736C0.994634 6.84492 1.02262 6.77167 1.08506 6.74379C1.10149 6.73648 1.11866 6.73351 1.13562 6.73351V6.73287C2.33961 6.67235 3.31114 5.70092 3.37156 4.49693H3.3723C3.37283 4.44997 3.39944 4.40524 3.44502 4.38478C3.50746 4.357 3.58071 4.38488 3.60869 4.44743C3.6159 4.46343 3.61898 4.48029 3.61919 4.49693H3.61961C3.68003 5.70092 4.65156 6.67235 5.85556 6.73287V6.73351Z" }))
|
|
432
|
+
);
|
|
419
433
|
|
|
420
434
|
// src/ticketing/GiftCard.tsx
|
|
421
435
|
import React70, { forwardRef as forwardRef70 } from "react";
|
|
@@ -528,7 +542,9 @@ var ChevronLeft = forwardRef89((props, ref) => /* @__PURE__ */ React89.createEle
|
|
|
528
542
|
// src/ui/ChevronRight.tsx
|
|
529
543
|
import React90, { forwardRef as forwardRef90 } from "react";
|
|
530
544
|
import { SVG as SVG90 } from "@marigold/system";
|
|
531
|
-
var ChevronRight = forwardRef90(
|
|
545
|
+
var ChevronRight = forwardRef90(
|
|
546
|
+
(props, ref) => /* @__PURE__ */ React90.createElement(SVG90, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React90.createElement("path", { d: "M7.125 18.0244L13.1363 12L7.125 5.97563L8.97563 4.125L16.8506 12L8.97563 19.875L7.125 18.0244Z" }))
|
|
547
|
+
);
|
|
532
548
|
|
|
533
549
|
// src/ui/ChevronUp.tsx
|
|
534
550
|
import React91, { forwardRef as forwardRef91 } from "react";
|
|
@@ -545,7 +561,9 @@ var CircleUnchecked = forwardRef92(
|
|
|
545
561
|
// src/ui/CircleChecked.tsx
|
|
546
562
|
import React93, { forwardRef as forwardRef93 } from "react";
|
|
547
563
|
import { SVG as SVG93 } from "@marigold/system";
|
|
548
|
-
var CircleChecked = forwardRef93(
|
|
564
|
+
var CircleChecked = forwardRef93(
|
|
565
|
+
(props, ref) => /* @__PURE__ */ React93.createElement(SVG93, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React93.createElement("path", { d: "M12 14.9999C10.3477 14.9999 9 13.6522 9 11.9999C9 10.3475 10.3477 8.99989 12 8.99989C13.6523 8.99989 15 10.3475 15 11.9999C15 13.6522 13.6523 14.9999 12 14.9999ZM5.62494 11.9999C5.62494 15.5155 8.48438 18.3749 12 18.3749C15.5156 18.3749 18.3751 15.5155 18.3751 11.9999C18.3751 8.48428 15.5156 5.62494 12 5.62494C8.48438 5.62494 5.62494 8.48428 5.62494 11.9999ZM12 20.9999C7.03134 20.9999 3 16.9687 3 11.9999C3 7.03115 7.03134 3 12 3C16.9687 3 21 7.03115 21 11.9999C21 16.9687 16.9687 20.9999 12 20.9999Z" }))
|
|
566
|
+
);
|
|
549
567
|
|
|
550
568
|
// src/ui/Close.tsx
|
|
551
569
|
import React94, { forwardRef as forwardRef94 } from "react";
|
|
@@ -560,13 +578,15 @@ var Delete = forwardRef95((props, ref) => /* @__PURE__ */ React95.createElement(
|
|
|
560
578
|
// src/ui/ExternalLink.tsx
|
|
561
579
|
import React96, { forwardRef as forwardRef96 } from "react";
|
|
562
580
|
import { SVG as SVG96 } from "@marigold/system";
|
|
563
|
-
var ExternalLink = forwardRef96(
|
|
564
|
-
"
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
581
|
+
var ExternalLink = forwardRef96(
|
|
582
|
+
(props, ref) => /* @__PURE__ */ React96.createElement(SVG96, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React96.createElement(
|
|
583
|
+
"path",
|
|
584
|
+
{
|
|
585
|
+
stroke: "currentColor",
|
|
586
|
+
d: "M18.5625 18.5625H5.4375V5.4375H12V3.5625H5.4375C4.39687 3.5625 3.5625 4.40625 3.5625 5.4375V18.5625C3.5625 19.5938 4.39687 20.4375 5.4375 20.4375H18.5625C19.5938 20.4375 20.4375 19.5938 20.4375 18.5625V12H18.5625V18.5625ZM13.8648 3.5625V5.44042H17.2356L8.00565 14.6704L9.32959 15.9943L18.5596 6.76436V10.1352H20.4375V3.5625H13.8648Z"
|
|
587
|
+
}
|
|
588
|
+
))
|
|
589
|
+
);
|
|
570
590
|
|
|
571
591
|
// src/ui/Eye.tsx
|
|
572
592
|
import React97, { forwardRef as forwardRef97 } from "react";
|
|
@@ -608,7 +628,9 @@ var SquareUnchecked = forwardRef103(
|
|
|
608
628
|
// src/ui/SquareChecked.tsx
|
|
609
629
|
import React104, { forwardRef as forwardRef104 } from "react";
|
|
610
630
|
import { SVG as SVG104 } from "@marigold/system";
|
|
611
|
-
var SquareChecked = forwardRef104(
|
|
631
|
+
var SquareChecked = forwardRef104(
|
|
632
|
+
(props, ref) => /* @__PURE__ */ React104.createElement(SVG104, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React104.createElement("path", { d: "M19.2917 2.625H4.70833C3.5625 2.625 2.625 3.5625 2.625 4.70833V19.2917C2.625 20.4375 3.5625 21.375 4.70833 21.375H19.2917C20.4375 21.375 21.375 20.4375 21.375 19.2917V4.70833C21.375 3.5625 20.4375 2.625 19.2917 2.625ZM9.91667 17.2083L4.70833 12.2003L6.16667 10.7981L9.91667 14.4038L17.8333 6.79167L19.2917 8.19391L9.91667 17.2083Z" }))
|
|
633
|
+
);
|
|
612
634
|
|
|
613
635
|
// src/user/Cart.tsx
|
|
614
636
|
import React105, { forwardRef as forwardRef105 } from "react";
|
|
@@ -640,7 +662,9 @@ var SmilieDissatisfied = forwardRef109(
|
|
|
640
662
|
// src/user/SmilieNeutral.tsx
|
|
641
663
|
import React110, { forwardRef as forwardRef110 } from "react";
|
|
642
664
|
import { SVG as SVG110 } from "@marigold/system";
|
|
643
|
-
var SmilieNeutral = forwardRef110(
|
|
665
|
+
var SmilieNeutral = forwardRef110(
|
|
666
|
+
(props, ref) => /* @__PURE__ */ React110.createElement(SVG110, { ...props, viewBox: "0 0 24 24", ref }, /* @__PURE__ */ React110.createElement("path", { d: "M12.0083 2.67188C6.84945 2.67188 2.67188 6.85879 2.67188 12.0177C2.67188 17.1765 6.84945 21.3635 12.0083 21.3635C17.1765 21.3635 21.3635 17.1765 21.3635 12.0177C21.3635 6.85879 17.1765 2.67188 12.0083 2.67188ZM12.0177 19.4943C7.88683 19.4943 4.54103 16.1485 4.54103 12.0177C4.54103 7.88683 7.88683 4.54103 12.0177 4.54103C16.1485 4.54103 19.4943 7.88683 19.4943 12.0177C19.4943 16.1485 16.1485 19.4943 12.0177 19.4943ZM8.74664 11.0831C9.52087 11.0831 10.1485 10.4555 10.1485 9.68122C10.1485 8.90699 9.52087 8.27935 8.74664 8.27935C7.97241 8.27935 7.34477 8.90699 7.34477 9.68122C7.34477 10.4555 7.97241 11.0831 8.74664 11.0831ZM9.21393 13.8868V15.2887H14.8214V13.8868H9.21393ZM15.2887 11.0831C16.0629 11.0831 16.6906 10.4555 16.6906 9.68122C16.6906 8.90699 16.0629 8.27935 15.2887 8.27935C14.5145 8.27935 13.8868 8.90699 13.8868 9.68122C13.8868 10.4555 14.5145 11.0831 15.2887 11.0831Z" }))
|
|
667
|
+
);
|
|
644
668
|
|
|
645
669
|
// src/user/SmilieSatisfied.tsx
|
|
646
670
|
import React111, { forwardRef as forwardRef111 } from "react";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/icons",
|
|
3
3
|
"description": "Marigold Icons",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.6",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"marigold",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "packages/icons"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@marigold/system": "
|
|
25
|
+
"@marigold/system": "6.0.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "17.x || 18.x"
|