@marigold/icons 1.2.12 → 1.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +232 -0
- package/package.json +3 -3
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { SVGProps } from '@marigold/system';
|
|
3
|
+
|
|
4
|
+
declare const Cancel: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
5
|
+
|
|
6
|
+
declare const Crop: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
7
|
+
|
|
8
|
+
declare const Edit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
|
|
10
|
+
declare const FormatBold: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
|
|
12
|
+
declare const FormatItalic: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
13
|
+
|
|
14
|
+
declare const FormatSize: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
15
|
+
|
|
16
|
+
declare const HighlightOff: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
17
|
+
|
|
18
|
+
declare const Picture: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
19
|
+
|
|
20
|
+
declare const Location: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
|
|
22
|
+
declare const Lock: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
23
|
+
|
|
24
|
+
declare const LockOpen: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
25
|
+
|
|
26
|
+
declare const Logout: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
27
|
+
|
|
28
|
+
declare const Pause: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
|
|
30
|
+
declare const PauseAlt: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
|
|
32
|
+
declare const Play: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
33
|
+
|
|
34
|
+
declare const PlayAlt: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
35
|
+
|
|
36
|
+
declare const Restart: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
+
|
|
38
|
+
declare const ResaleEdit: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
39
|
+
|
|
40
|
+
declare const RotateLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
|
|
42
|
+
declare const RotateRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
43
|
+
|
|
44
|
+
declare const Save: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
45
|
+
|
|
46
|
+
declare const Sort: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
47
|
+
|
|
48
|
+
declare const SortDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
49
|
+
|
|
50
|
+
declare const SortUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
51
|
+
|
|
52
|
+
declare const Star: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
53
|
+
|
|
54
|
+
declare const Stop: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
55
|
+
|
|
56
|
+
declare const Underlined: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
57
|
+
|
|
58
|
+
declare const Zoom: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
59
|
+
|
|
60
|
+
declare const Accessible: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
61
|
+
|
|
62
|
+
declare const AutoRenew: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
63
|
+
|
|
64
|
+
declare const Banned: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
65
|
+
|
|
66
|
+
declare const BatteryCharging: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
67
|
+
|
|
68
|
+
declare const BatteryEmpty: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
69
|
+
|
|
70
|
+
declare const BatteryFull: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
71
|
+
|
|
72
|
+
declare const BatteryHalf: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
73
|
+
|
|
74
|
+
declare const Bus: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
75
|
+
|
|
76
|
+
declare const Calendar: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
77
|
+
|
|
78
|
+
declare const Camera: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
79
|
+
|
|
80
|
+
declare const Clock: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
81
|
+
|
|
82
|
+
declare const Direction: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
83
|
+
|
|
84
|
+
declare const Email: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
85
|
+
|
|
86
|
+
declare const EventDate: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
87
|
+
|
|
88
|
+
declare const Exclamation: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
89
|
+
|
|
90
|
+
declare const Feedback: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
91
|
+
|
|
92
|
+
declare const Food: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
93
|
+
|
|
94
|
+
declare const Globe: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
95
|
+
|
|
96
|
+
declare const Home: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
97
|
+
|
|
98
|
+
declare const Info: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
99
|
+
|
|
100
|
+
declare const Marker: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
101
|
+
|
|
102
|
+
declare const MobilePhone: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
103
|
+
|
|
104
|
+
declare const MobileSignal: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
105
|
+
|
|
106
|
+
declare const Notification: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
107
|
+
|
|
108
|
+
declare const Parking: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
109
|
+
|
|
110
|
+
declare const Phone: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
111
|
+
|
|
112
|
+
declare const Print: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
113
|
+
|
|
114
|
+
declare const Required: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
115
|
+
|
|
116
|
+
declare const ResaleLogbook: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
117
|
+
|
|
118
|
+
declare const Spinner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
119
|
+
|
|
120
|
+
declare const Thumb: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
121
|
+
|
|
122
|
+
declare const Truck: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
123
|
+
|
|
124
|
+
declare const Wifi: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
125
|
+
|
|
126
|
+
declare const Facebook: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
127
|
+
|
|
128
|
+
declare const Google: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
129
|
+
|
|
130
|
+
declare const Instagram: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
131
|
+
|
|
132
|
+
declare const Share: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
133
|
+
|
|
134
|
+
declare const Twitter: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
135
|
+
|
|
136
|
+
declare const Whatsapp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
137
|
+
|
|
138
|
+
declare const Deal: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
139
|
+
|
|
140
|
+
declare const DesignTicket: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
141
|
+
|
|
142
|
+
declare const GiftCard: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
143
|
+
|
|
144
|
+
declare const Membership: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
145
|
+
|
|
146
|
+
declare const Pickup: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
147
|
+
|
|
148
|
+
declare const Price: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
149
|
+
|
|
150
|
+
declare const Resale: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
151
|
+
|
|
152
|
+
declare const Scanner: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
153
|
+
|
|
154
|
+
declare const Seat: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
155
|
+
|
|
156
|
+
declare const Selling: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
157
|
+
|
|
158
|
+
declare const Ticket: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
159
|
+
|
|
160
|
+
declare const TicketInsurance: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
161
|
+
|
|
162
|
+
declare const Turnstile: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
163
|
+
|
|
164
|
+
declare const Add: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
165
|
+
|
|
166
|
+
declare const ArrowDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
167
|
+
|
|
168
|
+
declare const ArrowLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
169
|
+
|
|
170
|
+
declare const ArrowRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
171
|
+
|
|
172
|
+
declare const ArrowUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
173
|
+
|
|
174
|
+
declare const BurgerMenu: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
175
|
+
|
|
176
|
+
declare const Check: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
177
|
+
|
|
178
|
+
declare const ChevronDown: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
179
|
+
|
|
180
|
+
declare const ChevronLeft: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
181
|
+
|
|
182
|
+
declare const ChevronRight: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
183
|
+
|
|
184
|
+
declare const ChevronUp: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
185
|
+
|
|
186
|
+
declare const CircleUnchecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
187
|
+
|
|
188
|
+
declare const CircleChecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
189
|
+
|
|
190
|
+
declare const Close: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
191
|
+
|
|
192
|
+
declare const Delete: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
193
|
+
|
|
194
|
+
declare const ExternalLink: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
195
|
+
|
|
196
|
+
declare const Eye: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
197
|
+
|
|
198
|
+
declare const Filter: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
199
|
+
|
|
200
|
+
declare const IconMore: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
201
|
+
|
|
202
|
+
declare const Remove: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
203
|
+
|
|
204
|
+
declare const Search: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
205
|
+
|
|
206
|
+
declare const SettingDots: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
207
|
+
|
|
208
|
+
declare const SquareUnchecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
209
|
+
|
|
210
|
+
declare const SquareChecked: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
211
|
+
|
|
212
|
+
declare const Cart: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
213
|
+
|
|
214
|
+
declare const CreditCard: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
215
|
+
|
|
216
|
+
declare const Group: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
217
|
+
|
|
218
|
+
declare const Id: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
219
|
+
|
|
220
|
+
declare const SmilieDissatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
221
|
+
|
|
222
|
+
declare const SmilieNeutral: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
223
|
+
|
|
224
|
+
declare const SmilieSatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
225
|
+
|
|
226
|
+
declare const SmilieVeryDissatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
227
|
+
|
|
228
|
+
declare const SmilieVerySatisfied: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
229
|
+
|
|
230
|
+
declare const User: React.ForwardRefExoticComponent<SVGProps & React.RefAttributes<SVGSVGElement>>;
|
|
231
|
+
|
|
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/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.14",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"marigold",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"directory": "packages/icons"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@marigold/system": "6.2.
|
|
25
|
+
"@marigold/system": "6.2.5"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "17.x || 18.x"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"tsup": "
|
|
31
|
+
"tsup": "7.2.0",
|
|
32
32
|
"@marigold/tsconfig": "0.4.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|