@marigold/icons 0.1.0 → 0.2.0
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/icons.cjs.development.js +218 -114
- package/dist/icons.cjs.development.js.map +1 -1
- package/dist/icons.cjs.production.min.js +1 -1
- package/dist/icons.cjs.production.min.js.map +1 -1
- package/dist/icons.esm.js +219 -115
- package/dist/icons.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Icons.stories.mdx +1438 -375
- package/src/SVG/SVG.stories.mdx +50 -41
- package/src/SVG/SVG.test.tsx +7 -14
- package/src/SVG/SVG.tsx +15 -20
- package/src/action/FormatBold.tsx +1 -1
- package/src/action/HighlightOff.tsx +1 -1
- package/src/action/LockOpen.tsx +1 -1
|
@@ -20,6 +20,7 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
20
20
|
return target;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
var _excluded = ["variant", "size", "className", "children"];
|
|
23
24
|
var SVG = function SVG(_ref) {
|
|
24
25
|
var _ref$variant = _ref.variant,
|
|
25
26
|
variant = _ref$variant === void 0 ? 'icon' : _ref$variant,
|
|
@@ -27,25 +28,24 @@ var SVG = function SVG(_ref) {
|
|
|
27
28
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
28
29
|
className = _ref.className,
|
|
29
30
|
children = _ref.children,
|
|
30
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
31
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
31
32
|
|
|
32
|
-
|
|
33
|
+
return React.createElement(system.Element, Object.assign({
|
|
34
|
+
as: "svg",
|
|
33
35
|
variant: "icon." + variant,
|
|
34
|
-
className: className
|
|
35
|
-
});
|
|
36
|
-
return React.createElement("svg", Object.assign({
|
|
37
|
-
className: classNames,
|
|
38
36
|
width: size,
|
|
39
37
|
height: size,
|
|
38
|
+
className: className,
|
|
40
39
|
viewBox: "0 0 24 24",
|
|
41
40
|
fill: "currentcolor"
|
|
42
41
|
}, props), children);
|
|
43
42
|
};
|
|
44
43
|
|
|
44
|
+
var _excluded$1 = ["className"];
|
|
45
45
|
var Cancel = function Cancel(_ref) {
|
|
46
46
|
var _ref$className = _ref.className,
|
|
47
47
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
48
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
48
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
|
|
49
49
|
|
|
50
50
|
return React.createElement(SVG, Object.assign({
|
|
51
51
|
className: className
|
|
@@ -54,10 +54,11 @@ var Cancel = function Cancel(_ref) {
|
|
|
54
54
|
}));
|
|
55
55
|
};
|
|
56
56
|
|
|
57
|
+
var _excluded$2 = ["className"];
|
|
57
58
|
var Crop = function Crop(_ref) {
|
|
58
59
|
var _ref$className = _ref.className,
|
|
59
60
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
60
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
61
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
|
|
61
62
|
|
|
62
63
|
return React.createElement(SVG, Object.assign({
|
|
63
64
|
className: className
|
|
@@ -66,10 +67,11 @@ var Crop = function Crop(_ref) {
|
|
|
66
67
|
}));
|
|
67
68
|
};
|
|
68
69
|
|
|
70
|
+
var _excluded$3 = ["className"];
|
|
69
71
|
var Edit = function Edit(_ref) {
|
|
70
72
|
var _ref$className = _ref.className,
|
|
71
73
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
72
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
74
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
|
|
73
75
|
|
|
74
76
|
return React.createElement(SVG, Object.assign({
|
|
75
77
|
className: className
|
|
@@ -78,23 +80,25 @@ var Edit = function Edit(_ref) {
|
|
|
78
80
|
}));
|
|
79
81
|
};
|
|
80
82
|
|
|
83
|
+
var _excluded$4 = ["className"];
|
|
81
84
|
var FormatBold = function FormatBold(_ref) {
|
|
82
85
|
var _ref$className = _ref.className,
|
|
83
86
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
84
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
87
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$4);
|
|
85
88
|
|
|
86
89
|
return React.createElement(SVG, Object.assign({
|
|
87
90
|
className: className
|
|
88
91
|
}, props), React.createElement("path", {
|
|
89
|
-
|
|
92
|
+
fillRule: "evenodd",
|
|
90
93
|
d: "M16.1277 11.7413C17.3229 10.9157 18.1607 9.56036 18.1607 8.30357C18.1607 5.51893 16.0045 3.375 13.2321 3.375H5.53125V20.625H14.2055C16.7807 20.625 18.7768 18.5304 18.7768 15.9552C18.7768 14.0823 17.7171 12.4805 16.1277 11.7413ZM9.22767 6.45539H12.9241C13.9468 6.45539 14.7723 7.28093 14.7723 8.30361C14.7723 9.32628 13.9468 10.1518 12.9241 10.1518H9.22767V6.45539ZM9.22767 17.5446H13.5402C14.5628 17.5446 15.3884 16.719 15.3884 15.6964C15.3884 14.6737 14.5628 13.8482 13.5402 13.8482H9.22767V17.5446Z"
|
|
91
94
|
}));
|
|
92
95
|
};
|
|
93
96
|
|
|
97
|
+
var _excluded$5 = ["className"];
|
|
94
98
|
var FormatItalic = function FormatItalic(_ref) {
|
|
95
99
|
var _ref$className = _ref.className,
|
|
96
100
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
97
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
101
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$5);
|
|
98
102
|
|
|
99
103
|
return React.createElement(SVG, Object.assign({
|
|
100
104
|
className: className
|
|
@@ -103,10 +107,11 @@ var FormatItalic = function FormatItalic(_ref) {
|
|
|
103
107
|
}));
|
|
104
108
|
};
|
|
105
109
|
|
|
110
|
+
var _excluded$6 = ["className"];
|
|
106
111
|
var FormatSize = function FormatSize(_ref) {
|
|
107
112
|
var _ref$className = _ref.className,
|
|
108
113
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
109
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
114
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$6);
|
|
110
115
|
|
|
111
116
|
return React.createElement(SVG, Object.assign({
|
|
112
117
|
className: className
|
|
@@ -115,23 +120,25 @@ var FormatSize = function FormatSize(_ref) {
|
|
|
115
120
|
}));
|
|
116
121
|
};
|
|
117
122
|
|
|
123
|
+
var _excluded$7 = ["className"];
|
|
118
124
|
var HighlightOff = function HighlightOff(_ref) {
|
|
119
125
|
var _ref$className = _ref.className,
|
|
120
126
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
121
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
127
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
|
|
122
128
|
|
|
123
129
|
return React.createElement(SVG, Object.assign({
|
|
124
130
|
className: className
|
|
125
131
|
}, props), React.createElement("path", {
|
|
126
|
-
|
|
132
|
+
fillRule: "evenodd",
|
|
127
133
|
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"
|
|
128
134
|
}));
|
|
129
135
|
};
|
|
130
136
|
|
|
137
|
+
var _excluded$8 = ["className"];
|
|
131
138
|
var Image = function Image(_ref) {
|
|
132
139
|
var _ref$className = _ref.className,
|
|
133
140
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
134
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
141
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
|
|
135
142
|
|
|
136
143
|
return React.createElement(SVG, Object.assign({
|
|
137
144
|
className: className
|
|
@@ -140,10 +147,11 @@ var Image = function Image(_ref) {
|
|
|
140
147
|
}));
|
|
141
148
|
};
|
|
142
149
|
|
|
150
|
+
var _excluded$9 = ["className"];
|
|
143
151
|
var Location = function Location(_ref) {
|
|
144
152
|
var _ref$className = _ref.className,
|
|
145
153
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
146
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
154
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
|
|
147
155
|
|
|
148
156
|
return React.createElement(SVG, Object.assign({
|
|
149
157
|
className: className
|
|
@@ -152,10 +160,11 @@ var Location = function Location(_ref) {
|
|
|
152
160
|
}));
|
|
153
161
|
};
|
|
154
162
|
|
|
163
|
+
var _excluded$a = ["className"];
|
|
155
164
|
var Lock = function Lock(_ref) {
|
|
156
165
|
var _ref$className = _ref.className,
|
|
157
166
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
158
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
167
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
|
|
159
168
|
|
|
160
169
|
return React.createElement(SVG, Object.assign({
|
|
161
170
|
className: className
|
|
@@ -164,23 +173,25 @@ var Lock = function Lock(_ref) {
|
|
|
164
173
|
}));
|
|
165
174
|
};
|
|
166
175
|
|
|
176
|
+
var _excluded$b = ["className"];
|
|
167
177
|
var LockOpen = function LockOpen(_ref) {
|
|
168
178
|
var _ref$className = _ref.className,
|
|
169
179
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
170
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
180
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
|
|
171
181
|
|
|
172
182
|
return React.createElement(SVG, Object.assign({
|
|
173
183
|
className: className
|
|
174
184
|
}, props), React.createElement("path", {
|
|
175
|
-
|
|
185
|
+
fillRule: "evenodd",
|
|
176
186
|
d: "M14.6719 9L6.87054 9C5.92768 9 5.15625 9.77143 5.15625 10.7143V19.2857C5.15625 20.2286 5.92768 21 6.87054 21H17.1562C18.0991 21 18.8705 20.2286 18.8705 19.2857V10.7143C18.8705 9.77143 18.0991 9 17.1562 9L16.3004 9V7.28572C16.3004 5.29688 14.8627 2.92969 11.9766 2.92969C8.9096 2.92969 7.73973 5.50781 7.73973 7.28572H9.3683C9.3683 4.92 11.3638 4.5 11.9766 4.5C12.5893 4.5 14.6719 4.92 14.6719 7.28572V9ZM6.87055 19.2858H17.1563V10.7144H6.87055V19.2858Z"
|
|
177
187
|
}));
|
|
178
188
|
};
|
|
179
189
|
|
|
190
|
+
var _excluded$c = ["className"];
|
|
180
191
|
var Pause = function Pause(_ref) {
|
|
181
192
|
var _ref$className = _ref.className,
|
|
182
193
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
183
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
194
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
|
|
184
195
|
|
|
185
196
|
return React.createElement(SVG, Object.assign({
|
|
186
197
|
className: className
|
|
@@ -189,10 +200,11 @@ var Pause = function Pause(_ref) {
|
|
|
189
200
|
}));
|
|
190
201
|
};
|
|
191
202
|
|
|
203
|
+
var _excluded$d = ["className"];
|
|
192
204
|
var PauseAlt = function PauseAlt(_ref) {
|
|
193
205
|
var _ref$className = _ref.className,
|
|
194
206
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
195
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
207
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
|
|
196
208
|
|
|
197
209
|
return React.createElement(SVG, Object.assign({
|
|
198
210
|
className: className
|
|
@@ -201,10 +213,11 @@ var PauseAlt = function PauseAlt(_ref) {
|
|
|
201
213
|
}));
|
|
202
214
|
};
|
|
203
215
|
|
|
216
|
+
var _excluded$e = ["className"];
|
|
204
217
|
var Play = function Play(_ref) {
|
|
205
218
|
var _ref$className = _ref.className,
|
|
206
219
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
207
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
220
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
|
|
208
221
|
|
|
209
222
|
return React.createElement(SVG, Object.assign({
|
|
210
223
|
className: className
|
|
@@ -213,10 +226,11 @@ var Play = function Play(_ref) {
|
|
|
213
226
|
}));
|
|
214
227
|
};
|
|
215
228
|
|
|
229
|
+
var _excluded$f = ["className"];
|
|
216
230
|
var PlayAlt = function PlayAlt(_ref) {
|
|
217
231
|
var _ref$className = _ref.className,
|
|
218
232
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
219
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
233
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
|
|
220
234
|
|
|
221
235
|
return React.createElement(SVG, Object.assign({
|
|
222
236
|
className: className
|
|
@@ -225,10 +239,11 @@ var PlayAlt = function PlayAlt(_ref) {
|
|
|
225
239
|
}));
|
|
226
240
|
};
|
|
227
241
|
|
|
242
|
+
var _excluded$g = ["className"];
|
|
228
243
|
var ResaleEdit = function ResaleEdit(_ref) {
|
|
229
244
|
var _ref$className = _ref.className,
|
|
230
245
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
231
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
246
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
|
|
232
247
|
|
|
233
248
|
return React.createElement(SVG, Object.assign({
|
|
234
249
|
className: className
|
|
@@ -237,10 +252,11 @@ var ResaleEdit = function ResaleEdit(_ref) {
|
|
|
237
252
|
}));
|
|
238
253
|
};
|
|
239
254
|
|
|
255
|
+
var _excluded$h = ["className"];
|
|
240
256
|
var RotateLeft = function RotateLeft(_ref) {
|
|
241
257
|
var _ref$className = _ref.className,
|
|
242
258
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
243
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
259
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
|
|
244
260
|
|
|
245
261
|
return React.createElement(SVG, Object.assign({
|
|
246
262
|
className: className
|
|
@@ -249,10 +265,11 @@ var RotateLeft = function RotateLeft(_ref) {
|
|
|
249
265
|
}));
|
|
250
266
|
};
|
|
251
267
|
|
|
268
|
+
var _excluded$i = ["className"];
|
|
252
269
|
var RotateRight = function RotateRight(_ref) {
|
|
253
270
|
var _ref$className = _ref.className,
|
|
254
271
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
255
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
272
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
|
|
256
273
|
|
|
257
274
|
return React.createElement(SVG, Object.assign({
|
|
258
275
|
className: className
|
|
@@ -261,10 +278,11 @@ var RotateRight = function RotateRight(_ref) {
|
|
|
261
278
|
}));
|
|
262
279
|
};
|
|
263
280
|
|
|
281
|
+
var _excluded$j = ["className"];
|
|
264
282
|
var Save = function Save(_ref) {
|
|
265
283
|
var _ref$className = _ref.className,
|
|
266
284
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
267
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
285
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
|
|
268
286
|
|
|
269
287
|
return React.createElement(SVG, Object.assign({
|
|
270
288
|
className: className
|
|
@@ -273,10 +291,11 @@ var Save = function Save(_ref) {
|
|
|
273
291
|
}));
|
|
274
292
|
};
|
|
275
293
|
|
|
294
|
+
var _excluded$k = ["className"];
|
|
276
295
|
var Sort = function Sort(_ref) {
|
|
277
296
|
var _ref$className = _ref.className,
|
|
278
297
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
279
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
298
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
|
|
280
299
|
|
|
281
300
|
return React.createElement(SVG, Object.assign({
|
|
282
301
|
className: className
|
|
@@ -285,10 +304,11 @@ var Sort = function Sort(_ref) {
|
|
|
285
304
|
}));
|
|
286
305
|
};
|
|
287
306
|
|
|
307
|
+
var _excluded$l = ["className"];
|
|
288
308
|
var SortDown = function SortDown(_ref) {
|
|
289
309
|
var _ref$className = _ref.className,
|
|
290
310
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
291
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
311
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
|
|
292
312
|
|
|
293
313
|
return React.createElement(SVG, Object.assign({
|
|
294
314
|
className: className
|
|
@@ -297,10 +317,11 @@ var SortDown = function SortDown(_ref) {
|
|
|
297
317
|
}));
|
|
298
318
|
};
|
|
299
319
|
|
|
320
|
+
var _excluded$m = ["className"];
|
|
300
321
|
var SortUp = function SortUp(_ref) {
|
|
301
322
|
var _ref$className = _ref.className,
|
|
302
323
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
303
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
324
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
|
|
304
325
|
|
|
305
326
|
return React.createElement(SVG, Object.assign({
|
|
306
327
|
className: className
|
|
@@ -309,10 +330,11 @@ var SortUp = function SortUp(_ref) {
|
|
|
309
330
|
}));
|
|
310
331
|
};
|
|
311
332
|
|
|
333
|
+
var _excluded$n = ["className"];
|
|
312
334
|
var Star = function Star(_ref) {
|
|
313
335
|
var _ref$className = _ref.className,
|
|
314
336
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
315
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
337
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
|
|
316
338
|
|
|
317
339
|
return React.createElement(SVG, Object.assign({
|
|
318
340
|
className: className
|
|
@@ -321,10 +343,11 @@ var Star = function Star(_ref) {
|
|
|
321
343
|
}));
|
|
322
344
|
};
|
|
323
345
|
|
|
346
|
+
var _excluded$o = ["className"];
|
|
324
347
|
var Stop = function Stop(_ref) {
|
|
325
348
|
var _ref$className = _ref.className,
|
|
326
349
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
327
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
350
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
|
|
328
351
|
|
|
329
352
|
return React.createElement(SVG, Object.assign({
|
|
330
353
|
className: className
|
|
@@ -333,10 +356,11 @@ var Stop = function Stop(_ref) {
|
|
|
333
356
|
}));
|
|
334
357
|
};
|
|
335
358
|
|
|
359
|
+
var _excluded$p = ["className"];
|
|
336
360
|
var Underlined = function Underlined(_ref) {
|
|
337
361
|
var _ref$className = _ref.className,
|
|
338
362
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
339
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
363
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
|
|
340
364
|
|
|
341
365
|
return React.createElement(SVG, Object.assign({
|
|
342
366
|
className: className
|
|
@@ -345,10 +369,11 @@ var Underlined = function Underlined(_ref) {
|
|
|
345
369
|
}));
|
|
346
370
|
};
|
|
347
371
|
|
|
372
|
+
var _excluded$q = ["className"];
|
|
348
373
|
var Zoom = function Zoom(_ref) {
|
|
349
374
|
var _ref$className = _ref.className,
|
|
350
375
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
351
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
376
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
|
|
352
377
|
|
|
353
378
|
return React.createElement(SVG, Object.assign({
|
|
354
379
|
className: className
|
|
@@ -359,10 +384,11 @@ var Zoom = function Zoom(_ref) {
|
|
|
359
384
|
}));
|
|
360
385
|
};
|
|
361
386
|
|
|
387
|
+
var _excluded$r = ["className"];
|
|
362
388
|
var Accessible = function Accessible(_ref) {
|
|
363
389
|
var _ref$className = _ref.className,
|
|
364
390
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
365
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
391
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
|
|
366
392
|
|
|
367
393
|
return React.createElement(SVG, Object.assign({
|
|
368
394
|
className: className
|
|
@@ -373,10 +399,11 @@ var Accessible = function Accessible(_ref) {
|
|
|
373
399
|
}));
|
|
374
400
|
};
|
|
375
401
|
|
|
402
|
+
var _excluded$s = ["className"];
|
|
376
403
|
var AutoRenew = function AutoRenew(_ref) {
|
|
377
404
|
var _ref$className = _ref.className,
|
|
378
405
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
379
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
406
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
|
|
380
407
|
|
|
381
408
|
return React.createElement(SVG, Object.assign({
|
|
382
409
|
className: className
|
|
@@ -385,10 +412,11 @@ var AutoRenew = function AutoRenew(_ref) {
|
|
|
385
412
|
}));
|
|
386
413
|
};
|
|
387
414
|
|
|
415
|
+
var _excluded$t = ["className"];
|
|
388
416
|
var Banned = function Banned(_ref) {
|
|
389
417
|
var _ref$className = _ref.className,
|
|
390
418
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
391
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
419
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
|
|
392
420
|
|
|
393
421
|
return React.createElement(SVG, Object.assign({
|
|
394
422
|
className: className
|
|
@@ -397,10 +425,11 @@ var Banned = function Banned(_ref) {
|
|
|
397
425
|
}));
|
|
398
426
|
};
|
|
399
427
|
|
|
428
|
+
var _excluded$u = ["className"];
|
|
400
429
|
var Bus = function Bus(_ref) {
|
|
401
430
|
var _ref$className = _ref.className,
|
|
402
431
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
403
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
432
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
|
|
404
433
|
|
|
405
434
|
return React.createElement(SVG, Object.assign({
|
|
406
435
|
className: className
|
|
@@ -409,10 +438,11 @@ var Bus = function Bus(_ref) {
|
|
|
409
438
|
}));
|
|
410
439
|
};
|
|
411
440
|
|
|
441
|
+
var _excluded$v = ["className"];
|
|
412
442
|
var Calendar = function Calendar(_ref) {
|
|
413
443
|
var _ref$className = _ref.className,
|
|
414
444
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
415
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
445
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
|
|
416
446
|
|
|
417
447
|
return React.createElement(SVG, Object.assign({
|
|
418
448
|
className: className
|
|
@@ -421,10 +451,11 @@ var Calendar = function Calendar(_ref) {
|
|
|
421
451
|
}));
|
|
422
452
|
};
|
|
423
453
|
|
|
454
|
+
var _excluded$w = ["className"];
|
|
424
455
|
var Camera = function Camera(_ref) {
|
|
425
456
|
var _ref$className = _ref.className,
|
|
426
457
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
427
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
458
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
|
|
428
459
|
|
|
429
460
|
return React.createElement(SVG, Object.assign({
|
|
430
461
|
className: className
|
|
@@ -433,10 +464,11 @@ var Camera = function Camera(_ref) {
|
|
|
433
464
|
}));
|
|
434
465
|
};
|
|
435
466
|
|
|
467
|
+
var _excluded$x = ["className"];
|
|
436
468
|
var Clock = function Clock(_ref) {
|
|
437
469
|
var _ref$className = _ref.className,
|
|
438
470
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
439
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
471
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
|
|
440
472
|
|
|
441
473
|
return React.createElement(SVG, Object.assign({
|
|
442
474
|
className: className
|
|
@@ -445,10 +477,11 @@ var Clock = function Clock(_ref) {
|
|
|
445
477
|
}));
|
|
446
478
|
};
|
|
447
479
|
|
|
480
|
+
var _excluded$y = ["className"];
|
|
448
481
|
var Direction = function Direction(_ref) {
|
|
449
482
|
var _ref$className = _ref.className,
|
|
450
483
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
451
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
484
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
|
|
452
485
|
|
|
453
486
|
return React.createElement(SVG, Object.assign({
|
|
454
487
|
className: className
|
|
@@ -457,10 +490,11 @@ var Direction = function Direction(_ref) {
|
|
|
457
490
|
}));
|
|
458
491
|
};
|
|
459
492
|
|
|
493
|
+
var _excluded$z = ["className"];
|
|
460
494
|
var Email = function Email(_ref) {
|
|
461
495
|
var _ref$className = _ref.className,
|
|
462
496
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
463
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
497
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
|
|
464
498
|
|
|
465
499
|
return React.createElement(SVG, Object.assign({
|
|
466
500
|
className: className
|
|
@@ -469,10 +503,11 @@ var Email = function Email(_ref) {
|
|
|
469
503
|
}));
|
|
470
504
|
};
|
|
471
505
|
|
|
506
|
+
var _excluded$A = ["className"];
|
|
472
507
|
var EventDate = function EventDate(_ref) {
|
|
473
508
|
var _ref$className = _ref.className,
|
|
474
509
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
475
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
510
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
|
|
476
511
|
|
|
477
512
|
return React.createElement(SVG, Object.assign({
|
|
478
513
|
className: className
|
|
@@ -481,10 +516,11 @@ var EventDate = function EventDate(_ref) {
|
|
|
481
516
|
}));
|
|
482
517
|
};
|
|
483
518
|
|
|
519
|
+
var _excluded$B = ["className"];
|
|
484
520
|
var Exclamation = function Exclamation(_ref) {
|
|
485
521
|
var _ref$className = _ref.className,
|
|
486
522
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
487
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
523
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
|
|
488
524
|
|
|
489
525
|
return React.createElement(SVG, Object.assign({
|
|
490
526
|
className: className
|
|
@@ -493,10 +529,11 @@ var Exclamation = function Exclamation(_ref) {
|
|
|
493
529
|
}));
|
|
494
530
|
};
|
|
495
531
|
|
|
532
|
+
var _excluded$C = ["className"];
|
|
496
533
|
var Feedback = function Feedback(_ref) {
|
|
497
534
|
var _ref$className = _ref.className,
|
|
498
535
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
499
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
536
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
|
|
500
537
|
|
|
501
538
|
return React.createElement(SVG, Object.assign({
|
|
502
539
|
className: className
|
|
@@ -505,10 +542,11 @@ var Feedback = function Feedback(_ref) {
|
|
|
505
542
|
}));
|
|
506
543
|
};
|
|
507
544
|
|
|
545
|
+
var _excluded$D = ["className"];
|
|
508
546
|
var Food = function Food(_ref) {
|
|
509
547
|
var _ref$className = _ref.className,
|
|
510
548
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
511
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
549
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
|
|
512
550
|
|
|
513
551
|
return React.createElement(SVG, Object.assign({
|
|
514
552
|
className: className
|
|
@@ -517,10 +555,11 @@ var Food = function Food(_ref) {
|
|
|
517
555
|
}));
|
|
518
556
|
};
|
|
519
557
|
|
|
558
|
+
var _excluded$E = ["className"];
|
|
520
559
|
var Globe = function Globe(_ref) {
|
|
521
560
|
var _ref$className = _ref.className,
|
|
522
561
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
523
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
562
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
|
|
524
563
|
|
|
525
564
|
return React.createElement(SVG, Object.assign({
|
|
526
565
|
className: className
|
|
@@ -529,10 +568,11 @@ var Globe = function Globe(_ref) {
|
|
|
529
568
|
}));
|
|
530
569
|
};
|
|
531
570
|
|
|
571
|
+
var _excluded$F = ["className"];
|
|
532
572
|
var Home = function Home(_ref) {
|
|
533
573
|
var _ref$className = _ref.className,
|
|
534
574
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
535
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
575
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
|
|
536
576
|
|
|
537
577
|
return React.createElement(SVG, Object.assign({
|
|
538
578
|
className: className
|
|
@@ -541,10 +581,11 @@ var Home = function Home(_ref) {
|
|
|
541
581
|
}));
|
|
542
582
|
};
|
|
543
583
|
|
|
584
|
+
var _excluded$G = ["className"];
|
|
544
585
|
var Info = function Info(_ref) {
|
|
545
586
|
var _ref$className = _ref.className,
|
|
546
587
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
547
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
588
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
|
|
548
589
|
|
|
549
590
|
return React.createElement(SVG, Object.assign({
|
|
550
591
|
className: className
|
|
@@ -553,10 +594,11 @@ var Info = function Info(_ref) {
|
|
|
553
594
|
}));
|
|
554
595
|
};
|
|
555
596
|
|
|
597
|
+
var _excluded$H = ["className"];
|
|
556
598
|
var Marker = function Marker(_ref) {
|
|
557
599
|
var _ref$className = _ref.className,
|
|
558
600
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
559
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
601
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
|
|
560
602
|
|
|
561
603
|
return React.createElement(SVG, Object.assign({
|
|
562
604
|
className: className
|
|
@@ -565,10 +607,11 @@ var Marker = function Marker(_ref) {
|
|
|
565
607
|
}));
|
|
566
608
|
};
|
|
567
609
|
|
|
610
|
+
var _excluded$I = ["className"];
|
|
568
611
|
var MobilePhone = function MobilePhone(_ref) {
|
|
569
612
|
var _ref$className = _ref.className,
|
|
570
613
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
571
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
614
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
|
|
572
615
|
|
|
573
616
|
return React.createElement(SVG, Object.assign({
|
|
574
617
|
className: className
|
|
@@ -577,10 +620,11 @@ var MobilePhone = function MobilePhone(_ref) {
|
|
|
577
620
|
}));
|
|
578
621
|
};
|
|
579
622
|
|
|
623
|
+
var _excluded$J = ["className"];
|
|
580
624
|
var Notification = function Notification(_ref) {
|
|
581
625
|
var _ref$className = _ref.className,
|
|
582
626
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
583
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
627
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
|
|
584
628
|
|
|
585
629
|
return React.createElement(SVG, Object.assign({
|
|
586
630
|
className: className
|
|
@@ -589,10 +633,11 @@ var Notification = function Notification(_ref) {
|
|
|
589
633
|
}));
|
|
590
634
|
};
|
|
591
635
|
|
|
636
|
+
var _excluded$K = ["className"];
|
|
592
637
|
var Parking = function Parking(_ref) {
|
|
593
638
|
var _ref$className = _ref.className,
|
|
594
639
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
595
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
640
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
|
|
596
641
|
|
|
597
642
|
return React.createElement(SVG, Object.assign({
|
|
598
643
|
className: className
|
|
@@ -601,10 +646,11 @@ var Parking = function Parking(_ref) {
|
|
|
601
646
|
}));
|
|
602
647
|
};
|
|
603
648
|
|
|
649
|
+
var _excluded$L = ["className"];
|
|
604
650
|
var Phone = function Phone(_ref) {
|
|
605
651
|
var _ref$className = _ref.className,
|
|
606
652
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
607
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
653
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
|
|
608
654
|
|
|
609
655
|
return React.createElement(SVG, Object.assign({
|
|
610
656
|
className: className
|
|
@@ -613,10 +659,11 @@ var Phone = function Phone(_ref) {
|
|
|
613
659
|
}));
|
|
614
660
|
};
|
|
615
661
|
|
|
662
|
+
var _excluded$M = ["className"];
|
|
616
663
|
var Print = function Print(_ref) {
|
|
617
664
|
var _ref$className = _ref.className,
|
|
618
665
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
619
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
666
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
|
|
620
667
|
|
|
621
668
|
return React.createElement(SVG, Object.assign({
|
|
622
669
|
className: className
|
|
@@ -625,10 +672,11 @@ var Print = function Print(_ref) {
|
|
|
625
672
|
}));
|
|
626
673
|
};
|
|
627
674
|
|
|
675
|
+
var _excluded$N = ["className"];
|
|
628
676
|
var Required = function Required(_ref) {
|
|
629
677
|
var _ref$className = _ref.className,
|
|
630
678
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
631
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
679
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
|
|
632
680
|
|
|
633
681
|
return React.createElement(SVG, Object.assign({
|
|
634
682
|
className: className
|
|
@@ -637,10 +685,11 @@ var Required = function Required(_ref) {
|
|
|
637
685
|
}));
|
|
638
686
|
};
|
|
639
687
|
|
|
688
|
+
var _excluded$O = ["className"];
|
|
640
689
|
var ResaleLogbook = function ResaleLogbook(_ref) {
|
|
641
690
|
var _ref$className = _ref.className,
|
|
642
691
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
643
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
692
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
|
|
644
693
|
|
|
645
694
|
return React.createElement(SVG, Object.assign({
|
|
646
695
|
className: className
|
|
@@ -649,10 +698,11 @@ var ResaleLogbook = function ResaleLogbook(_ref) {
|
|
|
649
698
|
}));
|
|
650
699
|
};
|
|
651
700
|
|
|
701
|
+
var _excluded$P = ["className"];
|
|
652
702
|
var Spinner = function Spinner(_ref) {
|
|
653
703
|
var _ref$className = _ref.className,
|
|
654
704
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
655
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
705
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
|
|
656
706
|
|
|
657
707
|
return React.createElement(SVG, Object.assign({
|
|
658
708
|
className: className
|
|
@@ -677,10 +727,11 @@ var Spinner = function Spinner(_ref) {
|
|
|
677
727
|
}));
|
|
678
728
|
};
|
|
679
729
|
|
|
730
|
+
var _excluded$Q = ["className"];
|
|
680
731
|
var Thumb = function Thumb(_ref) {
|
|
681
732
|
var _ref$className = _ref.className,
|
|
682
733
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
683
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
734
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
|
|
684
735
|
|
|
685
736
|
return React.createElement(SVG, Object.assign({
|
|
686
737
|
className: className
|
|
@@ -689,10 +740,11 @@ var Thumb = function Thumb(_ref) {
|
|
|
689
740
|
}));
|
|
690
741
|
};
|
|
691
742
|
|
|
743
|
+
var _excluded$R = ["className"];
|
|
692
744
|
var Truck = function Truck(_ref) {
|
|
693
745
|
var _ref$className = _ref.className,
|
|
694
746
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
695
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
747
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
|
|
696
748
|
|
|
697
749
|
return React.createElement(SVG, Object.assign({
|
|
698
750
|
className: className
|
|
@@ -701,10 +753,11 @@ var Truck = function Truck(_ref) {
|
|
|
701
753
|
}));
|
|
702
754
|
};
|
|
703
755
|
|
|
756
|
+
var _excluded$S = ["className"];
|
|
704
757
|
var Facebook = function Facebook(_ref) {
|
|
705
758
|
var _ref$className = _ref.className,
|
|
706
759
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
707
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
760
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
|
|
708
761
|
|
|
709
762
|
return React.createElement(SVG, Object.assign({
|
|
710
763
|
className: className
|
|
@@ -713,10 +766,11 @@ var Facebook = function Facebook(_ref) {
|
|
|
713
766
|
}));
|
|
714
767
|
};
|
|
715
768
|
|
|
769
|
+
var _excluded$T = ["className"];
|
|
716
770
|
var Google = function Google(_ref) {
|
|
717
771
|
var _ref$className = _ref.className,
|
|
718
772
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
719
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
773
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
|
|
720
774
|
|
|
721
775
|
return React.createElement(SVG, Object.assign({
|
|
722
776
|
className: className
|
|
@@ -725,10 +779,11 @@ var Google = function Google(_ref) {
|
|
|
725
779
|
}));
|
|
726
780
|
};
|
|
727
781
|
|
|
782
|
+
var _excluded$U = ["className"];
|
|
728
783
|
var Instagram = function Instagram(_ref) {
|
|
729
784
|
var _ref$className = _ref.className,
|
|
730
785
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
731
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
786
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
|
|
732
787
|
|
|
733
788
|
return React.createElement(SVG, Object.assign({
|
|
734
789
|
className: className
|
|
@@ -737,10 +792,11 @@ var Instagram = function Instagram(_ref) {
|
|
|
737
792
|
}));
|
|
738
793
|
};
|
|
739
794
|
|
|
795
|
+
var _excluded$V = ["className"];
|
|
740
796
|
var Share = function Share(_ref) {
|
|
741
797
|
var _ref$className = _ref.className,
|
|
742
798
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
743
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
799
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
|
|
744
800
|
|
|
745
801
|
return React.createElement(SVG, Object.assign({
|
|
746
802
|
className: className
|
|
@@ -749,10 +805,11 @@ var Share = function Share(_ref) {
|
|
|
749
805
|
}));
|
|
750
806
|
};
|
|
751
807
|
|
|
808
|
+
var _excluded$W = ["className"];
|
|
752
809
|
var Twitter = function Twitter(_ref) {
|
|
753
810
|
var _ref$className = _ref.className,
|
|
754
811
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
755
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
812
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
|
|
756
813
|
|
|
757
814
|
return React.createElement(SVG, Object.assign({
|
|
758
815
|
className: className
|
|
@@ -761,10 +818,11 @@ var Twitter = function Twitter(_ref) {
|
|
|
761
818
|
}));
|
|
762
819
|
};
|
|
763
820
|
|
|
821
|
+
var _excluded$X = ["className"];
|
|
764
822
|
var Whatsapp = function Whatsapp(_ref) {
|
|
765
823
|
var _ref$className = _ref.className,
|
|
766
824
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
767
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
825
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
|
|
768
826
|
|
|
769
827
|
return React.createElement(SVG, Object.assign({
|
|
770
828
|
className: className
|
|
@@ -773,10 +831,11 @@ var Whatsapp = function Whatsapp(_ref) {
|
|
|
773
831
|
}));
|
|
774
832
|
};
|
|
775
833
|
|
|
834
|
+
var _excluded$Y = ["className"];
|
|
776
835
|
var Deal = function Deal(_ref) {
|
|
777
836
|
var _ref$className = _ref.className,
|
|
778
837
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
779
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
838
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
|
|
780
839
|
|
|
781
840
|
return React.createElement(SVG, Object.assign({
|
|
782
841
|
className: className
|
|
@@ -799,10 +858,11 @@ var Deal = function Deal(_ref) {
|
|
|
799
858
|
})));
|
|
800
859
|
};
|
|
801
860
|
|
|
861
|
+
var _excluded$Z = ["className"];
|
|
802
862
|
var DesignTicket = function DesignTicket(_ref) {
|
|
803
863
|
var _ref$className = _ref.className,
|
|
804
864
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
805
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
865
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
|
|
806
866
|
|
|
807
867
|
return React.createElement(SVG, Object.assign({
|
|
808
868
|
className: className
|
|
@@ -811,10 +871,11 @@ var DesignTicket = function DesignTicket(_ref) {
|
|
|
811
871
|
}));
|
|
812
872
|
};
|
|
813
873
|
|
|
874
|
+
var _excluded$_ = ["className"];
|
|
814
875
|
var GiftCard = function GiftCard(_ref) {
|
|
815
876
|
var _ref$className = _ref.className,
|
|
816
877
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
817
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
878
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
|
|
818
879
|
|
|
819
880
|
return React.createElement(SVG, Object.assign({
|
|
820
881
|
className: className
|
|
@@ -823,10 +884,11 @@ var GiftCard = function GiftCard(_ref) {
|
|
|
823
884
|
}));
|
|
824
885
|
};
|
|
825
886
|
|
|
887
|
+
var _excluded$$ = ["className"];
|
|
826
888
|
var Membership = function Membership(_ref) {
|
|
827
889
|
var _ref$className = _ref.className,
|
|
828
890
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
829
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
891
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
|
|
830
892
|
|
|
831
893
|
return React.createElement(SVG, Object.assign({
|
|
832
894
|
className: className
|
|
@@ -835,10 +897,11 @@ var Membership = function Membership(_ref) {
|
|
|
835
897
|
}));
|
|
836
898
|
};
|
|
837
899
|
|
|
900
|
+
var _excluded$10 = ["className"];
|
|
838
901
|
var Pickup = function Pickup(_ref) {
|
|
839
902
|
var _ref$className = _ref.className,
|
|
840
903
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
841
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
904
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
|
|
842
905
|
|
|
843
906
|
return React.createElement(SVG, Object.assign({
|
|
844
907
|
className: className
|
|
@@ -847,10 +910,11 @@ var Pickup = function Pickup(_ref) {
|
|
|
847
910
|
}));
|
|
848
911
|
};
|
|
849
912
|
|
|
913
|
+
var _excluded$11 = ["className"];
|
|
850
914
|
var Price = function Price(_ref) {
|
|
851
915
|
var _ref$className = _ref.className,
|
|
852
916
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
853
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
917
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
|
|
854
918
|
|
|
855
919
|
return React.createElement(SVG, Object.assign({
|
|
856
920
|
className: className
|
|
@@ -865,10 +929,11 @@ var Price = function Price(_ref) {
|
|
|
865
929
|
}));
|
|
866
930
|
};
|
|
867
931
|
|
|
932
|
+
var _excluded$12 = ["className"];
|
|
868
933
|
var Resale = function Resale(_ref) {
|
|
869
934
|
var _ref$className = _ref.className,
|
|
870
935
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
871
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
936
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
|
|
872
937
|
|
|
873
938
|
return React.createElement(SVG, Object.assign({
|
|
874
939
|
className: className
|
|
@@ -877,10 +942,11 @@ var Resale = function Resale(_ref) {
|
|
|
877
942
|
}));
|
|
878
943
|
};
|
|
879
944
|
|
|
945
|
+
var _excluded$13 = ["className"];
|
|
880
946
|
var Scanner = function Scanner(_ref) {
|
|
881
947
|
var _ref$className = _ref.className,
|
|
882
948
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
883
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
949
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
|
|
884
950
|
|
|
885
951
|
return React.createElement(SVG, Object.assign({
|
|
886
952
|
className: className
|
|
@@ -889,10 +955,11 @@ var Scanner = function Scanner(_ref) {
|
|
|
889
955
|
}));
|
|
890
956
|
};
|
|
891
957
|
|
|
958
|
+
var _excluded$14 = ["className"];
|
|
892
959
|
var Seat = function Seat(_ref) {
|
|
893
960
|
var _ref$className = _ref.className,
|
|
894
961
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
895
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
962
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
|
|
896
963
|
|
|
897
964
|
return React.createElement(SVG, Object.assign({
|
|
898
965
|
className: className
|
|
@@ -901,10 +968,11 @@ var Seat = function Seat(_ref) {
|
|
|
901
968
|
}));
|
|
902
969
|
};
|
|
903
970
|
|
|
971
|
+
var _excluded$15 = ["className"];
|
|
904
972
|
var Selling = function Selling(_ref) {
|
|
905
973
|
var _ref$className = _ref.className,
|
|
906
974
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
907
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
975
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
|
|
908
976
|
|
|
909
977
|
return React.createElement(SVG, Object.assign({
|
|
910
978
|
className: className
|
|
@@ -913,10 +981,11 @@ var Selling = function Selling(_ref) {
|
|
|
913
981
|
}));
|
|
914
982
|
};
|
|
915
983
|
|
|
984
|
+
var _excluded$16 = ["className"];
|
|
916
985
|
var Ticket = function Ticket(_ref) {
|
|
917
986
|
var _ref$className = _ref.className,
|
|
918
987
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
919
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
988
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
|
|
920
989
|
|
|
921
990
|
return React.createElement(SVG, Object.assign({
|
|
922
991
|
className: className
|
|
@@ -925,10 +994,11 @@ var Ticket = function Ticket(_ref) {
|
|
|
925
994
|
}));
|
|
926
995
|
};
|
|
927
996
|
|
|
997
|
+
var _excluded$17 = ["className"];
|
|
928
998
|
var TicketInsurance = function TicketInsurance(_ref) {
|
|
929
999
|
var _ref$className = _ref.className,
|
|
930
1000
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
931
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1001
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
|
|
932
1002
|
|
|
933
1003
|
return React.createElement(SVG, Object.assign({
|
|
934
1004
|
className: className
|
|
@@ -937,10 +1007,11 @@ var TicketInsurance = function TicketInsurance(_ref) {
|
|
|
937
1007
|
}));
|
|
938
1008
|
};
|
|
939
1009
|
|
|
1010
|
+
var _excluded$18 = ["className"];
|
|
940
1011
|
var Turnstile = function Turnstile(_ref) {
|
|
941
1012
|
var _ref$className = _ref.className,
|
|
942
1013
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
943
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1014
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
|
|
944
1015
|
|
|
945
1016
|
return React.createElement(SVG, Object.assign({
|
|
946
1017
|
className: className
|
|
@@ -949,10 +1020,11 @@ var Turnstile = function Turnstile(_ref) {
|
|
|
949
1020
|
}));
|
|
950
1021
|
};
|
|
951
1022
|
|
|
1023
|
+
var _excluded$19 = ["className"];
|
|
952
1024
|
var Add = function Add(_ref) {
|
|
953
1025
|
var _ref$className = _ref.className,
|
|
954
1026
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
955
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1027
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
|
|
956
1028
|
|
|
957
1029
|
return React.createElement(SVG, Object.assign({
|
|
958
1030
|
className: className
|
|
@@ -961,10 +1033,11 @@ var Add = function Add(_ref) {
|
|
|
961
1033
|
}));
|
|
962
1034
|
};
|
|
963
1035
|
|
|
1036
|
+
var _excluded$1a = ["className"];
|
|
964
1037
|
var ArrowDown = function ArrowDown(_ref) {
|
|
965
1038
|
var _ref$className = _ref.className,
|
|
966
1039
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
967
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1040
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
|
|
968
1041
|
|
|
969
1042
|
return React.createElement(SVG, Object.assign({
|
|
970
1043
|
className: className
|
|
@@ -973,10 +1046,11 @@ var ArrowDown = function ArrowDown(_ref) {
|
|
|
973
1046
|
}));
|
|
974
1047
|
};
|
|
975
1048
|
|
|
1049
|
+
var _excluded$1b = ["className"];
|
|
976
1050
|
var ArrowDownA = function ArrowDownA(_ref) {
|
|
977
1051
|
var _ref$className = _ref.className,
|
|
978
1052
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
979
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1053
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
|
|
980
1054
|
|
|
981
1055
|
return React.createElement(SVG, Object.assign({
|
|
982
1056
|
className: className
|
|
@@ -985,10 +1059,11 @@ var ArrowDownA = function ArrowDownA(_ref) {
|
|
|
985
1059
|
}));
|
|
986
1060
|
};
|
|
987
1061
|
|
|
1062
|
+
var _excluded$1c = ["className"];
|
|
988
1063
|
var ArrowLeft = function ArrowLeft(_ref) {
|
|
989
1064
|
var _ref$className = _ref.className,
|
|
990
1065
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
991
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1066
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
|
|
992
1067
|
|
|
993
1068
|
return React.createElement(SVG, Object.assign({
|
|
994
1069
|
className: className
|
|
@@ -997,10 +1072,11 @@ var ArrowLeft = function ArrowLeft(_ref) {
|
|
|
997
1072
|
}));
|
|
998
1073
|
};
|
|
999
1074
|
|
|
1075
|
+
var _excluded$1d = ["className"];
|
|
1000
1076
|
var ArrowLeftA = function ArrowLeftA(_ref) {
|
|
1001
1077
|
var _ref$className = _ref.className,
|
|
1002
1078
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1003
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1079
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
|
|
1004
1080
|
|
|
1005
1081
|
return React.createElement(SVG, Object.assign({
|
|
1006
1082
|
className: className
|
|
@@ -1009,10 +1085,11 @@ var ArrowLeftA = function ArrowLeftA(_ref) {
|
|
|
1009
1085
|
}));
|
|
1010
1086
|
};
|
|
1011
1087
|
|
|
1088
|
+
var _excluded$1e = ["className"];
|
|
1012
1089
|
var ArrowRight = function ArrowRight(_ref) {
|
|
1013
1090
|
var _ref$className = _ref.className,
|
|
1014
1091
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1015
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1092
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
|
|
1016
1093
|
|
|
1017
1094
|
return React.createElement(SVG, Object.assign({
|
|
1018
1095
|
className: className
|
|
@@ -1021,10 +1098,11 @@ var ArrowRight = function ArrowRight(_ref) {
|
|
|
1021
1098
|
}));
|
|
1022
1099
|
};
|
|
1023
1100
|
|
|
1101
|
+
var _excluded$1f = ["className"];
|
|
1024
1102
|
var ArrowRightA = function ArrowRightA(_ref) {
|
|
1025
1103
|
var _ref$className = _ref.className,
|
|
1026
1104
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1027
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1105
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
|
|
1028
1106
|
|
|
1029
1107
|
return React.createElement(SVG, Object.assign({
|
|
1030
1108
|
className: className
|
|
@@ -1033,10 +1111,11 @@ var ArrowRightA = function ArrowRightA(_ref) {
|
|
|
1033
1111
|
}));
|
|
1034
1112
|
};
|
|
1035
1113
|
|
|
1114
|
+
var _excluded$1g = ["className"];
|
|
1036
1115
|
var ArrowUp = function ArrowUp(_ref) {
|
|
1037
1116
|
var _ref$className = _ref.className,
|
|
1038
1117
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1039
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1118
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
|
|
1040
1119
|
|
|
1041
1120
|
return React.createElement(SVG, Object.assign({
|
|
1042
1121
|
className: className
|
|
@@ -1045,10 +1124,11 @@ var ArrowUp = function ArrowUp(_ref) {
|
|
|
1045
1124
|
}));
|
|
1046
1125
|
};
|
|
1047
1126
|
|
|
1127
|
+
var _excluded$1h = ["className"];
|
|
1048
1128
|
var ArrowUpA = function ArrowUpA(_ref) {
|
|
1049
1129
|
var _ref$className = _ref.className,
|
|
1050
1130
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1051
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1131
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
|
|
1052
1132
|
|
|
1053
1133
|
return React.createElement(SVG, Object.assign({
|
|
1054
1134
|
className: className
|
|
@@ -1057,10 +1137,11 @@ var ArrowUpA = function ArrowUpA(_ref) {
|
|
|
1057
1137
|
}));
|
|
1058
1138
|
};
|
|
1059
1139
|
|
|
1140
|
+
var _excluded$1i = ["className"];
|
|
1060
1141
|
var BurgerMenu = function BurgerMenu(_ref) {
|
|
1061
1142
|
var _ref$className = _ref.className,
|
|
1062
1143
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1063
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1144
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
|
|
1064
1145
|
|
|
1065
1146
|
return React.createElement(SVG, Object.assign({
|
|
1066
1147
|
className: className
|
|
@@ -1069,10 +1150,11 @@ var BurgerMenu = function BurgerMenu(_ref) {
|
|
|
1069
1150
|
}));
|
|
1070
1151
|
};
|
|
1071
1152
|
|
|
1153
|
+
var _excluded$1j = ["className"];
|
|
1072
1154
|
var Check = function Check(_ref) {
|
|
1073
1155
|
var _ref$className = _ref.className,
|
|
1074
1156
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1075
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1157
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
|
|
1076
1158
|
|
|
1077
1159
|
return React.createElement(SVG, Object.assign({
|
|
1078
1160
|
className: className
|
|
@@ -1081,10 +1163,11 @@ var Check = function Check(_ref) {
|
|
|
1081
1163
|
}));
|
|
1082
1164
|
};
|
|
1083
1165
|
|
|
1166
|
+
var _excluded$1k = ["className"];
|
|
1084
1167
|
var CircleUnchecked = function CircleUnchecked(_ref) {
|
|
1085
1168
|
var _ref$className = _ref.className,
|
|
1086
1169
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1087
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1170
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
|
|
1088
1171
|
|
|
1089
1172
|
return React.createElement(SVG, Object.assign({
|
|
1090
1173
|
className: className
|
|
@@ -1093,10 +1176,11 @@ var CircleUnchecked = function CircleUnchecked(_ref) {
|
|
|
1093
1176
|
}));
|
|
1094
1177
|
};
|
|
1095
1178
|
|
|
1179
|
+
var _excluded$1l = ["className"];
|
|
1096
1180
|
var CircleChecked = function CircleChecked(_ref) {
|
|
1097
1181
|
var _ref$className = _ref.className,
|
|
1098
1182
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1099
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1183
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
|
|
1100
1184
|
|
|
1101
1185
|
return React.createElement(SVG, Object.assign({
|
|
1102
1186
|
className: className
|
|
@@ -1105,10 +1189,11 @@ var CircleChecked = function CircleChecked(_ref) {
|
|
|
1105
1189
|
}));
|
|
1106
1190
|
};
|
|
1107
1191
|
|
|
1192
|
+
var _excluded$1m = ["className"];
|
|
1108
1193
|
var Close = function Close(_ref) {
|
|
1109
1194
|
var _ref$className = _ref.className,
|
|
1110
1195
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1111
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1196
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
|
|
1112
1197
|
|
|
1113
1198
|
return React.createElement(SVG, Object.assign({
|
|
1114
1199
|
className: className
|
|
@@ -1117,10 +1202,11 @@ var Close = function Close(_ref) {
|
|
|
1117
1202
|
}));
|
|
1118
1203
|
};
|
|
1119
1204
|
|
|
1205
|
+
var _excluded$1n = ["className"];
|
|
1120
1206
|
var Delete = function Delete(_ref) {
|
|
1121
1207
|
var _ref$className = _ref.className,
|
|
1122
1208
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1123
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1209
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
|
|
1124
1210
|
|
|
1125
1211
|
return React.createElement(SVG, Object.assign({
|
|
1126
1212
|
className: className
|
|
@@ -1129,10 +1215,11 @@ var Delete = function Delete(_ref) {
|
|
|
1129
1215
|
}));
|
|
1130
1216
|
};
|
|
1131
1217
|
|
|
1218
|
+
var _excluded$1o = ["className"];
|
|
1132
1219
|
var ExternalLink = function ExternalLink(_ref) {
|
|
1133
1220
|
var _ref$className = _ref.className,
|
|
1134
1221
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1135
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1222
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
|
|
1136
1223
|
|
|
1137
1224
|
return React.createElement(SVG, Object.assign({
|
|
1138
1225
|
className: className
|
|
@@ -1141,10 +1228,11 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
1141
1228
|
}));
|
|
1142
1229
|
};
|
|
1143
1230
|
|
|
1231
|
+
var _excluded$1p = ["className"];
|
|
1144
1232
|
var Filter = function Filter(_ref) {
|
|
1145
1233
|
var _ref$className = _ref.className,
|
|
1146
1234
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1147
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1235
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
|
|
1148
1236
|
|
|
1149
1237
|
return React.createElement(SVG, Object.assign({
|
|
1150
1238
|
className: className
|
|
@@ -1153,10 +1241,11 @@ var Filter = function Filter(_ref) {
|
|
|
1153
1241
|
}));
|
|
1154
1242
|
};
|
|
1155
1243
|
|
|
1244
|
+
var _excluded$1q = ["className"];
|
|
1156
1245
|
var IconMore = function IconMore(_ref) {
|
|
1157
1246
|
var _ref$className = _ref.className,
|
|
1158
1247
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1159
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1248
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
|
|
1160
1249
|
|
|
1161
1250
|
return React.createElement(SVG, Object.assign({
|
|
1162
1251
|
className: className
|
|
@@ -1165,10 +1254,11 @@ var IconMore = function IconMore(_ref) {
|
|
|
1165
1254
|
}));
|
|
1166
1255
|
};
|
|
1167
1256
|
|
|
1257
|
+
var _excluded$1r = ["className"];
|
|
1168
1258
|
var Remove = function Remove(_ref) {
|
|
1169
1259
|
var _ref$className = _ref.className,
|
|
1170
1260
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1171
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1261
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
|
|
1172
1262
|
|
|
1173
1263
|
return React.createElement(SVG, Object.assign({
|
|
1174
1264
|
className: className
|
|
@@ -1177,10 +1267,11 @@ var Remove = function Remove(_ref) {
|
|
|
1177
1267
|
}));
|
|
1178
1268
|
};
|
|
1179
1269
|
|
|
1270
|
+
var _excluded$1s = ["className"];
|
|
1180
1271
|
var Search = function Search(_ref) {
|
|
1181
1272
|
var _ref$className = _ref.className,
|
|
1182
1273
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1183
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1274
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
|
|
1184
1275
|
|
|
1185
1276
|
return React.createElement(SVG, Object.assign({
|
|
1186
1277
|
className: className
|
|
@@ -1189,10 +1280,11 @@ var Search = function Search(_ref) {
|
|
|
1189
1280
|
}));
|
|
1190
1281
|
};
|
|
1191
1282
|
|
|
1283
|
+
var _excluded$1t = ["className"];
|
|
1192
1284
|
var SettingDots = function SettingDots(_ref) {
|
|
1193
1285
|
var _ref$className = _ref.className,
|
|
1194
1286
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1195
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1287
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
|
|
1196
1288
|
|
|
1197
1289
|
return React.createElement(SVG, Object.assign({
|
|
1198
1290
|
className: className
|
|
@@ -1201,10 +1293,11 @@ var SettingDots = function SettingDots(_ref) {
|
|
|
1201
1293
|
}));
|
|
1202
1294
|
};
|
|
1203
1295
|
|
|
1296
|
+
var _excluded$1u = ["className"];
|
|
1204
1297
|
var SquareUnchecked = function SquareUnchecked(_ref) {
|
|
1205
1298
|
var _ref$className = _ref.className,
|
|
1206
1299
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1207
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1300
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
|
|
1208
1301
|
|
|
1209
1302
|
return React.createElement(SVG, Object.assign({
|
|
1210
1303
|
className: className
|
|
@@ -1213,10 +1306,11 @@ var SquareUnchecked = function SquareUnchecked(_ref) {
|
|
|
1213
1306
|
}));
|
|
1214
1307
|
};
|
|
1215
1308
|
|
|
1309
|
+
var _excluded$1v = ["className"];
|
|
1216
1310
|
var SquareChecked = function SquareChecked(_ref) {
|
|
1217
1311
|
var _ref$className = _ref.className,
|
|
1218
1312
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1219
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1313
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
|
|
1220
1314
|
|
|
1221
1315
|
return React.createElement(SVG, Object.assign({
|
|
1222
1316
|
className: className
|
|
@@ -1225,10 +1319,11 @@ var SquareChecked = function SquareChecked(_ref) {
|
|
|
1225
1319
|
}));
|
|
1226
1320
|
};
|
|
1227
1321
|
|
|
1322
|
+
var _excluded$1w = ["className"];
|
|
1228
1323
|
var Cart = function Cart(_ref) {
|
|
1229
1324
|
var _ref$className = _ref.className,
|
|
1230
1325
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1231
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1326
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
|
|
1232
1327
|
|
|
1233
1328
|
return React.createElement(SVG, Object.assign({
|
|
1234
1329
|
className: className
|
|
@@ -1237,10 +1332,11 @@ var Cart = function Cart(_ref) {
|
|
|
1237
1332
|
}));
|
|
1238
1333
|
};
|
|
1239
1334
|
|
|
1335
|
+
var _excluded$1x = ["className"];
|
|
1240
1336
|
var CreditCard = function CreditCard(_ref) {
|
|
1241
1337
|
var _ref$className = _ref.className,
|
|
1242
1338
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1243
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1339
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
|
|
1244
1340
|
|
|
1245
1341
|
return React.createElement(SVG, Object.assign({
|
|
1246
1342
|
className: className
|
|
@@ -1255,10 +1351,11 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
1255
1351
|
}));
|
|
1256
1352
|
};
|
|
1257
1353
|
|
|
1354
|
+
var _excluded$1y = ["className"];
|
|
1258
1355
|
var Group = function Group(_ref) {
|
|
1259
1356
|
var _ref$className = _ref.className,
|
|
1260
1357
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1261
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1358
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
|
|
1262
1359
|
|
|
1263
1360
|
return React.createElement(SVG, Object.assign({
|
|
1264
1361
|
className: className
|
|
@@ -1267,10 +1364,11 @@ var Group = function Group(_ref) {
|
|
|
1267
1364
|
}));
|
|
1268
1365
|
};
|
|
1269
1366
|
|
|
1367
|
+
var _excluded$1z = ["className"];
|
|
1270
1368
|
var Id = function Id(_ref) {
|
|
1271
1369
|
var _ref$className = _ref.className,
|
|
1272
1370
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1273
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1371
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
|
|
1274
1372
|
|
|
1275
1373
|
return React.createElement(SVG, Object.assign({
|
|
1276
1374
|
className: className
|
|
@@ -1279,10 +1377,11 @@ var Id = function Id(_ref) {
|
|
|
1279
1377
|
}));
|
|
1280
1378
|
};
|
|
1281
1379
|
|
|
1380
|
+
var _excluded$1A = ["className"];
|
|
1282
1381
|
var SmilieDissatisfied = function SmilieDissatisfied(_ref) {
|
|
1283
1382
|
var _ref$className = _ref.className,
|
|
1284
1383
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1285
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1384
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
|
|
1286
1385
|
|
|
1287
1386
|
return React.createElement(SVG, Object.assign({
|
|
1288
1387
|
className: className
|
|
@@ -1291,10 +1390,11 @@ var SmilieDissatisfied = function SmilieDissatisfied(_ref) {
|
|
|
1291
1390
|
}));
|
|
1292
1391
|
};
|
|
1293
1392
|
|
|
1393
|
+
var _excluded$1B = ["className"];
|
|
1294
1394
|
var SmilieNeutral = function SmilieNeutral(_ref) {
|
|
1295
1395
|
var _ref$className = _ref.className,
|
|
1296
1396
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1297
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1397
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
|
|
1298
1398
|
|
|
1299
1399
|
return React.createElement(SVG, Object.assign({
|
|
1300
1400
|
className: className
|
|
@@ -1303,10 +1403,11 @@ var SmilieNeutral = function SmilieNeutral(_ref) {
|
|
|
1303
1403
|
}));
|
|
1304
1404
|
};
|
|
1305
1405
|
|
|
1406
|
+
var _excluded$1C = ["className"];
|
|
1306
1407
|
var SmilieSatisfied = function SmilieSatisfied(_ref) {
|
|
1307
1408
|
var _ref$className = _ref.className,
|
|
1308
1409
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1309
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1410
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
|
|
1310
1411
|
|
|
1311
1412
|
return React.createElement(SVG, Object.assign({
|
|
1312
1413
|
className: className
|
|
@@ -1315,10 +1416,11 @@ var SmilieSatisfied = function SmilieSatisfied(_ref) {
|
|
|
1315
1416
|
}));
|
|
1316
1417
|
};
|
|
1317
1418
|
|
|
1419
|
+
var _excluded$1D = ["className"];
|
|
1318
1420
|
var SmilieVeryDissatisfied = function SmilieVeryDissatisfied(_ref) {
|
|
1319
1421
|
var _ref$className = _ref.className,
|
|
1320
1422
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1321
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1423
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
|
|
1322
1424
|
|
|
1323
1425
|
return React.createElement(SVG, Object.assign({
|
|
1324
1426
|
className: className
|
|
@@ -1327,10 +1429,11 @@ var SmilieVeryDissatisfied = function SmilieVeryDissatisfied(_ref) {
|
|
|
1327
1429
|
}));
|
|
1328
1430
|
};
|
|
1329
1431
|
|
|
1432
|
+
var _excluded$1E = ["className"];
|
|
1330
1433
|
var SmilieVerySatisfied = function SmilieVerySatisfied(_ref) {
|
|
1331
1434
|
var _ref$className = _ref.className,
|
|
1332
1435
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1333
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1436
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
|
|
1334
1437
|
|
|
1335
1438
|
return React.createElement(SVG, Object.assign({
|
|
1336
1439
|
className: className
|
|
@@ -1339,10 +1442,11 @@ var SmilieVerySatisfied = function SmilieVerySatisfied(_ref) {
|
|
|
1339
1442
|
}));
|
|
1340
1443
|
};
|
|
1341
1444
|
|
|
1445
|
+
var _excluded$1F = ["className"];
|
|
1342
1446
|
var User = function User(_ref) {
|
|
1343
1447
|
var _ref$className = _ref.className,
|
|
1344
1448
|
className = _ref$className === void 0 ? '' : _ref$className,
|
|
1345
|
-
props = _objectWithoutPropertiesLoose(_ref,
|
|
1449
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
|
|
1346
1450
|
|
|
1347
1451
|
return React.createElement(SVG, Object.assign({
|
|
1348
1452
|
className: className
|