@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.cjs
CHANGED
|
@@ -80,13 +80,13 @@ function _toPropertyKey(t) {
|
|
|
80
80
|
return "symbol" == typeof i ? i : i + "";
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
var _excluded$
|
|
83
|
+
var _excluded$1u = ["width", "height"];
|
|
84
84
|
var HamburgerIcon = _ref => {
|
|
85
85
|
var {
|
|
86
86
|
width,
|
|
87
87
|
height
|
|
88
88
|
} = _ref,
|
|
89
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
89
|
+
props = _objectWithoutProperties(_ref, _excluded$1u);
|
|
90
90
|
var size = width || height || 24;
|
|
91
91
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
92
92
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -114,13 +114,13 @@ var HamburgerIcon = _ref => {
|
|
|
114
114
|
})));
|
|
115
115
|
};
|
|
116
116
|
|
|
117
|
-
var _excluded$
|
|
117
|
+
var _excluded$1t = ["width", "height"];
|
|
118
118
|
var SearchIcon = _ref => {
|
|
119
119
|
var {
|
|
120
120
|
width,
|
|
121
121
|
height
|
|
122
122
|
} = _ref,
|
|
123
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
123
|
+
props = _objectWithoutProperties(_ref, _excluded$1t);
|
|
124
124
|
var size = width || height || 24;
|
|
125
125
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
126
126
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -148,13 +148,13 @@ var SearchIcon = _ref => {
|
|
|
148
148
|
})));
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
-
var _excluded$
|
|
151
|
+
var _excluded$1s = ["width", "height"];
|
|
152
152
|
var UserIcon = _ref => {
|
|
153
153
|
var {
|
|
154
154
|
width,
|
|
155
155
|
height
|
|
156
156
|
} = _ref,
|
|
157
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
157
|
+
props = _objectWithoutProperties(_ref, _excluded$1s);
|
|
158
158
|
var size = width || height || 24;
|
|
159
159
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
160
160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -182,13 +182,13 @@ var UserIcon = _ref => {
|
|
|
182
182
|
})));
|
|
183
183
|
};
|
|
184
184
|
|
|
185
|
-
var _excluded$
|
|
185
|
+
var _excluded$1r = ["width", "height"];
|
|
186
186
|
var FacebookIcon = _ref => {
|
|
187
187
|
var {
|
|
188
188
|
width,
|
|
189
189
|
height
|
|
190
190
|
} = _ref,
|
|
191
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
191
|
+
props = _objectWithoutProperties(_ref, _excluded$1r);
|
|
192
192
|
var size = width || height || 24;
|
|
193
193
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
194
194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -204,13 +204,13 @@ var FacebookIcon = _ref => {
|
|
|
204
204
|
}));
|
|
205
205
|
};
|
|
206
206
|
|
|
207
|
-
var _excluded$
|
|
207
|
+
var _excluded$1q = ["width", "height"];
|
|
208
208
|
var SocilaXIcon = _ref => {
|
|
209
209
|
var {
|
|
210
210
|
width,
|
|
211
211
|
height
|
|
212
212
|
} = _ref,
|
|
213
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
213
|
+
props = _objectWithoutProperties(_ref, _excluded$1q);
|
|
214
214
|
var size = width || height || 24;
|
|
215
215
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
216
216
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -222,13 +222,13 @@ var SocilaXIcon = _ref => {
|
|
|
222
222
|
}));
|
|
223
223
|
};
|
|
224
224
|
|
|
225
|
-
var _excluded$
|
|
225
|
+
var _excluded$1p = ["width", "height"];
|
|
226
226
|
var InstagramIcon = _ref => {
|
|
227
227
|
var {
|
|
228
228
|
width,
|
|
229
229
|
height
|
|
230
230
|
} = _ref,
|
|
231
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
231
|
+
props = _objectWithoutProperties(_ref, _excluded$1p);
|
|
232
232
|
var size = width || height || 24;
|
|
233
233
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
234
234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -252,13 +252,13 @@ var InstagramIcon = _ref => {
|
|
|
252
252
|
}));
|
|
253
253
|
};
|
|
254
254
|
|
|
255
|
-
var _excluded$
|
|
255
|
+
var _excluded$1o = ["width", "height"];
|
|
256
256
|
var YoutubeIcon = _ref => {
|
|
257
257
|
var {
|
|
258
258
|
width,
|
|
259
259
|
height
|
|
260
260
|
} = _ref,
|
|
261
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
261
|
+
props = _objectWithoutProperties(_ref, _excluded$1o);
|
|
262
262
|
var size = width || height || 24;
|
|
263
263
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
264
264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -276,13 +276,13 @@ var YoutubeIcon = _ref => {
|
|
|
276
276
|
}));
|
|
277
277
|
};
|
|
278
278
|
|
|
279
|
-
var _excluded$
|
|
279
|
+
var _excluded$1n = ["width", "height"];
|
|
280
280
|
var TiktokIcon = _ref => {
|
|
281
281
|
var {
|
|
282
282
|
width,
|
|
283
283
|
height
|
|
284
284
|
} = _ref,
|
|
285
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
285
|
+
props = _objectWithoutProperties(_ref, _excluded$1n);
|
|
286
286
|
var size = width || height || 24;
|
|
287
287
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
288
288
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -294,13 +294,13 @@ var TiktokIcon = _ref => {
|
|
|
294
294
|
}));
|
|
295
295
|
};
|
|
296
296
|
|
|
297
|
-
var _excluded$
|
|
297
|
+
var _excluded$1m = ["width", "height"];
|
|
298
298
|
var MessagerIcon = _ref => {
|
|
299
299
|
var {
|
|
300
300
|
width,
|
|
301
301
|
height
|
|
302
302
|
} = _ref,
|
|
303
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
303
|
+
props = _objectWithoutProperties(_ref, _excluded$1m);
|
|
304
304
|
var size = width || height || 24;
|
|
305
305
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
306
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -318,13 +318,13 @@ var MessagerIcon = _ref => {
|
|
|
318
318
|
}));
|
|
319
319
|
};
|
|
320
320
|
|
|
321
|
-
var _excluded$
|
|
321
|
+
var _excluded$1l = ["width", "height"];
|
|
322
322
|
var LineAppIcon = _ref => {
|
|
323
323
|
var {
|
|
324
324
|
width,
|
|
325
325
|
height
|
|
326
326
|
} = _ref,
|
|
327
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
327
|
+
props = _objectWithoutProperties(_ref, _excluded$1l);
|
|
328
328
|
var size = width || height || 24;
|
|
329
329
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
330
330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -342,13 +342,13 @@ var LineAppIcon = _ref => {
|
|
|
342
342
|
}));
|
|
343
343
|
};
|
|
344
344
|
|
|
345
|
-
var _excluded$
|
|
345
|
+
var _excluded$1k = ["width", "height"];
|
|
346
346
|
var GoogleIcon = _ref => {
|
|
347
347
|
var {
|
|
348
348
|
width,
|
|
349
349
|
height
|
|
350
350
|
} = _ref,
|
|
351
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
351
|
+
props = _objectWithoutProperties(_ref, _excluded$1k);
|
|
352
352
|
var size = width || height || 24;
|
|
353
353
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
354
354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -364,13 +364,13 @@ var GoogleIcon = _ref => {
|
|
|
364
364
|
}));
|
|
365
365
|
};
|
|
366
366
|
|
|
367
|
-
var _excluded$
|
|
367
|
+
var _excluded$1j = ["width", "height"];
|
|
368
368
|
var PublicIcon = _ref => {
|
|
369
369
|
var {
|
|
370
370
|
width,
|
|
371
371
|
height
|
|
372
372
|
} = _ref,
|
|
373
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
373
|
+
props = _objectWithoutProperties(_ref, _excluded$1j);
|
|
374
374
|
var size = width || height || 24;
|
|
375
375
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
376
376
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -398,13 +398,13 @@ var PublicIcon = _ref => {
|
|
|
398
398
|
})));
|
|
399
399
|
};
|
|
400
400
|
|
|
401
|
-
var _excluded$
|
|
401
|
+
var _excluded$1i = ["width", "height"];
|
|
402
402
|
var FeedIcon = _ref => {
|
|
403
403
|
var {
|
|
404
404
|
width,
|
|
405
405
|
height
|
|
406
406
|
} = _ref,
|
|
407
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
407
|
+
props = _objectWithoutProperties(_ref, _excluded$1i);
|
|
408
408
|
var size = width || height || 24;
|
|
409
409
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
410
410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -432,13 +432,13 @@ var FeedIcon = _ref => {
|
|
|
432
432
|
})));
|
|
433
433
|
};
|
|
434
434
|
|
|
435
|
-
var _excluded$
|
|
435
|
+
var _excluded$1h = ["width", "height"];
|
|
436
436
|
var DesktopIcon = _ref => {
|
|
437
437
|
var {
|
|
438
438
|
width,
|
|
439
439
|
height
|
|
440
440
|
} = _ref,
|
|
441
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
441
|
+
props = _objectWithoutProperties(_ref, _excluded$1h);
|
|
442
442
|
var size = width || height || 24;
|
|
443
443
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
444
444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -466,13 +466,13 @@ var DesktopIcon = _ref => {
|
|
|
466
466
|
})));
|
|
467
467
|
};
|
|
468
468
|
|
|
469
|
-
var _excluded$
|
|
469
|
+
var _excluded$1g = ["width", "height"];
|
|
470
470
|
var DesktopFilledIcon = _ref => {
|
|
471
471
|
var {
|
|
472
472
|
width,
|
|
473
473
|
height
|
|
474
474
|
} = _ref,
|
|
475
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
475
|
+
props = _objectWithoutProperties(_ref, _excluded$1g);
|
|
476
476
|
var size = width || height || 24;
|
|
477
477
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
478
478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -500,13 +500,13 @@ var DesktopFilledIcon = _ref => {
|
|
|
500
500
|
})));
|
|
501
501
|
};
|
|
502
502
|
|
|
503
|
-
var _excluded$
|
|
503
|
+
var _excluded$1f = ["width", "height"];
|
|
504
504
|
var TROAppIcon = _ref => {
|
|
505
505
|
var {
|
|
506
506
|
width,
|
|
507
507
|
height
|
|
508
508
|
} = _ref,
|
|
509
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
509
|
+
props = _objectWithoutProperties(_ref, _excluded$1f);
|
|
510
510
|
var size = width || height || 24;
|
|
511
511
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
512
512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -538,13 +538,13 @@ var TROAppIcon = _ref => {
|
|
|
538
538
|
})));
|
|
539
539
|
};
|
|
540
540
|
|
|
541
|
-
var _excluded$
|
|
541
|
+
var _excluded$1e = ["width", "height"];
|
|
542
542
|
var UserFilledIcon = _ref => {
|
|
543
543
|
var {
|
|
544
544
|
width,
|
|
545
545
|
height
|
|
546
546
|
} = _ref,
|
|
547
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
547
|
+
props = _objectWithoutProperties(_ref, _excluded$1e);
|
|
548
548
|
var size = width || height || 24;
|
|
549
549
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
550
550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -572,13 +572,13 @@ var UserFilledIcon = _ref => {
|
|
|
572
572
|
})));
|
|
573
573
|
};
|
|
574
574
|
|
|
575
|
-
var _excluded$
|
|
575
|
+
var _excluded$1d = ["width", "height"];
|
|
576
576
|
var HomeIcon = _ref => {
|
|
577
577
|
var {
|
|
578
578
|
width,
|
|
579
579
|
height
|
|
580
580
|
} = _ref,
|
|
581
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
581
|
+
props = _objectWithoutProperties(_ref, _excluded$1d);
|
|
582
582
|
var size = width || height || 24;
|
|
583
583
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
584
584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -606,13 +606,13 @@ var HomeIcon = _ref => {
|
|
|
606
606
|
})));
|
|
607
607
|
};
|
|
608
608
|
|
|
609
|
-
var _excluded$
|
|
609
|
+
var _excluded$1c = ["width", "height"];
|
|
610
610
|
var HomeFilledIcon = _ref => {
|
|
611
611
|
var {
|
|
612
612
|
width,
|
|
613
613
|
height
|
|
614
614
|
} = _ref,
|
|
615
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
615
|
+
props = _objectWithoutProperties(_ref, _excluded$1c);
|
|
616
616
|
var size = width || height || 24;
|
|
617
617
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
618
618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -640,13 +640,13 @@ var HomeFilledIcon = _ref => {
|
|
|
640
640
|
})));
|
|
641
641
|
};
|
|
642
642
|
|
|
643
|
-
var _excluded$
|
|
643
|
+
var _excluded$1b = ["width", "height"];
|
|
644
644
|
var LinkIcon = _ref => {
|
|
645
645
|
var {
|
|
646
646
|
width,
|
|
647
647
|
height
|
|
648
648
|
} = _ref,
|
|
649
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
649
|
+
props = _objectWithoutProperties(_ref, _excluded$1b);
|
|
650
650
|
var size = width || height || 24;
|
|
651
651
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
652
652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -674,13 +674,13 @@ var LinkIcon = _ref => {
|
|
|
674
674
|
})));
|
|
675
675
|
};
|
|
676
676
|
|
|
677
|
-
var _excluded$
|
|
677
|
+
var _excluded$1a = ["width", "height"];
|
|
678
678
|
var LogoutIcon = _ref => {
|
|
679
679
|
var {
|
|
680
680
|
width,
|
|
681
681
|
height
|
|
682
682
|
} = _ref,
|
|
683
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
683
|
+
props = _objectWithoutProperties(_ref, _excluded$1a);
|
|
684
684
|
var size = width || height || 24;
|
|
685
685
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
686
686
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -708,13 +708,13 @@ var LogoutIcon = _ref => {
|
|
|
708
708
|
})));
|
|
709
709
|
};
|
|
710
710
|
|
|
711
|
-
var _excluded$
|
|
711
|
+
var _excluded$19 = ["width", "height"];
|
|
712
712
|
var BookmarkIcon = _ref => {
|
|
713
713
|
var {
|
|
714
714
|
width,
|
|
715
715
|
height
|
|
716
716
|
} = _ref,
|
|
717
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
717
|
+
props = _objectWithoutProperties(_ref, _excluded$19);
|
|
718
718
|
var size = width || height || 24;
|
|
719
719
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
720
720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -742,13 +742,13 @@ var BookmarkIcon = _ref => {
|
|
|
742
742
|
})));
|
|
743
743
|
};
|
|
744
744
|
|
|
745
|
-
var _excluded$
|
|
745
|
+
var _excluded$18 = ["width", "height"];
|
|
746
746
|
var BookmarkFilledIcon = _ref => {
|
|
747
747
|
var {
|
|
748
748
|
width,
|
|
749
749
|
height
|
|
750
750
|
} = _ref,
|
|
751
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
751
|
+
props = _objectWithoutProperties(_ref, _excluded$18);
|
|
752
752
|
var size = width || height || 24;
|
|
753
753
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
754
754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -776,13 +776,13 @@ var BookmarkFilledIcon = _ref => {
|
|
|
776
776
|
})));
|
|
777
777
|
};
|
|
778
778
|
|
|
779
|
-
var _excluded$
|
|
779
|
+
var _excluded$17 = ["width", "height"];
|
|
780
780
|
var MailIcon = _ref => {
|
|
781
781
|
var {
|
|
782
782
|
width,
|
|
783
783
|
height
|
|
784
784
|
} = _ref,
|
|
785
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
785
|
+
props = _objectWithoutProperties(_ref, _excluded$17);
|
|
786
786
|
var size = width || height || 24;
|
|
787
787
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
788
788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -810,13 +810,13 @@ var MailIcon = _ref => {
|
|
|
810
810
|
})));
|
|
811
811
|
};
|
|
812
812
|
|
|
813
|
-
var _excluded$
|
|
813
|
+
var _excluded$16 = ["width", "height"];
|
|
814
814
|
var MailFilledIcon = _ref => {
|
|
815
815
|
var {
|
|
816
816
|
width,
|
|
817
817
|
height
|
|
818
818
|
} = _ref,
|
|
819
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
819
|
+
props = _objectWithoutProperties(_ref, _excluded$16);
|
|
820
820
|
var size = width || height || 24;
|
|
821
821
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
822
822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -844,13 +844,13 @@ var MailFilledIcon = _ref => {
|
|
|
844
844
|
})));
|
|
845
845
|
};
|
|
846
846
|
|
|
847
|
-
var _excluded$
|
|
847
|
+
var _excluded$15 = ["width", "height"];
|
|
848
848
|
var CalendarIcon = _ref => {
|
|
849
849
|
var {
|
|
850
850
|
width,
|
|
851
851
|
height
|
|
852
852
|
} = _ref,
|
|
853
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
853
|
+
props = _objectWithoutProperties(_ref, _excluded$15);
|
|
854
854
|
var size = width || height || 24;
|
|
855
855
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
856
856
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -878,13 +878,13 @@ var CalendarIcon = _ref => {
|
|
|
878
878
|
})));
|
|
879
879
|
};
|
|
880
880
|
|
|
881
|
-
var _excluded$
|
|
881
|
+
var _excluded$14 = ["width", "height"];
|
|
882
882
|
var CalendarFilledIcon = _ref => {
|
|
883
883
|
var {
|
|
884
884
|
width,
|
|
885
885
|
height
|
|
886
886
|
} = _ref,
|
|
887
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
887
|
+
props = _objectWithoutProperties(_ref, _excluded$14);
|
|
888
888
|
var size = width || height || 24;
|
|
889
889
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
890
890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -912,13 +912,13 @@ var CalendarFilledIcon = _ref => {
|
|
|
912
912
|
})));
|
|
913
913
|
};
|
|
914
914
|
|
|
915
|
-
var _excluded$
|
|
915
|
+
var _excluded$13 = ["width", "height"];
|
|
916
916
|
var ShareIcon = _ref => {
|
|
917
917
|
var {
|
|
918
918
|
width,
|
|
919
919
|
height
|
|
920
920
|
} = _ref,
|
|
921
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
921
|
+
props = _objectWithoutProperties(_ref, _excluded$13);
|
|
922
922
|
var size = width || height || 24;
|
|
923
923
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
924
924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -946,13 +946,13 @@ var ShareIcon = _ref => {
|
|
|
946
946
|
})));
|
|
947
947
|
};
|
|
948
948
|
|
|
949
|
-
var _excluded$
|
|
949
|
+
var _excluded$12 = ["width", "height"];
|
|
950
950
|
var ShareFilledIcon = _ref => {
|
|
951
951
|
var {
|
|
952
952
|
width,
|
|
953
953
|
height
|
|
954
954
|
} = _ref,
|
|
955
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
955
|
+
props = _objectWithoutProperties(_ref, _excluded$12);
|
|
956
956
|
var size = width || height || 24;
|
|
957
957
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
958
958
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -980,13 +980,13 @@ var ShareFilledIcon = _ref => {
|
|
|
980
980
|
})));
|
|
981
981
|
};
|
|
982
982
|
|
|
983
|
-
var _excluded$
|
|
983
|
+
var _excluded$11 = ["width", "height"];
|
|
984
984
|
var BedtimeIcon = _ref => {
|
|
985
985
|
var {
|
|
986
986
|
width,
|
|
987
987
|
height
|
|
988
988
|
} = _ref,
|
|
989
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
989
|
+
props = _objectWithoutProperties(_ref, _excluded$11);
|
|
990
990
|
var size = width || height || 24;
|
|
991
991
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
992
992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1014,13 +1014,13 @@ var BedtimeIcon = _ref => {
|
|
|
1014
1014
|
})));
|
|
1015
1015
|
};
|
|
1016
1016
|
|
|
1017
|
-
var _excluded$
|
|
1017
|
+
var _excluded$10 = ["width", "height"];
|
|
1018
1018
|
var BedtimeFilledIcon = _ref => {
|
|
1019
1019
|
var {
|
|
1020
1020
|
width,
|
|
1021
1021
|
height
|
|
1022
1022
|
} = _ref,
|
|
1023
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1023
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
1024
1024
|
var size = width || height || 24;
|
|
1025
1025
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1026
1026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1048,13 +1048,13 @@ var BedtimeFilledIcon = _ref => {
|
|
|
1048
1048
|
})));
|
|
1049
1049
|
};
|
|
1050
1050
|
|
|
1051
|
-
var _excluded
|
|
1051
|
+
var _excluded$$ = ["width", "height"];
|
|
1052
1052
|
var ClearDayIcon = _ref => {
|
|
1053
1053
|
var {
|
|
1054
1054
|
width,
|
|
1055
1055
|
height
|
|
1056
1056
|
} = _ref,
|
|
1057
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
1057
|
+
props = _objectWithoutProperties(_ref, _excluded$$);
|
|
1058
1058
|
var size = width || height || 24;
|
|
1059
1059
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1060
1060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1082,13 +1082,13 @@ var ClearDayIcon = _ref => {
|
|
|
1082
1082
|
})));
|
|
1083
1083
|
};
|
|
1084
1084
|
|
|
1085
|
-
var _excluded
|
|
1085
|
+
var _excluded$_ = ["width", "height"];
|
|
1086
1086
|
var ClearDayFilledIcon = _ref => {
|
|
1087
1087
|
var {
|
|
1088
1088
|
width,
|
|
1089
1089
|
height
|
|
1090
1090
|
} = _ref,
|
|
1091
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
1091
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
1092
1092
|
var size = width || height || 24;
|
|
1093
1093
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1094
1094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1116,13 +1116,13 @@ var ClearDayFilledIcon = _ref => {
|
|
|
1116
1116
|
})));
|
|
1117
1117
|
};
|
|
1118
1118
|
|
|
1119
|
-
var _excluded$
|
|
1119
|
+
var _excluded$Z = ["width", "height"];
|
|
1120
1120
|
var AddCircleIcon = _ref => {
|
|
1121
1121
|
var {
|
|
1122
1122
|
width,
|
|
1123
1123
|
height
|
|
1124
1124
|
} = _ref,
|
|
1125
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1125
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
1126
1126
|
var size = width || height || 24;
|
|
1127
1127
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1128
1128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1150,13 +1150,13 @@ var AddCircleIcon = _ref => {
|
|
|
1150
1150
|
})));
|
|
1151
1151
|
};
|
|
1152
1152
|
|
|
1153
|
-
var _excluded$
|
|
1153
|
+
var _excluded$Y = ["width", "height"];
|
|
1154
1154
|
var AddCircleFilledIcon = _ref => {
|
|
1155
1155
|
var {
|
|
1156
1156
|
width,
|
|
1157
1157
|
height
|
|
1158
1158
|
} = _ref,
|
|
1159
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1159
|
+
props = _objectWithoutProperties(_ref, _excluded$Y);
|
|
1160
1160
|
var size = width || height || 24;
|
|
1161
1161
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1162
1162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1184,13 +1184,13 @@ var AddCircleFilledIcon = _ref => {
|
|
|
1184
1184
|
})));
|
|
1185
1185
|
};
|
|
1186
1186
|
|
|
1187
|
-
var _excluded$
|
|
1187
|
+
var _excluded$X = ["width", "height"];
|
|
1188
1188
|
var NotifationFilledIcon = _ref => {
|
|
1189
1189
|
var {
|
|
1190
1190
|
width,
|
|
1191
1191
|
height
|
|
1192
1192
|
} = _ref,
|
|
1193
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1193
|
+
props = _objectWithoutProperties(_ref, _excluded$X);
|
|
1194
1194
|
var size = width || height || 24;
|
|
1195
1195
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1196
1196
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1218,13 +1218,13 @@ var NotifationFilledIcon = _ref => {
|
|
|
1218
1218
|
})));
|
|
1219
1219
|
};
|
|
1220
1220
|
|
|
1221
|
-
var _excluded$
|
|
1221
|
+
var _excluded$W = ["width", "height"];
|
|
1222
1222
|
var NotifationIcon = _ref => {
|
|
1223
1223
|
var {
|
|
1224
1224
|
width,
|
|
1225
1225
|
height
|
|
1226
1226
|
} = _ref,
|
|
1227
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1227
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
1228
1228
|
var size = width || height || 24;
|
|
1229
1229
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1230
1230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1252,13 +1252,13 @@ var NotifationIcon = _ref => {
|
|
|
1252
1252
|
})));
|
|
1253
1253
|
};
|
|
1254
1254
|
|
|
1255
|
-
var _excluded$
|
|
1255
|
+
var _excluded$V = ["width", "height"];
|
|
1256
1256
|
var VisibilityIcon = _ref => {
|
|
1257
1257
|
var {
|
|
1258
1258
|
width,
|
|
1259
1259
|
height
|
|
1260
1260
|
} = _ref,
|
|
1261
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1261
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
1262
1262
|
var size = width || height || 24;
|
|
1263
1263
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1264
1264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1286,13 +1286,13 @@ var VisibilityIcon = _ref => {
|
|
|
1286
1286
|
})));
|
|
1287
1287
|
};
|
|
1288
1288
|
|
|
1289
|
-
var _excluded$
|
|
1289
|
+
var _excluded$U = ["width", "height"];
|
|
1290
1290
|
var VisibilityFilledIcon = _ref => {
|
|
1291
1291
|
var {
|
|
1292
1292
|
width,
|
|
1293
1293
|
height
|
|
1294
1294
|
} = _ref,
|
|
1295
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1295
|
+
props = _objectWithoutProperties(_ref, _excluded$U);
|
|
1296
1296
|
var size = width || height || 24;
|
|
1297
1297
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1298
1298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1320,13 +1320,13 @@ var VisibilityFilledIcon = _ref => {
|
|
|
1320
1320
|
})));
|
|
1321
1321
|
};
|
|
1322
1322
|
|
|
1323
|
-
var _excluded$
|
|
1323
|
+
var _excluded$T = ["width", "height"];
|
|
1324
1324
|
var VisibilityOffIcon = _ref => {
|
|
1325
1325
|
var {
|
|
1326
1326
|
width,
|
|
1327
1327
|
height
|
|
1328
1328
|
} = _ref,
|
|
1329
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1329
|
+
props = _objectWithoutProperties(_ref, _excluded$T);
|
|
1330
1330
|
var size = width || height || 24;
|
|
1331
1331
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1332
1332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1354,13 +1354,13 @@ var VisibilityOffIcon = _ref => {
|
|
|
1354
1354
|
})));
|
|
1355
1355
|
};
|
|
1356
1356
|
|
|
1357
|
-
var _excluded$
|
|
1357
|
+
var _excluded$S = ["width", "height"];
|
|
1358
1358
|
var VisibilityOffFilledIcon = _ref => {
|
|
1359
1359
|
var {
|
|
1360
1360
|
width,
|
|
1361
1361
|
height
|
|
1362
1362
|
} = _ref,
|
|
1363
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1363
|
+
props = _objectWithoutProperties(_ref, _excluded$S);
|
|
1364
1364
|
var size = width || height || 24;
|
|
1365
1365
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1366
1366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1388,13 +1388,13 @@ var VisibilityOffFilledIcon = _ref => {
|
|
|
1388
1388
|
})));
|
|
1389
1389
|
};
|
|
1390
1390
|
|
|
1391
|
-
var _excluded$
|
|
1391
|
+
var _excluded$R = ["width", "height"];
|
|
1392
1392
|
var LockIcon = _ref => {
|
|
1393
1393
|
var {
|
|
1394
1394
|
width,
|
|
1395
1395
|
height
|
|
1396
1396
|
} = _ref,
|
|
1397
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1397
|
+
props = _objectWithoutProperties(_ref, _excluded$R);
|
|
1398
1398
|
var size = width || height || 24;
|
|
1399
1399
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1400
1400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1422,13 +1422,13 @@ var LockIcon = _ref => {
|
|
|
1422
1422
|
})));
|
|
1423
1423
|
};
|
|
1424
1424
|
|
|
1425
|
-
var _excluded$
|
|
1425
|
+
var _excluded$Q = ["width", "height"];
|
|
1426
1426
|
var LockFilledIcon = _ref => {
|
|
1427
1427
|
var {
|
|
1428
1428
|
width,
|
|
1429
1429
|
height
|
|
1430
1430
|
} = _ref,
|
|
1431
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1431
|
+
props = _objectWithoutProperties(_ref, _excluded$Q);
|
|
1432
1432
|
var size = width || height || 24;
|
|
1433
1433
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1434
1434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1456,13 +1456,13 @@ var LockFilledIcon = _ref => {
|
|
|
1456
1456
|
})));
|
|
1457
1457
|
};
|
|
1458
1458
|
|
|
1459
|
-
var _excluded$
|
|
1459
|
+
var _excluded$P = ["width", "height"];
|
|
1460
1460
|
var MobileIcon = _ref => {
|
|
1461
1461
|
var {
|
|
1462
1462
|
width,
|
|
1463
1463
|
height
|
|
1464
1464
|
} = _ref,
|
|
1465
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1465
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
1466
1466
|
var size = width || height || 24;
|
|
1467
1467
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1468
1468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1490,13 +1490,13 @@ var MobileIcon = _ref => {
|
|
|
1490
1490
|
})));
|
|
1491
1491
|
};
|
|
1492
1492
|
|
|
1493
|
-
var _excluded$
|
|
1493
|
+
var _excluded$O = ["width", "height"];
|
|
1494
1494
|
var MobileFilledIcon = _ref => {
|
|
1495
1495
|
var {
|
|
1496
1496
|
width,
|
|
1497
1497
|
height
|
|
1498
1498
|
} = _ref,
|
|
1499
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1499
|
+
props = _objectWithoutProperties(_ref, _excluded$O);
|
|
1500
1500
|
var size = width || height || 24;
|
|
1501
1501
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1502
1502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1524,13 +1524,13 @@ var MobileFilledIcon = _ref => {
|
|
|
1524
1524
|
})));
|
|
1525
1525
|
};
|
|
1526
1526
|
|
|
1527
|
-
var _excluded$
|
|
1527
|
+
var _excluded$N = ["width", "height"];
|
|
1528
1528
|
var CloudDownloadIcon = _ref => {
|
|
1529
1529
|
var {
|
|
1530
1530
|
width,
|
|
1531
1531
|
height
|
|
1532
1532
|
} = _ref,
|
|
1533
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1533
|
+
props = _objectWithoutProperties(_ref, _excluded$N);
|
|
1534
1534
|
var size = width || height || 24;
|
|
1535
1535
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1536
1536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1558,13 +1558,13 @@ var CloudDownloadIcon = _ref => {
|
|
|
1558
1558
|
})));
|
|
1559
1559
|
};
|
|
1560
1560
|
|
|
1561
|
-
var _excluded$
|
|
1561
|
+
var _excluded$M = ["width", "height"];
|
|
1562
1562
|
var CloudDownloadFilledIcon = _ref => {
|
|
1563
1563
|
var {
|
|
1564
1564
|
width,
|
|
1565
1565
|
height
|
|
1566
1566
|
} = _ref,
|
|
1567
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1567
|
+
props = _objectWithoutProperties(_ref, _excluded$M);
|
|
1568
1568
|
var size = width || height || 24;
|
|
1569
1569
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1570
1570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1592,13 +1592,13 @@ var CloudDownloadFilledIcon = _ref => {
|
|
|
1592
1592
|
})));
|
|
1593
1593
|
};
|
|
1594
1594
|
|
|
1595
|
-
var _excluded$
|
|
1595
|
+
var _excluded$L = ["width", "height"];
|
|
1596
1596
|
var CloudUpLoadIcon = _ref => {
|
|
1597
1597
|
var {
|
|
1598
1598
|
width,
|
|
1599
1599
|
height
|
|
1600
1600
|
} = _ref,
|
|
1601
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1601
|
+
props = _objectWithoutProperties(_ref, _excluded$L);
|
|
1602
1602
|
var size = width || height || 24;
|
|
1603
1603
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1604
1604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1626,13 +1626,13 @@ var CloudUpLoadIcon = _ref => {
|
|
|
1626
1626
|
})));
|
|
1627
1627
|
};
|
|
1628
1628
|
|
|
1629
|
-
var _excluded$
|
|
1629
|
+
var _excluded$K = ["width", "height"];
|
|
1630
1630
|
var CloudUpLoadFilledIcon = _ref => {
|
|
1631
1631
|
var {
|
|
1632
1632
|
width,
|
|
1633
1633
|
height
|
|
1634
1634
|
} = _ref,
|
|
1635
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1635
|
+
props = _objectWithoutProperties(_ref, _excluded$K);
|
|
1636
1636
|
var size = width || height || 24;
|
|
1637
1637
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1638
1638
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1660,13 +1660,13 @@ var CloudUpLoadFilledIcon = _ref => {
|
|
|
1660
1660
|
})));
|
|
1661
1661
|
};
|
|
1662
1662
|
|
|
1663
|
-
var _excluded$
|
|
1663
|
+
var _excluded$J = ["width", "height"];
|
|
1664
1664
|
var CloudDoneIcon = _ref => {
|
|
1665
1665
|
var {
|
|
1666
1666
|
width,
|
|
1667
1667
|
height
|
|
1668
1668
|
} = _ref,
|
|
1669
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1669
|
+
props = _objectWithoutProperties(_ref, _excluded$J);
|
|
1670
1670
|
var size = width || height || 24;
|
|
1671
1671
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1672
1672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1694,13 +1694,13 @@ var CloudDoneIcon = _ref => {
|
|
|
1694
1694
|
})));
|
|
1695
1695
|
};
|
|
1696
1696
|
|
|
1697
|
-
var _excluded$
|
|
1697
|
+
var _excluded$I = ["width", "height"];
|
|
1698
1698
|
var CloudDoneFilledIcon = _ref => {
|
|
1699
1699
|
var {
|
|
1700
1700
|
width,
|
|
1701
1701
|
height
|
|
1702
1702
|
} = _ref,
|
|
1703
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1703
|
+
props = _objectWithoutProperties(_ref, _excluded$I);
|
|
1704
1704
|
var size = width || height || 24;
|
|
1705
1705
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1706
1706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1728,13 +1728,13 @@ var CloudDoneFilledIcon = _ref => {
|
|
|
1728
1728
|
})));
|
|
1729
1729
|
};
|
|
1730
1730
|
|
|
1731
|
-
var _excluded$
|
|
1731
|
+
var _excluded$H = ["width", "height"];
|
|
1732
1732
|
var NotificationsActiveIcon = _ref => {
|
|
1733
1733
|
var {
|
|
1734
1734
|
width,
|
|
1735
1735
|
height
|
|
1736
1736
|
} = _ref,
|
|
1737
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1737
|
+
props = _objectWithoutProperties(_ref, _excluded$H);
|
|
1738
1738
|
var size = width || height || 24;
|
|
1739
1739
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1740
1740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1762,13 +1762,13 @@ var NotificationsActiveIcon = _ref => {
|
|
|
1762
1762
|
})));
|
|
1763
1763
|
};
|
|
1764
1764
|
|
|
1765
|
-
var _excluded$
|
|
1765
|
+
var _excluded$G = ["width", "height"];
|
|
1766
1766
|
var NotificationsActiveFilledIcon = _ref => {
|
|
1767
1767
|
var {
|
|
1768
1768
|
width,
|
|
1769
1769
|
height
|
|
1770
1770
|
} = _ref,
|
|
1771
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1771
|
+
props = _objectWithoutProperties(_ref, _excluded$G);
|
|
1772
1772
|
var size = width || height || 24;
|
|
1773
1773
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1774
1774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1796,13 +1796,13 @@ var NotificationsActiveFilledIcon = _ref => {
|
|
|
1796
1796
|
})));
|
|
1797
1797
|
};
|
|
1798
1798
|
|
|
1799
|
-
var _excluded$
|
|
1799
|
+
var _excluded$F = ["width", "height"];
|
|
1800
1800
|
var NotificationsOffIcon = _ref => {
|
|
1801
1801
|
var {
|
|
1802
1802
|
width,
|
|
1803
1803
|
height
|
|
1804
1804
|
} = _ref,
|
|
1805
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1805
|
+
props = _objectWithoutProperties(_ref, _excluded$F);
|
|
1806
1806
|
var size = width || height || 24;
|
|
1807
1807
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1808
1808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1830,13 +1830,13 @@ var NotificationsOffIcon = _ref => {
|
|
|
1830
1830
|
})));
|
|
1831
1831
|
};
|
|
1832
1832
|
|
|
1833
|
-
var _excluded$
|
|
1833
|
+
var _excluded$E = ["width", "height"];
|
|
1834
1834
|
var NotificationsOffFilledIcon = _ref => {
|
|
1835
1835
|
var {
|
|
1836
1836
|
width,
|
|
1837
1837
|
height
|
|
1838
1838
|
} = _ref,
|
|
1839
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1839
|
+
props = _objectWithoutProperties(_ref, _excluded$E);
|
|
1840
1840
|
var size = width || height || 24;
|
|
1841
1841
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1842
1842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1864,13 +1864,13 @@ var NotificationsOffFilledIcon = _ref => {
|
|
|
1864
1864
|
})));
|
|
1865
1865
|
};
|
|
1866
1866
|
|
|
1867
|
-
var _excluded$
|
|
1867
|
+
var _excluded$D = ["width", "height"];
|
|
1868
1868
|
var NotificationsUnreadIcon = _ref => {
|
|
1869
1869
|
var {
|
|
1870
1870
|
width,
|
|
1871
1871
|
height
|
|
1872
1872
|
} = _ref,
|
|
1873
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1873
|
+
props = _objectWithoutProperties(_ref, _excluded$D);
|
|
1874
1874
|
var size = width || height || 24;
|
|
1875
1875
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1876
1876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1898,13 +1898,13 @@ var NotificationsUnreadIcon = _ref => {
|
|
|
1898
1898
|
})));
|
|
1899
1899
|
};
|
|
1900
1900
|
|
|
1901
|
-
var _excluded$
|
|
1901
|
+
var _excluded$C = ["width", "height"];
|
|
1902
1902
|
var NotificationsUnreadFilledIcon = _ref => {
|
|
1903
1903
|
var {
|
|
1904
1904
|
width,
|
|
1905
1905
|
height
|
|
1906
1906
|
} = _ref,
|
|
1907
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1907
|
+
props = _objectWithoutProperties(_ref, _excluded$C);
|
|
1908
1908
|
var size = width || height || 24;
|
|
1909
1909
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1910
1910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1932,13 +1932,13 @@ var NotificationsUnreadFilledIcon = _ref => {
|
|
|
1932
1932
|
})));
|
|
1933
1933
|
};
|
|
1934
1934
|
|
|
1935
|
-
var _excluded$
|
|
1935
|
+
var _excluded$B = ["width", "height"];
|
|
1936
1936
|
var GoogleColorIcon = _ref => {
|
|
1937
1937
|
var {
|
|
1938
1938
|
width,
|
|
1939
1939
|
height
|
|
1940
1940
|
} = _ref,
|
|
1941
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1941
|
+
props = _objectWithoutProperties(_ref, _excluded$B);
|
|
1942
1942
|
var size = width || height || 24;
|
|
1943
1943
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1944
1944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1964,13 +1964,13 @@ var GoogleColorIcon = _ref => {
|
|
|
1964
1964
|
}));
|
|
1965
1965
|
};
|
|
1966
1966
|
|
|
1967
|
-
var _excluded$
|
|
1967
|
+
var _excluded$A = ["width", "height"];
|
|
1968
1968
|
var FacebookColorIcon = _ref => {
|
|
1969
1969
|
var {
|
|
1970
1970
|
width,
|
|
1971
1971
|
height
|
|
1972
1972
|
} = _ref,
|
|
1973
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1973
|
+
props = _objectWithoutProperties(_ref, _excluded$A);
|
|
1974
1974
|
var size = width || height || 24;
|
|
1975
1975
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1976
1976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1987,13 +1987,13 @@ var FacebookColorIcon = _ref => {
|
|
|
1987
1987
|
}));
|
|
1988
1988
|
};
|
|
1989
1989
|
|
|
1990
|
-
var _excluded$
|
|
1990
|
+
var _excluded$z = ["width", "height"];
|
|
1991
1991
|
var InstagramColorIcon = _ref => {
|
|
1992
1992
|
var {
|
|
1993
1993
|
width,
|
|
1994
1994
|
height
|
|
1995
1995
|
} = _ref,
|
|
1996
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1996
|
+
props = _objectWithoutProperties(_ref, _excluded$z);
|
|
1997
1997
|
var size = width || height || 24;
|
|
1998
1998
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1999
1999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2060,13 +2060,13 @@ var InstagramColorIcon = _ref => {
|
|
|
2060
2060
|
}))));
|
|
2061
2061
|
};
|
|
2062
2062
|
|
|
2063
|
-
var _excluded$
|
|
2063
|
+
var _excluded$y = ["width", "height"];
|
|
2064
2064
|
var TiktokColorIcon = _ref => {
|
|
2065
2065
|
var {
|
|
2066
2066
|
width,
|
|
2067
2067
|
height
|
|
2068
2068
|
} = _ref,
|
|
2069
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2069
|
+
props = _objectWithoutProperties(_ref, _excluded$y);
|
|
2070
2070
|
var size = width || height || 24;
|
|
2071
2071
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2072
2072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2089,13 +2089,13 @@ var TiktokColorIcon = _ref => {
|
|
|
2089
2089
|
}));
|
|
2090
2090
|
};
|
|
2091
2091
|
|
|
2092
|
-
var _excluded$
|
|
2092
|
+
var _excluded$x = ["width", "height"];
|
|
2093
2093
|
var MessagerColorIcon = _ref => {
|
|
2094
2094
|
var {
|
|
2095
2095
|
width,
|
|
2096
2096
|
height
|
|
2097
2097
|
} = _ref,
|
|
2098
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2098
|
+
props = _objectWithoutProperties(_ref, _excluded$x);
|
|
2099
2099
|
var size = width || height || 24;
|
|
2100
2100
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2101
2101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2132,13 +2132,13 @@ var MessagerColorIcon = _ref => {
|
|
|
2132
2132
|
}))));
|
|
2133
2133
|
};
|
|
2134
2134
|
|
|
2135
|
-
var _excluded$
|
|
2135
|
+
var _excluded$w = ["width", "height"];
|
|
2136
2136
|
var LineAppColorIcon = _ref => {
|
|
2137
2137
|
var {
|
|
2138
2138
|
width,
|
|
2139
2139
|
height
|
|
2140
2140
|
} = _ref,
|
|
2141
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2141
|
+
props = _objectWithoutProperties(_ref, _excluded$w);
|
|
2142
2142
|
var size = width || height || 24;
|
|
2143
2143
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2144
2144
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2157,13 +2157,13 @@ var LineAppColorIcon = _ref => {
|
|
|
2157
2157
|
}));
|
|
2158
2158
|
};
|
|
2159
2159
|
|
|
2160
|
-
var _excluded$
|
|
2160
|
+
var _excluded$v = ["width", "height"];
|
|
2161
2161
|
var ArrowCircleLeftIcon = _ref => {
|
|
2162
2162
|
var {
|
|
2163
2163
|
width,
|
|
2164
2164
|
height
|
|
2165
2165
|
} = _ref,
|
|
2166
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2166
|
+
props = _objectWithoutProperties(_ref, _excluded$v);
|
|
2167
2167
|
var size = width || height || 24;
|
|
2168
2168
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2169
2169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2191,13 +2191,13 @@ var ArrowCircleLeftIcon = _ref => {
|
|
|
2191
2191
|
})));
|
|
2192
2192
|
};
|
|
2193
2193
|
|
|
2194
|
-
var _excluded$
|
|
2194
|
+
var _excluded$u = ["width", "height"];
|
|
2195
2195
|
var ArrowCircleRightIcon = _ref => {
|
|
2196
2196
|
var {
|
|
2197
2197
|
width,
|
|
2198
2198
|
height
|
|
2199
2199
|
} = _ref,
|
|
2200
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2200
|
+
props = _objectWithoutProperties(_ref, _excluded$u);
|
|
2201
2201
|
var size = width || height || 24;
|
|
2202
2202
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2203
2203
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2225,13 +2225,13 @@ var ArrowCircleRightIcon = _ref => {
|
|
|
2225
2225
|
})));
|
|
2226
2226
|
};
|
|
2227
2227
|
|
|
2228
|
-
var _excluded$
|
|
2228
|
+
var _excluded$t = ["width", "height"];
|
|
2229
2229
|
var ArrowCircleUpIcon = _ref => {
|
|
2230
2230
|
var {
|
|
2231
2231
|
width,
|
|
2232
2232
|
height
|
|
2233
2233
|
} = _ref,
|
|
2234
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2234
|
+
props = _objectWithoutProperties(_ref, _excluded$t);
|
|
2235
2235
|
var size = width || height || 24;
|
|
2236
2236
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2237
2237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2259,13 +2259,13 @@ var ArrowCircleUpIcon = _ref => {
|
|
|
2259
2259
|
})));
|
|
2260
2260
|
};
|
|
2261
2261
|
|
|
2262
|
-
var _excluded$
|
|
2262
|
+
var _excluded$s = ["width", "height"];
|
|
2263
2263
|
var ArrowCircleDownIcon = _ref => {
|
|
2264
2264
|
var {
|
|
2265
2265
|
width,
|
|
2266
2266
|
height
|
|
2267
2267
|
} = _ref,
|
|
2268
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2268
|
+
props = _objectWithoutProperties(_ref, _excluded$s);
|
|
2269
2269
|
var size = width || height || 24;
|
|
2270
2270
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2271
2271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2293,13 +2293,13 @@ var ArrowCircleDownIcon = _ref => {
|
|
|
2293
2293
|
})));
|
|
2294
2294
|
};
|
|
2295
2295
|
|
|
2296
|
-
var _excluded$
|
|
2296
|
+
var _excluded$r = ["width", "height"];
|
|
2297
2297
|
var ArrowCircleLeftFilledIcon = _ref => {
|
|
2298
2298
|
var {
|
|
2299
2299
|
width,
|
|
2300
2300
|
height
|
|
2301
2301
|
} = _ref,
|
|
2302
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2302
|
+
props = _objectWithoutProperties(_ref, _excluded$r);
|
|
2303
2303
|
var size = width || height || 24;
|
|
2304
2304
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2305
2305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2327,13 +2327,13 @@ var ArrowCircleLeftFilledIcon = _ref => {
|
|
|
2327
2327
|
})));
|
|
2328
2328
|
};
|
|
2329
2329
|
|
|
2330
|
-
var _excluded$
|
|
2330
|
+
var _excluded$q = ["width", "height"];
|
|
2331
2331
|
var ArrowCircleRightFilledIcon = _ref => {
|
|
2332
2332
|
var {
|
|
2333
2333
|
width,
|
|
2334
2334
|
height
|
|
2335
2335
|
} = _ref,
|
|
2336
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2336
|
+
props = _objectWithoutProperties(_ref, _excluded$q);
|
|
2337
2337
|
var size = width || height || 24;
|
|
2338
2338
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2339
2339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2361,13 +2361,13 @@ var ArrowCircleRightFilledIcon = _ref => {
|
|
|
2361
2361
|
})));
|
|
2362
2362
|
};
|
|
2363
2363
|
|
|
2364
|
-
var _excluded$
|
|
2364
|
+
var _excluded$p = ["width", "height"];
|
|
2365
2365
|
var ArrowCircleUpFilledIcon = _ref => {
|
|
2366
2366
|
var {
|
|
2367
2367
|
width,
|
|
2368
2368
|
height
|
|
2369
2369
|
} = _ref,
|
|
2370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2370
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
2371
2371
|
var size = width || height || 24;
|
|
2372
2372
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2373
2373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2395,13 +2395,13 @@ var ArrowCircleUpFilledIcon = _ref => {
|
|
|
2395
2395
|
})));
|
|
2396
2396
|
};
|
|
2397
2397
|
|
|
2398
|
-
var _excluded$
|
|
2398
|
+
var _excluded$o = ["width", "height"];
|
|
2399
2399
|
var ArrowCircleDownFilledIcon = _ref => {
|
|
2400
2400
|
var {
|
|
2401
2401
|
width,
|
|
2402
2402
|
height
|
|
2403
2403
|
} = _ref,
|
|
2404
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2404
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
2405
2405
|
var size = width || height || 24;
|
|
2406
2406
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2407
2407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2429,13 +2429,13 @@ var ArrowCircleDownFilledIcon = _ref => {
|
|
|
2429
2429
|
})));
|
|
2430
2430
|
};
|
|
2431
2431
|
|
|
2432
|
-
var _excluded$
|
|
2432
|
+
var _excluded$n = ["width", "height"];
|
|
2433
2433
|
var ArrowLeftAltIcon = _ref => {
|
|
2434
2434
|
var {
|
|
2435
2435
|
width,
|
|
2436
2436
|
height
|
|
2437
2437
|
} = _ref,
|
|
2438
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2438
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
2439
2439
|
var size = width || height || 24;
|
|
2440
2440
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2441
2441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2463,13 +2463,13 @@ var ArrowLeftAltIcon = _ref => {
|
|
|
2463
2463
|
})));
|
|
2464
2464
|
};
|
|
2465
2465
|
|
|
2466
|
-
var _excluded$
|
|
2466
|
+
var _excluded$m = ["width", "height"];
|
|
2467
2467
|
var ArrowRightAltIcon = _ref => {
|
|
2468
2468
|
var {
|
|
2469
2469
|
width,
|
|
2470
2470
|
height
|
|
2471
2471
|
} = _ref,
|
|
2472
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2472
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
2473
2473
|
var size = width || height || 24;
|
|
2474
2474
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2475
2475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2497,13 +2497,13 @@ var ArrowRightAltIcon = _ref => {
|
|
|
2497
2497
|
})));
|
|
2498
2498
|
};
|
|
2499
2499
|
|
|
2500
|
-
var _excluded$
|
|
2500
|
+
var _excluded$l = ["width", "height"];
|
|
2501
2501
|
var ArrowDownwardAltIcon = _ref => {
|
|
2502
2502
|
var {
|
|
2503
2503
|
width,
|
|
2504
2504
|
height
|
|
2505
2505
|
} = _ref,
|
|
2506
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2506
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
2507
2507
|
var size = width || height || 24;
|
|
2508
2508
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2509
2509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2531,13 +2531,13 @@ var ArrowDownwardAltIcon = _ref => {
|
|
|
2531
2531
|
})));
|
|
2532
2532
|
};
|
|
2533
2533
|
|
|
2534
|
-
var _excluded$
|
|
2534
|
+
var _excluded$k = ["width", "height"];
|
|
2535
2535
|
var ArrowUpwardAltIcon = _ref => {
|
|
2536
2536
|
var {
|
|
2537
2537
|
width,
|
|
2538
2538
|
height
|
|
2539
2539
|
} = _ref,
|
|
2540
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2540
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
2541
2541
|
var size = width || height || 24;
|
|
2542
2542
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2543
2543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2565,13 +2565,13 @@ var ArrowUpwardAltIcon = _ref => {
|
|
|
2565
2565
|
})));
|
|
2566
2566
|
};
|
|
2567
2567
|
|
|
2568
|
-
var _excluded$
|
|
2568
|
+
var _excluded$j = ["width", "height"];
|
|
2569
2569
|
var KeyboardArrowLeftIcon = _ref => {
|
|
2570
2570
|
var {
|
|
2571
2571
|
width,
|
|
2572
2572
|
height
|
|
2573
2573
|
} = _ref,
|
|
2574
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2574
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
2575
2575
|
var size = width || height || 24;
|
|
2576
2576
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2577
2577
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2599,13 +2599,13 @@ var KeyboardArrowLeftIcon = _ref => {
|
|
|
2599
2599
|
})));
|
|
2600
2600
|
};
|
|
2601
2601
|
|
|
2602
|
-
var _excluded$
|
|
2602
|
+
var _excluded$i = ["width", "height"];
|
|
2603
2603
|
var KeyboardArrowRightIcon = _ref => {
|
|
2604
2604
|
var {
|
|
2605
2605
|
width,
|
|
2606
2606
|
height
|
|
2607
2607
|
} = _ref,
|
|
2608
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2608
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
2609
2609
|
var size = width || height || 24;
|
|
2610
2610
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2611
2611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2633,13 +2633,13 @@ var KeyboardArrowRightIcon = _ref => {
|
|
|
2633
2633
|
})));
|
|
2634
2634
|
};
|
|
2635
2635
|
|
|
2636
|
-
var _excluded$
|
|
2636
|
+
var _excluded$h = ["width", "height"];
|
|
2637
2637
|
var KeyboardArrowUpIcon = _ref => {
|
|
2638
2638
|
var {
|
|
2639
2639
|
width,
|
|
2640
2640
|
height
|
|
2641
2641
|
} = _ref,
|
|
2642
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2642
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
2643
2643
|
var size = width || height || 24;
|
|
2644
2644
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2645
2645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2667,13 +2667,13 @@ var KeyboardArrowUpIcon = _ref => {
|
|
|
2667
2667
|
})));
|
|
2668
2668
|
};
|
|
2669
2669
|
|
|
2670
|
-
var _excluded$
|
|
2670
|
+
var _excluded$g = ["width", "height"];
|
|
2671
2671
|
var KeyboardArrowDownIcon = _ref => {
|
|
2672
2672
|
var {
|
|
2673
2673
|
width,
|
|
2674
2674
|
height
|
|
2675
2675
|
} = _ref,
|
|
2676
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2676
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
2677
2677
|
var size = width || height || 24;
|
|
2678
2678
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2679
2679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2701,13 +2701,13 @@ var KeyboardArrowDownIcon = _ref => {
|
|
|
2701
2701
|
})));
|
|
2702
2702
|
};
|
|
2703
2703
|
|
|
2704
|
-
var _excluded$
|
|
2704
|
+
var _excluded$f = ["width", "height"];
|
|
2705
2705
|
var LastPageIcon = _ref => {
|
|
2706
2706
|
var {
|
|
2707
2707
|
width,
|
|
2708
2708
|
height
|
|
2709
2709
|
} = _ref,
|
|
2710
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2710
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
2711
2711
|
var size = width || height || 24;
|
|
2712
2712
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2713
2713
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2735,13 +2735,13 @@ var LastPageIcon = _ref => {
|
|
|
2735
2735
|
})));
|
|
2736
2736
|
};
|
|
2737
2737
|
|
|
2738
|
-
var _excluded$
|
|
2738
|
+
var _excluded$e = ["width", "height"];
|
|
2739
2739
|
var FirstPageIcon = _ref => {
|
|
2740
2740
|
var {
|
|
2741
2741
|
width,
|
|
2742
2742
|
height
|
|
2743
2743
|
} = _ref,
|
|
2744
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2744
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
2745
2745
|
var size = width || height || 24;
|
|
2746
2746
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2747
2747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2769,13 +2769,13 @@ var FirstPageIcon = _ref => {
|
|
|
2769
2769
|
})));
|
|
2770
2770
|
};
|
|
2771
2771
|
|
|
2772
|
-
var _excluded$
|
|
2772
|
+
var _excluded$d = ["width", "height"];
|
|
2773
2773
|
var InfoIcon = _ref => {
|
|
2774
2774
|
var {
|
|
2775
2775
|
width,
|
|
2776
2776
|
height
|
|
2777
2777
|
} = _ref,
|
|
2778
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2778
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
2779
2779
|
var size = width || height || 24;
|
|
2780
2780
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2781
2781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2933,12 +2933,12 @@ var getColorOpposite = (defaultColor, fill) => {
|
|
|
2933
2933
|
}
|
|
2934
2934
|
};
|
|
2935
2935
|
|
|
2936
|
-
var _excluded$
|
|
2936
|
+
var _excluded$c = ["fill"];
|
|
2937
2937
|
var TROlineLogo = _ref => {
|
|
2938
2938
|
var {
|
|
2939
2939
|
fill
|
|
2940
2940
|
} = _ref,
|
|
2941
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2941
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
2942
2942
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2943
2943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2944
2944
|
viewBox: "0 0 114 40"
|
|
@@ -3086,12 +3086,12 @@ var TROlineENLogo = _a => {
|
|
|
3086
3086
|
}), /*#__PURE__*/React.createElement("title", null, "Logo Thairath"));
|
|
3087
3087
|
};
|
|
3088
3088
|
|
|
3089
|
-
var _excluded$
|
|
3089
|
+
var _excluded$b = ["fill"];
|
|
3090
3090
|
var TRMoneyLogo = _ref => {
|
|
3091
3091
|
var {
|
|
3092
3092
|
fill
|
|
3093
3093
|
} = _ref,
|
|
3094
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3094
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
3095
3095
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3096
3096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3097
3097
|
viewBox: "0 0 126 40"
|
|
@@ -3148,12 +3148,12 @@ var TRMoneyLogo = _ref => {
|
|
|
3148
3148
|
}), /*#__PURE__*/React.createElement("title", null, "Logo TR Money"));
|
|
3149
3149
|
};
|
|
3150
3150
|
|
|
3151
|
-
var _excluded$
|
|
3151
|
+
var _excluded$a = ["fill"];
|
|
3152
3152
|
var TRTVLogo = _ref => {
|
|
3153
3153
|
var {
|
|
3154
3154
|
fill
|
|
3155
3155
|
} = _ref,
|
|
3156
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3156
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
3157
3157
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3158
3158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3159
3159
|
viewBox: "0 0 164 40"
|
|
@@ -3255,12 +3255,12 @@ var TRPlusLogo = _a => {
|
|
|
3255
3255
|
}), /*#__PURE__*/React.createElement("title", null, "Logo TR Plus"));
|
|
3256
3256
|
};
|
|
3257
3257
|
|
|
3258
|
-
var _excluded$
|
|
3258
|
+
var _excluded$9 = ["fill"];
|
|
3259
3259
|
var TRLogisticsLogo = _ref => {
|
|
3260
3260
|
var {
|
|
3261
3261
|
fill
|
|
3262
3262
|
} = _ref,
|
|
3263
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3263
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
3264
3264
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3265
3265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3266
3266
|
viewBox: "0 0 112 40"
|
|
@@ -3523,12 +3523,12 @@ var TRFutureperfectLogo = _ref => {
|
|
|
3523
3523
|
}))), /*#__PURE__*/React.createElement("title", null, "Logo Futureperfect"));
|
|
3524
3524
|
};
|
|
3525
3525
|
|
|
3526
|
-
var _excluded$
|
|
3526
|
+
var _excluded$8 = ["fill"];
|
|
3527
3527
|
var TRSportLogo = _ref => {
|
|
3528
3528
|
var {
|
|
3529
3529
|
fill
|
|
3530
3530
|
} = _ref,
|
|
3531
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3531
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
3532
3532
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3533
3533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3534
3534
|
viewBox: "0 0 118 40"
|
|
@@ -3628,12 +3628,12 @@ var TRSportLogo = _ref => {
|
|
|
3628
3628
|
}), /*#__PURE__*/React.createElement("title", null, "Logo TR Sport"));
|
|
3629
3629
|
};
|
|
3630
3630
|
|
|
3631
|
-
var _excluded$
|
|
3631
|
+
var _excluded$7 = ["fill"];
|
|
3632
3632
|
var MirrorLogo = _ref => {
|
|
3633
3633
|
var {
|
|
3634
3634
|
fill
|
|
3635
3635
|
} = _ref,
|
|
3636
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3636
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
3637
3637
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3638
3638
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3639
3639
|
viewBox: "0 0 205 40"
|
|
@@ -3658,12 +3658,12 @@ var MirrorLogo = _ref => {
|
|
|
3658
3658
|
}), /*#__PURE__*/React.createElement("title", null, "Logo Mirror"));
|
|
3659
3659
|
};
|
|
3660
3660
|
|
|
3661
|
-
var _excluded$
|
|
3661
|
+
var _excluded$6 = ["fill"];
|
|
3662
3662
|
var TrenVG3Logo = _ref => {
|
|
3663
3663
|
var {
|
|
3664
3664
|
fill
|
|
3665
3665
|
} = _ref,
|
|
3666
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3666
|
+
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
3667
3667
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3668
3668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3669
3669
|
viewBox: "0 0 177 40"
|
|
@@ -4408,7 +4408,7 @@ var TRO_Button = /*#__PURE__*/_styled("button", process.env.NODE_ENV === "produc
|
|
|
4408
4408
|
return iconPosition === 'Left' ? 'flex-direction: row-reverse;' : 'flex-direction: row;';
|
|
4409
4409
|
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJ1dHRvblN0eWxlLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFd0MiLCJmaWxlIjoiYnV0dG9uU3R5bGUudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLy8gYnV0dG9uU3R5bGUudHN4XG5pbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcbmV4cG9ydCBjb25zdCBUUk9fQnV0dG9uID0gc3R5bGVkLmJ1dHRvbiBgXG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoLS1ib3JkZXItcmFkaXVzLWZ1bGwpO1xuICAgIGZvbnQtZmFtaWx5OiB2YXIoLS1mb250LWZhbWlseS1kZWZhdWx0KTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDY1MDtcbiAgICBsaW5lLWhlaWdodDogMTAwJTtcblxuICAgICR7KHsgdmFyaWFudCB9KSA9PiB7XG4gICAgc3dpdGNoICh2YXJpYW50KSB7XG4gICAgICAgIGNhc2UgJ1ByaW1hcnknOlxuICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgY29sb3I6IHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLXRleHQtd2hpdGUpO1xuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IHZhcigtLWJvcmRlci1zbSkgc29saWQgdmFyKC0tY29tcG9uZW50cy1idXR0b24tYm9yZGVyLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWJ1dHRvbi1iYWNrZ3JvdW5kLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgIGNhc2UgJ1NlY29uZGFyeSc6XG4gICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1idXR0b24tdGV4dC1ncmVlbi1wcmltYXJ5KTtcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiB2YXIoLS1ib3JkZXItc20pIHNvbGlkIHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLWJvcmRlci1ncmVlbi1wcmltYXJ5KTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1idXR0b24tYmFja2dyb3VuZC13aGl0ZSk7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnRGlzYWJsZSc6XG4gICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1idXR0b24tdGV4dC1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiB2YXIoLS1ib3JkZXItc20pIHNvbGlkIHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLWJvcmRlci1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1idXR0b24tYmFja2dyb3VuZC1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgICAgICAgICAgICAgICBgO1xuICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgcmV0dXJuICcnO1xuICAgIH1cbn19XG5cbiAgICAkeyh7IHZhcmlhbnQgfSkgPT4gdmFyaWFudCAhPT0gJ0Rpc2FibGUnICYmIGBcblxuICAgICAgICA6aG92ZXJ7XG4gICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1idXR0b24tdGV4dC13aGl0ZSk7XG4gICAgICAgICAgICBib3JkZXI6IHZhcigtLWJvcmRlci1zbSkgc29saWQgdmFyKC0tY29tcG9uZW50cy1idXR0b24tYm9yZGVyLWdyZWVuLWRhcmspO1xuICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1idXR0b24tYmFja2dyb3VuZC1ncmVlbi1kYXJrKTtcblxuICAgICAgICAgICAgLmJ1dHRvbi1pY29ue1xuICAgICAgICAgICAgICAgIGZpbGw6IHZhcigtLWNvbXBvbmVudHMtYnV0dG9uLWljb24td2hpdGUpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgYH1cblxuICAgICR7KHsgc2l6ZSB9KSA9PiB7XG4gICAgc3dpdGNoIChzaXplKSB7XG4gICAgICAgIGNhc2UgJ1NtYWxsJzpcbiAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIHBhZGRpbmc6IHZhcigtLWdhcC14cykgdmFyKC0tZ2FwLXNtKTtcbiAgICAgICAgICAgICAgICAgICAgZ2FwOiB2YXIoLS1nYXAtMnhzKTtcbiAgICAgICAgICAgICAgICAgICAgZm9udC1zaXplOjEycHg7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnTWVkaXVtJzpcbiAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIHBhZGRpbmc6IHZhcigtLWdhcC14cykgdmFyKC0tZ2FwLWxnKTtcbiAgICAgICAgICAgICAgICAgICAgZ2FwOiB2YXIoLS1nYXAtMnhzKTtcbiAgICAgICAgICAgICAgICAgICAgZm9udC1zaXplOjE2cHg7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnTGFyZ2UnOlxuICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgcGFkZGluZzogdmFyKC0tZ2FwLXNtKSB2YXIoLS1nYXAteGwpO1xuICAgICAgICAgICAgICAgICAgICBnYXA6IHZhcigtLWdhcC0yeHMpO1xuICAgICAgICAgICAgICAgICAgICBmb250LXNpemU6IDIwcHg7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgY2FzZSAnWC1MYXJnZSc6XG4gICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiB2YXIoLS1nYXAtc20pIHZhcigtLWdhcC0yeGwpO1xuICAgICAgICAgICAgICAgICAgICBnYXA6IHZhcigtLWdhcC1zbSk7XG4gICAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogMjZweDtcbiAgICAgICAgICAgICAgICBgO1xuICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgcmV0dXJuICcnO1xuICAgIH1cbn19XG5cbiAgICAkeyh7IGljb25Qb3NpdGlvbiB9KSA9PiBpY29uUG9zaXRpb24gPT09ICdMZWZ0JyA/ICdmbGV4LWRpcmVjdGlvbjogcm93LXJldmVyc2U7JyA6ICdmbGV4LWRpcmVjdGlvbjogcm93Oyd9XG4gIFxuYDtcbi8vIyBzb3VyY2VNYXBwaW5nVVJMPWJ1dHRvblN0eWxlLmpzeC5tYXAiXX0= */"));
|
|
4410
4410
|
|
|
4411
|
-
var _excluded$
|
|
4411
|
+
var _excluded$5 = ["variant", "size", "label", "icon", "iconPosition", "href", "target", "ariaLabel", "rel", "onClick"];
|
|
4412
4412
|
var buttonSizeMap = {
|
|
4413
4413
|
Small: 18,
|
|
4414
4414
|
Medium: 20,
|
|
@@ -4428,7 +4428,7 @@ var Button = _ref => {
|
|
|
4428
4428
|
rel,
|
|
4429
4429
|
onClick
|
|
4430
4430
|
} = _ref,
|
|
4431
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
4431
|
+
restProps = _objectWithoutProperties(_ref, _excluded$5);
|
|
4432
4432
|
var fillColor = getFillColorFromVariant(variant !== null && variant !== void 0 ? variant : 'Primary');
|
|
4433
4433
|
var iconSize = buttonSizeMap[size !== null && size !== void 0 ? size : 'Small'];
|
|
4434
4434
|
var isDisabled = variant === 'Disable';
|
|
@@ -4664,7 +4664,7 @@ var Form = _ref => {
|
|
|
4664
4664
|
}))), children, description && /*#__PURE__*/React.createElement(TRO_FormDescription, null, description));
|
|
4665
4665
|
};
|
|
4666
4666
|
|
|
4667
|
-
var _excluded$
|
|
4667
|
+
var _excluded$4 = ["variant", "label", "placeholder", "description", "value", "info"];
|
|
4668
4668
|
var Textbox = _ref => {
|
|
4669
4669
|
var {
|
|
4670
4670
|
variant = "Default",
|
|
@@ -4674,7 +4674,7 @@ var Textbox = _ref => {
|
|
|
4674
4674
|
value,
|
|
4675
4675
|
info
|
|
4676
4676
|
} = _ref,
|
|
4677
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4677
|
+
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
4678
4678
|
return /*#__PURE__*/React.createElement(Form, {
|
|
4679
4679
|
variant: variant,
|
|
4680
4680
|
label: label,
|
|
@@ -4687,7 +4687,7 @@ var Textbox = _ref => {
|
|
|
4687
4687
|
})));
|
|
4688
4688
|
};
|
|
4689
4689
|
|
|
4690
|
-
var _excluded$
|
|
4690
|
+
var _excluded$3 = ["variant", "label", "placeholder", "description", "info", "value"];
|
|
4691
4691
|
var Textarea = _ref => {
|
|
4692
4692
|
var {
|
|
4693
4693
|
variant = "Default",
|
|
@@ -4697,7 +4697,7 @@ var Textarea = _ref => {
|
|
|
4697
4697
|
info,
|
|
4698
4698
|
value
|
|
4699
4699
|
} = _ref,
|
|
4700
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4700
|
+
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
4701
4701
|
return /*#__PURE__*/React.createElement(Form, {
|
|
4702
4702
|
variant: variant,
|
|
4703
4703
|
label: label,
|
|
@@ -4710,7 +4710,7 @@ var Textarea = _ref => {
|
|
|
4710
4710
|
})));
|
|
4711
4711
|
};
|
|
4712
4712
|
|
|
4713
|
-
var _excluded$
|
|
4713
|
+
var _excluded$2 = ["variant", "label", "placeholder", "description", "info", "value", "icon", "children"];
|
|
4714
4714
|
var Select = _ref => {
|
|
4715
4715
|
var {
|
|
4716
4716
|
variant = "Default",
|
|
@@ -4722,7 +4722,7 @@ var Select = _ref => {
|
|
|
4722
4722
|
icon,
|
|
4723
4723
|
children
|
|
4724
4724
|
} = _ref,
|
|
4725
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4725
|
+
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
4726
4726
|
return /*#__PURE__*/React.createElement(Form, {
|
|
4727
4727
|
variant: variant,
|
|
4728
4728
|
label: label,
|
|
@@ -4803,7 +4803,7 @@ var TRO_StyledRadio = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "pro
|
|
|
4803
4803
|
}
|
|
4804
4804
|
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJhZGlvU3R5bGUudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9Dc0UiLCJmaWxlIjoicmFkaW9TdHlsZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvLyByYWRpb1N0eWxlLnRzeFxuaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgeyBSYWRpb1ZhcmlhbnQgfSBmcm9tIFwiLi4vdXRpbHNGb3JtXCI7XG5cbmV4cG9ydCBjb25zdCBUUk9fUmFkaW8gPSBzdHlsZWQuZGl2PHsgZGlzYWJsZWQ/OiBib29sZWFuIH0+YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBnYXA6IDEwcHg7XG4gICAgY3Vyc29yOiAkeyh7IGRpc2FibGVkIH0pID0+IChkaXNhYmxlZCA/IFwibm90LWFsbG93ZWRcIiA6IFwicG9pbnRlclwiKX07XG5gO1xuXG5leHBvcnQgY29uc3QgVFJPX0hpZGRlblJhZGlvID0gc3R5bGVkLmlucHV0YFxuICAgIGRpc3BsYXk6IG5vbmU7XG5gO1xuZXhwb3J0IGNvbnN0IFRST19SYWRpb0xhYmVsID0gc3R5bGVkLmxhYmVsPHsgdmFyaWFudD86IFJhZGlvVmFyaWFudCB9PmBcbiAgICBmb250LWZhbWlseTogdmFyKC0tZm9udC1mYW1pbHktZGVmYXVsdCwgXCJLYUxhVGVYYSBEaXNwbGF5XCIpO1xuICAgIGZvbnQtc2l6ZTogdmFyKC0tc2l6ZS1ub3JtYWwtc20sIDE0cHgpO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNDAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxMDAlO1xuXG4gICAgJHsoeyB2YXJpYW50IH0pID0+IHtcbiAgICAgICAgXG4gICAgICAgIHN3aXRjaCAodmFyaWFudCkge1xuICAgICAgICAgICAgY2FzZSAnZXJyb3InOlxuICAgICAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tdGV4dC1lcnJvcik7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgICAgIGNhc2UgJ2Rpc2FibGVkJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbG9yOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tdGV4dC1kaXNhYmxlKTtgXG4gICAgICAgICAgICBkZWZhdWx0OlxuICAgICAgICAgICAgICAgIHJldHVybiBgY29sb3I6IHZhcigtLWNvbXBvbmVudHMtZm9ybS10ZXh0LWJsYWNrKTtgO1xuICAgICAgICB9XG4gICAgfX07XG5gXG5cbmV4cG9ydCBjb25zdCBUUk9fU3R5bGVkUmFkaW8gPSBzdHlsZWQuc3Bhbjx7IHZhcmlhbnQ/OiBSYWRpb1ZhcmlhbnQgfT5gXG4gICAgd2lkdGg6IDE4cHg7XG4gICAgaGVpZ2h0OiAxOHB4O1xuICAgIGJvcmRlci1yYWRpdXM6IHZhcigtLWJvcmRlci1yYWRpdXMtZnVsbCk7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuXG4gICAgJHsoeyB2YXJpYW50IH0pID0+IHtcbiAgICAgICAgXG4gICAgICAgIHN3aXRjaCAodmFyaWFudCkge1xuICAgICAgICAgICAgY2FzZSAnZXJyb3InOlxuICAgICAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLWNvbXBvbmVudHMtZm9ybS1ib3JkZXItZXJyb3IpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0taWNvbi13aGl0ZSk7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgICAgIGNhc2UgJ3NlbGVjdGVkJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tYmFja2dyb3VuZC13aGl0ZSk7XG5cbiAgICAgICAgICAgICAgICAgICAgJjo6YWZ0ZXIge1xuICAgICAgICAgICAgICAgICAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoOiA4cHg7XG4gICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ6IDhweDtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6ICMwNGJjMDA7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICBgXG4gICAgICAgICAgICBjYXNlICdkaXNhYmxlZCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgdmFyKC0tY29tcG9uZW50cy1mb3JtLWJvcmRlci1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtZGlzYWJsZSk7XG4gICAgICAgICAgICAgICAgYFxuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWJsYWNrKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtd2hpdGUpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgIH1cbiAgICB9fTtcbmA7Il19 */"));
|
|
4805
4805
|
|
|
4806
|
-
var _excluded$
|
|
4806
|
+
var _excluded$1 = ["id", "label", "value", "variant", "disabled", "onChange", "checked"];
|
|
4807
4807
|
var RadioButton = _ref => {
|
|
4808
4808
|
var {
|
|
4809
4809
|
id = 'label',
|
|
@@ -4814,7 +4814,7 @@ var RadioButton = _ref => {
|
|
|
4814
4814
|
onChange,
|
|
4815
4815
|
checked = false
|
|
4816
4816
|
} = _ref,
|
|
4817
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4817
|
+
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
4818
4818
|
var isDisabled = variant === "disabled" ? true : disabled;
|
|
4819
4819
|
var isChecked = variant === "selected" ? true : checked;
|
|
4820
4820
|
var handleChange = () => {
|
|
@@ -4905,7 +4905,7 @@ var TRO_StyledCheckbox = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "
|
|
|
4905
4905
|
}
|
|
4906
4906
|
}, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNoZWNrYm94U3R5bGUudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1DeUUiLCJmaWxlIjoiY2hlY2tib3hTdHlsZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvLyBzcmMvY29tcG9uZW50cy9hdG9tcy9mb3JtL3N0eWxlcy9jaGVja2JveFN0eWxlLnRzeFxuXG5pbXBvcnQgc3R5bGVkIGZyb20gXCJAZW1vdGlvbi9zdHlsZWRcIjtcbmltcG9ydCB7IFJhZGlvVmFyaWFudCB9IGZyb20gXCIuLi91dGlsc0Zvcm1cIjtcblxuZXhwb3J0IGNvbnN0IFRST19DaGVja2JveCA9IHN0eWxlZC5kaXY8eyBkaXNhYmxlZD86IGJvb2xlYW4gfT5gXG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGdhcDogMTBweDtcbiAgICBjdXJzb3I6ICR7KHsgZGlzYWJsZWQgfSkgPT4gKGRpc2FibGVkID8gXCJub3QtYWxsb3dlZFwiIDogXCJwb2ludGVyXCIpfTtcbmBcbmV4cG9ydCBjb25zdCBUUk9fSGlkZGVuQ2hlY2tib3g9IHN0eWxlZC5pbnB1dGBcbiAgICBkaXNwbGF5OiBub25lO1xuYDtcbmV4cG9ydCBjb25zdCBUUk9fQ2hlY2tib3hMYWJlbCA9IHN0eWxlZC5sYWJlbDx7IHZhcmlhbnQ/OiBSYWRpb1ZhcmlhbnQgfT5gXG4gICAgZm9udC1mYW1pbHk6IHZhcigtLWZvbnQtZmFtaWx5LWRlZmF1bHQsIFwiS2FMYVRlWGEgRGlzcGxheVwiKTtcbiAgICBmb250LXNpemU6IHZhcigtLXNpemUtbm9ybWFsLXNtLCAxNHB4KTtcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBsaW5lLWhlaWdodDogMTAwJTtcblxuICAgICR7KHsgdmFyaWFudCB9KSA9PiB7XG4gICAgICAgIFxuICAgICAgICBzd2l0Y2ggKHZhcmlhbnQpIHtcbiAgICAgICAgICAgIGNhc2UgJ2Vycm9yJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1mb3JtLXRleHQtZXJyb3IpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgICAgICBjYXNlICdkaXNhYmxlZCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIGBjb2xvcjogdmFyKC0tY29tcG9uZW50cy1mb3JtLXRleHQtZGlzYWJsZSk7IGN1cnNvcjogbm90LWFsbG93ZWQ7YFxuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICByZXR1cm4gYGNvbG9yOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tdGV4dC1ibGFjayk7YDtcbiAgICAgICAgfVxuICAgIH19O1xuYFxuZXhwb3J0IGNvbnN0IFRST19TdHlsZWRDaGVja2JveCA9IHN0eWxlZC5zcGFuPHsgdmFyaWFudD86IFJhZGlvVmFyaWFudCB9PmBcbiAgICB3aWR0aDogMThweDtcbiAgICBoZWlnaHQ6IDE4cHg7XG4gICAgYm9yZGVyLXJhZGl1czogdmFyKC0tYm9yZGVyLXJhZGl1cy14cyk7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuXG4gICAgJHsoeyB2YXJpYW50IH0pID0+IHtcbiAgICAgICAgXG4gICAgICAgIHN3aXRjaCAodmFyaWFudCkge1xuICAgICAgICAgICAgY2FzZSAnZXJyb3InOlxuICAgICAgICAgICAgICAgIHJldHVybiBgXG4gICAgICAgICAgICAgICAgICAgIGJvcmRlcjogMXB4IHNvbGlkIHZhcigtLWNvbXBvbmVudHMtZm9ybS1ib3JkZXItZXJyb3IpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0taWNvbi13aGl0ZSk7XG4gICAgICAgICAgICAgICAgYDtcbiAgICAgICAgICAgIGNhc2UgJ3NlbGVjdGVkJzpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWdyZWVuLXByaW1hcnkpO1xuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB2YXIoLS1jb21wb25lbnRzLWZvcm0tYmFja2dyb3VuZC13aGl0ZSk7XG5cbiAgICAgICAgICAgICAgICAgICAgJjo6YWZ0ZXIge1xuICAgICAgICAgICAgICAgICAgICAgICAgY29udGVudDogXCJcIjtcbiAgICAgICAgICAgICAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMHB4O1xuICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiA4cHg7XG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoJ2RhdGE6aW1hZ2Uvc3ZnK3htbDt1dGY4LDxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTBcIiBoZWlnaHQ9XCI4XCIgdmlld0JveD1cIjAgMCAxMCA4XCIgZmlsbD1cIm5vbmVcIj48cGF0aCBkPVwiTTMuMzMzMzMgNS42Mjk4MUw4LjM5NDE3IDAuNTYwODU2QzguNTA5MTcgMC40NDU1NzggOC42NTU0MSAwLjM4NzkzOSA4LjgzMjkyIDAuMzg3OTM5QzkuMDEwNTUgMC4zODc5MzkgOS4xNTcwOCAwLjQ0NTQ0IDkuMjcyNSAwLjU2MDQ0QzkuMzg3NzggMC42NzU0NCA5LjQ0NTQyIDAuODIxNzU4IDkuNDQ1NDIgMC45OTkzOTdDOS40NDU0MiAxLjE3NzE4IDkuMzg3NzggMS4zMjM3NyA5LjI3MjUgMS40MzkxOUwzLjg2MDYyIDYuODQyOTRDMy43MDk5MyA2Ljk5MzYzIDMuNTM0MTYgNy4wNjg5OCAzLjMzMzMzIDcuMDY4OThDMy4xMzI1IDcuMDY4OTggMi45NTY3MyA2Ljk5MzYzIDIuODA2MDQgNi44NDI5NEwwLjcyNzQ5OCA0Ljc3MjUyQzAuNjEyMjIgNC42NTc1MiAwLjU1NDU4MSA0LjUxMTI3IDAuNTU0NTgxIDQuMzMzNzdDMC41NTQ1ODEgNC4xNTYxMyAwLjYxMjA4MSA0LjAwOTYxIDAuNzI3MDgxIDMuODk0MTlDMC44NDIwODEgMy43Nzg5MSAwLjk4ODQgMy43MjEyNyAxLjE2NjA0IDMuNzIxMjdDMS4zNDM4MiAzLjcyMTI3IDEuNDkwNDEgMy43Nzg5MSAxLjYwNTgzIDMuODk0MTlMMy4zMzMzMyA1LjYyOTgxWlwiIGZpbGw9XCIlMjMwMEI0MDBcIi8+PC9zdmc+Jyk7XG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLXNpemU6IGNvbnRhaW47XG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xuICAgICAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICBgXG4gICAgICAgICAgICBjYXNlICdkaXNhYmxlZCc6XG4gICAgICAgICAgICAgICAgcmV0dXJuIGBcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgdmFyKC0tY29tcG9uZW50cy1mb3JtLWJvcmRlci1kaXNhYmxlKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtZGlzYWJsZSk7XG4gICAgICAgICAgICAgICAgICAgIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gICAgICAgICAgICAgICAgYFxuICAgICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgICAgICByZXR1cm4gYFxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB2YXIoLS1jb21wb25lbnRzLWZvcm0tYm9yZGVyLWJsYWNrKTtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdmFyKC0tY29tcG9uZW50cy1mb3JtLWJhY2tncm91bmQtd2hpdGUpO1xuICAgICAgICAgICAgICAgIGA7XG4gICAgICAgIH1cbiAgICB9fTtcbmA7Il19 */"));
|
|
4907
4907
|
|
|
4908
|
-
var _excluded
|
|
4908
|
+
var _excluded = ["id", "label", "value", "variant", "disabled", "onChange", "checked"];
|
|
4909
4909
|
var Checkbox = _ref => {
|
|
4910
4910
|
var {
|
|
4911
4911
|
id = 'label',
|
|
@@ -4916,7 +4916,7 @@ var Checkbox = _ref => {
|
|
|
4916
4916
|
onChange,
|
|
4917
4917
|
checked = false
|
|
4918
4918
|
} = _ref,
|
|
4919
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
4919
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
4920
4920
|
var isDisabled = variant === "disabled" ? true : disabled;
|
|
4921
4921
|
var isChecked = variant === "selected" ? true : checked;
|
|
4922
4922
|
var handleChange = () => {
|
|
@@ -4986,16 +4986,29 @@ var Thumbnail = _ref => {
|
|
|
4986
4986
|
|
|
4987
4987
|
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)."; }
|
|
4988
4988
|
var TRO_Title = /*#__PURE__*/_styled("h3", process.env.NODE_ENV === "production" ? {
|
|
4989
|
+
target: "e1lm6nwo3"
|
|
4990
|
+
} : {
|
|
4991
|
+
target: "e1lm6nwo3",
|
|
4992
|
+
label: "TRO_Title"
|
|
4993
|
+
})(process.env.NODE_ENV === "production" ? {
|
|
4994
|
+
name: "9pb8x7",
|
|
4995
|
+
styles: "font-family:var(--font-family-graphik, \"Graphik TH\");font-style:normal;font-weight:700;line-height:150%;margin:0"
|
|
4996
|
+
} : {
|
|
4997
|
+
name: "9pb8x7",
|
|
4998
|
+
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= */",
|
|
4999
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
5000
|
+
});
|
|
5001
|
+
var TRO_Heading = /*#__PURE__*/_styled("h3", process.env.NODE_ENV === "production" ? {
|
|
4989
5002
|
target: "e1lm6nwo2"
|
|
4990
5003
|
} : {
|
|
4991
5004
|
target: "e1lm6nwo2",
|
|
4992
|
-
label: "
|
|
5005
|
+
label: "TRO_Heading"
|
|
4993
5006
|
})(process.env.NODE_ENV === "production" ? {
|
|
4994
5007
|
name: "14cjv5",
|
|
4995
5008
|
styles: "font-family:var(--font-family-heading, \"Kondolar Thai\");font-style:normal;font-weight:700;line-height:150%;margin:0"
|
|
4996
5009
|
} : {
|
|
4997
5010
|
name: "14cjv5",
|
|
4998
|
-
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,
|
|
5011
|
+
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= */",
|
|
4999
5012
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
5000
5013
|
});
|
|
5001
5014
|
var TRO_Description = /*#__PURE__*/_styled("p", process.env.NODE_ENV === "production" ? {
|
|
@@ -5008,7 +5021,7 @@ var TRO_Description = /*#__PURE__*/_styled("p", process.env.NODE_ENV === "produc
|
|
|
5008
5021
|
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%;margin:0"
|
|
5009
5022
|
} : {
|
|
5010
5023
|
name: "w44oy1",
|
|
5011
|
-
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,
|
|
5024
|
+
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= */",
|
|
5012
5025
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
5013
5026
|
});
|
|
5014
5027
|
var TRO_Info = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "production" ? {
|
|
@@ -5021,20 +5034,21 @@ var TRO_Info = /*#__PURE__*/_styled("span", process.env.NODE_ENV === "production
|
|
|
5021
5034
|
styles: "font-family:var(--font-family-default, \"KaLaTeXa Display\");font-style:normal;font-weight:400;line-height:150%"
|
|
5022
5035
|
} : {
|
|
5023
5036
|
name: "36qrt",
|
|
5024
|
-
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,
|
|
5037
|
+
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 */",
|
|
5025
5038
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$9
|
|
5026
5039
|
});
|
|
5027
5040
|
|
|
5028
|
-
var
|
|
5029
|
-
var Text = _ref => {
|
|
5041
|
+
var Text = _a => {
|
|
5030
5042
|
var {
|
|
5031
5043
|
children,
|
|
5032
5044
|
variant = 'description'
|
|
5033
|
-
} =
|
|
5034
|
-
props =
|
|
5045
|
+
} = _a,
|
|
5046
|
+
props = __rest(_a, ["children", "variant"]);
|
|
5035
5047
|
switch (variant) {
|
|
5036
5048
|
case 'title':
|
|
5037
5049
|
return /*#__PURE__*/React.createElement(TRO_Title, props, children);
|
|
5050
|
+
case 'heading':
|
|
5051
|
+
return /*#__PURE__*/React.createElement(TRO_Heading, props, children);
|
|
5038
5052
|
case 'description':
|
|
5039
5053
|
return /*#__PURE__*/React.createElement(TRO_Description, props, children);
|
|
5040
5054
|
case 'info':
|
|
@@ -5910,6 +5924,7 @@ var TROHeader = _ref => {
|
|
|
5910
5924
|
isLoggedIn,
|
|
5911
5925
|
username,
|
|
5912
5926
|
userPhoto,
|
|
5927
|
+
logoColor = 'Color',
|
|
5913
5928
|
onLogin,
|
|
5914
5929
|
onLogout,
|
|
5915
5930
|
dataFile
|
|
@@ -5952,7 +5967,7 @@ var TROHeader = _ref => {
|
|
|
5952
5967
|
href: 'https://www.thairath.co.th/home',
|
|
5953
5968
|
className: "tro--header--icon"
|
|
5954
5969
|
}, /*#__PURE__*/React.createElement(Logo, {
|
|
5955
|
-
fill:
|
|
5970
|
+
fill: logoColor,
|
|
5956
5971
|
name: "tr_online"
|
|
5957
5972
|
})), /*#__PURE__*/React.createElement(TRO_HeaderInner, null, /*#__PURE__*/React.createElement(TRO_WrapIcon, {
|
|
5958
5973
|
onClick: isLoggedIn ? handleUserDropdown : onLogin
|
|
@@ -6551,7 +6566,9 @@ var TROEN_SlidebarNavOther = /*#__PURE__*/_styled("div", process.env.NODE_ENV ==
|
|
|
6551
6566
|
// src/components/organisms/HeaderEN/headerEN.tsx
|
|
6552
6567
|
var TROENHeader = _ref => {
|
|
6553
6568
|
var {
|
|
6554
|
-
dataFile = '/data/menuEN.json'
|
|
6569
|
+
dataFile = '/data/menuEN.json',
|
|
6570
|
+
logoColor = 'Color',
|
|
6571
|
+
loading
|
|
6555
6572
|
} = _ref;
|
|
6556
6573
|
var [data, setData] = React.useState(null);
|
|
6557
6574
|
var [isOpen, setIsOpen] = React.useState(false);
|
|
@@ -6635,9 +6652,9 @@ var TROENHeader = _ref => {
|
|
|
6635
6652
|
window.addEventListener('scroll', handleScroll);
|
|
6636
6653
|
return () => window.removeEventListener('scroll', handleScroll);
|
|
6637
6654
|
}, [isMobileView]);
|
|
6638
|
-
if (!data) return /*#__PURE__*/React.createElement("div", null,
|
|
6655
|
+
if (!data) return /*#__PURE__*/React.createElement("div", null, loading);
|
|
6639
6656
|
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, {
|
|
6640
|
-
fill:
|
|
6657
|
+
fill: logoColor,
|
|
6641
6658
|
mode: "auto-width",
|
|
6642
6659
|
name: "tr_online_en",
|
|
6643
6660
|
size: "24"
|