@thairath/tr-design-system 0.2.6 → 0.2.8
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.cjs +219 -202
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +219 -202
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -78,13 +78,13 @@ function _toPropertyKey(t) {
|
|
|
78
78
|
return "symbol" == typeof i ? i : i + "";
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
var _excluded$
|
|
81
|
+
var _excluded$1u = ["width", "height"];
|
|
82
82
|
var HamburgerIcon = _ref => {
|
|
83
83
|
var {
|
|
84
84
|
width,
|
|
85
85
|
height
|
|
86
86
|
} = _ref,
|
|
87
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
87
|
+
props = _objectWithoutProperties(_ref, _excluded$1u);
|
|
88
88
|
var size = width || height || 24;
|
|
89
89
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
90
90
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -112,13 +112,13 @@ var HamburgerIcon = _ref => {
|
|
|
112
112
|
})));
|
|
113
113
|
};
|
|
114
114
|
|
|
115
|
-
var _excluded$
|
|
115
|
+
var _excluded$1t = ["width", "height"];
|
|
116
116
|
var SearchIcon = _ref => {
|
|
117
117
|
var {
|
|
118
118
|
width,
|
|
119
119
|
height
|
|
120
120
|
} = _ref,
|
|
121
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
121
|
+
props = _objectWithoutProperties(_ref, _excluded$1t);
|
|
122
122
|
var size = width || height || 24;
|
|
123
123
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
124
124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -146,13 +146,13 @@ var SearchIcon = _ref => {
|
|
|
146
146
|
})));
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
var _excluded$
|
|
149
|
+
var _excluded$1s = ["width", "height"];
|
|
150
150
|
var UserIcon = _ref => {
|
|
151
151
|
var {
|
|
152
152
|
width,
|
|
153
153
|
height
|
|
154
154
|
} = _ref,
|
|
155
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
155
|
+
props = _objectWithoutProperties(_ref, _excluded$1s);
|
|
156
156
|
var size = width || height || 24;
|
|
157
157
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
158
158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -180,13 +180,13 @@ var UserIcon = _ref => {
|
|
|
180
180
|
})));
|
|
181
181
|
};
|
|
182
182
|
|
|
183
|
-
var _excluded$
|
|
183
|
+
var _excluded$1r = ["width", "height"];
|
|
184
184
|
var FacebookIcon = _ref => {
|
|
185
185
|
var {
|
|
186
186
|
width,
|
|
187
187
|
height
|
|
188
188
|
} = _ref,
|
|
189
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
189
|
+
props = _objectWithoutProperties(_ref, _excluded$1r);
|
|
190
190
|
var size = width || height || 24;
|
|
191
191
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
192
192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -202,13 +202,13 @@ var FacebookIcon = _ref => {
|
|
|
202
202
|
}));
|
|
203
203
|
};
|
|
204
204
|
|
|
205
|
-
var _excluded$
|
|
205
|
+
var _excluded$1q = ["width", "height"];
|
|
206
206
|
var SocilaXIcon = _ref => {
|
|
207
207
|
var {
|
|
208
208
|
width,
|
|
209
209
|
height
|
|
210
210
|
} = _ref,
|
|
211
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
211
|
+
props = _objectWithoutProperties(_ref, _excluded$1q);
|
|
212
212
|
var size = width || height || 24;
|
|
213
213
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
214
214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -220,13 +220,13 @@ var SocilaXIcon = _ref => {
|
|
|
220
220
|
}));
|
|
221
221
|
};
|
|
222
222
|
|
|
223
|
-
var _excluded$
|
|
223
|
+
var _excluded$1p = ["width", "height"];
|
|
224
224
|
var InstagramIcon = _ref => {
|
|
225
225
|
var {
|
|
226
226
|
width,
|
|
227
227
|
height
|
|
228
228
|
} = _ref,
|
|
229
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
229
|
+
props = _objectWithoutProperties(_ref, _excluded$1p);
|
|
230
230
|
var size = width || height || 24;
|
|
231
231
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
232
232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -250,13 +250,13 @@ var InstagramIcon = _ref => {
|
|
|
250
250
|
}));
|
|
251
251
|
};
|
|
252
252
|
|
|
253
|
-
var _excluded$
|
|
253
|
+
var _excluded$1o = ["width", "height"];
|
|
254
254
|
var YoutubeIcon = _ref => {
|
|
255
255
|
var {
|
|
256
256
|
width,
|
|
257
257
|
height
|
|
258
258
|
} = _ref,
|
|
259
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
259
|
+
props = _objectWithoutProperties(_ref, _excluded$1o);
|
|
260
260
|
var size = width || height || 24;
|
|
261
261
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
262
262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -274,13 +274,13 @@ var YoutubeIcon = _ref => {
|
|
|
274
274
|
}));
|
|
275
275
|
};
|
|
276
276
|
|
|
277
|
-
var _excluded$
|
|
277
|
+
var _excluded$1n = ["width", "height"];
|
|
278
278
|
var TiktokIcon = _ref => {
|
|
279
279
|
var {
|
|
280
280
|
width,
|
|
281
281
|
height
|
|
282
282
|
} = _ref,
|
|
283
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
283
|
+
props = _objectWithoutProperties(_ref, _excluded$1n);
|
|
284
284
|
var size = width || height || 24;
|
|
285
285
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
286
286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -292,13 +292,13 @@ var TiktokIcon = _ref => {
|
|
|
292
292
|
}));
|
|
293
293
|
};
|
|
294
294
|
|
|
295
|
-
var _excluded$
|
|
295
|
+
var _excluded$1m = ["width", "height"];
|
|
296
296
|
var MessagerIcon = _ref => {
|
|
297
297
|
var {
|
|
298
298
|
width,
|
|
299
299
|
height
|
|
300
300
|
} = _ref,
|
|
301
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
301
|
+
props = _objectWithoutProperties(_ref, _excluded$1m);
|
|
302
302
|
var size = width || height || 24;
|
|
303
303
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
304
304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -316,13 +316,13 @@ var MessagerIcon = _ref => {
|
|
|
316
316
|
}));
|
|
317
317
|
};
|
|
318
318
|
|
|
319
|
-
var _excluded$
|
|
319
|
+
var _excluded$1l = ["width", "height"];
|
|
320
320
|
var LineAppIcon = _ref => {
|
|
321
321
|
var {
|
|
322
322
|
width,
|
|
323
323
|
height
|
|
324
324
|
} = _ref,
|
|
325
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
325
|
+
props = _objectWithoutProperties(_ref, _excluded$1l);
|
|
326
326
|
var size = width || height || 24;
|
|
327
327
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
328
328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -340,13 +340,13 @@ var LineAppIcon = _ref => {
|
|
|
340
340
|
}));
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
-
var _excluded$
|
|
343
|
+
var _excluded$1k = ["width", "height"];
|
|
344
344
|
var GoogleIcon = _ref => {
|
|
345
345
|
var {
|
|
346
346
|
width,
|
|
347
347
|
height
|
|
348
348
|
} = _ref,
|
|
349
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
349
|
+
props = _objectWithoutProperties(_ref, _excluded$1k);
|
|
350
350
|
var size = width || height || 24;
|
|
351
351
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
352
352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -362,13 +362,13 @@ var GoogleIcon = _ref => {
|
|
|
362
362
|
}));
|
|
363
363
|
};
|
|
364
364
|
|
|
365
|
-
var _excluded$
|
|
365
|
+
var _excluded$1j = ["width", "height"];
|
|
366
366
|
var PublicIcon = _ref => {
|
|
367
367
|
var {
|
|
368
368
|
width,
|
|
369
369
|
height
|
|
370
370
|
} = _ref,
|
|
371
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
371
|
+
props = _objectWithoutProperties(_ref, _excluded$1j);
|
|
372
372
|
var size = width || height || 24;
|
|
373
373
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
374
374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -396,13 +396,13 @@ var PublicIcon = _ref => {
|
|
|
396
396
|
})));
|
|
397
397
|
};
|
|
398
398
|
|
|
399
|
-
var _excluded$
|
|
399
|
+
var _excluded$1i = ["width", "height"];
|
|
400
400
|
var FeedIcon = _ref => {
|
|
401
401
|
var {
|
|
402
402
|
width,
|
|
403
403
|
height
|
|
404
404
|
} = _ref,
|
|
405
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
405
|
+
props = _objectWithoutProperties(_ref, _excluded$1i);
|
|
406
406
|
var size = width || height || 24;
|
|
407
407
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
408
408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -430,13 +430,13 @@ var FeedIcon = _ref => {
|
|
|
430
430
|
})));
|
|
431
431
|
};
|
|
432
432
|
|
|
433
|
-
var _excluded$
|
|
433
|
+
var _excluded$1h = ["width", "height"];
|
|
434
434
|
var DesktopIcon = _ref => {
|
|
435
435
|
var {
|
|
436
436
|
width,
|
|
437
437
|
height
|
|
438
438
|
} = _ref,
|
|
439
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
439
|
+
props = _objectWithoutProperties(_ref, _excluded$1h);
|
|
440
440
|
var size = width || height || 24;
|
|
441
441
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
442
442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -464,13 +464,13 @@ var DesktopIcon = _ref => {
|
|
|
464
464
|
})));
|
|
465
465
|
};
|
|
466
466
|
|
|
467
|
-
var _excluded$
|
|
467
|
+
var _excluded$1g = ["width", "height"];
|
|
468
468
|
var DesktopFilledIcon = _ref => {
|
|
469
469
|
var {
|
|
470
470
|
width,
|
|
471
471
|
height
|
|
472
472
|
} = _ref,
|
|
473
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
473
|
+
props = _objectWithoutProperties(_ref, _excluded$1g);
|
|
474
474
|
var size = width || height || 24;
|
|
475
475
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
476
476
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -498,13 +498,13 @@ var DesktopFilledIcon = _ref => {
|
|
|
498
498
|
})));
|
|
499
499
|
};
|
|
500
500
|
|
|
501
|
-
var _excluded$
|
|
501
|
+
var _excluded$1f = ["width", "height"];
|
|
502
502
|
var TROAppIcon = _ref => {
|
|
503
503
|
var {
|
|
504
504
|
width,
|
|
505
505
|
height
|
|
506
506
|
} = _ref,
|
|
507
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
507
|
+
props = _objectWithoutProperties(_ref, _excluded$1f);
|
|
508
508
|
var size = width || height || 24;
|
|
509
509
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
510
510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -536,13 +536,13 @@ var TROAppIcon = _ref => {
|
|
|
536
536
|
})));
|
|
537
537
|
};
|
|
538
538
|
|
|
539
|
-
var _excluded$
|
|
539
|
+
var _excluded$1e = ["width", "height"];
|
|
540
540
|
var UserFilledIcon = _ref => {
|
|
541
541
|
var {
|
|
542
542
|
width,
|
|
543
543
|
height
|
|
544
544
|
} = _ref,
|
|
545
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
545
|
+
props = _objectWithoutProperties(_ref, _excluded$1e);
|
|
546
546
|
var size = width || height || 24;
|
|
547
547
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
548
548
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -570,13 +570,13 @@ var UserFilledIcon = _ref => {
|
|
|
570
570
|
})));
|
|
571
571
|
};
|
|
572
572
|
|
|
573
|
-
var _excluded$
|
|
573
|
+
var _excluded$1d = ["width", "height"];
|
|
574
574
|
var HomeIcon = _ref => {
|
|
575
575
|
var {
|
|
576
576
|
width,
|
|
577
577
|
height
|
|
578
578
|
} = _ref,
|
|
579
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
579
|
+
props = _objectWithoutProperties(_ref, _excluded$1d);
|
|
580
580
|
var size = width || height || 24;
|
|
581
581
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
582
582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -604,13 +604,13 @@ var HomeIcon = _ref => {
|
|
|
604
604
|
})));
|
|
605
605
|
};
|
|
606
606
|
|
|
607
|
-
var _excluded$
|
|
607
|
+
var _excluded$1c = ["width", "height"];
|
|
608
608
|
var HomeFilledIcon = _ref => {
|
|
609
609
|
var {
|
|
610
610
|
width,
|
|
611
611
|
height
|
|
612
612
|
} = _ref,
|
|
613
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
613
|
+
props = _objectWithoutProperties(_ref, _excluded$1c);
|
|
614
614
|
var size = width || height || 24;
|
|
615
615
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
616
616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -638,13 +638,13 @@ var HomeFilledIcon = _ref => {
|
|
|
638
638
|
})));
|
|
639
639
|
};
|
|
640
640
|
|
|
641
|
-
var _excluded$
|
|
641
|
+
var _excluded$1b = ["width", "height"];
|
|
642
642
|
var LinkIcon = _ref => {
|
|
643
643
|
var {
|
|
644
644
|
width,
|
|
645
645
|
height
|
|
646
646
|
} = _ref,
|
|
647
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
647
|
+
props = _objectWithoutProperties(_ref, _excluded$1b);
|
|
648
648
|
var size = width || height || 24;
|
|
649
649
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
650
650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -672,13 +672,13 @@ var LinkIcon = _ref => {
|
|
|
672
672
|
})));
|
|
673
673
|
};
|
|
674
674
|
|
|
675
|
-
var _excluded$
|
|
675
|
+
var _excluded$1a = ["width", "height"];
|
|
676
676
|
var LogoutIcon = _ref => {
|
|
677
677
|
var {
|
|
678
678
|
width,
|
|
679
679
|
height
|
|
680
680
|
} = _ref,
|
|
681
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
681
|
+
props = _objectWithoutProperties(_ref, _excluded$1a);
|
|
682
682
|
var size = width || height || 24;
|
|
683
683
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
684
684
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -706,13 +706,13 @@ var LogoutIcon = _ref => {
|
|
|
706
706
|
})));
|
|
707
707
|
};
|
|
708
708
|
|
|
709
|
-
var _excluded$
|
|
709
|
+
var _excluded$19 = ["width", "height"];
|
|
710
710
|
var BookmarkIcon = _ref => {
|
|
711
711
|
var {
|
|
712
712
|
width,
|
|
713
713
|
height
|
|
714
714
|
} = _ref,
|
|
715
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
715
|
+
props = _objectWithoutProperties(_ref, _excluded$19);
|
|
716
716
|
var size = width || height || 24;
|
|
717
717
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
718
718
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -740,13 +740,13 @@ var BookmarkIcon = _ref => {
|
|
|
740
740
|
})));
|
|
741
741
|
};
|
|
742
742
|
|
|
743
|
-
var _excluded$
|
|
743
|
+
var _excluded$18 = ["width", "height"];
|
|
744
744
|
var BookmarkFilledIcon = _ref => {
|
|
745
745
|
var {
|
|
746
746
|
width,
|
|
747
747
|
height
|
|
748
748
|
} = _ref,
|
|
749
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
749
|
+
props = _objectWithoutProperties(_ref, _excluded$18);
|
|
750
750
|
var size = width || height || 24;
|
|
751
751
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
752
752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -774,13 +774,13 @@ var BookmarkFilledIcon = _ref => {
|
|
|
774
774
|
})));
|
|
775
775
|
};
|
|
776
776
|
|
|
777
|
-
var _excluded$
|
|
777
|
+
var _excluded$17 = ["width", "height"];
|
|
778
778
|
var MailIcon = _ref => {
|
|
779
779
|
var {
|
|
780
780
|
width,
|
|
781
781
|
height
|
|
782
782
|
} = _ref,
|
|
783
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
783
|
+
props = _objectWithoutProperties(_ref, _excluded$17);
|
|
784
784
|
var size = width || height || 24;
|
|
785
785
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
786
786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -808,13 +808,13 @@ var MailIcon = _ref => {
|
|
|
808
808
|
})));
|
|
809
809
|
};
|
|
810
810
|
|
|
811
|
-
var _excluded$
|
|
811
|
+
var _excluded$16 = ["width", "height"];
|
|
812
812
|
var MailFilledIcon = _ref => {
|
|
813
813
|
var {
|
|
814
814
|
width,
|
|
815
815
|
height
|
|
816
816
|
} = _ref,
|
|
817
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
817
|
+
props = _objectWithoutProperties(_ref, _excluded$16);
|
|
818
818
|
var size = width || height || 24;
|
|
819
819
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
820
820
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -842,13 +842,13 @@ var MailFilledIcon = _ref => {
|
|
|
842
842
|
})));
|
|
843
843
|
};
|
|
844
844
|
|
|
845
|
-
var _excluded$
|
|
845
|
+
var _excluded$15 = ["width", "height"];
|
|
846
846
|
var CalendarIcon = _ref => {
|
|
847
847
|
var {
|
|
848
848
|
width,
|
|
849
849
|
height
|
|
850
850
|
} = _ref,
|
|
851
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
851
|
+
props = _objectWithoutProperties(_ref, _excluded$15);
|
|
852
852
|
var size = width || height || 24;
|
|
853
853
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
854
854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -876,13 +876,13 @@ var CalendarIcon = _ref => {
|
|
|
876
876
|
})));
|
|
877
877
|
};
|
|
878
878
|
|
|
879
|
-
var _excluded$
|
|
879
|
+
var _excluded$14 = ["width", "height"];
|
|
880
880
|
var CalendarFilledIcon = _ref => {
|
|
881
881
|
var {
|
|
882
882
|
width,
|
|
883
883
|
height
|
|
884
884
|
} = _ref,
|
|
885
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
885
|
+
props = _objectWithoutProperties(_ref, _excluded$14);
|
|
886
886
|
var size = width || height || 24;
|
|
887
887
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
888
888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -910,13 +910,13 @@ var CalendarFilledIcon = _ref => {
|
|
|
910
910
|
})));
|
|
911
911
|
};
|
|
912
912
|
|
|
913
|
-
var _excluded$
|
|
913
|
+
var _excluded$13 = ["width", "height"];
|
|
914
914
|
var ShareIcon = _ref => {
|
|
915
915
|
var {
|
|
916
916
|
width,
|
|
917
917
|
height
|
|
918
918
|
} = _ref,
|
|
919
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
919
|
+
props = _objectWithoutProperties(_ref, _excluded$13);
|
|
920
920
|
var size = width || height || 24;
|
|
921
921
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
922
922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -944,13 +944,13 @@ var ShareIcon = _ref => {
|
|
|
944
944
|
})));
|
|
945
945
|
};
|
|
946
946
|
|
|
947
|
-
var _excluded$
|
|
947
|
+
var _excluded$12 = ["width", "height"];
|
|
948
948
|
var ShareFilledIcon = _ref => {
|
|
949
949
|
var {
|
|
950
950
|
width,
|
|
951
951
|
height
|
|
952
952
|
} = _ref,
|
|
953
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
953
|
+
props = _objectWithoutProperties(_ref, _excluded$12);
|
|
954
954
|
var size = width || height || 24;
|
|
955
955
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
956
956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -978,13 +978,13 @@ var ShareFilledIcon = _ref => {
|
|
|
978
978
|
})));
|
|
979
979
|
};
|
|
980
980
|
|
|
981
|
-
var _excluded$
|
|
981
|
+
var _excluded$11 = ["width", "height"];
|
|
982
982
|
var BedtimeIcon = _ref => {
|
|
983
983
|
var {
|
|
984
984
|
width,
|
|
985
985
|
height
|
|
986
986
|
} = _ref,
|
|
987
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
987
|
+
props = _objectWithoutProperties(_ref, _excluded$11);
|
|
988
988
|
var size = width || height || 24;
|
|
989
989
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
990
990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1012,13 +1012,13 @@ var BedtimeIcon = _ref => {
|
|
|
1012
1012
|
})));
|
|
1013
1013
|
};
|
|
1014
1014
|
|
|
1015
|
-
var _excluded$
|
|
1015
|
+
var _excluded$10 = ["width", "height"];
|
|
1016
1016
|
var BedtimeFilledIcon = _ref => {
|
|
1017
1017
|
var {
|
|
1018
1018
|
width,
|
|
1019
1019
|
height
|
|
1020
1020
|
} = _ref,
|
|
1021
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1021
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
1022
1022
|
var size = width || height || 24;
|
|
1023
1023
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1024
1024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1046,13 +1046,13 @@ var BedtimeFilledIcon = _ref => {
|
|
|
1046
1046
|
})));
|
|
1047
1047
|
};
|
|
1048
1048
|
|
|
1049
|
-
var _excluded
|
|
1049
|
+
var _excluded$$ = ["width", "height"];
|
|
1050
1050
|
var ClearDayIcon = _ref => {
|
|
1051
1051
|
var {
|
|
1052
1052
|
width,
|
|
1053
1053
|
height
|
|
1054
1054
|
} = _ref,
|
|
1055
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
1055
|
+
props = _objectWithoutProperties(_ref, _excluded$$);
|
|
1056
1056
|
var size = width || height || 24;
|
|
1057
1057
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1058
1058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1080,13 +1080,13 @@ var ClearDayIcon = _ref => {
|
|
|
1080
1080
|
})));
|
|
1081
1081
|
};
|
|
1082
1082
|
|
|
1083
|
-
var _excluded
|
|
1083
|
+
var _excluded$_ = ["width", "height"];
|
|
1084
1084
|
var ClearDayFilledIcon = _ref => {
|
|
1085
1085
|
var {
|
|
1086
1086
|
width,
|
|
1087
1087
|
height
|
|
1088
1088
|
} = _ref,
|
|
1089
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
1089
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
1090
1090
|
var size = width || height || 24;
|
|
1091
1091
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1092
1092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1114,13 +1114,13 @@ var ClearDayFilledIcon = _ref => {
|
|
|
1114
1114
|
})));
|
|
1115
1115
|
};
|
|
1116
1116
|
|
|
1117
|
-
var _excluded$
|
|
1117
|
+
var _excluded$Z = ["width", "height"];
|
|
1118
1118
|
var AddCircleIcon = _ref => {
|
|
1119
1119
|
var {
|
|
1120
1120
|
width,
|
|
1121
1121
|
height
|
|
1122
1122
|
} = _ref,
|
|
1123
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1123
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
1124
1124
|
var size = width || height || 24;
|
|
1125
1125
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1126
1126
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1148,13 +1148,13 @@ var AddCircleIcon = _ref => {
|
|
|
1148
1148
|
})));
|
|
1149
1149
|
};
|
|
1150
1150
|
|
|
1151
|
-
var _excluded$
|
|
1151
|
+
var _excluded$Y = ["width", "height"];
|
|
1152
1152
|
var AddCircleFilledIcon = _ref => {
|
|
1153
1153
|
var {
|
|
1154
1154
|
width,
|
|
1155
1155
|
height
|
|
1156
1156
|
} = _ref,
|
|
1157
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1157
|
+
props = _objectWithoutProperties(_ref, _excluded$Y);
|
|
1158
1158
|
var size = width || height || 24;
|
|
1159
1159
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1160
1160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1182,13 +1182,13 @@ var AddCircleFilledIcon = _ref => {
|
|
|
1182
1182
|
})));
|
|
1183
1183
|
};
|
|
1184
1184
|
|
|
1185
|
-
var _excluded$
|
|
1185
|
+
var _excluded$X = ["width", "height"];
|
|
1186
1186
|
var NotifationFilledIcon = _ref => {
|
|
1187
1187
|
var {
|
|
1188
1188
|
width,
|
|
1189
1189
|
height
|
|
1190
1190
|
} = _ref,
|
|
1191
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1191
|
+
props = _objectWithoutProperties(_ref, _excluded$X);
|
|
1192
1192
|
var size = width || height || 24;
|
|
1193
1193
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1194
1194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1216,13 +1216,13 @@ var NotifationFilledIcon = _ref => {
|
|
|
1216
1216
|
})));
|
|
1217
1217
|
};
|
|
1218
1218
|
|
|
1219
|
-
var _excluded$
|
|
1219
|
+
var _excluded$W = ["width", "height"];
|
|
1220
1220
|
var NotifationIcon = _ref => {
|
|
1221
1221
|
var {
|
|
1222
1222
|
width,
|
|
1223
1223
|
height
|
|
1224
1224
|
} = _ref,
|
|
1225
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1225
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
1226
1226
|
var size = width || height || 24;
|
|
1227
1227
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1228
1228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1250,13 +1250,13 @@ var NotifationIcon = _ref => {
|
|
|
1250
1250
|
})));
|
|
1251
1251
|
};
|
|
1252
1252
|
|
|
1253
|
-
var _excluded$
|
|
1253
|
+
var _excluded$V = ["width", "height"];
|
|
1254
1254
|
var VisibilityIcon = _ref => {
|
|
1255
1255
|
var {
|
|
1256
1256
|
width,
|
|
1257
1257
|
height
|
|
1258
1258
|
} = _ref,
|
|
1259
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1259
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
1260
1260
|
var size = width || height || 24;
|
|
1261
1261
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1262
1262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1284,13 +1284,13 @@ var VisibilityIcon = _ref => {
|
|
|
1284
1284
|
})));
|
|
1285
1285
|
};
|
|
1286
1286
|
|
|
1287
|
-
var _excluded$
|
|
1287
|
+
var _excluded$U = ["width", "height"];
|
|
1288
1288
|
var VisibilityFilledIcon = _ref => {
|
|
1289
1289
|
var {
|
|
1290
1290
|
width,
|
|
1291
1291
|
height
|
|
1292
1292
|
} = _ref,
|
|
1293
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1293
|
+
props = _objectWithoutProperties(_ref, _excluded$U);
|
|
1294
1294
|
var size = width || height || 24;
|
|
1295
1295
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1296
1296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1318,13 +1318,13 @@ var VisibilityFilledIcon = _ref => {
|
|
|
1318
1318
|
})));
|
|
1319
1319
|
};
|
|
1320
1320
|
|
|
1321
|
-
var _excluded$
|
|
1321
|
+
var _excluded$T = ["width", "height"];
|
|
1322
1322
|
var VisibilityOffIcon = _ref => {
|
|
1323
1323
|
var {
|
|
1324
1324
|
width,
|
|
1325
1325
|
height
|
|
1326
1326
|
} = _ref,
|
|
1327
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1327
|
+
props = _objectWithoutProperties(_ref, _excluded$T);
|
|
1328
1328
|
var size = width || height || 24;
|
|
1329
1329
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1330
1330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1352,13 +1352,13 @@ var VisibilityOffIcon = _ref => {
|
|
|
1352
1352
|
})));
|
|
1353
1353
|
};
|
|
1354
1354
|
|
|
1355
|
-
var _excluded$
|
|
1355
|
+
var _excluded$S = ["width", "height"];
|
|
1356
1356
|
var VisibilityOffFilledIcon = _ref => {
|
|
1357
1357
|
var {
|
|
1358
1358
|
width,
|
|
1359
1359
|
height
|
|
1360
1360
|
} = _ref,
|
|
1361
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1361
|
+
props = _objectWithoutProperties(_ref, _excluded$S);
|
|
1362
1362
|
var size = width || height || 24;
|
|
1363
1363
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1364
1364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1386,13 +1386,13 @@ var VisibilityOffFilledIcon = _ref => {
|
|
|
1386
1386
|
})));
|
|
1387
1387
|
};
|
|
1388
1388
|
|
|
1389
|
-
var _excluded$
|
|
1389
|
+
var _excluded$R = ["width", "height"];
|
|
1390
1390
|
var LockIcon = _ref => {
|
|
1391
1391
|
var {
|
|
1392
1392
|
width,
|
|
1393
1393
|
height
|
|
1394
1394
|
} = _ref,
|
|
1395
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1395
|
+
props = _objectWithoutProperties(_ref, _excluded$R);
|
|
1396
1396
|
var size = width || height || 24;
|
|
1397
1397
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1398
1398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1420,13 +1420,13 @@ var LockIcon = _ref => {
|
|
|
1420
1420
|
})));
|
|
1421
1421
|
};
|
|
1422
1422
|
|
|
1423
|
-
var _excluded$
|
|
1423
|
+
var _excluded$Q = ["width", "height"];
|
|
1424
1424
|
var LockFilledIcon = _ref => {
|
|
1425
1425
|
var {
|
|
1426
1426
|
width,
|
|
1427
1427
|
height
|
|
1428
1428
|
} = _ref,
|
|
1429
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1429
|
+
props = _objectWithoutProperties(_ref, _excluded$Q);
|
|
1430
1430
|
var size = width || height || 24;
|
|
1431
1431
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1432
1432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1454,13 +1454,13 @@ var LockFilledIcon = _ref => {
|
|
|
1454
1454
|
})));
|
|
1455
1455
|
};
|
|
1456
1456
|
|
|
1457
|
-
var _excluded$
|
|
1457
|
+
var _excluded$P = ["width", "height"];
|
|
1458
1458
|
var MobileIcon = _ref => {
|
|
1459
1459
|
var {
|
|
1460
1460
|
width,
|
|
1461
1461
|
height
|
|
1462
1462
|
} = _ref,
|
|
1463
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1463
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
1464
1464
|
var size = width || height || 24;
|
|
1465
1465
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1466
1466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1488,13 +1488,13 @@ var MobileIcon = _ref => {
|
|
|
1488
1488
|
})));
|
|
1489
1489
|
};
|
|
1490
1490
|
|
|
1491
|
-
var _excluded$
|
|
1491
|
+
var _excluded$O = ["width", "height"];
|
|
1492
1492
|
var MobileFilledIcon = _ref => {
|
|
1493
1493
|
var {
|
|
1494
1494
|
width,
|
|
1495
1495
|
height
|
|
1496
1496
|
} = _ref,
|
|
1497
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1497
|
+
props = _objectWithoutProperties(_ref, _excluded$O);
|
|
1498
1498
|
var size = width || height || 24;
|
|
1499
1499
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1500
1500
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1522,13 +1522,13 @@ var MobileFilledIcon = _ref => {
|
|
|
1522
1522
|
})));
|
|
1523
1523
|
};
|
|
1524
1524
|
|
|
1525
|
-
var _excluded$
|
|
1525
|
+
var _excluded$N = ["width", "height"];
|
|
1526
1526
|
var CloudDownloadIcon = _ref => {
|
|
1527
1527
|
var {
|
|
1528
1528
|
width,
|
|
1529
1529
|
height
|
|
1530
1530
|
} = _ref,
|
|
1531
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1531
|
+
props = _objectWithoutProperties(_ref, _excluded$N);
|
|
1532
1532
|
var size = width || height || 24;
|
|
1533
1533
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1534
1534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1556,13 +1556,13 @@ var CloudDownloadIcon = _ref => {
|
|
|
1556
1556
|
})));
|
|
1557
1557
|
};
|
|
1558
1558
|
|
|
1559
|
-
var _excluded$
|
|
1559
|
+
var _excluded$M = ["width", "height"];
|
|
1560
1560
|
var CloudDownloadFilledIcon = _ref => {
|
|
1561
1561
|
var {
|
|
1562
1562
|
width,
|
|
1563
1563
|
height
|
|
1564
1564
|
} = _ref,
|
|
1565
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1565
|
+
props = _objectWithoutProperties(_ref, _excluded$M);
|
|
1566
1566
|
var size = width || height || 24;
|
|
1567
1567
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1568
1568
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1590,13 +1590,13 @@ var CloudDownloadFilledIcon = _ref => {
|
|
|
1590
1590
|
})));
|
|
1591
1591
|
};
|
|
1592
1592
|
|
|
1593
|
-
var _excluded$
|
|
1593
|
+
var _excluded$L = ["width", "height"];
|
|
1594
1594
|
var CloudUpLoadIcon = _ref => {
|
|
1595
1595
|
var {
|
|
1596
1596
|
width,
|
|
1597
1597
|
height
|
|
1598
1598
|
} = _ref,
|
|
1599
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1599
|
+
props = _objectWithoutProperties(_ref, _excluded$L);
|
|
1600
1600
|
var size = width || height || 24;
|
|
1601
1601
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1602
1602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1624,13 +1624,13 @@ var CloudUpLoadIcon = _ref => {
|
|
|
1624
1624
|
})));
|
|
1625
1625
|
};
|
|
1626
1626
|
|
|
1627
|
-
var _excluded$
|
|
1627
|
+
var _excluded$K = ["width", "height"];
|
|
1628
1628
|
var CloudUpLoadFilledIcon = _ref => {
|
|
1629
1629
|
var {
|
|
1630
1630
|
width,
|
|
1631
1631
|
height
|
|
1632
1632
|
} = _ref,
|
|
1633
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1633
|
+
props = _objectWithoutProperties(_ref, _excluded$K);
|
|
1634
1634
|
var size = width || height || 24;
|
|
1635
1635
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1636
1636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1658,13 +1658,13 @@ var CloudUpLoadFilledIcon = _ref => {
|
|
|
1658
1658
|
})));
|
|
1659
1659
|
};
|
|
1660
1660
|
|
|
1661
|
-
var _excluded$
|
|
1661
|
+
var _excluded$J = ["width", "height"];
|
|
1662
1662
|
var CloudDoneIcon = _ref => {
|
|
1663
1663
|
var {
|
|
1664
1664
|
width,
|
|
1665
1665
|
height
|
|
1666
1666
|
} = _ref,
|
|
1667
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1667
|
+
props = _objectWithoutProperties(_ref, _excluded$J);
|
|
1668
1668
|
var size = width || height || 24;
|
|
1669
1669
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1670
1670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1692,13 +1692,13 @@ var CloudDoneIcon = _ref => {
|
|
|
1692
1692
|
})));
|
|
1693
1693
|
};
|
|
1694
1694
|
|
|
1695
|
-
var _excluded$
|
|
1695
|
+
var _excluded$I = ["width", "height"];
|
|
1696
1696
|
var CloudDoneFilledIcon = _ref => {
|
|
1697
1697
|
var {
|
|
1698
1698
|
width,
|
|
1699
1699
|
height
|
|
1700
1700
|
} = _ref,
|
|
1701
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1701
|
+
props = _objectWithoutProperties(_ref, _excluded$I);
|
|
1702
1702
|
var size = width || height || 24;
|
|
1703
1703
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1704
1704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1726,13 +1726,13 @@ var CloudDoneFilledIcon = _ref => {
|
|
|
1726
1726
|
})));
|
|
1727
1727
|
};
|
|
1728
1728
|
|
|
1729
|
-
var _excluded$
|
|
1729
|
+
var _excluded$H = ["width", "height"];
|
|
1730
1730
|
var NotificationsActiveIcon = _ref => {
|
|
1731
1731
|
var {
|
|
1732
1732
|
width,
|
|
1733
1733
|
height
|
|
1734
1734
|
} = _ref,
|
|
1735
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1735
|
+
props = _objectWithoutProperties(_ref, _excluded$H);
|
|
1736
1736
|
var size = width || height || 24;
|
|
1737
1737
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1738
1738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1760,13 +1760,13 @@ var NotificationsActiveIcon = _ref => {
|
|
|
1760
1760
|
})));
|
|
1761
1761
|
};
|
|
1762
1762
|
|
|
1763
|
-
var _excluded$
|
|
1763
|
+
var _excluded$G = ["width", "height"];
|
|
1764
1764
|
var NotificationsActiveFilledIcon = _ref => {
|
|
1765
1765
|
var {
|
|
1766
1766
|
width,
|
|
1767
1767
|
height
|
|
1768
1768
|
} = _ref,
|
|
1769
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1769
|
+
props = _objectWithoutProperties(_ref, _excluded$G);
|
|
1770
1770
|
var size = width || height || 24;
|
|
1771
1771
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1772
1772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1794,13 +1794,13 @@ var NotificationsActiveFilledIcon = _ref => {
|
|
|
1794
1794
|
})));
|
|
1795
1795
|
};
|
|
1796
1796
|
|
|
1797
|
-
var _excluded$
|
|
1797
|
+
var _excluded$F = ["width", "height"];
|
|
1798
1798
|
var NotificationsOffIcon = _ref => {
|
|
1799
1799
|
var {
|
|
1800
1800
|
width,
|
|
1801
1801
|
height
|
|
1802
1802
|
} = _ref,
|
|
1803
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1803
|
+
props = _objectWithoutProperties(_ref, _excluded$F);
|
|
1804
1804
|
var size = width || height || 24;
|
|
1805
1805
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1806
1806
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1828,13 +1828,13 @@ var NotificationsOffIcon = _ref => {
|
|
|
1828
1828
|
})));
|
|
1829
1829
|
};
|
|
1830
1830
|
|
|
1831
|
-
var _excluded$
|
|
1831
|
+
var _excluded$E = ["width", "height"];
|
|
1832
1832
|
var NotificationsOffFilledIcon = _ref => {
|
|
1833
1833
|
var {
|
|
1834
1834
|
width,
|
|
1835
1835
|
height
|
|
1836
1836
|
} = _ref,
|
|
1837
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1837
|
+
props = _objectWithoutProperties(_ref, _excluded$E);
|
|
1838
1838
|
var size = width || height || 24;
|
|
1839
1839
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1840
1840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1862,13 +1862,13 @@ var NotificationsOffFilledIcon = _ref => {
|
|
|
1862
1862
|
})));
|
|
1863
1863
|
};
|
|
1864
1864
|
|
|
1865
|
-
var _excluded$
|
|
1865
|
+
var _excluded$D = ["width", "height"];
|
|
1866
1866
|
var NotificationsUnreadIcon = _ref => {
|
|
1867
1867
|
var {
|
|
1868
1868
|
width,
|
|
1869
1869
|
height
|
|
1870
1870
|
} = _ref,
|
|
1871
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1871
|
+
props = _objectWithoutProperties(_ref, _excluded$D);
|
|
1872
1872
|
var size = width || height || 24;
|
|
1873
1873
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1874
1874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1896,13 +1896,13 @@ var NotificationsUnreadIcon = _ref => {
|
|
|
1896
1896
|
})));
|
|
1897
1897
|
};
|
|
1898
1898
|
|
|
1899
|
-
var _excluded$
|
|
1899
|
+
var _excluded$C = ["width", "height"];
|
|
1900
1900
|
var NotificationsUnreadFilledIcon = _ref => {
|
|
1901
1901
|
var {
|
|
1902
1902
|
width,
|
|
1903
1903
|
height
|
|
1904
1904
|
} = _ref,
|
|
1905
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1905
|
+
props = _objectWithoutProperties(_ref, _excluded$C);
|
|
1906
1906
|
var size = width || height || 24;
|
|
1907
1907
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1908
1908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1930,13 +1930,13 @@ var NotificationsUnreadFilledIcon = _ref => {
|
|
|
1930
1930
|
})));
|
|
1931
1931
|
};
|
|
1932
1932
|
|
|
1933
|
-
var _excluded$
|
|
1933
|
+
var _excluded$B = ["width", "height"];
|
|
1934
1934
|
var GoogleColorIcon = _ref => {
|
|
1935
1935
|
var {
|
|
1936
1936
|
width,
|
|
1937
1937
|
height
|
|
1938
1938
|
} = _ref,
|
|
1939
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1939
|
+
props = _objectWithoutProperties(_ref, _excluded$B);
|
|
1940
1940
|
var size = width || height || 24;
|
|
1941
1941
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1942
1942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1962,13 +1962,13 @@ var GoogleColorIcon = _ref => {
|
|
|
1962
1962
|
}));
|
|
1963
1963
|
};
|
|
1964
1964
|
|
|
1965
|
-
var _excluded$
|
|
1965
|
+
var _excluded$A = ["width", "height"];
|
|
1966
1966
|
var FacebookColorIcon = _ref => {
|
|
1967
1967
|
var {
|
|
1968
1968
|
width,
|
|
1969
1969
|
height
|
|
1970
1970
|
} = _ref,
|
|
1971
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1971
|
+
props = _objectWithoutProperties(_ref, _excluded$A);
|
|
1972
1972
|
var size = width || height || 24;
|
|
1973
1973
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1974
1974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1985,13 +1985,13 @@ var FacebookColorIcon = _ref => {
|
|
|
1985
1985
|
}));
|
|
1986
1986
|
};
|
|
1987
1987
|
|
|
1988
|
-
var _excluded$
|
|
1988
|
+
var _excluded$z = ["width", "height"];
|
|
1989
1989
|
var InstagramColorIcon = _ref => {
|
|
1990
1990
|
var {
|
|
1991
1991
|
width,
|
|
1992
1992
|
height
|
|
1993
1993
|
} = _ref,
|
|
1994
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1994
|
+
props = _objectWithoutProperties(_ref, _excluded$z);
|
|
1995
1995
|
var size = width || height || 24;
|
|
1996
1996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1997
1997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2058,13 +2058,13 @@ var InstagramColorIcon = _ref => {
|
|
|
2058
2058
|
}))));
|
|
2059
2059
|
};
|
|
2060
2060
|
|
|
2061
|
-
var _excluded$
|
|
2061
|
+
var _excluded$y = ["width", "height"];
|
|
2062
2062
|
var TiktokColorIcon = _ref => {
|
|
2063
2063
|
var {
|
|
2064
2064
|
width,
|
|
2065
2065
|
height
|
|
2066
2066
|
} = _ref,
|
|
2067
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2067
|
+
props = _objectWithoutProperties(_ref, _excluded$y);
|
|
2068
2068
|
var size = width || height || 24;
|
|
2069
2069
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2070
2070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2087,13 +2087,13 @@ var TiktokColorIcon = _ref => {
|
|
|
2087
2087
|
}));
|
|
2088
2088
|
};
|
|
2089
2089
|
|
|
2090
|
-
var _excluded$
|
|
2090
|
+
var _excluded$x = ["width", "height"];
|
|
2091
2091
|
var MessagerColorIcon = _ref => {
|
|
2092
2092
|
var {
|
|
2093
2093
|
width,
|
|
2094
2094
|
height
|
|
2095
2095
|
} = _ref,
|
|
2096
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2096
|
+
props = _objectWithoutProperties(_ref, _excluded$x);
|
|
2097
2097
|
var size = width || height || 24;
|
|
2098
2098
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2099
2099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2130,13 +2130,13 @@ var MessagerColorIcon = _ref => {
|
|
|
2130
2130
|
}))));
|
|
2131
2131
|
};
|
|
2132
2132
|
|
|
2133
|
-
var _excluded$
|
|
2133
|
+
var _excluded$w = ["width", "height"];
|
|
2134
2134
|
var LineAppColorIcon = _ref => {
|
|
2135
2135
|
var {
|
|
2136
2136
|
width,
|
|
2137
2137
|
height
|
|
2138
2138
|
} = _ref,
|
|
2139
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2139
|
+
props = _objectWithoutProperties(_ref, _excluded$w);
|
|
2140
2140
|
var size = width || height || 24;
|
|
2141
2141
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2142
2142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2155,13 +2155,13 @@ var LineAppColorIcon = _ref => {
|
|
|
2155
2155
|
}));
|
|
2156
2156
|
};
|
|
2157
2157
|
|
|
2158
|
-
var _excluded$
|
|
2158
|
+
var _excluded$v = ["width", "height"];
|
|
2159
2159
|
var ArrowCircleLeftIcon = _ref => {
|
|
2160
2160
|
var {
|
|
2161
2161
|
width,
|
|
2162
2162
|
height
|
|
2163
2163
|
} = _ref,
|
|
2164
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2164
|
+
props = _objectWithoutProperties(_ref, _excluded$v);
|
|
2165
2165
|
var size = width || height || 24;
|
|
2166
2166
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2167
2167
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2189,13 +2189,13 @@ var ArrowCircleLeftIcon = _ref => {
|
|
|
2189
2189
|
})));
|
|
2190
2190
|
};
|
|
2191
2191
|
|
|
2192
|
-
var _excluded$
|
|
2192
|
+
var _excluded$u = ["width", "height"];
|
|
2193
2193
|
var ArrowCircleRightIcon = _ref => {
|
|
2194
2194
|
var {
|
|
2195
2195
|
width,
|
|
2196
2196
|
height
|
|
2197
2197
|
} = _ref,
|
|
2198
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2198
|
+
props = _objectWithoutProperties(_ref, _excluded$u);
|
|
2199
2199
|
var size = width || height || 24;
|
|
2200
2200
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2201
2201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2223,13 +2223,13 @@ var ArrowCircleRightIcon = _ref => {
|
|
|
2223
2223
|
})));
|
|
2224
2224
|
};
|
|
2225
2225
|
|
|
2226
|
-
var _excluded$
|
|
2226
|
+
var _excluded$t = ["width", "height"];
|
|
2227
2227
|
var ArrowCircleUpIcon = _ref => {
|
|
2228
2228
|
var {
|
|
2229
2229
|
width,
|
|
2230
2230
|
height
|
|
2231
2231
|
} = _ref,
|
|
2232
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2232
|
+
props = _objectWithoutProperties(_ref, _excluded$t);
|
|
2233
2233
|
var size = width || height || 24;
|
|
2234
2234
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2235
2235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2257,13 +2257,13 @@ var ArrowCircleUpIcon = _ref => {
|
|
|
2257
2257
|
})));
|
|
2258
2258
|
};
|
|
2259
2259
|
|
|
2260
|
-
var _excluded$
|
|
2260
|
+
var _excluded$s = ["width", "height"];
|
|
2261
2261
|
var ArrowCircleDownIcon = _ref => {
|
|
2262
2262
|
var {
|
|
2263
2263
|
width,
|
|
2264
2264
|
height
|
|
2265
2265
|
} = _ref,
|
|
2266
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2266
|
+
props = _objectWithoutProperties(_ref, _excluded$s);
|
|
2267
2267
|
var size = width || height || 24;
|
|
2268
2268
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2269
2269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2291,13 +2291,13 @@ var ArrowCircleDownIcon = _ref => {
|
|
|
2291
2291
|
})));
|
|
2292
2292
|
};
|
|
2293
2293
|
|
|
2294
|
-
var _excluded$
|
|
2294
|
+
var _excluded$r = ["width", "height"];
|
|
2295
2295
|
var ArrowCircleLeftFilledIcon = _ref => {
|
|
2296
2296
|
var {
|
|
2297
2297
|
width,
|
|
2298
2298
|
height
|
|
2299
2299
|
} = _ref,
|
|
2300
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2300
|
+
props = _objectWithoutProperties(_ref, _excluded$r);
|
|
2301
2301
|
var size = width || height || 24;
|
|
2302
2302
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2303
2303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2325,13 +2325,13 @@ var ArrowCircleLeftFilledIcon = _ref => {
|
|
|
2325
2325
|
})));
|
|
2326
2326
|
};
|
|
2327
2327
|
|
|
2328
|
-
var _excluded$
|
|
2328
|
+
var _excluded$q = ["width", "height"];
|
|
2329
2329
|
var ArrowCircleRightFilledIcon = _ref => {
|
|
2330
2330
|
var {
|
|
2331
2331
|
width,
|
|
2332
2332
|
height
|
|
2333
2333
|
} = _ref,
|
|
2334
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2334
|
+
props = _objectWithoutProperties(_ref, _excluded$q);
|
|
2335
2335
|
var size = width || height || 24;
|
|
2336
2336
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2337
2337
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2359,13 +2359,13 @@ var ArrowCircleRightFilledIcon = _ref => {
|
|
|
2359
2359
|
})));
|
|
2360
2360
|
};
|
|
2361
2361
|
|
|
2362
|
-
var _excluded$
|
|
2362
|
+
var _excluded$p = ["width", "height"];
|
|
2363
2363
|
var ArrowCircleUpFilledIcon = _ref => {
|
|
2364
2364
|
var {
|
|
2365
2365
|
width,
|
|
2366
2366
|
height
|
|
2367
2367
|
} = _ref,
|
|
2368
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2368
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
2369
2369
|
var size = width || height || 24;
|
|
2370
2370
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2371
2371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2393,13 +2393,13 @@ var ArrowCircleUpFilledIcon = _ref => {
|
|
|
2393
2393
|
})));
|
|
2394
2394
|
};
|
|
2395
2395
|
|
|
2396
|
-
var _excluded$
|
|
2396
|
+
var _excluded$o = ["width", "height"];
|
|
2397
2397
|
var ArrowCircleDownFilledIcon = _ref => {
|
|
2398
2398
|
var {
|
|
2399
2399
|
width,
|
|
2400
2400
|
height
|
|
2401
2401
|
} = _ref,
|
|
2402
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2402
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
2403
2403
|
var size = width || height || 24;
|
|
2404
2404
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2405
2405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2427,13 +2427,13 @@ var ArrowCircleDownFilledIcon = _ref => {
|
|
|
2427
2427
|
})));
|
|
2428
2428
|
};
|
|
2429
2429
|
|
|
2430
|
-
var _excluded$
|
|
2430
|
+
var _excluded$n = ["width", "height"];
|
|
2431
2431
|
var ArrowLeftAltIcon = _ref => {
|
|
2432
2432
|
var {
|
|
2433
2433
|
width,
|
|
2434
2434
|
height
|
|
2435
2435
|
} = _ref,
|
|
2436
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2436
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
2437
2437
|
var size = width || height || 24;
|
|
2438
2438
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2439
2439
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2461,13 +2461,13 @@ var ArrowLeftAltIcon = _ref => {
|
|
|
2461
2461
|
})));
|
|
2462
2462
|
};
|
|
2463
2463
|
|
|
2464
|
-
var _excluded$
|
|
2464
|
+
var _excluded$m = ["width", "height"];
|
|
2465
2465
|
var ArrowRightAltIcon = _ref => {
|
|
2466
2466
|
var {
|
|
2467
2467
|
width,
|
|
2468
2468
|
height
|
|
2469
2469
|
} = _ref,
|
|
2470
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2470
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
2471
2471
|
var size = width || height || 24;
|
|
2472
2472
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2473
2473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2495,13 +2495,13 @@ var ArrowRightAltIcon = _ref => {
|
|
|
2495
2495
|
})));
|
|
2496
2496
|
};
|
|
2497
2497
|
|
|
2498
|
-
var _excluded$
|
|
2498
|
+
var _excluded$l = ["width", "height"];
|
|
2499
2499
|
var ArrowDownwardAltIcon = _ref => {
|
|
2500
2500
|
var {
|
|
2501
2501
|
width,
|
|
2502
2502
|
height
|
|
2503
2503
|
} = _ref,
|
|
2504
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2504
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
2505
2505
|
var size = width || height || 24;
|
|
2506
2506
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2507
2507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2529,13 +2529,13 @@ var ArrowDownwardAltIcon = _ref => {
|
|
|
2529
2529
|
})));
|
|
2530
2530
|
};
|
|
2531
2531
|
|
|
2532
|
-
var _excluded$
|
|
2532
|
+
var _excluded$k = ["width", "height"];
|
|
2533
2533
|
var ArrowUpwardAltIcon = _ref => {
|
|
2534
2534
|
var {
|
|
2535
2535
|
width,
|
|
2536
2536
|
height
|
|
2537
2537
|
} = _ref,
|
|
2538
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2538
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
2539
2539
|
var size = width || height || 24;
|
|
2540
2540
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2541
2541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2563,13 +2563,13 @@ var ArrowUpwardAltIcon = _ref => {
|
|
|
2563
2563
|
})));
|
|
2564
2564
|
};
|
|
2565
2565
|
|
|
2566
|
-
var _excluded$
|
|
2566
|
+
var _excluded$j = ["width", "height"];
|
|
2567
2567
|
var KeyboardArrowLeftIcon = _ref => {
|
|
2568
2568
|
var {
|
|
2569
2569
|
width,
|
|
2570
2570
|
height
|
|
2571
2571
|
} = _ref,
|
|
2572
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2572
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
2573
2573
|
var size = width || height || 24;
|
|
2574
2574
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2575
2575
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2597,13 +2597,13 @@ var KeyboardArrowLeftIcon = _ref => {
|
|
|
2597
2597
|
})));
|
|
2598
2598
|
};
|
|
2599
2599
|
|
|
2600
|
-
var _excluded$
|
|
2600
|
+
var _excluded$i = ["width", "height"];
|
|
2601
2601
|
var KeyboardArrowRightIcon = _ref => {
|
|
2602
2602
|
var {
|
|
2603
2603
|
width,
|
|
2604
2604
|
height
|
|
2605
2605
|
} = _ref,
|
|
2606
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2606
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
2607
2607
|
var size = width || height || 24;
|
|
2608
2608
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2609
2609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2631,13 +2631,13 @@ var KeyboardArrowRightIcon = _ref => {
|
|
|
2631
2631
|
})));
|
|
2632
2632
|
};
|
|
2633
2633
|
|
|
2634
|
-
var _excluded$
|
|
2634
|
+
var _excluded$h = ["width", "height"];
|
|
2635
2635
|
var KeyboardArrowUpIcon = _ref => {
|
|
2636
2636
|
var {
|
|
2637
2637
|
width,
|
|
2638
2638
|
height
|
|
2639
2639
|
} = _ref,
|
|
2640
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2640
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
2641
2641
|
var size = width || height || 24;
|
|
2642
2642
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2643
2643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2665,13 +2665,13 @@ var KeyboardArrowUpIcon = _ref => {
|
|
|
2665
2665
|
})));
|
|
2666
2666
|
};
|
|
2667
2667
|
|
|
2668
|
-
var _excluded$
|
|
2668
|
+
var _excluded$g = ["width", "height"];
|
|
2669
2669
|
var KeyboardArrowDownIcon = _ref => {
|
|
2670
2670
|
var {
|
|
2671
2671
|
width,
|
|
2672
2672
|
height
|
|
2673
2673
|
} = _ref,
|
|
2674
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2674
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
2675
2675
|
var size = width || height || 24;
|
|
2676
2676
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2677
2677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2699,13 +2699,13 @@ var KeyboardArrowDownIcon = _ref => {
|
|
|
2699
2699
|
})));
|
|
2700
2700
|
};
|
|
2701
2701
|
|
|
2702
|
-
var _excluded$
|
|
2702
|
+
var _excluded$f = ["width", "height"];
|
|
2703
2703
|
var LastPageIcon = _ref => {
|
|
2704
2704
|
var {
|
|
2705
2705
|
width,
|
|
2706
2706
|
height
|
|
2707
2707
|
} = _ref,
|
|
2708
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2708
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
2709
2709
|
var size = width || height || 24;
|
|
2710
2710
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2711
2711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2733,13 +2733,13 @@ var LastPageIcon = _ref => {
|
|
|
2733
2733
|
})));
|
|
2734
2734
|
};
|
|
2735
2735
|
|
|
2736
|
-
var _excluded$
|
|
2736
|
+
var _excluded$e = ["width", "height"];
|
|
2737
2737
|
var FirstPageIcon = _ref => {
|
|
2738
2738
|
var {
|
|
2739
2739
|
width,
|
|
2740
2740
|
height
|
|
2741
2741
|
} = _ref,
|
|
2742
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2742
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
2743
2743
|
var size = width || height || 24;
|
|
2744
2744
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2745
2745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2767,13 +2767,13 @@ var FirstPageIcon = _ref => {
|
|
|
2767
2767
|
})));
|
|
2768
2768
|
};
|
|
2769
2769
|
|
|
2770
|
-
var _excluded$
|
|
2770
|
+
var _excluded$d = ["width", "height"];
|
|
2771
2771
|
var InfoIcon = _ref => {
|
|
2772
2772
|
var {
|
|
2773
2773
|
width,
|
|
2774
2774
|
height
|
|
2775
2775
|
} = _ref,
|
|
2776
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2776
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
2777
2777
|
var size = width || height || 24;
|
|
2778
2778
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2779
2779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2931,12 +2931,12 @@ var getColorOpposite = (defaultColor, fill) => {
|
|
|
2931
2931
|
}
|
|
2932
2932
|
};
|
|
2933
2933
|
|
|
2934
|
-
var _excluded$
|
|
2934
|
+
var _excluded$c = ["fill"];
|
|
2935
2935
|
var TROlineLogo = _ref => {
|
|
2936
2936
|
var {
|
|
2937
2937
|
fill
|
|
2938
2938
|
} = _ref,
|
|
2939
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2939
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
2940
2940
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2941
2941
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2942
2942
|
viewBox: "0 0 114 40"
|
|
@@ -3084,12 +3084,12 @@ var TROlineENLogo = _a => {
|
|
|
3084
3084
|
}), /*#__PURE__*/React.createElement("title", null, "Logo Thairath"));
|
|
3085
3085
|
};
|
|
3086
3086
|
|
|
3087
|
-
var _excluded$
|
|
3087
|
+
var _excluded$b = ["fill"];
|
|
3088
3088
|
var TRMoneyLogo = _ref => {
|
|
3089
3089
|
var {
|
|
3090
3090
|
fill
|
|
3091
3091
|
} = _ref,
|
|
3092
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3092
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
3093
3093
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3094
3094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3095
3095
|
viewBox: "0 0 126 40"
|
|
@@ -3146,12 +3146,12 @@ var TRMoneyLogo = _ref => {
|
|
|
3146
3146
|
}), /*#__PURE__*/React.createElement("title", null, "Logo TR Money"));
|
|
3147
3147
|
};
|
|
3148
3148
|
|
|
3149
|
-
var _excluded$
|
|
3149
|
+
var _excluded$a = ["fill"];
|
|
3150
3150
|
var TRTVLogo = _ref => {
|
|
3151
3151
|
var {
|
|
3152
3152
|
fill
|
|
3153
3153
|
} = _ref,
|
|
3154
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3154
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
3155
3155
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3156
3156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3157
3157
|
viewBox: "0 0 164 40"
|
|
@@ -3253,12 +3253,12 @@ var TRPlusLogo = _a => {
|
|
|
3253
3253
|
}), /*#__PURE__*/React.createElement("title", null, "Logo TR Plus"));
|
|
3254
3254
|
};
|
|
3255
3255
|
|
|
3256
|
-
var _excluded$
|
|
3256
|
+
var _excluded$9 = ["fill"];
|
|
3257
3257
|
var TRLogisticsLogo = _ref => {
|
|
3258
3258
|
var {
|
|
3259
3259
|
fill
|
|
3260
3260
|
} = _ref,
|
|
3261
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3261
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
3262
3262
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3263
3263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3264
3264
|
viewBox: "0 0 112 40"
|
|
@@ -3521,12 +3521,12 @@ var TRFutureperfectLogo = _ref => {
|
|
|
3521
3521
|
}))), /*#__PURE__*/React.createElement("title", null, "Logo Futureperfect"));
|
|
3522
3522
|
};
|
|
3523
3523
|
|
|
3524
|
-
var _excluded$
|
|
3524
|
+
var _excluded$8 = ["fill"];
|
|
3525
3525
|
var TRSportLogo = _ref => {
|
|
3526
3526
|
var {
|
|
3527
3527
|
fill
|
|
3528
3528
|
} = _ref,
|
|
3529
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3529
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
3530
3530
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3531
3531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3532
3532
|
viewBox: "0 0 118 40"
|
|
@@ -3626,12 +3626,12 @@ var TRSportLogo = _ref => {
|
|
|
3626
3626
|
}), /*#__PURE__*/React.createElement("title", null, "Logo TR Sport"));
|
|
3627
3627
|
};
|
|
3628
3628
|
|
|
3629
|
-
var _excluded$
|
|
3629
|
+
var _excluded$7 = ["fill"];
|
|
3630
3630
|
var MirrorLogo = _ref => {
|
|
3631
3631
|
var {
|
|
3632
3632
|
fill
|
|
3633
3633
|
} = _ref,
|
|
3634
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3634
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
3635
3635
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3636
3636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3637
3637
|
viewBox: "0 0 205 40"
|
|
@@ -3656,12 +3656,12 @@ var MirrorLogo = _ref => {
|
|
|
3656
3656
|
}), /*#__PURE__*/React.createElement("title", null, "Logo Mirror"));
|
|
3657
3657
|
};
|
|
3658
3658
|
|
|
3659
|
-
var _excluded$
|
|
3659
|
+
var _excluded$6 = ["fill"];
|
|
3660
3660
|
var TrenVG3Logo = _ref => {
|
|
3661
3661
|
var {
|
|
3662
3662
|
fill
|
|
3663
3663
|
} = _ref,
|
|
3664
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3664
|
+
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
3665
3665
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3666
3666
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3667
3667
|
viewBox: "0 0 177 40"
|
|
@@ -4406,7 +4406,7 @@ var TRO_Button = /*#__PURE__*/_styled("button", process.env.NODE_ENV === "produc
|
|
|
4406
4406
|
return iconPosition === 'Left' ? 'flex-direction: row-reverse;' : 'flex-direction: row;';
|
|
4407
4407
|
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1dHRvblN0eWxlLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFd0MiLCJmaWxlIjoiYnV0dG9uU3R5bGUudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLy8gYnV0dG9uU3R5bGUudHN4XG5pbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcbmV4cG9ydCBjb25zdCBUUk9fQnV0dG9uID0gc3R5bGVkLmJ1dHRvbiBgXG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoLS1ib3JkZXItcmFkaXVzLWZ1bGwpO1xuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1kZWZhdWx0KTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDY1MDtcbiAgICBsaW5lLWhlaWdodDogMTAwJTtcblxuICAgICR7KHsgdmFyaWFudCB9KSA9PiB7XG4gICAgc3dpdGNoICh2YXJpYW50KSB7XG4gICAgICAgIGNhc2UgJ1ByaW1hcnknOlxuICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgY29sb3I6IHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLXRleHQtd2hpdGUpO1xuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IHZhcigtLWJvcmRlci1zbSkgc29saWQgdmFyKC0tY29tcG9uZW50cy1idXR0b24tYm9yZGVyLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWJ1dHRvbi1iYWNrZ3JvdW5kLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgIGNhc2UgJ1NlY29uZGFyeSc6XG4gICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1idXR0b24tdGV4dC1ncmVlbi1wcmltYXJ5KTtcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiB2YXIoLS1ib3JkZXItc20pIHNvbGlkIHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLWJvcmRlci1ncmVlbi1wcmltYXJ5KTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1idXR0b24tYmFja2dyb3VuZC13aGl0ZSk7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnRGlzYWJsZSc6XG4gICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1idXR0b24tdGV4dC1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiB2YXIoLS1ib3JkZXItc20pIHNvbGlkIHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLWJvcmRlci1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1idXR0b24tYmFja2dyb3VuZC1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgICAgICAgICBgO1xuICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgcmV0dXJuICcnO1xuICAgIH1cbn19XG5cbiAgICAkeyh7IHZhcmlhbnQgfSkgPT4gdmFyaWFudCAhPT0gJ0Rpc2FibGUnICYmIGBcblxuICAgICAgICA6aG92ZXJ7XG4gICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1idXR0b24tdGV4dC13aGl0ZSk7XG4gICAgICAgICAgICBib3JkZXI6IHZhcigtLWJvcmRlci1zbSkgc29saWQgdmFyKC0tY29tcG9uZW50cy1idXR0b24tYm9yZGVyLWdyZWVuLWRhcmspO1xuICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1idXR0b24tYmFja2dyb3VuZC1ncmVlbi1kYXJrKTtcblxuICAgICAgICAgICAgLmJ1dHRvbi1pY29ue1xuICAgICAgICAgICAgICAgIGZpbGw6IHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLWljb24td2hpdGUpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgYH1cblxuICAgICR7KHsgc2l6ZSB9KSA9PiB7XG4gICAgc3dpdGNoIChzaXplKSB7XG4gICAgICAgIGNhc2UgJ1NtYWxsJzpcbiAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIHBhZGRpbmc6IHZhcigtLWdhcC14cykgdmFyKC0tZ2FwLXNtKTtcbiAgICAgICAgICAgICAgICAgICAgZ2FwOiB2YXIoLS1nYXAtMnhzKTtcbiAgICAgICAgICAgICAgICAgICAgZm9udC1zaXplOjEycHg7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnTWVkaXVtJzpcbiAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIHBhZGRpbmc6IHZhcigtLWdhcC14cykgdmFyKC0tZ2FwLWxnKTtcbiAgICAgICAgICAgICAgICAgICAgZ2FwOiB2YXIoLS1nYXAtMnhzKTtcbiAgICAgICAgICAgICAgICAgICAgZm9udC1zaXplOjE2cHg7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnTGFyZ2UnOlxuICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgcGFkZGluZzogdmFyKC0tZ2FwLXNtKSB2YXIoLS1nYXAteGwpO1xuICAgICAgICAgICAgICAgICAgICBnYXA6IHZhcigtLWdhcC0yeHMpO1xuICAgICAgICAgICAgICAgICAgICBmb250LXNpemU6IDIwcHg7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnWC1MYXJnZSc6XG4gICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiB2YXIoLS1nYXAtc20pIHZhcigtLWdhcC0yeGwpO1xuICAgICAgICAgICAgICAgICAgICBnYXA6IHZhcigtLWdhcC1zbSk7XG4gICAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogMjZweDtcbiAgICAgICAgICAgICAgICBgO1xuICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgcmV0dXJuICcnO1xuICAgIH1cbn19XG5cbiAgICAkeyh7IGljb25Qb3NpdGlvbiB9KSA9PiBpY29uUG9zaXRpb24gPT09ICdMZWZ0JyA/ICdmbGV4LWRpcmVjdGlvbjogcm93LXJldmVyc2U7JyA6ICdmbGV4LWRpcmVjdGlvbjogcm93Oyd9XG4gIFxuYDtcbi8vIyBzb3VyY2VNYXBwaW5nVVJMPWJ1dHRvblN0eWxlLmpzeC5tYXAiXX0= */"));
|
|
4408
4408
|
|
|
4409
|
-
var _excluded$
|
|
4409
|
+
var _excluded$5 = ["variant", "size", "label", "icon", "iconPosition", "href", "target", "ariaLabel", "rel", "onClick"];
|
|
4410
4410
|
var buttonSizeMap = {
|
|
4411
4411
|
Small: 18,
|
|
4412
4412
|
Medium: 20,
|
|
@@ -4426,7 +4426,7 @@ var Button = _ref => {
|
|
|
4426
4426
|
rel,
|
|
4427
4427
|
onClick
|
|
4428
4428
|
} = _ref,
|
|
4429
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
4429
|
+
restProps = _objectWithoutProperties(_ref, _excluded$5);
|
|
4430
4430
|
var fillColor = getFillColorFromVariant(variant !== null && variant !== void 0 ? variant : 'Primary');
|
|
4431
4431
|
var iconSize = buttonSizeMap[size !== null && size !== void 0 ? size : 'Small'];
|
|
4432
4432
|
var isDisabled = variant === 'Disable';
|
|
@@ -4662,7 +4662,7 @@ var Form = _ref => {
|
|
|
4662
4662
|
}))), children, description && /*#__PURE__*/React.createElement(TRO_FormDescription, null, description));
|
|
4663
4663
|
};
|
|
4664
4664
|
|
|
4665
|
-
var _excluded$
|
|
4665
|
+
var _excluded$4 = ["variant", "label", "placeholder", "description", "value", "info"];
|
|
4666
4666
|
var Textbox = _ref => {
|
|
4667
4667
|
var {
|
|
4668
4668
|
variant = "Default",
|
|
@@ -4672,7 +4672,7 @@ var Textbox = _ref => {
|
|
|
4672
4672
|
value,
|
|
4673
4673
|
info
|
|
4674
4674
|
} = _ref,
|
|
4675
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4675
|
+
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
4676
4676
|
return /*#__PURE__*/React.createElement(Form, {
|
|
4677
4677
|
variant: variant,
|
|
4678
4678
|
label: label,
|
|
@@ -4685,7 +4685,7 @@ var Textbox = _ref => {
|
|
|
4685
4685
|
})));
|
|
4686
4686
|
};
|
|
4687
4687
|
|
|
4688
|
-
var _excluded$
|
|
4688
|
+
var _excluded$3 = ["variant", "label", "placeholder", "description", "info", "value"];
|
|
4689
4689
|
var Textarea = _ref => {
|
|
4690
4690
|
var {
|
|
4691
4691
|
variant = "Default",
|
|
@@ -4695,7 +4695,7 @@ var Textarea = _ref => {
|
|
|
4695
4695
|
info,
|
|
4696
4696
|
value
|
|
4697
4697
|
} = _ref,
|
|
4698
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4698
|
+
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
4699
4699
|
return /*#__PURE__*/React.createElement(Form, {
|
|
4700
4700
|
variant: variant,
|
|
4701
4701
|
label: label,
|
|
@@ -4708,7 +4708,7 @@ var Textarea = _ref => {
|
|
|
4708
4708
|
})));
|
|
4709
4709
|
};
|
|
4710
4710
|
|
|
4711
|
-
var _excluded$
|
|
4711
|
+
var _excluded$2 = ["variant", "label", "placeholder", "description", "info", "value", "icon", "children"];
|
|
4712
4712
|
var Select = _ref => {
|
|
4713
4713
|
var {
|
|
4714
4714
|
variant = "Default",
|
|
@@ -4720,7 +4720,7 @@ var Select = _ref => {
|
|
|
4720
4720
|
icon,
|
|
4721
4721
|
children
|
|
4722
4722
|
} = _ref,
|
|
4723
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4723
|
+
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
4724
4724
|
return /*#__PURE__*/React.createElement(Form, {
|
|
4725
4725
|
variant: variant,
|
|
4726
4726
|
label: label,
|
|
@@ -4801,7 +4801,7 @@ var TRO_StyledRadio = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "pro
|
|
|
4801
4801
|
}
|
|
4802
4802
|
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJhZGlvU3R5bGUudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9Dc0UiLCJmaWxlIjoicmFkaW9TdHlsZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvLyByYWRpb1N0eWxlLnRzeFxuaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgeyBSYWRpb1ZhcmlhbnQgfSBmcm9tIFwiLi4vdXRpbHNGb3JtXCI7XG5cbmV4cG9ydCBjb25zdCBUUk9fUmFkaW8gPSBzdHlsZWQuZGl2PHsgZGlzYWJsZWQ/OiBib29sZWFuIH0+YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBnYXA6IDEwcHg7XG4gICAgY3Vyc29yOiAkeyh7IGRpc2FibGVkIH0pID0+IChkaXNhYmxlZCA/IFwibm90LWFsbG93ZWRcIiA6IFwicG9pbnRlclwiKX07XG5gO1xuXG5leHBvcnQgY29uc3QgVFJPX0hpZGRlblJhZGlvID0gc3R5bGVkLmlucHV0YFxuICAgIGRpc3BsYXk6IG5vbmU7XG5gO1xuZXhwb3J0IGNvbnN0IFRST19SYWRpb0xhYmVsID0gc3R5bGVkLmxhYmVsPHsgdmFyaWFudD86IFJhZGlvVmFyaWFudCB9PmBcbiAgICBmb250LWZhbWlseTogdmFyKC0tZm9udC1mYW1pbHktZGVmYXVsdCwgXCJLYUxhVGVYYSBEaXNwbGF5XCIpO1xuICAgIGZvbnQtc2l6ZTogdmFyKC0tc2l6ZS1ub3JtYWwtc20sIDE0cHgpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNDAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxMDAlO1xuXG4gICAgJHsoeyB2YXJpYW50IH0pID0+IHtcbiAgICAgICAgXG4gICAgICAgIHN3aXRjaCAodmFyaWFudCkge1xuICAgICAgICAgICAgY2FzZSAnZXJyb3InOlxuICAgICAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tdGV4dC1lcnJvcik7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgICAgIGNhc2UgJ2Rpc2FibGVkJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbG9yOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tdGV4dC1kaXNhYmxlKTtgXG4gICAgICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgICAgIHJldHVybiBgY29sb3I6IHZhcigtLWNvbXBvbmVudHMtZm9ybS10ZXh0LWJsYWNrKTtgO1xuICAgICAgICB9XG4gICAgfX07XG5gXG5cbmV4cG9ydCBjb25zdCBUUk9fU3R5bGVkUmFkaW8gPSBzdHlsZWQuc3Bhbjx7IHZhcmlhbnQ/OiBSYWRpb1ZhcmlhbnQgfT5gXG4gICAgd2lkdGg6IDE4cHg7XG4gICAgaGVpZ2h0OiAxOHB4O1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigtLWJvcmRlci1yYWRpdXMtZnVsbCk7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuXG4gICAgJHsoeyB2YXJpYW50IH0pID0+IHtcbiAgICAgICAgXG4gICAgICAgIHN3aXRjaCAodmFyaWFudCkge1xuICAgICAgICAgICAgY2FzZSAnZXJyb3InOlxuICAgICAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLWNvbXBvbmVudHMtZm9ybS1ib3JkZXItZXJyb3IpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0taWNvbi13aGl0ZSk7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgICAgIGNhc2UgJ3NlbGVjdGVkJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tYmFja2dyb3VuZC13aGl0ZSk7XG5cbiAgICAgICAgICAgICAgICAgICAgJjo6YWZ0ZXIge1xuICAgICAgICAgICAgICAgICAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoOiA4cHg7XG4gICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ6IDhweDtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6ICMwNGJjMDA7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBgXG4gICAgICAgICAgICBjYXNlICdkaXNhYmxlZCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgdmFyKC0tY29tcG9uZW50cy1mb3JtLWJvcmRlci1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtZGlzYWJsZSk7XG4gICAgICAgICAgICAgICAgYFxuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWJsYWNrKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtd2hpdGUpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgIH1cbiAgICB9fTtcbmA7Il19 */"));
|
|
4803
4803
|
|
|
4804
|
-
var _excluded$
|
|
4804
|
+
var _excluded$1 = ["id", "label", "value", "variant", "disabled", "onChange", "checked"];
|
|
4805
4805
|
var RadioButton = _ref => {
|
|
4806
4806
|
var {
|
|
4807
4807
|
id = 'label',
|
|
@@ -4812,7 +4812,7 @@ var RadioButton = _ref => {
|
|
|
4812
4812
|
onChange,
|
|
4813
4813
|
checked = false
|
|
4814
4814
|
} = _ref,
|
|
4815
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4815
|
+
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
4816
4816
|
var isDisabled = variant === "disabled" ? true : disabled;
|
|
4817
4817
|
var isChecked = variant === "selected" ? true : checked;
|
|
4818
4818
|
var handleChange = () => {
|
|
@@ -4903,7 +4903,7 @@ var TRO_StyledCheckbox = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "
|
|
|
4903
4903
|
}
|
|
4904
4904
|
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNoZWNrYm94U3R5bGUudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1DeUUiLCJmaWxlIjoiY2hlY2tib3hTdHlsZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvLyBzcmMvY29tcG9uZW50cy9hdG9tcy9mb3JtL3N0eWxlcy9jaGVja2JveFN0eWxlLnRzeFxuXG5pbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcbmltcG9ydCB7IFJhZGlvVmFyaWFudCB9IGZyb20gXCIuLi91dGlsc0Zvcm1cIjtcblxuZXhwb3J0IGNvbnN0IFRST19DaGVja2JveCA9IHN0eWxlZC5kaXY8eyBkaXNhYmxlZD86IGJvb2xlYW4gfT5gXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGdhcDogMTBweDtcbiAgICBjdXJzb3I6ICR7KHsgZGlzYWJsZWQgfSkgPT4gKGRpc2FibGVkID8gXCJub3QtYWxsb3dlZFwiIDogXCJwb2ludGVyXCIpfTtcbmBcbmV4cG9ydCBjb25zdCBUUk9fSGlkZGVuQ2hlY2tib3g9IHN0eWxlZC5pbnB1dGBcbiAgICBkaXNwbGF5OiBub25lO1xuYDtcbmV4cG9ydCBjb25zdCBUUk9fQ2hlY2tib3hMYWJlbCA9IHN0eWxlZC5sYWJlbDx7IHZhcmlhbnQ/OiBSYWRpb1ZhcmlhbnQgfT5gXG4gICAgZm9udC1mYW1pbHk6IHZhcigtLWZvbnQtZmFtaWx5LWRlZmF1bHQsIFwiS2FMYVRlWGEgRGlzcGxheVwiKTtcbiAgICBmb250LXNpemU6IHZhcigtLXNpemUtbm9ybWFsLXNtLCAxNHB4KTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBsaW5lLWhlaWdodDogMTAwJTtcblxuICAgICR7KHsgdmFyaWFudCB9KSA9PiB7XG4gICAgICAgIFxuICAgICAgICBzd2l0Y2ggKHZhcmlhbnQpIHtcbiAgICAgICAgICAgIGNhc2UgJ2Vycm9yJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1mb3JtLXRleHQtZXJyb3IpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgICAgICBjYXNlICdkaXNhYmxlZCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIGBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1mb3JtLXRleHQtZGlzYWJsZSk7IGN1cnNvcjogbm90LWFsbG93ZWQ7YFxuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbG9yOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tdGV4dC1ibGFjayk7YDtcbiAgICAgICAgfVxuICAgIH19O1xuYFxuZXhwb3J0IGNvbnN0IFRST19TdHlsZWRDaGVja2JveCA9IHN0eWxlZC5zcGFuPHsgdmFyaWFudD86IFJhZGlvVmFyaWFudCB9PmBcbiAgICB3aWR0aDogMThweDtcbiAgICBoZWlnaHQ6IDE4cHg7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKC0tYm9yZGVyLXJhZGl1cy14cyk7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuXG4gICAgJHsoeyB2YXJpYW50IH0pID0+IHtcbiAgICAgICAgXG4gICAgICAgIHN3aXRjaCAodmFyaWFudCkge1xuICAgICAgICAgICAgY2FzZSAnZXJyb3InOlxuICAgICAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLWNvbXBvbmVudHMtZm9ybS1ib3JkZXItZXJyb3IpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0taWNvbi13aGl0ZSk7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgICAgIGNhc2UgJ3NlbGVjdGVkJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tYmFja2dyb3VuZC13aGl0ZSk7XG5cbiAgICAgICAgICAgICAgICAgICAgJjo6YWZ0ZXIge1xuICAgICAgICAgICAgICAgICAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgICAgICAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMHB4O1xuICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiA4cHg7XG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoJ2RhdGE6aW1hZ2Uvc3ZnK3htbDt1dGY4LDxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTBcIiBoZWlnaHQ9XCI4XCIgdmlld0JveD1cIjAgMCAxMCA4XCIgZmlsbD1cIm5vbmVcIj48cGF0aCBkPVwiTTMuMzMzMzMgNS42Mjk4MUw4LjM5NDE3IDAuNTYwODU2QzguNTA5MTcgMC40NDU1NzggOC42NTU0MSAwLjM4NzkzOSA4LjgzMjkyIDAuMzg3OTM5QzkuMDEwNTUgMC4zODc5MzkgOS4xNTcwOCAwLjQ0NTQ0IDkuMjcyNSAwLjU2MDQ0QzkuMzg3NzggMC42NzU0NCA5LjQ0NTQyIDAuODIxNzU4IDkuNDQ1NDIgMC45OTkzOTdDOS40NDU0MiAxLjE3NzE4IDkuMzg3NzggMS4zMjM3NyA5LjI3MjUgMS40MzkxOUwzLjg2MDYyIDYuODQyOTRDMy43MDk5MyA2Ljk5MzYzIDMuNTM0MTYgNy4wNjg5OCAzLjMzMzMzIDcuMDY4OThDMy4xMzI1IDcuMDY4OTggMi45NTY3MyA2Ljk5MzYzIDIuODA2MDQgNi44NDI5NEwwLjcyNzQ5OCA0Ljc3MjUyQzAuNjEyMjIgNC42NTc1MiAwLjU1NDU4MSA0LjUxMTI3IDAuNTU0NTgxIDQuMzMzNzdDMC41NTQ1ODEgNC4xNTYxMyAwLjYxMjA4MSA0LjAwOTYxIDAuNzI3MDgxIDMuODk0MTlDMC44NDIwODEgMy43Nzg5MSAwLjk4ODQgMy43MjEyNyAxLjE2NjA0IDMuNzIxMjdDMS4zNDM4MiAzLjcyMTI3IDEuNDkwNDEgMy43Nzg5MSAxLjYwNTgzIDMuODk0MTlMMy4zMzMzMyA1LjYyOTgxWlwiIGZpbGw9XCIlMjMwMEI0MDBcIi8+PC9zdmc+Jyk7XG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLXNpemU6IGNvbnRhaW47XG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xuICAgICAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICBgXG4gICAgICAgICAgICBjYXNlICdkaXNhYmxlZCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgdmFyKC0tY29tcG9uZW50cy1mb3JtLWJvcmRlci1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtZGlzYWJsZSk7XG4gICAgICAgICAgICAgICAgICAgIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gICAgICAgICAgICAgICAgYFxuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWJsYWNrKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtd2hpdGUpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgIH1cbiAgICB9fTtcbmA7Il19 */"));
|
|
4905
4905
|
|
|
4906
|
-
var _excluded
|
|
4906
|
+
var _excluded = ["id", "label", "value", "variant", "disabled", "onChange", "checked"];
|
|
4907
4907
|
var Checkbox = _ref => {
|
|
4908
4908
|
var {
|
|
4909
4909
|
id = 'label',
|
|
@@ -4914,7 +4914,7 @@ var Checkbox = _ref => {
|
|
|
4914
4914
|
onChange,
|
|
4915
4915
|
checked = false
|
|
4916
4916
|
} = _ref,
|
|
4917
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
4917
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
4918
4918
|
var isDisabled = variant === "disabled" ? true : disabled;
|
|
4919
4919
|
var isChecked = variant === "selected" ? true : checked;
|
|
4920
4920
|
var handleChange = () => {
|
|
@@ -4984,16 +4984,29 @@ var Thumbnail = _ref => {
|
|
|
4984
4984
|
|
|
4985
4985
|
function _EMOTION_STRINGIFIED_CSS_ERROR__$9() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
4986
4986
|
var TRO_Title = /*#__PURE__*/_styled("h3", process.env.NODE_ENV === "production" ? {
|
|
4987
|
+
target: "e1lm6nwo3"
|
|
4988
|
+
} : {
|
|
4989
|
+
target: "e1lm6nwo3",
|
|
4990
|
+
label: "TRO_Title"
|
|
4991
|
+
})(process.env.NODE_ENV === "production" ? {
|
|
4992
|
+
name: "9pb8x7",
|
|
4993
|
+
styles: "font-family:var(--font-family-graphik, \"Graphik TH\");font-style:normal;font-weight:700;line-height:150%;margin:0"
|
|
4994
|
+
} : {
|
|
4995
|
+
name: "9pb8x7",
|
|
4996
|
+
styles: "font-family:var(--font-family-graphik, \"Graphik TH\");font-style:normal;font-weight:700;line-height:150%;margin:0/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRleHRTdHlsZS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ21DIiwiZmlsZSI6InRleHRTdHlsZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5leHBvcnQgY29uc3QgVFJPX1RpdGxlID0gc3R5bGVkLmgzIGBcbiAgICBmb250LWZhbWlseTogdmFyKC0tZm9udC1mYW1pbHktZ3JhcGhpaywgXCJHcmFwaGlrIFRIXCIpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxNTAlO1xuICAgIG1hcmdpbjogMDtcbmA7XG5leHBvcnQgY29uc3QgVFJPX0hlYWRpbmcgPSBzdHlsZWQuaDMgYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1oZWFkaW5nLCBcIktvbmRvbGFyIFRoYWlcIik7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgbGluZS1oZWlnaHQ6IDE1MCU7XG4gICAgbWFyZ2luOiAwO1xuYDtcbmV4cG9ydCBjb25zdCBUUk9fRGVzY3JpcHRpb24gPSBzdHlsZWQucCBgXG4gICAgZm9udC1mYW1pbHk6IHZhcigtLWZvbnQtZmFtaWx5LWRlZmF1bHQsIFwiS2FMYVRlWGEgRGlzcGxheVwiKTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBsaW5lLWhlaWdodDogMTUwJTtcbiAgICBtYXJnaW46IDA7XG5gO1xuZXhwb3J0IGNvbnN0IFRST19JbmZvID0gc3R5bGVkLnNwYW4gYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1kZWZhdWx0LCBcIkthTGFUZVhhIERpc3BsYXlcIik7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgbGluZS1oZWlnaHQ6IDE1MCU7XG5gO1xuLy8jIHNvdXJjZU1hcHBpbmdVUkw9dGV4dFN0eWxlLmpzeC5tYXAiXX0= */",
|
|
4997
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
4998
|
+
});
|
|
4999
|
+
var TRO_Heading = /*#__PURE__*/_styled("h3", process.env.NODE_ENV === "production" ? {
|
|
4987
5000
|
target: "e1lm6nwo2"
|
|
4988
5001
|
} : {
|
|
4989
5002
|
target: "e1lm6nwo2",
|
|
4990
|
-
label: "
|
|
5003
|
+
label: "TRO_Heading"
|
|
4991
5004
|
})(process.env.NODE_ENV === "production" ? {
|
|
4992
5005
|
name: "14cjv5",
|
|
4993
5006
|
styles: "font-family:var(--font-family-heading, \"Kondolar Thai\");font-style:normal;font-weight:700;line-height:150%;margin:0"
|
|
4994
5007
|
} : {
|
|
4995
5008
|
name: "14cjv5",
|
|
4996
|
-
styles: "font-family:var(--font-family-heading, \"Kondolar Thai\");font-style:normal;font-weight:700;line-height:150%;margin:0/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
5009
|
+
styles: "font-family:var(--font-family-heading, \"Kondolar Thai\");font-style:normal;font-weight:700;line-height:150%;margin:0/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRleHRTdHlsZS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUXFDIiwiZmlsZSI6InRleHRTdHlsZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5leHBvcnQgY29uc3QgVFJPX1RpdGxlID0gc3R5bGVkLmgzIGBcbiAgICBmb250LWZhbWlseTogdmFyKC0tZm9udC1mYW1pbHktZ3JhcGhpaywgXCJHcmFwaGlrIFRIXCIpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxNTAlO1xuICAgIG1hcmdpbjogMDtcbmA7XG5leHBvcnQgY29uc3QgVFJPX0hlYWRpbmcgPSBzdHlsZWQuaDMgYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1oZWFkaW5nLCBcIktvbmRvbGFyIFRoYWlcIik7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgbGluZS1oZWlnaHQ6IDE1MCU7XG4gICAgbWFyZ2luOiAwO1xuYDtcbmV4cG9ydCBjb25zdCBUUk9fRGVzY3JpcHRpb24gPSBzdHlsZWQucCBgXG4gICAgZm9udC1mYW1pbHk6IHZhcigtLWZvbnQtZmFtaWx5LWRlZmF1bHQsIFwiS2FMYVRlWGEgRGlzcGxheVwiKTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBsaW5lLWhlaWdodDogMTUwJTtcbiAgICBtYXJnaW46IDA7XG5gO1xuZXhwb3J0IGNvbnN0IFRST19JbmZvID0gc3R5bGVkLnNwYW4gYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1kZWZhdWx0LCBcIkthTGFUZVhhIERpc3BsYXlcIik7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgbGluZS1oZWlnaHQ6IDE1MCU7XG5gO1xuLy8jIHNvdXJjZU1hcHBpbmdVUkw9dGV4dFN0eWxlLmpzeC5tYXAiXX0= */",
|
|
4997
5010
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
4998
5011
|
});
|
|
4999
5012
|
var TRO_Description = /*#__PURE__*/_styled("p", process.env.NODE_ENV === "production" ? {
|
|
@@ -5006,7 +5019,7 @@ var TRO_Description = /*#__PURE__*/_styled("p", process.env.NODE_ENV === "produc
|
|
|
5006
5019
|
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%;margin:0"
|
|
5007
5020
|
} : {
|
|
5008
5021
|
name: "w44oy1",
|
|
5009
|
-
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%;margin:0/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
5022
|
+
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%;margin:0/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRleHRTdHlsZS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZXdDIiwiZmlsZSI6InRleHRTdHlsZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5leHBvcnQgY29uc3QgVFJPX1RpdGxlID0gc3R5bGVkLmgzIGBcbiAgICBmb250LWZhbWlseTogdmFyKC0tZm9udC1mYW1pbHktZ3JhcGhpaywgXCJHcmFwaGlrIFRIXCIpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxNTAlO1xuICAgIG1hcmdpbjogMDtcbmA7XG5leHBvcnQgY29uc3QgVFJPX0hlYWRpbmcgPSBzdHlsZWQuaDMgYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1oZWFkaW5nLCBcIktvbmRvbGFyIFRoYWlcIik7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgbGluZS1oZWlnaHQ6IDE1MCU7XG4gICAgbWFyZ2luOiAwO1xuYDtcbmV4cG9ydCBjb25zdCBUUk9fRGVzY3JpcHRpb24gPSBzdHlsZWQucCBgXG4gICAgZm9udC1mYW1pbHk6IHZhcigtLWZvbnQtZmFtaWx5LWRlZmF1bHQsIFwiS2FMYVRlWGEgRGlzcGxheVwiKTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBsaW5lLWhlaWdodDogMTUwJTtcbiAgICBtYXJnaW46IDA7XG5gO1xuZXhwb3J0IGNvbnN0IFRST19JbmZvID0gc3R5bGVkLnNwYW4gYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1kZWZhdWx0LCBcIkthTGFUZVhhIERpc3BsYXlcIik7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgbGluZS1oZWlnaHQ6IDE1MCU7XG5gO1xuLy8jIHNvdXJjZU1hcHBpbmdVUkw9dGV4dFN0eWxlLmpzeC5tYXAiXX0= */",
|
|
5010
5023
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
5011
5024
|
});
|
|
5012
5025
|
var TRO_Info = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "production" ? {
|
|
@@ -5019,20 +5032,21 @@ var TRO_Info = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "production
|
|
|
5019
5032
|
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%"
|
|
5020
5033
|
} : {
|
|
5021
5034
|
name: "36qrt",
|
|
5022
|
-
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
5035
|
+
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRleHRTdHlsZS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBc0JvQyIsImZpbGUiOiJ0ZXh0U3R5bGUudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuZXhwb3J0IGNvbnN0IFRST19UaXRsZSA9IHN0eWxlZC5oMyBgXG4gICAgZm9udC1mYW1pbHk6IHZhcigtLWZvbnQtZmFtaWx5LWdyYXBoaWssIFwiR3JhcGhpayBUSFwiKTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBsaW5lLWhlaWdodDogMTUwJTtcbiAgICBtYXJnaW46IDA7XG5gO1xuZXhwb3J0IGNvbnN0IFRST19IZWFkaW5nID0gc3R5bGVkLmgzIGBcbiAgICBmb250LWZhbWlseTogdmFyKC0tZm9udC1mYW1pbHktaGVhZGluZywgXCJLb25kb2xhciBUaGFpXCIpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxNTAlO1xuICAgIG1hcmdpbjogMDtcbmA7XG5leHBvcnQgY29uc3QgVFJPX0Rlc2NyaXB0aW9uID0gc3R5bGVkLnAgYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1kZWZhdWx0LCBcIkthTGFUZVhhIERpc3BsYXlcIik7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgbGluZS1oZWlnaHQ6IDE1MCU7XG4gICAgbWFyZ2luOiAwO1xuYDtcbmV4cG9ydCBjb25zdCBUUk9fSW5mbyA9IHN0eWxlZC5zcGFuIGBcbiAgICBmb250LWZhbWlseTogdmFyKC0tZm9udC1mYW1pbHktZGVmYXVsdCwgXCJLYUxhVGVYYSBEaXNwbGF5XCIpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNDAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxNTAlO1xuYDtcbi8vIyBzb3VyY2VNYXBwaW5nVVJMPXRleHRTdHlsZS5qc3gubWFwIl19 */",
|
|
5023
5036
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
5024
5037
|
});
|
|
5025
5038
|
|
|
5026
|
-
var
|
|
5027
|
-
var Text = _ref => {
|
|
5039
|
+
var Text = _a => {
|
|
5028
5040
|
var {
|
|
5029
5041
|
children,
|
|
5030
5042
|
variant = 'description'
|
|
5031
|
-
} =
|
|
5032
|
-
props =
|
|
5043
|
+
} = _a,
|
|
5044
|
+
props = __rest(_a, ["children", "variant"]);
|
|
5033
5045
|
switch (variant) {
|
|
5034
5046
|
case 'title':
|
|
5035
5047
|
return /*#__PURE__*/React.createElement(TRO_Title, props, children);
|
|
5048
|
+
case 'heading':
|
|
5049
|
+
return /*#__PURE__*/React.createElement(TRO_Heading, props, children);
|
|
5036
5050
|
case 'description':
|
|
5037
5051
|
return /*#__PURE__*/React.createElement(TRO_Description, props, children);
|
|
5038
5052
|
case 'info':
|
|
@@ -5908,6 +5922,7 @@ var TROHeader = _ref => {
|
|
|
5908
5922
|
isLoggedIn,
|
|
5909
5923
|
username,
|
|
5910
5924
|
userPhoto,
|
|
5925
|
+
logoColor = 'Color',
|
|
5911
5926
|
onLogin,
|
|
5912
5927
|
onLogout,
|
|
5913
5928
|
dataFile
|
|
@@ -5950,7 +5965,7 @@ var TROHeader = _ref => {
|
|
|
5950
5965
|
href: 'https://www.thairath.co.th/home',
|
|
5951
5966
|
className: "tro--header--icon"
|
|
5952
5967
|
}, /*#__PURE__*/React.createElement(Logo, {
|
|
5953
|
-
fill:
|
|
5968
|
+
fill: logoColor,
|
|
5954
5969
|
name: "tr_online"
|
|
5955
5970
|
})), /*#__PURE__*/React.createElement(TRO_HeaderInner, null, /*#__PURE__*/React.createElement(TRO_WrapIcon, {
|
|
5956
5971
|
onClick: isLoggedIn ? handleUserDropdown : onLogin
|
|
@@ -6549,7 +6564,9 @@ var TROEN_SlidebarNavOther = /*#__PURE__*/_styled("div", process.env.NODE_ENV ==
|
|
|
6549
6564
|
// src/components/organisms/HeaderEN/headerEN.tsx
|
|
6550
6565
|
var TROENHeader = _ref => {
|
|
6551
6566
|
var {
|
|
6552
|
-
dataFile = '/data/menuEN.json'
|
|
6567
|
+
dataFile = '/data/menuEN.json',
|
|
6568
|
+
logoColor = 'Color',
|
|
6569
|
+
loading
|
|
6553
6570
|
} = _ref;
|
|
6554
6571
|
var [data, setData] = useState(null);
|
|
6555
6572
|
var [isOpen, setIsOpen] = useState(false);
|
|
@@ -6633,9 +6650,9 @@ var TROENHeader = _ref => {
|
|
|
6633
6650
|
window.addEventListener('scroll', handleScroll);
|
|
6634
6651
|
return () => window.removeEventListener('scroll', handleScroll);
|
|
6635
6652
|
}, [isMobileView]);
|
|
6636
|
-
if (!data) return /*#__PURE__*/React.createElement("div", null,
|
|
6653
|
+
if (!data) return /*#__PURE__*/React.createElement("div", null, loading);
|
|
6637
6654
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TROEN_Header, null, /*#__PURE__*/React.createElement(TROEN_HeaderTOP, null, /*#__PURE__*/React.createElement(TROEN_WrapIcon, null, /*#__PURE__*/React.createElement(Logo, {
|
|
6638
|
-
fill:
|
|
6655
|
+
fill: logoColor,
|
|
6639
6656
|
mode: "auto-width",
|
|
6640
6657
|
name: "tr_online_en",
|
|
6641
6658
|
size: "24"
|