@entur/icons 8.1.0 → 8.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +425 -390
- package/dist/index.esm.native.js +423 -390
- package/dist/index.js +542 -506
- package/dist/styles.css +28 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -50,7 +50,7 @@ function BackArrowIcon(props, ref) {
|
|
|
50
50
|
clipRule: "evenodd"
|
|
51
51
|
}));
|
|
52
52
|
}
|
|
53
|
-
|
|
53
|
+
const ForwardRef$65 = /*#__PURE__*/React.forwardRef(BackArrowIcon);
|
|
54
54
|
|
|
55
55
|
function CloudDownloadIcon(props, ref) {
|
|
56
56
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -74,7 +74,7 @@ function CloudDownloadIcon(props, ref) {
|
|
|
74
74
|
d: "M8.654 12.526v-4.42H7.346l.001 4.42-1.406-1.407-.925.925 2.521 2.521.068.059a.65.65 0 0 0 .857-.059l2.522-2.521-.925-.925z"
|
|
75
75
|
})));
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
const ForwardRef$64 = /*#__PURE__*/React.forwardRef(CloudDownloadIcon);
|
|
78
78
|
|
|
79
79
|
function CollapsedIcon(props, ref) {
|
|
80
80
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -95,7 +95,7 @@ function CollapsedIcon(props, ref) {
|
|
|
95
95
|
clipRule: "evenodd"
|
|
96
96
|
}));
|
|
97
97
|
}
|
|
98
|
-
|
|
98
|
+
const ForwardRef$63 = /*#__PURE__*/React.forwardRef(CollapsedIcon);
|
|
99
99
|
|
|
100
100
|
function DownArrowIcon(props, ref) {
|
|
101
101
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -116,7 +116,7 @@ function DownArrowIcon(props, ref) {
|
|
|
116
116
|
clipRule: "evenodd"
|
|
117
117
|
}));
|
|
118
118
|
}
|
|
119
|
-
|
|
119
|
+
const ForwardRef$62 = /*#__PURE__*/React.forwardRef(DownArrowIcon);
|
|
120
120
|
|
|
121
121
|
function DownloadIcon(props, ref) {
|
|
122
122
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -137,7 +137,7 @@ function DownloadIcon(props, ref) {
|
|
|
137
137
|
clipRule: "evenodd"
|
|
138
138
|
}));
|
|
139
139
|
}
|
|
140
|
-
|
|
140
|
+
const ForwardRef$61 = /*#__PURE__*/React.forwardRef(DownloadIcon);
|
|
141
141
|
|
|
142
142
|
function DownwardIcon(props, ref) {
|
|
143
143
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -158,7 +158,7 @@ function DownwardIcon(props, ref) {
|
|
|
158
158
|
clipRule: "evenodd"
|
|
159
159
|
}));
|
|
160
160
|
}
|
|
161
|
-
|
|
161
|
+
const ForwardRef$60 = /*#__PURE__*/React.forwardRef(DownwardIcon);
|
|
162
162
|
|
|
163
163
|
function ExpandIcon(props, ref) {
|
|
164
164
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -179,7 +179,7 @@ function ExpandIcon(props, ref) {
|
|
|
179
179
|
clipRule: "evenodd"
|
|
180
180
|
}));
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
const ForwardRef$5$ = /*#__PURE__*/React.forwardRef(ExpandIcon);
|
|
183
183
|
|
|
184
184
|
function ExternalIcon(props, ref) {
|
|
185
185
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -200,7 +200,7 @@ function ExternalIcon(props, ref) {
|
|
|
200
200
|
clipRule: "evenodd"
|
|
201
201
|
}));
|
|
202
202
|
}
|
|
203
|
-
|
|
203
|
+
const ForwardRef$5_ = /*#__PURE__*/React.forwardRef(ExternalIcon);
|
|
204
204
|
|
|
205
205
|
function ForwardIcon(props, ref) {
|
|
206
206
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -221,7 +221,7 @@ function ForwardIcon(props, ref) {
|
|
|
221
221
|
clipRule: "evenodd"
|
|
222
222
|
}));
|
|
223
223
|
}
|
|
224
|
-
|
|
224
|
+
const ForwardRef$5Z = /*#__PURE__*/React.forwardRef(ForwardIcon);
|
|
225
225
|
|
|
226
226
|
function LeftArrowIcon(props, ref) {
|
|
227
227
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -242,7 +242,7 @@ function LeftArrowIcon(props, ref) {
|
|
|
242
242
|
clipRule: "evenodd"
|
|
243
243
|
}));
|
|
244
244
|
}
|
|
245
|
-
|
|
245
|
+
const ForwardRef$5Y = /*#__PURE__*/React.forwardRef(LeftArrowIcon);
|
|
246
246
|
|
|
247
247
|
function MergeProfilesIcon(props, ref) {
|
|
248
248
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -263,7 +263,7 @@ function MergeProfilesIcon(props, ref) {
|
|
|
263
263
|
clipRule: "evenodd"
|
|
264
264
|
}));
|
|
265
265
|
}
|
|
266
|
-
|
|
266
|
+
const ForwardRef$5X = /*#__PURE__*/React.forwardRef(MergeProfilesIcon);
|
|
267
267
|
|
|
268
268
|
function PageNavigationIcon(props, ref) {
|
|
269
269
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -282,7 +282,7 @@ function PageNavigationIcon(props, ref) {
|
|
|
282
282
|
clipRule: "evenodd"
|
|
283
283
|
}));
|
|
284
284
|
}
|
|
285
|
-
|
|
285
|
+
const ForwardRef$5W = /*#__PURE__*/React.forwardRef(PageNavigationIcon);
|
|
286
286
|
|
|
287
287
|
function RedoIcon(props, ref) {
|
|
288
288
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -303,7 +303,7 @@ function RedoIcon(props, ref) {
|
|
|
303
303
|
clipRule: "evenodd"
|
|
304
304
|
}));
|
|
305
305
|
}
|
|
306
|
-
|
|
306
|
+
const ForwardRef$5V = /*#__PURE__*/React.forwardRef(RedoIcon);
|
|
307
307
|
|
|
308
308
|
function RefreshIcon(props, ref) {
|
|
309
309
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -324,7 +324,7 @@ function RefreshIcon(props, ref) {
|
|
|
324
324
|
clipRule: "evenodd"
|
|
325
325
|
}));
|
|
326
326
|
}
|
|
327
|
-
|
|
327
|
+
const ForwardRef$5U = /*#__PURE__*/React.forwardRef(RefreshIcon);
|
|
328
328
|
|
|
329
329
|
function ResetIcon(props, ref) {
|
|
330
330
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -345,7 +345,7 @@ function ResetIcon(props, ref) {
|
|
|
345
345
|
clipRule: "evenodd"
|
|
346
346
|
}));
|
|
347
347
|
}
|
|
348
|
-
|
|
348
|
+
const ForwardRef$5T = /*#__PURE__*/React.forwardRef(ResetIcon);
|
|
349
349
|
|
|
350
350
|
function RightArrowIcon(props, ref) {
|
|
351
351
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -366,7 +366,7 @@ function RightArrowIcon(props, ref) {
|
|
|
366
366
|
clipRule: "evenodd"
|
|
367
367
|
}));
|
|
368
368
|
}
|
|
369
|
-
|
|
369
|
+
const ForwardRef$5S = /*#__PURE__*/React.forwardRef(RightArrowIcon);
|
|
370
370
|
|
|
371
371
|
function ShareIcon(props, ref) {
|
|
372
372
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -387,7 +387,7 @@ function ShareIcon(props, ref) {
|
|
|
387
387
|
clipRule: "evenodd"
|
|
388
388
|
}));
|
|
389
389
|
}
|
|
390
|
-
|
|
390
|
+
const ForwardRef$5R = /*#__PURE__*/React.forwardRef(ShareIcon);
|
|
391
391
|
|
|
392
392
|
function SwitchIcon(props, ref) {
|
|
393
393
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -409,7 +409,7 @@ function SwitchIcon(props, ref) {
|
|
|
409
409
|
d: "m12.321 14.2-.899-.9 1.5-1.5h-8.6v-1.3h8.6l-1.5-1.5.9-.9 2.5 2.5c.2.2.2.6.1.8l-.1.1zM3.722 1.8l.9.9-1.4 1.5h8.6v1.3h-8.6l1.5 1.5-1 .8-2.5-2.6c-.2-.2-.3-.5-.1-.8l.1-.1z"
|
|
410
410
|
})));
|
|
411
411
|
}
|
|
412
|
-
|
|
412
|
+
const ForwardRef$5Q = /*#__PURE__*/React.forwardRef(SwitchIcon);
|
|
413
413
|
|
|
414
414
|
function ToFromIcon(props, ref) {
|
|
415
415
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -430,7 +430,7 @@ function ToFromIcon(props, ref) {
|
|
|
430
430
|
clipRule: "evenodd"
|
|
431
431
|
}));
|
|
432
432
|
}
|
|
433
|
-
|
|
433
|
+
const ForwardRef$5P = /*#__PURE__*/React.forwardRef(ToFromIcon);
|
|
434
434
|
|
|
435
435
|
function TransferIcon(props, ref) {
|
|
436
436
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -451,7 +451,7 @@ function TransferIcon(props, ref) {
|
|
|
451
451
|
clipRule: "evenodd"
|
|
452
452
|
}));
|
|
453
453
|
}
|
|
454
|
-
|
|
454
|
+
const ForwardRef$5O = /*#__PURE__*/React.forwardRef(TransferIcon);
|
|
455
455
|
|
|
456
456
|
function TurnableIcon(props, ref) {
|
|
457
457
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -472,7 +472,7 @@ function TurnableIcon(props, ref) {
|
|
|
472
472
|
clipRule: "evenodd"
|
|
473
473
|
}));
|
|
474
474
|
}
|
|
475
|
-
|
|
475
|
+
const ForwardRef$5N = /*#__PURE__*/React.forwardRef(TurnableIcon);
|
|
476
476
|
|
|
477
477
|
function UndoIcon(props, ref) {
|
|
478
478
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -493,7 +493,7 @@ function UndoIcon(props, ref) {
|
|
|
493
493
|
clipRule: "evenodd"
|
|
494
494
|
}));
|
|
495
495
|
}
|
|
496
|
-
|
|
496
|
+
const ForwardRef$5M = /*#__PURE__*/React.forwardRef(UndoIcon);
|
|
497
497
|
|
|
498
498
|
function UnsortedIcon(props, ref) {
|
|
499
499
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -511,7 +511,7 @@ function UnsortedIcon(props, ref) {
|
|
|
511
511
|
d: "M8.69 11.77V4.32l2.1 2.1.9-.9-3.18-3.18-.08-.07a.626.626 0 0 0-.82.07L4.43 5.52l.9.9 2.1-2.1v7.45l-2.1-2.1-.9.9 3.18 3.18.08.07c.25.18.6.16.82-.07l3.18-3.18-.9-.9z"
|
|
512
512
|
}));
|
|
513
513
|
}
|
|
514
|
-
|
|
514
|
+
const ForwardRef$5L = /*#__PURE__*/React.forwardRef(UnsortedIcon);
|
|
515
515
|
|
|
516
516
|
function UpArrowIcon(props, ref) {
|
|
517
517
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -532,7 +532,7 @@ function UpArrowIcon(props, ref) {
|
|
|
532
532
|
clipRule: "evenodd"
|
|
533
533
|
}));
|
|
534
534
|
}
|
|
535
|
-
|
|
535
|
+
const ForwardRef$5K = /*#__PURE__*/React.forwardRef(UpArrowIcon);
|
|
536
536
|
|
|
537
537
|
function UploadIcon(props, ref) {
|
|
538
538
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -553,7 +553,7 @@ function UploadIcon(props, ref) {
|
|
|
553
553
|
clipRule: "evenodd"
|
|
554
554
|
}));
|
|
555
555
|
}
|
|
556
|
-
|
|
556
|
+
const ForwardRef$5J = /*#__PURE__*/React.forwardRef(UploadIcon);
|
|
557
557
|
|
|
558
558
|
function UpwardIcon(props, ref) {
|
|
559
559
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -574,7 +574,7 @@ function UpwardIcon(props, ref) {
|
|
|
574
574
|
clipRule: "evenodd"
|
|
575
575
|
}));
|
|
576
576
|
}
|
|
577
|
-
|
|
577
|
+
const ForwardRef$5I = /*#__PURE__*/React.forwardRef(UpwardIcon);
|
|
578
578
|
|
|
579
579
|
function VerticalSwitchIcon(props, ref) {
|
|
580
580
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -595,7 +595,7 @@ function VerticalSwitchIcon(props, ref) {
|
|
|
595
595
|
clipRule: "evenodd"
|
|
596
596
|
}));
|
|
597
597
|
}
|
|
598
|
-
|
|
598
|
+
const ForwardRef$5H = /*#__PURE__*/React.forwardRef(VerticalSwitchIcon);
|
|
599
599
|
|
|
600
600
|
function LogoNegativeIcon(props, ref) {
|
|
601
601
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -617,7 +617,7 @@ function LogoNegativeIcon(props, ref) {
|
|
|
617
617
|
d: "M0 2h6.45v1.567H1.674v2.312h4.236v1.566H1.675v2.237H6.45v1.566H0zm14.107 0h1.676v9.248h-.18L9.848 5.752v5.496H8.173V2h.179l5.755 5.597z"
|
|
618
618
|
}));
|
|
619
619
|
}
|
|
620
|
-
|
|
620
|
+
const ForwardRef$5G = /*#__PURE__*/React.forwardRef(LogoNegativeIcon);
|
|
621
621
|
|
|
622
622
|
function LogoPositiveIcon(props, ref) {
|
|
623
623
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -639,7 +639,7 @@ function LogoPositiveIcon(props, ref) {
|
|
|
639
639
|
d: "M0 2h6.45v1.567H1.674v2.312h4.236v1.566H1.675v2.237H6.45v1.566H0zm14.107 0h1.676v9.248h-.18L9.848 5.752v5.496H8.173V2h.179l5.755 5.597z"
|
|
640
640
|
}));
|
|
641
641
|
}
|
|
642
|
-
|
|
642
|
+
const ForwardRef$5F = /*#__PURE__*/React.forwardRef(LogoPositiveIcon);
|
|
643
643
|
|
|
644
644
|
function AnimalIcon(props, ref) {
|
|
645
645
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -660,7 +660,7 @@ function AnimalIcon(props, ref) {
|
|
|
660
660
|
clipRule: "evenodd"
|
|
661
661
|
}));
|
|
662
662
|
}
|
|
663
|
-
|
|
663
|
+
const ForwardRef$5E = /*#__PURE__*/React.forwardRef(AnimalIcon);
|
|
664
664
|
|
|
665
665
|
function BabyIcon(props, ref) {
|
|
666
666
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -682,7 +682,7 @@ function BabyIcon(props, ref) {
|
|
|
682
682
|
transform: "translate(-527 -279) translate(524 278)"
|
|
683
683
|
}));
|
|
684
684
|
}
|
|
685
|
-
|
|
685
|
+
const ForwardRef$5D = /*#__PURE__*/React.forwardRef(BabyIcon);
|
|
686
686
|
|
|
687
687
|
function BicycleHotelIcon(props, ref) {
|
|
688
688
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -704,7 +704,7 @@ function BicycleHotelIcon(props, ref) {
|
|
|
704
704
|
d: "m14.815 5.74-.63 1.02L8 2.955 1.814 6.761l-.628-1.022L8 1.546z"
|
|
705
705
|
}));
|
|
706
706
|
}
|
|
707
|
-
|
|
707
|
+
const ForwardRef$5C = /*#__PURE__*/React.forwardRef(BicycleHotelIcon);
|
|
708
708
|
|
|
709
709
|
function BicycleParkingIcon(props, ref) {
|
|
710
710
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -723,7 +723,7 @@ function BicycleParkingIcon(props, ref) {
|
|
|
723
723
|
clipRule: "evenodd"
|
|
724
724
|
}));
|
|
725
725
|
}
|
|
726
|
-
|
|
726
|
+
const ForwardRef$5B = /*#__PURE__*/React.forwardRef(BicycleParkingIcon);
|
|
727
727
|
|
|
728
728
|
function BusShelterIcon(props, ref) {
|
|
729
729
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -744,7 +744,7 @@ function BusShelterIcon(props, ref) {
|
|
|
744
744
|
clipRule: "evenodd"
|
|
745
745
|
}));
|
|
746
746
|
}
|
|
747
|
-
|
|
747
|
+
const ForwardRef$5A = /*#__PURE__*/React.forwardRef(BusShelterIcon);
|
|
748
748
|
|
|
749
749
|
function CoffeeIcon(props, ref) {
|
|
750
750
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -765,7 +765,7 @@ function CoffeeIcon(props, ref) {
|
|
|
765
765
|
clipRule: "evenodd"
|
|
766
766
|
}));
|
|
767
767
|
}
|
|
768
|
-
|
|
768
|
+
const ForwardRef$5z = /*#__PURE__*/React.forwardRef(CoffeeIcon);
|
|
769
769
|
|
|
770
770
|
function CouchetteIcon(props, ref) {
|
|
771
771
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -786,7 +786,7 @@ function CouchetteIcon(props, ref) {
|
|
|
786
786
|
clipRule: "evenodd"
|
|
787
787
|
}));
|
|
788
788
|
}
|
|
789
|
-
|
|
789
|
+
const ForwardRef$5y = /*#__PURE__*/React.forwardRef(CouchetteIcon);
|
|
790
790
|
|
|
791
791
|
function CutleryIcon(props, ref) {
|
|
792
792
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -807,7 +807,7 @@ function CutleryIcon(props, ref) {
|
|
|
807
807
|
clipRule: "evenodd"
|
|
808
808
|
}));
|
|
809
809
|
}
|
|
810
|
-
|
|
810
|
+
const ForwardRef$5x = /*#__PURE__*/React.forwardRef(CutleryIcon);
|
|
811
811
|
|
|
812
812
|
function FullIcon(props, ref) {
|
|
813
813
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -826,7 +826,7 @@ function FullIcon(props, ref) {
|
|
|
826
826
|
clipRule: "evenodd"
|
|
827
827
|
}));
|
|
828
828
|
}
|
|
829
|
-
|
|
829
|
+
const ForwardRef$5w = /*#__PURE__*/React.forwardRef(FullIcon);
|
|
830
830
|
|
|
831
831
|
function LockerIcon(props, ref) {
|
|
832
832
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -848,7 +848,7 @@ function LockerIcon(props, ref) {
|
|
|
848
848
|
transform: "translate(-1283 -504) translate(1280 503)"
|
|
849
849
|
}));
|
|
850
850
|
}
|
|
851
|
-
|
|
851
|
+
const ForwardRef$5v = /*#__PURE__*/React.forwardRef(LockerIcon);
|
|
852
852
|
|
|
853
853
|
function ManySeatsAvailableIcon(props, ref) {
|
|
854
854
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -872,7 +872,7 @@ function ManySeatsAvailableIcon(props, ref) {
|
|
|
872
872
|
clipRule: "evenodd"
|
|
873
873
|
}));
|
|
874
874
|
}
|
|
875
|
-
|
|
875
|
+
const ForwardRef$5u = /*#__PURE__*/React.forwardRef(ManySeatsAvailableIcon);
|
|
876
876
|
|
|
877
877
|
function ParkIcon(props, ref) {
|
|
878
878
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -893,7 +893,7 @@ function ParkIcon(props, ref) {
|
|
|
893
893
|
clipRule: "evenodd"
|
|
894
894
|
}));
|
|
895
895
|
}
|
|
896
|
-
|
|
896
|
+
const ForwardRef$5t = /*#__PURE__*/React.forwardRef(ParkIcon);
|
|
897
897
|
|
|
898
898
|
function ParkAndRideIcon(props, ref) {
|
|
899
899
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -914,7 +914,7 @@ function ParkAndRideIcon(props, ref) {
|
|
|
914
914
|
clipRule: "evenodd"
|
|
915
915
|
}));
|
|
916
916
|
}
|
|
917
|
-
|
|
917
|
+
const ForwardRef$5s = /*#__PURE__*/React.forwardRef(ParkAndRideIcon);
|
|
918
918
|
|
|
919
919
|
function ParkingGarageIcon(props, ref) {
|
|
920
920
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -934,7 +934,7 @@ function ParkingGarageIcon(props, ref) {
|
|
|
934
934
|
transform: "translate(-2 -1)"
|
|
935
935
|
}));
|
|
936
936
|
}
|
|
937
|
-
|
|
937
|
+
const ForwardRef$5r = /*#__PURE__*/React.forwardRef(ParkingGarageIcon);
|
|
938
938
|
|
|
939
939
|
function PlayroomIcon(props, ref) {
|
|
940
940
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -955,7 +955,7 @@ function PlayroomIcon(props, ref) {
|
|
|
955
955
|
clipRule: "evenodd"
|
|
956
956
|
}));
|
|
957
957
|
}
|
|
958
|
-
|
|
958
|
+
const ForwardRef$5q = /*#__PURE__*/React.forwardRef(PlayroomIcon);
|
|
959
959
|
|
|
960
960
|
function PowerIcon(props, ref) {
|
|
961
961
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -977,7 +977,7 @@ function PowerIcon(props, ref) {
|
|
|
977
977
|
transform: "translate(-1245 -233) translate(1244 232)"
|
|
978
978
|
}));
|
|
979
979
|
}
|
|
980
|
-
|
|
980
|
+
const ForwardRef$5p = /*#__PURE__*/React.forwardRef(PowerIcon);
|
|
981
981
|
|
|
982
982
|
function PremiumSeatIcon(props, ref) {
|
|
983
983
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -998,7 +998,7 @@ function PremiumSeatIcon(props, ref) {
|
|
|
998
998
|
clipRule: "evenodd"
|
|
999
999
|
}));
|
|
1000
1000
|
}
|
|
1001
|
-
|
|
1001
|
+
const ForwardRef$5o = /*#__PURE__*/React.forwardRef(PremiumSeatIcon);
|
|
1002
1002
|
|
|
1003
1003
|
function SeatIcon(props, ref) {
|
|
1004
1004
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1019,7 +1019,7 @@ function SeatIcon(props, ref) {
|
|
|
1019
1019
|
clipRule: "evenodd"
|
|
1020
1020
|
}));
|
|
1021
1021
|
}
|
|
1022
|
-
|
|
1022
|
+
const ForwardRef$5n = /*#__PURE__*/React.forwardRef(SeatIcon);
|
|
1023
1023
|
|
|
1024
1024
|
function SeatCompartmentIcon(props, ref) {
|
|
1025
1025
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1041,7 +1041,7 @@ function SeatCompartmentIcon(props, ref) {
|
|
|
1041
1041
|
d: "M9.969 7.621h-1.37v5.27H7.4V7.62H6.03v-1.2H9.97z"
|
|
1042
1042
|
}));
|
|
1043
1043
|
}
|
|
1044
|
-
|
|
1044
|
+
const ForwardRef$5m = /*#__PURE__*/React.forwardRef(SeatCompartmentIcon);
|
|
1045
1045
|
|
|
1046
1046
|
function SeatCompartmentFilledIcon(props, ref) {
|
|
1047
1047
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1061,7 +1061,7 @@ function SeatCompartmentFilledIcon(props, ref) {
|
|
|
1061
1061
|
d: "M8.969 4.621h-1.37v5.27H6.4V4.62H5.03v-1.2H8.97z"
|
|
1062
1062
|
}));
|
|
1063
1063
|
}
|
|
1064
|
-
|
|
1064
|
+
const ForwardRef$5l = /*#__PURE__*/React.forwardRef(SeatCompartmentFilledIcon);
|
|
1065
1065
|
|
|
1066
1066
|
function SeatsAvailableIcon(props, ref) {
|
|
1067
1067
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1085,7 +1085,7 @@ function SeatsAvailableIcon(props, ref) {
|
|
|
1085
1085
|
clipRule: "evenodd"
|
|
1086
1086
|
}));
|
|
1087
1087
|
}
|
|
1088
|
-
|
|
1088
|
+
const ForwardRef$5k = /*#__PURE__*/React.forwardRef(SeatsAvailableIcon);
|
|
1089
1089
|
|
|
1090
1090
|
function SleepIcon(props, ref) {
|
|
1091
1091
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1106,7 +1106,7 @@ function SleepIcon(props, ref) {
|
|
|
1106
1106
|
clipRule: "evenodd"
|
|
1107
1107
|
}));
|
|
1108
1108
|
}
|
|
1109
|
-
|
|
1109
|
+
const ForwardRef$5j = /*#__PURE__*/React.forwardRef(SleepIcon);
|
|
1110
1110
|
|
|
1111
1111
|
function StandingAvailableIcon(props, ref) {
|
|
1112
1112
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1130,7 +1130,7 @@ function StandingAvailableIcon(props, ref) {
|
|
|
1130
1130
|
clipRule: "evenodd"
|
|
1131
1131
|
}));
|
|
1132
1132
|
}
|
|
1133
|
-
|
|
1133
|
+
const ForwardRef$5i = /*#__PURE__*/React.forwardRef(StandingAvailableIcon);
|
|
1134
1134
|
|
|
1135
1135
|
function StrollerIcon(props, ref) {
|
|
1136
1136
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1151,7 +1151,7 @@ function StrollerIcon(props, ref) {
|
|
|
1151
1151
|
clipRule: "evenodd"
|
|
1152
1152
|
}));
|
|
1153
1153
|
}
|
|
1154
|
-
|
|
1154
|
+
const ForwardRef$5h = /*#__PURE__*/React.forwardRef(StrollerIcon);
|
|
1155
1155
|
|
|
1156
1156
|
function TVMIcon(props, ref) {
|
|
1157
1157
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1172,7 +1172,7 @@ function TVMIcon(props, ref) {
|
|
|
1172
1172
|
clipRule: "evenodd"
|
|
1173
1173
|
}));
|
|
1174
1174
|
}
|
|
1175
|
-
|
|
1175
|
+
const ForwardRef$5g = /*#__PURE__*/React.forwardRef(TVMIcon);
|
|
1176
1176
|
|
|
1177
1177
|
function ToiletIcon(props, ref) {
|
|
1178
1178
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1194,7 +1194,7 @@ function ToiletIcon(props, ref) {
|
|
|
1194
1194
|
transform: "translate(-1173 -237) translate(1172 232)"
|
|
1195
1195
|
}));
|
|
1196
1196
|
}
|
|
1197
|
-
|
|
1197
|
+
const ForwardRef$5f = /*#__PURE__*/React.forwardRef(ToiletIcon);
|
|
1198
1198
|
|
|
1199
1199
|
function TrainCarIcon(props, ref) {
|
|
1200
1200
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1215,7 +1215,7 @@ function TrainCarIcon(props, ref) {
|
|
|
1215
1215
|
clipRule: "evenodd"
|
|
1216
1216
|
}));
|
|
1217
1217
|
}
|
|
1218
|
-
|
|
1218
|
+
const ForwardRef$5e = /*#__PURE__*/React.forwardRef(TrainCarIcon);
|
|
1219
1219
|
|
|
1220
1220
|
function VendingMachineIcon(props, ref) {
|
|
1221
1221
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1237,7 +1237,7 @@ function VendingMachineIcon(props, ref) {
|
|
|
1237
1237
|
transform: "translate(-1389 -504) translate(1388 503)"
|
|
1238
1238
|
}));
|
|
1239
1239
|
}
|
|
1240
|
-
|
|
1240
|
+
const ForwardRef$5d = /*#__PURE__*/React.forwardRef(VendingMachineIcon);
|
|
1241
1241
|
|
|
1242
1242
|
function WaitingRoomIcon(props, ref) {
|
|
1243
1243
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1258,7 +1258,7 @@ function WaitingRoomIcon(props, ref) {
|
|
|
1258
1258
|
clipRule: "evenodd"
|
|
1259
1259
|
}));
|
|
1260
1260
|
}
|
|
1261
|
-
|
|
1261
|
+
const ForwardRef$5c = /*#__PURE__*/React.forwardRef(WaitingRoomIcon);
|
|
1262
1262
|
|
|
1263
1263
|
function WaterTapIcon(props, ref) {
|
|
1264
1264
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1284,7 +1284,7 @@ function WaterTapIcon(props, ref) {
|
|
|
1284
1284
|
clipRule: "evenodd"
|
|
1285
1285
|
}));
|
|
1286
1286
|
}
|
|
1287
|
-
|
|
1287
|
+
const ForwardRef$5b = /*#__PURE__*/React.forwardRef(WaterTapIcon);
|
|
1288
1288
|
|
|
1289
1289
|
function WheelchairIcon(props, ref) {
|
|
1290
1290
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1305,7 +1305,7 @@ function WheelchairIcon(props, ref) {
|
|
|
1305
1305
|
clipRule: "evenodd"
|
|
1306
1306
|
}));
|
|
1307
1307
|
}
|
|
1308
|
-
|
|
1308
|
+
const ForwardRef$5a = /*#__PURE__*/React.forwardRef(WheelchairIcon);
|
|
1309
1309
|
|
|
1310
1310
|
function WifiIcon(props, ref) {
|
|
1311
1311
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1326,7 +1326,7 @@ function WifiIcon(props, ref) {
|
|
|
1326
1326
|
clipRule: "evenodd"
|
|
1327
1327
|
}));
|
|
1328
1328
|
}
|
|
1329
|
-
|
|
1329
|
+
const ForwardRef$59 = /*#__PURE__*/React.forwardRef(WifiIcon);
|
|
1330
1330
|
|
|
1331
1331
|
function DenmarkIcon(props, ref) {
|
|
1332
1332
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1350,7 +1350,7 @@ function DenmarkIcon(props, ref) {
|
|
|
1350
1350
|
d: "M3.652 0 3.652 4.022 0 4.022 0 5.978 3.652 5.978 3.652 10 4.667 10 5.478 10 5.478 5.978 14 5.978 14 4.022 5.478 4.022 5.478 0z"
|
|
1351
1351
|
})));
|
|
1352
1352
|
}
|
|
1353
|
-
|
|
1353
|
+
const ForwardRef$58 = /*#__PURE__*/React.forwardRef(DenmarkIcon);
|
|
1354
1354
|
|
|
1355
1355
|
function NorwayIcon(props, ref) {
|
|
1356
1356
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1378,7 +1378,7 @@ function NorwayIcon(props, ref) {
|
|
|
1378
1378
|
d: "M0 4.348 0 5.652 4.768 5.652 4.768 10 5.986 10 5.986 5.652 14 5.652 14 4.348 5.986 4.348 5.986 0 4.768 0 4.768 4.348z"
|
|
1379
1379
|
})));
|
|
1380
1380
|
}
|
|
1381
|
-
|
|
1381
|
+
const ForwardRef$57 = /*#__PURE__*/React.forwardRef(NorwayIcon);
|
|
1382
1382
|
|
|
1383
1383
|
function SamiIcon(props, ref) {
|
|
1384
1384
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1415,7 +1415,7 @@ function SamiIcon(props, ref) {
|
|
|
1415
1415
|
d: "M3.8 8c0-1.5 1.2-2.7 2.7-2.7v-.5C4.7 4.8 3.3 6.2 3.3 8s1.4 3.2 3.2 3.2v-.5C5 10.7 3.8 9.5 3.8 8"
|
|
1416
1416
|
}));
|
|
1417
1417
|
}
|
|
1418
|
-
|
|
1418
|
+
const ForwardRef$56 = /*#__PURE__*/React.forwardRef(SamiIcon);
|
|
1419
1419
|
|
|
1420
1420
|
function SwedenIcon(props, ref) {
|
|
1421
1421
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1439,7 +1439,7 @@ function SwedenIcon(props, ref) {
|
|
|
1439
1439
|
d: "M3.652 0 3.652 4.022 3.652 4.022 0 4.022 0 5.978 3.652 5.978 3.652 5.978 3.652 10 4.667 10 5.478 10 5.478 5.978 5.478 5.978 14 5.978 14 4.022 5.478 4.022 5.478 4.022 5.478 0z"
|
|
1440
1440
|
})));
|
|
1441
1441
|
}
|
|
1442
|
-
|
|
1442
|
+
const ForwardRef$55 = /*#__PURE__*/React.forwardRef(SwedenIcon);
|
|
1443
1443
|
|
|
1444
1444
|
function UKIcon(props, ref) {
|
|
1445
1445
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1501,7 +1501,7 @@ function UKIcon(props, ref) {
|
|
|
1501
1501
|
d: "M14 4.348 7.652 4.348 7.652 4.276 7.652 3.406 7.652 0 6.348 0 6.348 3.406 6.348 4.276 6.348 4.348 5.985 4.348 4.768 4.348 0 4.348 0 5.653 4.768 5.653 5.985 5.653 6.348 5.653 6.348 10 7.652 10 7.652 5.653 14 5.653z"
|
|
1502
1502
|
})));
|
|
1503
1503
|
}
|
|
1504
|
-
|
|
1504
|
+
const ForwardRef$54 = /*#__PURE__*/React.forwardRef(UKIcon);
|
|
1505
1505
|
|
|
1506
1506
|
function AKTIcon(props, ref) {
|
|
1507
1507
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1520,7 +1520,7 @@ function AKTIcon(props, ref) {
|
|
|
1520
1520
|
d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m3.2 7H9.9L8.6 4.1l.6-1.5zm-7.5 5.5H2.4l5-11.3h1.3l-3.1 7zm8.7 0L11 9.4H6.3l.5-1.2h4.9l.5 1.2 1.4 3.1z"
|
|
1521
1521
|
}));
|
|
1522
1522
|
}
|
|
1523
|
-
|
|
1523
|
+
const ForwardRef$53 = /*#__PURE__*/React.forwardRef(AKTIcon);
|
|
1524
1524
|
|
|
1525
1525
|
function AlesundTurvognIcon(props, ref) {
|
|
1526
1526
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1539,7 +1539,7 @@ function AlesundTurvognIcon(props, ref) {
|
|
|
1539
1539
|
d: "M421.324 488.2a24792 24792 0 0 0-13.56-35.435l-.797.196c0 19.788-.05 39.577.048 59.365.017 3.437-.552 6.102-4.248 7.27-2.83.893-4.373.906-6.362-2.37-9.528-15.698-19.656-31.03-29.557-46.502-.916-1.43-1.73-2.927-2.573-4.362 9.122-6.106 9.456-6.124 14.847 2.593 5.987 9.68 11.33 19.76 18.611 29.852.075-9.44.677-17.963-.388-26.613-.802-6.508-.33-13.173-.396-19.769-.005-.566.022-1.426.365-1.657 4.874-3.278 9.709-6.635 14.78-9.584 1.527-.888 2.57.673 3.211 2.373 6.69 17.76 13.574 35.45 20.19 53.237 2.235 6.008-3.994 5.127-6.343 8.308-3.485-5.811-5.918-10.98-7.828-16.902ZM175.24 66c-1.614-7.624-4.562-14.414-5.517-22.302 7.913-2.689 16.425-3.062 24.555-5.091 2.808-.701 5.633-1.338 8.442-2.035 9.68-2.403 10.088-2.106 11.17 8.814-5.553 1.088-11.175 2.198-16.803 3.285-.566.109-1.187-.023-1.737.127-3.483.945-8.106 1.33-9.24 4.844-1.36 4.22 1.545 8.471 3.167 12.516.664 1.656 2.453 1.372 4.1 1.028 5.1-1.066 10.235-1.974 15.36-2.929 8.642-1.61 9.024-1.298 9.954 8.263-5.915 2.252-12.21 3.072-18.432 4.2-7.743 1.405-8.304 2.248-6.757 9.848.231 1.134.333 2.299.63 3.414 2.177 8.211 2.148 8.033 10.189 6.208 6.578-1.493 13.253-2.576 19.91-3.69 2.87-.482 4.38.944 4.359 3.93-.018 2.602 2.162 6.073-2.447 6.895-12.357 2.203-24.755 4.18-37.094 6.471-3.576.665-3.858-1.65-4.39-3.878A8270 8270 0 0 1 175.238 66ZM251.567 68.288c-6.8-3.317-12.612-6.609-13.406-15.032-1.31-13.888 8.21-19.671 18.783-21.4 6.071-.991 12.373-.743 18.468.995 3.246.925 5.225 2.44 4.084 6.21-.996 3.285-2.17 5.797-6.492 4.074-4.015-1.601-8.347-1.657-12.626-1.388-4.717.296-8.413 2.532-9.388 7.222-1.016 4.883 2.69 7.412 6.485 9.19 5.757 2.698 11.775 4.846 17.48 7.641 7.755 3.8 10.633 10.439 9.518 18.786-1 7.478-6.233 12.284-12.398 15.017-10.135 4.494-20.818 3.25-31.314.318-4.757-1.329-3.027-4.535-2.331-7.415.8-3.307 2.61-4.284 6.021-2.949 7 2.74 14.148 3.994 21.49.932 6.691-2.79 7.88-9.161 2.797-14.373-4.652-4.768-11.334-4.77-17.17-7.828ZM515.268 407.088c-5.82-13.962-11.027-27.716-17.312-40.96-2.171-4.576-1.169-7.071 1.607-10.074 1.042-1.128 2.076-2.264 3.126-3.41 8.949 2.914 15.906 9.044 24.071 12.973 7.629 3.67 14.769 8.365 22.081 12.68 2.096 1.237 4.852 2.224 2.592 5.687-1.952 2.993-3.047 7.283-8.033 4.838-2.766-1.356-5.429-3.02-7.891-4.872-2.417-1.819-4.149-1.803-5.595.968-.09.172-.158.373-.293.5-7.158 6.698-8.91 13.906-2.823 22.44 4.216 5.911 1.385 10.673-3.974 15.253-3.545-4.864-5.045-10.454-7.556-16.023m4.08-32.603c-2.283-1.654-4.588-3.256-7.988-3.559 1.213 5.341 2.725 9.948 6.228 14.565 1.217-3.874 8.392-5.45 1.76-11.006M123.562 438.094c1.564-1.48 2.849-2.661 4.096-3.88 6.754-6.603 7.925-6.438 13.29 2.059-7.542 9.006-16.59 16.617-24.682 25.157-4.796 5.063-9.72 10.008-14.7 14.891-1.428 1.401-3.147 3.703-5.4 1.745-2.312-2.012-6.531-3.025-5.714-7.239 4.17-21.52 7.775-43.162 13.436-64.37 6.44 1.44 8.53 4.598 7.297 10.415a2698 2698 0 0 0-7.093 34.568c-.318 1.6-.044 3.32-.044 6.26 7.027-7.067 13.122-13.196 19.514-19.606M119.298 62.494c8.35 17.24 16.436 34.113 24.55 51.047 7.965-.955 14.385-5.315 21.568-7.503 8.9-2.711 9.301-2.765 11.478 7.272-10.5 3.948-21.047 8.09-31.72 11.874-8.575 3.04-8.824 2.938-12.682-4.963-8.236-16.865-16.281-33.823-24.349-50.77-.65-1.366-.871-2.938-1.4-4.79 4.264-.778 7.309-5.71 12.555-2.167M548.017 372.151c-1.163-2.38-.914-4.005 1.077-5.368 4.158-2.845 6.188-7.243 8.5-11.526 2.22-4.117 1.48-7.212-1.67-10.382-3.342-3.366-6.346-1.665-9.386.202-1.31.805-2.453 1.897-3.617 2.92-5.162 4.532-10.814 7.147-17.435 3.382-6.134-3.487-9.48-12.426-8.167-19.742 1.315-7.327 4.976-13.288 9.744-18.806 1.841-2.131 3.643-3.45 5.508-.692 1.602 2.367 5.836 4.875 1.725 8.196-3.278 2.648-5.752 5.452-7.121 9.541-1.278 3.817-.982 6.867 2.247 9.298 3.39 2.553 6.215.898 8.748-1.577 3.543-3.462 7.366-6.17 12.615-6.379 7.894-.312 13.755 3.204 15.297 11.118 2.429 12.465.209 26.7-14.239 35.022-2.453-.66-2.674-3.042-3.826-5.207M367.107 224.217c-.813-.167-1.231-.379-1.85-.696-4.916-2.227-9.938-2.15-14.949-2.143-1.843.002-3.73-.375-4.295-2.252-.66-2.192 1.926-1.846 2.98-2.634-.702-1.364-2.584-.315-2.862-1.928 5.714-5.732 19.422-4.855 23 2.221-5.376.605-10.345-2.838-16.42-.401 4.977.691 9.052 1.04 13.028 1.87 4.135.862 4.593 2.774 1.368 5.963"
|
|
1540
1540
|
}));
|
|
1541
1541
|
}
|
|
1542
|
-
|
|
1542
|
+
const ForwardRef$52 = /*#__PURE__*/React.forwardRef(AlesundTurvognIcon);
|
|
1543
1543
|
|
|
1544
1544
|
function AtBIcon(props, ref) {
|
|
1545
1545
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1557,7 +1557,7 @@ function AtBIcon(props, ref) {
|
|
|
1557
1557
|
clipRule: "evenodd"
|
|
1558
1558
|
}));
|
|
1559
1559
|
}
|
|
1560
|
-
|
|
1560
|
+
const ForwardRef$51 = /*#__PURE__*/React.forwardRef(AtBIcon);
|
|
1561
1561
|
|
|
1562
1562
|
function BaneNORIcon(props, ref) {
|
|
1563
1563
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1576,7 +1576,7 @@ function BaneNORIcon(props, ref) {
|
|
|
1576
1576
|
clipRule: "evenodd"
|
|
1577
1577
|
}));
|
|
1578
1578
|
}
|
|
1579
|
-
|
|
1579
|
+
const ForwardRef$50 = /*#__PURE__*/React.forwardRef(BaneNORIcon);
|
|
1580
1580
|
|
|
1581
1581
|
function BrakarIcon(props, ref) {
|
|
1582
1582
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1608,7 +1608,7 @@ function BrakarIcon(props, ref) {
|
|
|
1608
1608
|
d: "M4.4 8.3C3 8.4 1.6 8.6.2 9c1.5.4 2.8 1.2 3.8 2.4s1.5 2.7 1.6 4.2c.8.3 1.7.4 2.5.4 0-3-1.3-5.8-3.7-7.7"
|
|
1609
1609
|
})));
|
|
1610
1610
|
}
|
|
1611
|
-
|
|
1611
|
+
const ForwardRef$4$ = /*#__PURE__*/React.forwardRef(BrakarIcon);
|
|
1612
1612
|
|
|
1613
1613
|
function BrakarNoTextIcon(props, ref) {
|
|
1614
1614
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1633,7 +1633,7 @@ function BrakarNoTextIcon(props, ref) {
|
|
|
1633
1633
|
d: "M8.1 16c0-3-1.4-5.8-3.7-7.7-1.4 0-2.8.3-4.2.7 1.5.4 2.8 1.3 3.8 2.5s1.5 2.7 1.6 4.2q1.2.3 2.4.3z"
|
|
1634
1634
|
}));
|
|
1635
1635
|
}
|
|
1636
|
-
|
|
1636
|
+
const ForwardRef$4_ = /*#__PURE__*/React.forwardRef(BrakarNoTextIcon);
|
|
1637
1637
|
|
|
1638
1638
|
function FarteIcon(props, ref) {
|
|
1639
1639
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1667,7 +1667,7 @@ function FarteIcon(props, ref) {
|
|
|
1667
1667
|
d: "M51.267 6.764h-.346c-1.13 0-2.294.518-2.897 1.473V6.766h-1.81v8.987h1.81V11.99c0-2.299 1.158-3.62 2.912-3.62h.33z"
|
|
1668
1668
|
}));
|
|
1669
1669
|
}
|
|
1670
|
-
|
|
1670
|
+
const ForwardRef$4Z = /*#__PURE__*/React.forwardRef(FarteIcon);
|
|
1671
1671
|
|
|
1672
1672
|
function FlybussenIcon(props, ref) {
|
|
1673
1673
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1703,7 +1703,7 @@ function FlybussenIcon(props, ref) {
|
|
|
1703
1703
|
d: "M218.67 18.73c-.72.25-1.4.6-2.01 1.05-.61.44-1.14.97-1.58 1.58-.41.56-.72 1.19-.91 1.86-1.1 0-2.19.2-3.22.56-1.09.38-2.11.91-3.04 1.59-.92.67-1.72 1.47-2.4 2.38-.63.85-1.1 1.8-1.39 2.81h8.02l2.03-7.35h5.3l1.33-4.86c-.73 0-1.45.13-2.13.37ZM224.11 25.85c0-2.88 1.97-4.87 4.79-4.87 2.41 0 4.12 1.25 4.44 3.26l-2.3.45c-.17-.99-.95-1.67-2.06-1.67-1.46 0-2.41 1.1-2.41 2.83s.95 2.83 2.41 2.83c1.1 0 1.83-.6 2.06-1.61l2.3.47c-.36 1.98-2.06 3.18-4.44 3.18-2.83 0-4.79-1.98-4.79-4.87M234.37 25.85c0-2.81 2.06-4.87 4.92-4.87s4.92 2.06 4.92 4.87-2.06 4.87-4.92 4.87-4.92-2.06-4.92-4.87m7.47 0c0-1.68-1.03-2.83-2.55-2.83s-2.55 1.14-2.55 2.83 1.01 2.83 2.55 2.83 2.55-1.14 2.55-2.83M245.46 21.13h2.36v1.42c.6-.92 1.67-1.57 3-1.57 2.06 0 3.44 1.35 3.44 3.41v6.18h-2.36v-5.62c0-1.1-.69-1.87-1.8-1.87-1.44 0-2.28 1.24-2.28 3.35v4.14h-2.36zM255.87 21.13h2.36v1.42c.6-.92 1.67-1.57 3-1.57 2.06 0 3.44 1.35 3.44 3.41v6.18h-2.36v-5.62c0-1.1-.69-1.87-1.8-1.87-1.44 0-2.28 1.24-2.28 3.35v4.14h-2.36zM275.28 26.47h-7c.21 1.42 1.12 2.27 2.47 2.27 1.1 0 1.89-.52 2.13-1.44l2.21.6c-.52 1.78-2.17 2.83-4.38 2.83-3.13 0-4.79-2.41-4.79-4.87s1.53-4.87 4.66-4.87 4.74 2.36 4.74 4.55c0 .34-.02.75-.04.94Zm-2.49-1.72c-.11-1.12-.84-1.97-2.21-1.97-1.16 0-1.98.69-2.25 1.97zM276.35 25.85c0-2.88 1.97-4.87 4.79-4.87 2.41 0 4.12 1.25 4.44 3.26l-2.3.45c-.17-.99-.95-1.67-2.06-1.67-1.46 0-2.41 1.1-2.41 2.83s.95 2.83 2.41 2.83c1.1 0 1.83-.6 2.06-1.61l2.3.47c-.36 1.98-2.06 3.18-4.44 3.18-2.83 0-4.79-1.98-4.79-4.87M291.18 30.72c-1.91 0-3.33-1.03-3.33-3.24v-4.36h-1.59v-1.98h1.59v-2.77h2.36v2.77h2.32v1.98h-2.32v4.14c0 .9.49 1.39 1.22 1.39.36 0 .77-.06 1.1-.22v2.12c-.48.14-.8.19-1.35.19Z"
|
|
1704
1704
|
})));
|
|
1705
1705
|
}
|
|
1706
|
-
|
|
1706
|
+
const ForwardRef$4Y = /*#__PURE__*/React.forwardRef(FlybussenIcon);
|
|
1707
1707
|
|
|
1708
1708
|
function FramIcon(props, ref) {
|
|
1709
1709
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1733,7 +1733,7 @@ function FramIcon(props, ref) {
|
|
|
1733
1733
|
d: "M0 0H48V13H0z"
|
|
1734
1734
|
}))));
|
|
1735
1735
|
}
|
|
1736
|
-
|
|
1736
|
+
const ForwardRef$4X = /*#__PURE__*/React.forwardRef(FramIcon);
|
|
1737
1737
|
|
|
1738
1738
|
function GOAIcon(props, ref) {
|
|
1739
1739
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1758,7 +1758,7 @@ function GOAIcon(props, ref) {
|
|
|
1758
1758
|
d: "M17.739 6.605 15.776 9.686 18.316 9.686 19.314 8.032 20.127 6.605z"
|
|
1759
1759
|
}));
|
|
1760
1760
|
}
|
|
1761
|
-
|
|
1761
|
+
const ForwardRef$4W = /*#__PURE__*/React.forwardRef(GOAIcon);
|
|
1762
1762
|
|
|
1763
1763
|
function HykeIcon(props, ref) {
|
|
1764
1764
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1781,7 +1781,7 @@ function HykeIcon(props, ref) {
|
|
|
1781
1781
|
className: "cls-1"
|
|
1782
1782
|
})));
|
|
1783
1783
|
}
|
|
1784
|
-
|
|
1784
|
+
const ForwardRef$4V = /*#__PURE__*/React.forwardRef(HykeIcon);
|
|
1785
1785
|
|
|
1786
1786
|
function InnlandstrafikkIcon(props, ref) {
|
|
1787
1787
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1801,7 +1801,7 @@ function InnlandstrafikkIcon(props, ref) {
|
|
|
1801
1801
|
d: "M-.014 0v8.111C-.014 13.463 6.351 16 6.351 16s6.364-2.54 6.364-7.889V0zM6.35 1.713 9 4.36l-.617.617L6.35 2.946 4.32 4.978l-.618-.617zM2.101 5.227.86 6.469V5.235L2.1 3.993l3.633 3.632-.617.618zm9.742 1.242L10.6 5.227l-5.13 5.13a1.255 1.255 0 1 0 1.766.006l-.27-.27.617-.617.248.249a2.125 2.125 0 1 1-2.947-.013L10.6 3.995l1.243 1.243zM16.88 3.344h.944v5.57h-.944zM20.135 6.593v2.295h-.893v-4.24h.893v.773a1.6 1.6 0 0 1 1.41-.836q.717 0 1.16.438t.443 1.267v2.598h-.893V6.561q0-1.17-.973-1.172a1.17 1.17 0 0 0-.807.307q-.34.307-.34.897M25.117 6.593v2.295h-.893v-4.24h.893v.773a1.6 1.6 0 0 1 1.41-.836q.72 0 1.16.438.442.438.442 1.267v2.598h-.892V6.561q0-1.17-.972-1.172a1.17 1.17 0 0 0-.806.307q-.342.307-.342.897M31.366 8.585q-.318.367-.893.368a1.25 1.25 0 0 1-.92-.343q-.348-.343-.347-1.012V3.317h.893v4.177q0 .637.478.637a.43.43 0 0 0 .398-.2zM35.487 8.888h-.813v-.566q-.525.63-1.411.63c-.4.014-.79-.12-1.095-.378-.29-.25-.45-.618-.435-1q0-.626.462-.936t1.252-.312h1.156V6.17q0-.844-.944-.844-.59 0-1.228.43l-.4-.557a2.74 2.74 0 0 1 1.757-.614q.748 0 1.227.378.48.377.472 1.191zm-.893-1.577v-.359h-1.003q-.965 0-.965.605a.54.54 0 0 0 .238.472c.2.119.43.176.661.164.268.005.53-.08.745-.24a.76.76 0 0 0 .324-.642M37.583 6.593v2.295h-.892v-4.24h.892v.773a1.6 1.6 0 0 1 1.411-.836q.72 0 1.16.438t.442 1.267v2.598h-.893V6.561q0-1.17-.971-1.172a1.17 1.17 0 0 0-.806.307q-.343.307-.343.897M42.183 8.347q-.598-.606-.598-1.594 0-.99.614-1.579a2.04 2.04 0 0 1 1.462-.59c.549-.01 1.064.261 1.367.718V2.975h.893v5.913h-.893v-.637q-.494.7-1.442.702a1.9 1.9 0 0 1-1.403-.606m.291-1.558c-.014.37.128.73.391.992.242.245.573.381.917.378.339.005.664-.136.892-.387.25-.269.381-.626.368-.992a1.45 1.45 0 0 0-.368-1.012 1.16 1.16 0 0 0-.9-.407 1.2 1.2 0 0 0-.916.407 1.43 1.43 0 0 0-.384 1.02M50.426 7.621c.014.375-.148.734-.439.971q-.438.363-1.123.363a3 3 0 0 1-.96-.174 2.9 2.9 0 0 1-.882-.472l.43-.693q.74.558 1.435.558c.17.011.34-.036.48-.134a.43.43 0 0 0 .175-.355q0-.318-.85-.573l-.094-.033q-1.322-.358-1.322-1.195c-.01-.37.16-.723.46-.944q.456-.354 1.19-.354c.495.002.977.152 1.385.43l-.335.66a2 2 0 0 0-1.124-.342 1 1 0 0 0-.518.116.38.38 0 0 0-.195.346.32.32 0 0 0 .207.303q.195.087.402.133.259.063.458.127c.133.043.262.094.387.144q.21.093.403.222.43.291.43.896M52.791 5.366v2.152a.7.7 0 0 0 .164.482.57.57 0 0 0 .446.18c.19 0 .378-.095.55-.284l.366.63c-.28.268-.651.42-1.038.423a1.34 1.34 0 0 1-.973-.395q-.402-.396-.402-1.064V5.366h-.535v-.718h.535V3.317h.892v1.331h1.116v.718zM57.203 5.486q-.66 0-.997.43t-.334 1.155v1.817h-.893v-4.24h.893v.85c.14-.261.341-.485.586-.653.23-.164.503-.256.785-.263l.008.9zM61.772 8.888h-.813v-.566q-.526.63-1.41.63c-.4.014-.79-.12-1.096-.378-.29-.25-.45-.618-.435-1q0-.626.462-.936t1.252-.312h1.154V6.17q0-.844-.944-.844-.59 0-1.228.43l-.398-.557a2.74 2.74 0 0 1 1.753-.614q.749 0 1.227.378.48.377.473 1.191zm-.893-1.577v-.359h-1.004q-.963 0-.964.605a.54.54 0 0 0 .238.472c.2.119.43.176.661.164.269.005.531-.08.746-.24a.77.77 0 0 0 .323-.642M64.115 4.298v.35h1.114v.718h-1.114v3.522h-.892V5.366h-.535v-.718h.535v-.327q0-.67.402-1.064c.257-.258.608-.4.972-.394.388.004.76.155 1.039.423l-.366.63q-.264-.284-.55-.284a.57.57 0 0 0-.447.18.7.7 0 0 0-.158.486M66.582 3.803a.556.556 0 1 1 .797-.776.556.556 0 0 1-.797.776m.836 5.085h-.892v-4.24h.892zM69.674 8.888h-.892V2.975h.892V6.45l1.721-1.802h1.148l-1.61 1.678 1.73 2.559H71.58L70.32 7.03l-.645.654zM74.328 8.888h-.892V2.975h.892V6.45l1.722-1.802h1.147l-1.61 1.678 1.727 2.562h-1.08l-1.26-1.857-.646.654z"
|
|
1802
1802
|
})));
|
|
1803
1803
|
}
|
|
1804
|
-
|
|
1804
|
+
const ForwardRef$4U = /*#__PURE__*/React.forwardRef(InnlandstrafikkIcon);
|
|
1805
1805
|
|
|
1806
1806
|
function KolumbusIcon(props, ref) {
|
|
1807
1807
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1835,7 +1835,7 @@ function KolumbusIcon(props, ref) {
|
|
|
1835
1835
|
d: "M0 2 0 5.3 3.8 7.4 6.9 5.7z"
|
|
1836
1836
|
}));
|
|
1837
1837
|
}
|
|
1838
|
-
|
|
1838
|
+
const ForwardRef$4T = /*#__PURE__*/React.forwardRef(KolumbusIcon);
|
|
1839
1839
|
|
|
1840
1840
|
function BergenBysykkelIcon(props, ref) {
|
|
1841
1841
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1854,7 +1854,7 @@ function BergenBysykkelIcon(props, ref) {
|
|
|
1854
1854
|
d: "M11.816 12.932a3.184 3.184 0 1 1 0-6.368 3.184 3.184 0 0 1 0 6.368m0-4.895a1.71 1.71 0 1 0 1.711 1.711c0-.944-.766-1.71-1.71-1.71m-7.632 4.895a3.184 3.184 0 1 1 3.183-3.184 3.19 3.19 0 0 1-3.183 3.184m0-4.895a1.71 1.71 0 1 0 0 3.422 1.71 1.71 0 0 0 0-3.422M6.55 5.733H3.986a.737.737 0 0 1 0-1.475h2.565a.737.737 0 0 1 0 1.475m4.485-.794a5.6 5.6 0 0 1-2.2-.446.737.737 0 1 1 .58-1.356 4.15 4.15 0 0 0 1.62.327 4.15 4.15 0 0 0 1.64-.334.74.74 0 1 1 .59 1.356 5.6 5.6 0 0 1-2.23.453"
|
|
1855
1855
|
}));
|
|
1856
1856
|
}
|
|
1857
|
-
|
|
1857
|
+
const ForwardRef$4S = /*#__PURE__*/React.forwardRef(BergenBysykkelIcon);
|
|
1858
1858
|
|
|
1859
1859
|
function BoltIcon(props, ref) {
|
|
1860
1860
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1878,7 +1878,7 @@ function BoltIcon(props, ref) {
|
|
|
1878
1878
|
r: 1.575
|
|
1879
1879
|
})));
|
|
1880
1880
|
}
|
|
1881
|
-
|
|
1881
|
+
const ForwardRef$4R = /*#__PURE__*/React.forwardRef(BoltIcon);
|
|
1882
1882
|
|
|
1883
1883
|
function FartebysykkelIcon(props, ref) {
|
|
1884
1884
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1908,7 +1908,7 @@ function FartebysykkelIcon(props, ref) {
|
|
|
1908
1908
|
d: "M0 0H16V16H0z"
|
|
1909
1909
|
}))));
|
|
1910
1910
|
}
|
|
1911
|
-
|
|
1911
|
+
const ForwardRef$4Q = /*#__PURE__*/React.forwardRef(FartebysykkelIcon);
|
|
1912
1912
|
|
|
1913
1913
|
function GetAroundIcon(props, ref) {
|
|
1914
1914
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1925,7 +1925,7 @@ function GetAroundIcon(props, ref) {
|
|
|
1925
1925
|
d: "M43.975 13.927c.25.348.348.495.45.633 3.344 4.02 4.158 8.598 2.722 13.53-3.03 10.392-15.163 10.23-19.761 4.995-2.24-2.554-3.26-5.535-3.412-8.873-.274-6.28 3.47-13.858 12.932-13.589 5.75.162 11.5.05 17.25.01a4.5 4.5 0 0 0 1.981-.476c3.589-1.867 5.667-4.931 6.736-8.745.049-.176.005-.382.005-.603-.196-.02-.334-.049-.47-.049-9.31 0-18.614-.191-27.919.054-8.314.216-14.745 4.02-18.75 11.442-2.584 4.789-3.202 9.96-2.427 15.314.843 5.77 3.353 10.662 7.976 14.324 4.186 3.31 9.059 4.579 14.314 4.73 1.657.05 3.353.221 4.941.653 2.942.799 5.324 2.431 6.447 5.436 1.598 4.29-.245 9.153-4.432 11.172-4.667 2.26-9.373 2.103-13.893-.53-2.2-1.288-3.617-3.22-4.24-5.71l-.21-.873c-3.712.397-7.359.794-11.08 1.192.893 6.892 4.339 11.863 10.339 15.04 5.476 2.892 11.334 3.421 17.368 2.558 3.564-.514 6.908-1.69 9.859-3.78 5.892-4.156 8.27-10.005 8.059-17.059-.128-4.21-1.431-7.937-4.608-10.834-.961-.877-2.044-1.622-3.069-2.431.054-.064.088-.133.137-.177 7.555-6.48 9.241-17.745 6.01-26.359-.27-.72-.612-1.014-1.416-.995-2.304.059-4.603.02-6.898.02-1.563-.02-3.152-.02-4.941-.02"
|
|
1926
1926
|
}));
|
|
1927
1927
|
}
|
|
1928
|
-
|
|
1928
|
+
const ForwardRef$4P = /*#__PURE__*/React.forwardRef(GetAroundIcon);
|
|
1929
1929
|
|
|
1930
1930
|
function HafjellIcon(props, ref) {
|
|
1931
1931
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1951,7 +1951,7 @@ function HafjellIcon(props, ref) {
|
|
|
1951
1951
|
d: "M7.704 1 6.239 2.465l1.465 1.464 1.465-1.464z"
|
|
1952
1952
|
}));
|
|
1953
1953
|
}
|
|
1954
|
-
|
|
1954
|
+
const ForwardRef$4O = /*#__PURE__*/React.forwardRef(HafjellIcon);
|
|
1955
1955
|
|
|
1956
1956
|
function HertzIcon(props, ref) {
|
|
1957
1957
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1971,7 +1971,7 @@ function HertzIcon(props, ref) {
|
|
|
1971
1971
|
d: "M11.188 1 10.05 5.988H6.2L7.25 1H4.975L2.7 11.675h2.275L5.763 8h3.85l-.788 3.675H11.1L13.375 1z"
|
|
1972
1972
|
}));
|
|
1973
1973
|
}
|
|
1974
|
-
|
|
1974
|
+
const ForwardRef$4N = /*#__PURE__*/React.forwardRef(HertzIcon);
|
|
1975
1975
|
|
|
1976
1976
|
function KolumbusBysykkelIcon(props, ref) {
|
|
1977
1977
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1993,7 +1993,7 @@ function KolumbusBysykkelIcon(props, ref) {
|
|
|
1993
1993
|
d: "M3.45 1 3.45 4.85 7.883 7.3 11.5 5.317z"
|
|
1994
1994
|
}));
|
|
1995
1995
|
}
|
|
1996
|
-
|
|
1996
|
+
const ForwardRef$4M = /*#__PURE__*/React.forwardRef(KolumbusBysykkelIcon);
|
|
1997
1997
|
|
|
1998
1998
|
function LimeIcon(props, ref) {
|
|
1999
1999
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2019,7 +2019,7 @@ function LimeIcon(props, ref) {
|
|
|
2019
2019
|
d: "m9.533 6.658 2.173-1.255a.758.758 0 0 0 .164-1.186 5.4 5.4 0 0 0-2.524-1.46.76.76 0 0 0-.95.734V6c0 .584.632.949 1.137.657M7.604 6V3.49a.76.76 0 0 0-.95-.733 5.4 5.4 0 0 0-2.524 1.46.758.758 0 0 0 .164 1.186l2.173 1.255A.76.76 0 0 0 7.604 6M9.93 8.657l2.173 1.255a.758.758 0 0 0 1.11-.45 5.4 5.4 0 0 0 0-2.923.758.758 0 0 0-1.11-.451L9.929 7.343a.76.76 0 0 0 0 1.314M6.467 9.342l-2.173 1.255a.758.758 0 0 0-.164 1.186 5.4 5.4 0 0 0 2.524 1.46.76.76 0 0 0 .95-.734V10a.76.76 0 0 0-1.137-.657M6.07 7.343 3.898 6.088a.758.758 0 0 0-1.11.45 5.4 5.4 0 0 0 0 2.923.758.758 0 0 0 1.11.451l2.174-1.255a.76.76 0 0 0 0-1.314M8.396 10v2.51c0 .496.469.856.95.733a5.4 5.4 0 0 0 2.524-1.46.758.758 0 0 0-.164-1.186L9.533 9.342A.76.76 0 0 0 8.396 10"
|
|
2020
2020
|
})));
|
|
2021
2021
|
}
|
|
2022
|
-
|
|
2022
|
+
const ForwardRef$4L = /*#__PURE__*/React.forwardRef(LimeIcon);
|
|
2023
2023
|
|
|
2024
2024
|
function MoveAboutIcon(props, ref) {
|
|
2025
2025
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2043,7 +2043,7 @@ function MoveAboutIcon(props, ref) {
|
|
|
2043
2043
|
transform: "matrix(1.63557 0 0 1.63557 -92.815 545.086)"
|
|
2044
2044
|
})));
|
|
2045
2045
|
}
|
|
2046
|
-
|
|
2046
|
+
const ForwardRef$4K = /*#__PURE__*/React.forwardRef(MoveAboutIcon);
|
|
2047
2047
|
|
|
2048
2048
|
function OsloBysykkelIcon(props, ref) {
|
|
2049
2049
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2062,7 +2062,7 @@ function OsloBysykkelIcon(props, ref) {
|
|
|
2062
2062
|
d: "M11.816 12.932a3.184 3.184 0 1 1 0-6.368 3.184 3.184 0 0 1 0 6.368m0-4.895a1.71 1.71 0 1 0 1.711 1.711c0-.944-.766-1.71-1.71-1.71m-7.632 4.895a3.184 3.184 0 1 1 3.183-3.184 3.19 3.19 0 0 1-3.183 3.184m0-4.895a1.71 1.71 0 1 0 0 3.422 1.71 1.71 0 0 0 0-3.422M6.55 5.733H3.986a.737.737 0 0 1 0-1.475h2.565a.737.737 0 0 1 0 1.475m4.485-.794a5.6 5.6 0 0 1-2.2-.446.737.737 0 1 1 .58-1.356 4.15 4.15 0 0 0 1.62.327 4.15 4.15 0 0 0 1.64-.334.74.74 0 1 1 .59 1.356 5.6 5.6 0 0 1-2.23.453"
|
|
2063
2063
|
}));
|
|
2064
2064
|
}
|
|
2065
|
-
|
|
2065
|
+
const ForwardRef$4J = /*#__PURE__*/React.forwardRef(OsloBysykkelIcon);
|
|
2066
2066
|
|
|
2067
2067
|
function OttoMobilityIcon(props, ref) {
|
|
2068
2068
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2087,7 +2087,7 @@ function OttoMobilityIcon(props, ref) {
|
|
|
2087
2087
|
transform: "translate(1 3)"
|
|
2088
2088
|
}))));
|
|
2089
2089
|
}
|
|
2090
|
-
|
|
2090
|
+
const ForwardRef$4I = /*#__PURE__*/React.forwardRef(OttoMobilityIcon);
|
|
2091
2091
|
|
|
2092
2092
|
function SURFIcon(props, ref) {
|
|
2093
2093
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2104,7 +2104,7 @@ function SURFIcon(props, ref) {
|
|
|
2104
2104
|
d: "M9.057 9.661a3.1 3.1 0 0 1-.622 1.271q-.52.636-1.195.876Q6.677 12 5.255 12H1l.313-1.427h3.86q.915 0 1.341-.21t.54-.726q.216-.983-1.244-.983H4.248q-1.473 0-2.005-.528-.655-.66-.408-1.787.165-.756.749-1.392.583-.636 1.375-.827Q4.442 4 5.636 4H15l-.313 1.427H5.721q-.815 0-1.148.072-.602.131-.75.804-.111.516.187.72t1.165.203h1.36q1.743 0 2.273.66.502.612.249 1.775"
|
|
2105
2105
|
}));
|
|
2106
2106
|
}
|
|
2107
|
-
|
|
2107
|
+
const ForwardRef$4H = /*#__PURE__*/React.forwardRef(SURFIcon);
|
|
2108
2108
|
|
|
2109
2109
|
function TierIcon(props, ref) {
|
|
2110
2110
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2123,7 +2123,7 @@ function TierIcon(props, ref) {
|
|
|
2123
2123
|
d: "M1.343 3.505h13.314a.322.322 0 0 1 .342.342v1.126a.32.32 0 0 1-.342.322H9.006v6.879a.34.34 0 0 1-.342.322H7.336a.34.34 0 0 1-.342-.322V5.295H1.343A.32.32 0 0 1 1 4.973V3.847a.322.322 0 0 1 .342-.342"
|
|
2124
2124
|
}));
|
|
2125
2125
|
}
|
|
2126
|
-
|
|
2126
|
+
const ForwardRef$4G = /*#__PURE__*/React.forwardRef(TierIcon);
|
|
2127
2127
|
|
|
2128
2128
|
function TrondheimBysykkelIcon(props, ref) {
|
|
2129
2129
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2142,7 +2142,7 @@ function TrondheimBysykkelIcon(props, ref) {
|
|
|
2142
2142
|
d: "M11.816 12.932a3.184 3.184 0 1 1 0-6.368 3.184 3.184 0 0 1 0 6.368m0-4.895a1.71 1.71 0 1 0 1.711 1.711c0-.944-.766-1.71-1.71-1.71m-7.632 4.895a3.184 3.184 0 1 1 3.183-3.184 3.19 3.19 0 0 1-3.183 3.184m0-4.895a1.71 1.71 0 1 0 0 3.422 1.71 1.71 0 0 0 0-3.422M6.55 5.733H3.986a.737.737 0 0 1 0-1.475h2.565a.737.737 0 0 1 0 1.475m4.485-.794a5.6 5.6 0 0 1-2.2-.446.737.737 0 1 1 .58-1.356 4.15 4.15 0 0 0 1.62.327 4.15 4.15 0 0 0 1.64-.334.74.74 0 1 1 .59 1.356 5.6 5.6 0 0 1-2.23.453"
|
|
2143
2143
|
}));
|
|
2144
2144
|
}
|
|
2145
|
-
|
|
2145
|
+
const ForwardRef$4F = /*#__PURE__*/React.forwardRef(TrondheimBysykkelIcon);
|
|
2146
2146
|
|
|
2147
2147
|
function VoiIcon(props, ref) {
|
|
2148
2148
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2161,7 +2161,7 @@ function VoiIcon(props, ref) {
|
|
|
2161
2161
|
d: "m11.702 3.24-3.957 9.377H4.94L.999 3.24h2.807l2.6 6.38 2.681-6.38zm1.606 9.516a1.63 1.63 0 0 1-1.202-.487 1.65 1.65 0 0 1-.489-1.22q0-.75.489-1.212a1.796 1.796 0 0 1 2.405 0q.488.464.488 1.211c.012.457-.164.898-.489 1.22a1.63 1.63 0 0 1-1.202.488"
|
|
2162
2162
|
}));
|
|
2163
2163
|
}
|
|
2164
|
-
|
|
2164
|
+
const ForwardRef$4E = /*#__PURE__*/React.forwardRef(VoiIcon);
|
|
2165
2165
|
|
|
2166
2166
|
function ZvippIcon(props, ref) {
|
|
2167
2167
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2199,7 +2199,7 @@ function ZvippIcon(props, ref) {
|
|
|
2199
2199
|
d: "M12.232 7.448 8.59 7.448 10.577 10.489 15 5.511 12.014 2.58 8.26 2.58z"
|
|
2200
2200
|
})));
|
|
2201
2201
|
}
|
|
2202
|
-
|
|
2202
|
+
const ForwardRef$4D = /*#__PURE__*/React.forwardRef(ZvippIcon);
|
|
2203
2203
|
|
|
2204
2204
|
function NordlandIcon(props, ref) {
|
|
2205
2205
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2228,7 +2228,7 @@ function NordlandIcon(props, ref) {
|
|
|
2228
2228
|
transform: "translate(0 .448)"
|
|
2229
2229
|
}))));
|
|
2230
2230
|
}
|
|
2231
|
-
|
|
2231
|
+
const ForwardRef$4C = /*#__PURE__*/React.forwardRef(NordlandIcon);
|
|
2232
2232
|
|
|
2233
2233
|
function OstfoldIcon(props, ref) {
|
|
2234
2234
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2248,7 +2248,7 @@ function OstfoldIcon(props, ref) {
|
|
|
2248
2248
|
d: "M24.843 13.663v.554h-1.726v-2.771h.61v2.196zM27.052 13.663v.554h-1.726v-2.771h.61v2.196zM19.502 14.155l-.03.062h-.607l-.738-1.08a3 3 0 0 1-.408.087h-.061v.988h-.61v-2.766h.61v1.264c.551-.06.969-.525.97-1.08v-.184h.62v.21c.017.486-.213.947-.611 1.226zM19.647 12.829a1.471 1.471 0 1 1 1.471 1.432 1.42 1.42 0 0 1-1.47-1.432m2.32 0a.852.852 0 1 0-1.704.053.852.852 0 0 0 1.703-.053M28.075 11.986v.623h1.094v.47h-1.094v.593h1.155v.54h-1.756v-2.766h1.756v.54zM32.274 14.155l-.03.062h-.607l-.738-1.08q-.2.058-.408.087h-.062v.988h-.61v-2.766h.61v1.264c.552-.06.97-.525.971-1.08v-.184h.62v.21c.017.486-.213.947-.611 1.226zM34.835 11.999h-.879v2.196h-.61v-2.196h-.879v-.553h2.398zM35.278 11.446h.61v2.77h-.61zM41.427 11.999h-.878v2.196h-.61v-2.196h-.88v-.553h2.399zM44.159 14.155l-.031.062h-.637l-.825-.927h-.224v.927h-.585v-2.771h1.002c.663 0 1.098.368 1.098.913a.88.88 0 0 1-.655.878zm-1.704-1.317h.351c.365 0 .575-.19.575-.44s-.21-.439-.575-.439h-.351zM46.337 13.681H45.02l-.233.536h-.62l1.274-2.771h.475l1.282 2.77h-.624zm-.215-.496-.44-1.006-.438 1.006zM48.116 11.986v.65h1.04v.478h-1.04v1.094h-.62v-2.762h1.757v.54zM49.794 11.446h.61v2.77h-.61zM53.544 14.155l-.03.062h-.606l-.738-1.08q-.2.058-.409.087H51.7v.988h-.61v-2.766h.61v1.264c.551-.06.97-.525.97-1.08v-.184h.62v.21c.017.486-.213.947-.61 1.226zM56.448 14.155l-.031.062h-.606l-.738-1.08a3 3 0 0 1-.409.087H54.6v.988h-.607v-2.766h.607v1.264h.022a1.09 1.09 0 0 0 .966-1.08v-.184h.623v.21c.018.487-.214.949-.614 1.226zM38.849 11.446v.048l-1.054 2.723h-.466l-1.045-2.723v-.048h.584l.698 2.024.708-2.024zM25.682 4.669a4.42 4.42 0 0 1-4.564 4.444 4.8 4.8 0 0 1-2.428-.64l-.8.957-.786-.65.76-.936a4.35 4.35 0 0 1-1.318-3.193 4.42 4.42 0 0 1 4.568-4.44 4.83 4.83 0 0 1 2.539.698l.75-.909.796.65-.747.878a4.36 4.36 0 0 1 1.23 3.14m-6.628 1.756 3.448-4.12a2.56 2.56 0 0 0-1.384-.394 2.635 2.635 0 0 0-2.635 2.749 2.86 2.86 0 0 0 .571 1.774zm4.7-1.756a2.86 2.86 0 0 0-.501-1.656l-3.426 4.084c.39.218.831.328 1.278.321a2.635 2.635 0 0 0 2.649-2.75M44.392 2.042v2.025h3.228v1.51h-3.228v3.387h-1.889V.378h5.486v1.669zM74.09 4.669c0 2.565-1.757 4.295-4.308 4.295h-3.62V.378h3.62c2.613 0 4.308 1.757 4.308 4.29m-1.888 0c0-1.568-.984-2.636-2.456-2.636h-1.655v5.27h1.655c1.498-.008 2.456-1.075 2.456-2.634M48.898 4.669A4.39 4.39 0 0 1 53.46.229c2.613 0 4.563 1.888 4.563 4.44a4.563 4.563 0 0 1-9.126 0m7.203 0a2.635 2.635 0 1 0-5.27 0 2.635 2.635 0 0 0 5.27 0M64.968 7.247v1.717H59.61V.378h1.888v6.869zM27.157 8.534l-.307-1.757.04-.022a6.94 6.94 0 0 0 2.99.773c1.033 0 1.73-.347 1.73-.936 0-.439-.307-.685-.794-.878l-2.205-.615a2.3 2.3 0 0 1-1.669-2.284c0-1.642 1.362-2.587 3.351-2.587a6.1 6.1 0 0 1 2.675.563v1.708a5.07 5.07 0 0 0-2.613-.69c-1.129 0-1.524.44-1.524.997 0 .282.1.686.764.905l2.134.641c1.103.317 1.757 1.09 1.757 2.196 0 1.63-1.471 2.579-3.513 2.579a8.2 8.2 0 0 1-2.816-.593M41.286 2.095H38.44v6.869h-1.893V2.095h-2.846V.378h7.585zM.063.378v6.535c0 3.074 2.451 6.887 6.36 9.087 3.904-2.196 6.35-6 6.355-9.087L12.8.378zm6.369 12.736c-1.186 0-2.148-.224-2.148-.303s.962-.307 2.148-.307 2.143.224 2.143.307c0 .084-.97.303-2.152.303zm0-1.642c-1.823 0-3.294-.33-3.294-.47s1.471-.474 3.294-.474 3.294.316 3.294.456-1.485.47-3.303.47zm0-1.91c-2.236 0-4.045-.41-4.045-.58 0-.172 1.81-.58 4.045-.58s4.04.408 4.04.58c0 .17-1.818.562-4.05.562zm4.172-2.487c-1.39.183-2.792.268-4.194.255a31.5 31.5 0 0 1-4.2-.255c-.034 0-.056 0-.047-.052a12.1 12.1 0 0 1 4.185-5.477.1.1 0 0 1 .119 0 12.1 12.1 0 0 1 4.185 5.477c.027.03 0 .048-.048.052"
|
|
2249
2249
|
})));
|
|
2250
2250
|
}
|
|
2251
|
-
|
|
2251
|
+
const ForwardRef$4B = /*#__PURE__*/React.forwardRef(OstfoldIcon);
|
|
2252
2252
|
|
|
2253
2253
|
function ReisNordlandIcon(props, ref) {
|
|
2254
2254
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2268,7 +2268,7 @@ function ReisNordlandIcon(props, ref) {
|
|
|
2268
2268
|
d: "M606.7 216.8c-.6-.1-1.1-.5-1.7-1.2.6.1 1.2.5 1.7 1.2M534.7 231c0 .3 0 .5-.6.9 0-.2 0-.6.6-.9M533.8 265.3c.4-.2.7 0 1.1.5-.3.1-.7 0-1.1-.5M541.3 266.1c0-.3 0-.6.5-1 0 .3 0 .7-.5 1M556.8 265.3c.3-.2.7 0 1.1.5-.3.1-.7 0-1.1-.5M564.3 266.2c0-.3 0-.6.6-1.1 0 .3 0 .7-.6 1.1M599.9 265.4c.3-.1.6 0 1 .6-.2 0-.6 0-1-.6"
|
|
2269
2269
|
})));
|
|
2270
2270
|
}
|
|
2271
|
-
|
|
2271
|
+
const ForwardRef$4A = /*#__PURE__*/React.forwardRef(ReisNordlandIcon);
|
|
2272
2272
|
|
|
2273
2273
|
function RuterIcon(props, ref) {
|
|
2274
2274
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2287,7 +2287,7 @@ function RuterIcon(props, ref) {
|
|
|
2287
2287
|
d: "m55.5 6.6.4-1.8H53l.5-2.8h-1.9l-.5 2.7h-2.9l.5-2.7h-1.9l-.5 2.7h-2.9L43 6.6h2.9l-.5 2.7h-2.9l-.4 1.8H45l-.5 2.7h1.9l.5-2.7h2.9l-.5 2.7h1.9l.5-2.7h2.9l.4-1.8h-2.9l.5-2.7zm-5.3 2.7h-2.9l.5-2.7h2.9zM6.3 13.9 4 9.2H2.3v4.7H0V2h4.7c2.4 0 3.9 1.7 3.9 3.6 0 1.7-1 2.7-2.2 3.1L9 13.9zM4.5 4.1H2.3v3.1h2.2c1 0 1.7-.7 1.7-1.6s-.7-1.5-1.7-1.5m11.1 9.8v-.8c-.6.6-1.4.9-2.2.9-.9 0-1.6-.3-2.1-.8-.7-.7-.9-1.5-.9-2.5V5.2h2.2v5.3c0 1.2.8 1.6 1.4 1.6.7 0 1.5-.4 1.5-1.6V5.2h2.2v8.7zm7.3 0c-1.8 0-2.5-1.3-2.5-2.5V6.8h-.9V5.2h.9V2.9h2.2v2.3h1.5v1.7h-1.5v4.4c0 .5.2.8.8.8h.8v1.8zm4.8-3.7c0 1.1.7 1.9 1.9 1.9 1 0 1.4-.3 2-.8l1.3 1.3c-.9.9-1.8 1.4-3.3 1.4-2.1 0-4-.9-4-4.5 0-2.8 1.5-4.4 3.8-4.4 2.4 0 3.8 1.8 3.8 4.2v1zm3.1-2.4c-.2-.5-.7-.9-1.5-.9-.7 0-1.2.4-1.5.9-.1.3-.2.6-.2.9H31c0-.3-.1-.6-.2-.9m9.9-2.4c-.4-.2-.8-.3-1.4-.3-.9 0-1.8.4-2.2.9v-.8H35v8.7h2.2V8.7c0-1.1.7-1.5 1.4-1.6.8-.1 1.2.3 1.2.3z"
|
|
2288
2288
|
}));
|
|
2289
2289
|
}
|
|
2290
|
-
|
|
2290
|
+
const ForwardRef$4z = /*#__PURE__*/React.forwardRef(RuterIcon);
|
|
2291
2291
|
|
|
2292
2292
|
function RuterNoTextIcon(props, ref) {
|
|
2293
2293
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2304,7 +2304,7 @@ function RuterNoTextIcon(props, ref) {
|
|
|
2304
2304
|
d: "m674.89 230.75 17.94-92.3H547.44L574.35 0h-96.91l-26.9 138.45H305.13L332 0h-96.9l-26.91 138.45H62.79l-17.93 92.3h145.38l-26.9 138.44H17.94L0 461.55h145.39L118.47 600h96.93l26.93-138.45h145.38L360.78 600h97l26.91-138.45H630l18-92.3H502.58l27-138.5zM405.67 369.19H260.25l26.93-138.44h145.37z"
|
|
2305
2305
|
}));
|
|
2306
2306
|
}
|
|
2307
|
-
|
|
2307
|
+
const ForwardRef$4y = /*#__PURE__*/React.forwardRef(RuterNoTextIcon);
|
|
2308
2308
|
|
|
2309
2309
|
function SJIcon(props, ref) {
|
|
2310
2310
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2326,7 +2326,7 @@ function SJIcon(props, ref) {
|
|
|
2326
2326
|
transform: "translate(-161 -134) translate(161 134)"
|
|
2327
2327
|
}));
|
|
2328
2328
|
}
|
|
2329
|
-
|
|
2329
|
+
const ForwardRef$4x = /*#__PURE__*/React.forwardRef(SJIcon);
|
|
2330
2330
|
|
|
2331
2331
|
function SJNordIcon(props, ref) {
|
|
2332
2332
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2344,7 +2344,7 @@ function SJNordIcon(props, ref) {
|
|
|
2344
2344
|
d: "M70.546 5.946c0 1.66-1.124 1.806-2.429 1.806h-2.81V4.14h2.81c1.305 0 2.429.145 2.429 1.806m-2.437-3.078h-4.254v6.155h4.254c2.239 0 3.891-.5 3.891-3.078s-1.652-3.079-3.89-3.079zM59.222 8.831a264 264 0 0 0-2.05-1.903l.105-.019c.998-.214 1.671-.815 1.671-1.947V4.91c0-1.457-1.11-2.04-2.615-2.04h-5.389v6.154h1.45V7.003h3.102l1.78 1.65c.324.295.65.368 1.127.368h.817s.196.004.002-.188zM52.394 4.14h3.74c.794 0 1.325.08 1.325.795s-.53.795-1.326.795h-3.739zM44.372 6.314l-2.351 2.35c-.24.247-.425.443-.51.813l-.117.466-.118-.466c-.084-.37-.27-.566-.509-.812l-2.35-2.351c-.248-.24-.442-.424-.812-.508l-.465-.118.465-.118c.37-.084.564-.268.811-.507l2.98-2.98 2.976 2.977c.247.239.442.426.814.51l.465.118-.465.118c-.37.084-.565.269-.812.508zM42.116.724l-.723 1.358V0l-5.689 5.688 5.688 5.688 5.689-5.688zM30.57 2.868v4.394s-4.481-3.73-4.805-4.025c-.325-.296-.65-.37-1.128-.37h-.76v6.156h1.45V4.629s4.48 3.729 4.804 4.025c.325.295.65.369 1.128.369h.76V2.868zM18.325 0h-.275v11.375h.275zM8.216 4.626c-.133.922-.95.965-1.497.933q-.061-.004-.112-.012c-.052-.007-.055-.065-.011-.083.11-.047.658-.346.719-.972.012-.13.012-.311.012-.344V1.724h.905v2.457c-.003.288-.011.393-.016.446M7.213 7.21c.038-.948.815-1.6 2.015-1.6h3.227c.043 0 .056.03.031.074-.117.225-.496.868-.965.868H9.644c-1.038 0-1.734.567-1.932 1.148-.035.106-.137.358-.285.358-.202 0-.233-.272-.213-.85m-1.925.002c-.038-.948-.815-1.6-2.015-1.6H.043c-.043 0-.055.03-.03.074.116.225.496.868.964.868h1.879c1.037 0 1.733.567 1.931 1.148.036.106.137.358.285.358.205 0 .236-.272.215-.85m.964 1.965c-.675 0-1.354-.356-1.637-.746-.353-.483-.417-1.358-1.992-1.358H1.23c-.043 0-.055.03-.03.075.116.222.549.937 1.018.937h.648c.35 0 .432.24.6.521.494.957 1.47 1.606 2.785 1.606s2.291-.65 2.788-1.606c.168-.28.25-.52.6-.52h.648c.47 0 .902-.716 1.019-.938q.037-.074-.031-.075H9.883c-1.575 0-1.64.878-1.992 1.358-.285.388-.964.746-1.64.746m.323-7.33v.59s-.47-.226-.823-.226c-.355 0-.622.125-.622.385 0 .323.6.475.821.553.221.077.875.365.875.948 0 .621-.342 1.19-1.523 1.19-.623 0-.98-.194-.98-.194v-.586c.206.077.669.194.906.194.405 0 .65-.089.65-.35 0-.331-.635-.51-.879-.608-.246-.1-.809-.34-.809-1.018 0-.757.677-1.065 1.486-1.065.55 0 .895.186.895.186"
|
|
2345
2345
|
})));
|
|
2346
2346
|
}
|
|
2347
|
-
|
|
2347
|
+
const ForwardRef$4w = /*#__PURE__*/React.forwardRef(SJNordIcon);
|
|
2348
2348
|
|
|
2349
2349
|
function SkyssIcon(props, ref) {
|
|
2350
2350
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2363,7 +2363,7 @@ function SkyssIcon(props, ref) {
|
|
|
2363
2363
|
clipRule: "evenodd"
|
|
2364
2364
|
}));
|
|
2365
2365
|
}
|
|
2366
|
-
|
|
2366
|
+
const ForwardRef$4v = /*#__PURE__*/React.forwardRef(SkyssIcon);
|
|
2367
2367
|
|
|
2368
2368
|
function SkyssNoTextIcon(props, ref) {
|
|
2369
2369
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2380,7 +2380,7 @@ function SkyssNoTextIcon(props, ref) {
|
|
|
2380
2380
|
d: "M5.97 0H.18C.04 0 0 .03 0 .19c0 .8.02 1.6.1 2.4.09.88.22 1.74.58 2.55.52 1.16 1.37 2 2.3 2.77.08.06.12.03.17-.02.08-.07.16-.14.24-.22.16-.14.33-.28.49-.43.86-.81 1.55-1.77 1.85-2.98.34-1.35.38-2.74.38-4.13 0-.14-.07-.13-.14-.13M.25.25h5.61c-.74.96-1.6 2.13-2.34 3.09-.14.19-.29.37-.43.56l-1.6 2.11c-.22-.3-.42-.62-.58-.97S.64 4.32.56 3.95h2.48m.67 3.11c-.15.15-.31.28-.47.42-.06.05-.12.11-.19.16-.59-.49-1.12-1.02-1.56-1.63h3.05a.2.2 0 0 0 .09-.02c-.27.38-.58.74-.93 1.07z"
|
|
2381
2381
|
}));
|
|
2382
2382
|
}
|
|
2383
|
-
|
|
2383
|
+
const ForwardRef$4u = /*#__PURE__*/React.forwardRef(SkyssNoTextIcon);
|
|
2384
2384
|
|
|
2385
2385
|
function SnelandiaIcon(props, ref) {
|
|
2386
2386
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2416,7 +2416,7 @@ function SnelandiaIcon(props, ref) {
|
|
|
2416
2416
|
d: "M0 0H63V12H0z"
|
|
2417
2417
|
}))));
|
|
2418
2418
|
}
|
|
2419
|
-
|
|
2419
|
+
const ForwardRef$4t = /*#__PURE__*/React.forwardRef(SnelandiaIcon);
|
|
2420
2420
|
|
|
2421
2421
|
function SvipperIcon(props, ref) {
|
|
2422
2422
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2433,7 +2433,7 @@ function SvipperIcon(props, ref) {
|
|
|
2433
2433
|
d: "M6.65 7.735q.147 2.2.832 3.482c.457.856 1.442 1.225 2.477 1.225.43 0 .687-.066 1.25-.317q.846-.376 2.703-1.752 2.095-1.595 3.567-2.165c.98-.379 1.934-.568 2.803-.568 2.636 0 4.59.767 5.92 2.302s2.133 4.027 2.354 7.207h-4.964c-.158-1.712-.432-2.774-.987-3.721-.42-.718-1.395-.986-2.322-.986-.478 0-.849.13-1.535.454q-1.03.485-2.446 1.642-1.25 1.027-2.913 1.88a7.4 7.4 0 0 1-3.429.827c-2.659 0-4.645-.765-5.957-2.35q-1.966-2.373-2.316-7.16zM33.789 17.149h5.161c0 1.443 1.447 2.559 3.222 2.559 1.676 0 2.958-.853 2.958-2.33 0-.886-.492-1.706-2.498-2.362l-2.696-.82c-4.997-1.344-5.95-4.395-5.95-6.527 0-4.068 3.485-6.921 7.989-6.921s7.659 2.591 7.659 6.987h-5.162c0-1.345-.822-2.493-2.596-2.493-1.612 0-2.663 1.082-2.663 2.329 0 .46.131 1.476 2.235 2.066l2.367.754c3.221.985 6.509 2.625 6.509 6.726 0 4.854-4.208 7.02-8.35 7.02-4.833 0-8.186-2.822-8.186-6.989M62.653 8.423h5.292l-6.509 15.32h-4.24l-6.51-15.32h5.293l3.353 9.12zM68.734 3.306c0-1.607 1.381-2.821 3.025-2.821 1.642 0 2.958 1.214 2.958 2.821s-1.315 2.821-2.959 2.821c-1.643 0-3.024-1.28-3.024-2.82m.592 20.436V8.423h4.866v15.32zM94.672 16.066c0 4.954-3.616 8.07-7.462 8.07-1.578 0-3.616-.656-4.733-2.1v9.251h-4.865V8.423h4.865v1.64c1.117-1.41 3.156-2.033 4.733-2.033 3.846 0 7.462 3.116 7.462 8.036m-4.931 0c0-1.935-1.644-3.542-3.55-3.542-1.907 0-3.551 1.574-3.551 3.542s1.71 3.576 3.55 3.576c1.841 0 3.55-1.608 3.55-3.576M114.266 16.066c0 4.954-3.616 8.07-7.462 8.07-1.579 0-3.616-.656-4.734-2.1v9.251h-4.866V8.423h4.866v1.64c1.118-1.41 3.155-2.033 4.734-2.033 3.846 0 7.462 3.116 7.462 8.036m-4.932 0c0-1.935-1.644-3.542-3.55-3.542-1.907 0-3.551 1.574-3.551 3.542s1.71 3.576 3.551 3.576 3.55-1.608 3.55-3.576M132.215 17.51h-11.243c.461 1.476 1.743 2.395 3.583 2.395 1.447 0 2.926-.656 3.88-1.575l2.498 3.149c-1.512 1.64-4.142 2.657-6.706 2.657-4.865 0-8.284-3.346-8.284-8.004 0-4.986 3.846-8.102 8.251-8.102s8.088 3.084 8.088 7.742c0 .426-.033.984-.066 1.738zm-4.767-2.854c-.065-1.509-1.414-2.526-3.156-2.526-1.446 0-2.86.688-3.353 2.526zM146.417 8.489l-1.151 4.625a4.06 4.06 0 0 0-2.202-.59c-1.907 0-3.485 1.608-3.485 6.134v5.085h-4.865V8.423h4.799v3.248c.888-2.526 2.729-3.641 4.603-3.641.724 0 1.512.065 2.301.459"
|
|
2434
2434
|
}));
|
|
2435
2435
|
}
|
|
2436
|
-
|
|
2436
|
+
const ForwardRef$4s = /*#__PURE__*/React.forwardRef(SvipperIcon);
|
|
2437
2437
|
|
|
2438
2438
|
function TromsFylkestrafikkIcon(props, ref) {
|
|
2439
2439
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2461,7 +2461,7 @@ function TromsFylkestrafikkIcon(props, ref) {
|
|
|
2461
2461
|
d: "M0 0H38.856V8.868H0z"
|
|
2462
2462
|
}))));
|
|
2463
2463
|
}
|
|
2464
|
-
|
|
2464
|
+
const ForwardRef$4r = /*#__PURE__*/React.forwardRef(TromsFylkestrafikkIcon);
|
|
2465
2465
|
|
|
2466
2466
|
function VKTIcon(props, ref) {
|
|
2467
2467
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2485,7 +2485,7 @@ function VKTIcon(props, ref) {
|
|
|
2485
2485
|
d: "M0 0H56V14.606H0z"
|
|
2486
2486
|
}))));
|
|
2487
2487
|
}
|
|
2488
|
-
|
|
2488
|
+
const ForwardRef$4q = /*#__PURE__*/React.forwardRef(VKTIcon);
|
|
2489
2489
|
|
|
2490
2490
|
function VyIcon(props, ref) {
|
|
2491
2491
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2516,7 +2516,7 @@ function VyIcon(props, ref) {
|
|
|
2516
2516
|
d: "M16.027.5c-.3-.1-.8-.1-1.2.3-.4.3-.8.9-1 1.7 0 .1-3.5 11.7-3.5 11.7-.2.6-.4 1.1-.8 1.5-.2.2-.5.3-.7.3h.5c.5 0 .8-.1 1-.3.4-.3.6-.9.8-1.5 0-.1 3.4-11.6 3.5-11.7.2-.8.6-1.4 1-1.8.2 0 .3-.1.4-.2M7.927 15c-.2-.2-.3-.5-.4-.8-.1-.5-3.7-12.6-3.7-12.6-.3-1-.8-1.5-1.6-1.5h-.6c.7.1 1.1.6 1.4 1.5l3.7 12.6c.2.7.5 1.1.7 1.4.2-.1.4-.3.5-.6"
|
|
2517
2517
|
}));
|
|
2518
2518
|
}
|
|
2519
|
-
|
|
2519
|
+
const ForwardRef$4p = /*#__PURE__*/React.forwardRef(VyIcon);
|
|
2520
2520
|
|
|
2521
2521
|
function ØresundstågIcon(props, ref) {
|
|
2522
2522
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2532,7 +2532,7 @@ function ØresundstågIcon(props, ref) {
|
|
|
2532
2532
|
d: "M1.882 6.375c0-.977.786-1.761 1.756-1.761.262 0 .513.068.73.159l1.368-1.364a3.6 3.6 0 0 0-2.098-.659A3.634 3.634 0 0 0 0 6.375c0 .784.25 1.5.661 2.09L2.03 7.103a1.9 1.9 0 0 1-.148-.727m3.375-.716c.103.216.16.466.16.716A1.76 1.76 0 0 1 2.93 7.977L1.562 9.341c.593.42 1.312.659 2.087.659A3.64 3.64 0 0 0 7.3 6.364a3.64 3.64 0 0 0-.662-2.08zm36.549 4.17h2.817c1.904 0 3.523-1.284 3.523-3.397 0-2.205-1.505-3.477-3.694-3.477h-2.646zM63.336 1c-.775 0-1.391.614-1.391 1.364 0 .295.102.568.262.761L59.733 9.83h1.893l.456-1.42h2.303l.445 1.42h1.984l-2.383-6.67a1.23 1.23 0 0 0 .285-.796c0-.75-.616-1.364-1.38-1.364M34.428 9.83h1.802V5.886l2.76 3.944h1.561V2.955H38.75v3.84l-2.646-3.84h-1.665V9.83zm-26.206 0h1.836V7.489h.81l1.197 2.34h2.019l-1.517-2.647c.695-.41 1.095-1.068 1.095-1.977 0-1.387-.867-2.25-2.44-2.25h-3zm62.47-2.523H71.9v.659c-.353.25-.775.375-1.254.375-1.118 0-1.848-.796-1.848-1.943 0-1.057.639-1.932 1.848-1.932.661 0 1.106.295 1.54.727L73.37 3.99c-.673-.864-1.665-1.228-2.862-1.228-2.076 0-3.58 1.478-3.58 3.614 0 2.068 1.197 3.614 3.58 3.614.992 0 2.178-.273 3.033-.978V5.898h-2.84v1.409zM27.3 7.147c0 1.66 1.107 2.853 2.988 2.853 1.78 0 2.965-1.125 2.965-2.852V2.955h-1.847v4.022c0 .716-.285 1.296-1.118 1.296-.798 0-1.14-.523-1.14-1.296V2.955h-1.836v4.193zM14.893 9.83h5.189V8.25h-3.353V7.09h2.577V5.615H16.73V4.523h3.136V2.955h-4.972zm5.782-.853c.764.705 1.745 1.012 2.908 1.012 1.38 0 2.805-.762 2.805-2.17 0-.91-.479-1.603-1.311-1.955-.251-.103-.48-.17-1.05-.364-.433-.148-1.026-.273-1.026-.75 0-.375.388-.523.753-.523.57 0 1.072.239 1.562.603l.935-1.17c-.638-.66-1.699-.887-2.509-.887-1.436 0-2.668.75-2.668 2.25 0 1.113.97 1.659 1.745 1.92l.661.227c.445.148.867.341.867.705 0 .455-.434.568-.798.568-.719 0-1.278-.295-1.78-.784zm27.745 0c.764.705 1.745 1.012 2.908 1.012 1.38 0 2.805-.762 2.805-2.17 0-.91-.479-1.603-1.311-1.955-.251-.103-.48-.17-1.05-.364-.433-.148-1.026-.273-1.026-.75 0-.375.377-.523.753-.523.559 0 1.072.239 1.562.603l.935-1.17c-.638-.66-1.699-.887-2.508-.887-1.437 0-2.669.75-2.669 2.25 0 1.113.97 1.659 1.745 1.92l.661.227c.445.148.867.341.867.705 0 .455-.433.568-.798.568-.719 0-1.277-.295-1.78-.784zm8.062.853h1.848V4.602h2.03V2.955h-5.907v1.647h2.03zM43.63 8.216v-3.67h.753c1.106.01 1.882.67 1.882 1.84 0 1.114-.753 1.83-1.882 1.841h-.753zM10.058 6.08V4.386h.97c.547 0 .832.353.832.864 0 .466-.285.83-.81.83zm52.4.988.798-2.58.764 2.58zm.285-4.693a.583.583 0 0 1 1.163 0c0 .318-.262.58-.581.58a.59.59 0 0 1-.582-.58"
|
|
2533
2533
|
}));
|
|
2534
2534
|
}
|
|
2535
|
-
|
|
2535
|
+
const ForwardRef$4o = /*#__PURE__*/React.forwardRef(ØresundstågIcon);
|
|
2536
2536
|
|
|
2537
2537
|
function AmericanExpressIcon(props, ref) {
|
|
2538
2538
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2551,7 +2551,7 @@ function AmericanExpressIcon(props, ref) {
|
|
|
2551
2551
|
d: "m13.15 3.93.51-1.39H16V0H0v16h16v-2.53h-2.21l-.82-.95-.85.95H5.85V8.39H3.78l2.59-5.86h2.52l.61 1.33V2.53h3.13l.52 1.39Zm-1.77.92v-.56l.21.56 1.04 2.78h1.03l1.05-2.78.2-.55v3.33H16V3.36h-1.81l-.82 2.17-.22.59-.22-.59-.83-2.17h-1.81v4.27h1.09zM9.04 7.63h1.25L8.41 3.36H6.95L5.06 7.63H6.3l.33-.82H8.7l.33.82ZM7.46 4.81l.21-.53.21.53.44 1.08H7.01l.44-1.08ZM6.73 8.4v4.25h3.56v-.92H7.82v-.74h2.43v-.92H7.82v-.75h2.47V8.4zm7.53 4.25h1.41l-1.99-2.13 1.99-2.12h-1.39l-1.29 1.38-1.28-1.38h-1.42l1.99 2.13-1.99 2.12h1.38l1.3-1.39zm.54-2.14 1.21 1.23V9.3z"
|
|
2552
2552
|
}));
|
|
2553
2553
|
}
|
|
2554
|
-
|
|
2554
|
+
const ForwardRef$4n = /*#__PURE__*/React.forwardRef(AmericanExpressIcon);
|
|
2555
2555
|
|
|
2556
2556
|
function ApplePayIcon(props, ref) {
|
|
2557
2557
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2574,7 +2574,7 @@ function ApplePayIcon(props, ref) {
|
|
|
2574
2574
|
d: "M3.823 3.515a.78.78 0 0 0 .18-.557.78.78 0 0 0-.514.266c-.111.129-.21.338-.184.536.197.017.394-.099.518-.245M4 3.798c-.286-.017-.529.162-.666.162-.136 0-.346-.153-.572-.15a.84.84 0 0 0-.717.437c-.308.53-.081 1.316.218 1.747.145.214.32.449.55.44.218-.008.304-.14.568-.14.265 0 .342.14.572.136.24-.004.39-.214.534-.427.167-.244.235-.479.24-.492-.005-.004-.462-.18-.466-.705-.004-.44.359-.649.376-.662-.205-.303-.525-.337-.637-.346M6.492 3.203c.622 0 1.055.428 1.055 1.052 0 .627-.442 1.058-1.07 1.058h-.69v1.095H5.29V3.203zm-.704 1.692h.57c.434 0 .68-.233.68-.637 0-.405-.246-.636-.677-.636h-.573zM7.677 5.744c0-.41.313-.66.869-.691l.64-.038v-.18c0-.26-.176-.415-.47-.415-.277 0-.45.133-.493.342H7.77c.027-.422.387-.733.964-.733.567 0 .929.3.929.768v1.61h-.46v-.383h-.011c-.136.26-.431.424-.738.424-.457 0-.777-.285-.777-.704m1.508-.211v-.185l-.575.036c-.287.02-.449.146-.449.346 0 .205.169.338.427.338.335 0 .597-.231.597-.535M10.097 7.267V6.88a1 1 0 0 0 .155.009c.222 0 .342-.094.416-.334 0-.004.042-.142.042-.144l-.844-2.339h.52l.59 1.901h.01l.59-1.901h.506l-.875 2.459c-.2.566-.43.748-.915.748-.04 0-.16-.004-.195-.01"
|
|
2575
2575
|
}));
|
|
2576
2576
|
}
|
|
2577
|
-
|
|
2577
|
+
const ForwardRef$4m = /*#__PURE__*/React.forwardRef(ApplePayIcon);
|
|
2578
2578
|
|
|
2579
2579
|
function BanknoteIcon(props, ref) {
|
|
2580
2580
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2595,7 +2595,7 @@ function BanknoteIcon(props, ref) {
|
|
|
2595
2595
|
clipRule: "evenodd"
|
|
2596
2596
|
}));
|
|
2597
2597
|
}
|
|
2598
|
-
|
|
2598
|
+
const ForwardRef$4l = /*#__PURE__*/React.forwardRef(BanknoteIcon);
|
|
2599
2599
|
|
|
2600
2600
|
function BanknoteMultiIcon(props, ref) {
|
|
2601
2601
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2616,7 +2616,7 @@ function BanknoteMultiIcon(props, ref) {
|
|
|
2616
2616
|
clipRule: "evenodd"
|
|
2617
2617
|
}));
|
|
2618
2618
|
}
|
|
2619
|
-
|
|
2619
|
+
const ForwardRef$4k = /*#__PURE__*/React.forwardRef(BanknoteMultiIcon);
|
|
2620
2620
|
|
|
2621
2621
|
function DepositionIcon(props, ref) {
|
|
2622
2622
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2637,7 +2637,7 @@ function DepositionIcon(props, ref) {
|
|
|
2637
2637
|
clipRule: "evenodd"
|
|
2638
2638
|
}));
|
|
2639
2639
|
}
|
|
2640
|
-
|
|
2640
|
+
const ForwardRef$4j = /*#__PURE__*/React.forwardRef(DepositionIcon);
|
|
2641
2641
|
|
|
2642
2642
|
function DiffIcon(props, ref) {
|
|
2643
2643
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2658,7 +2658,7 @@ function DiffIcon(props, ref) {
|
|
|
2658
2658
|
clipRule: "evenodd"
|
|
2659
2659
|
}));
|
|
2660
2660
|
}
|
|
2661
|
-
|
|
2661
|
+
const ForwardRef$4i = /*#__PURE__*/React.forwardRef(DiffIcon);
|
|
2662
2662
|
|
|
2663
2663
|
function EuroIcon(props, ref) {
|
|
2664
2664
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2679,7 +2679,42 @@ function EuroIcon(props, ref) {
|
|
|
2679
2679
|
clipRule: "evenodd"
|
|
2680
2680
|
}));
|
|
2681
2681
|
}
|
|
2682
|
-
|
|
2682
|
+
const ForwardRef$4h = /*#__PURE__*/React.forwardRef(EuroIcon);
|
|
2683
|
+
|
|
2684
|
+
function GooglePayIcon(props, ref) {
|
|
2685
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2686
|
+
fill: "none",
|
|
2687
|
+
viewBox: "0 0 14 8",
|
|
2688
|
+
width: props.width || props.size || '1em',
|
|
2689
|
+
height: props.height || props.size || '1em',
|
|
2690
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__GooglePayIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2691
|
+
color: props.color,
|
|
2692
|
+
inline: undefined,
|
|
2693
|
+
ref: ref
|
|
2694
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2695
|
+
fill: "#fff",
|
|
2696
|
+
d: "M10.277 0H3.723C1.676 0 0 1.733 0 3.85S1.676 7.7 3.723 7.7h6.554C12.325 7.7 14 5.968 14 3.85 14 1.733 12.325 0 10.277 0"
|
|
2697
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2698
|
+
fill: "#3C4043",
|
|
2699
|
+
d: "M10.277.312c.46 0 .906.094 1.327.279.408.179.773.435 1.09.76a3.596 3.596 0 0 1 1.005 2.499 3.6 3.6 0 0 1-1.006 2.499 3.4 3.4 0 0 1-1.089.76c-.42.185-.868.28-1.327.28H3.723c-.46 0-.906-.095-1.327-.28a3.5 3.5 0 0 1-1.09-.76A3.595 3.595 0 0 1 .302 3.85a3.6 3.6 0 0 1 1.006-2.499 3.4 3.4 0 0 1 1.089-.76c.42-.185.868-.28 1.327-.28zm0-.312H3.723C1.676 0 0 1.733 0 3.85S1.676 7.7 3.723 7.7h6.554C12.325 7.7 14 5.968 14 3.85 14 1.733 12.325 0 10.277 0"
|
|
2700
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2701
|
+
fill: "#3C4043",
|
|
2702
|
+
d: "M6.676 4.123v1.165h-.357V2.412h.947a.84.84 0 0 1 .613.248.81.81 0 0 1 .257.607.82.82 0 0 1-.257.61.84.84 0 0 1-.613.244h-.59zm0-1.357V3.77h.598a.47.47 0 0 0 .353-.148.5.5 0 0 0 .144-.352.48.48 0 0 0-.144-.349.46.46 0 0 0-.353-.152h-.598zM9.07 3.255q.397 0 .626.22.228.219.229.6v1.213h-.34v-.273h-.016q-.22.337-.59.337a.75.75 0 0 1-.527-.193.62.62 0 0 1-.212-.481q0-.306.223-.485.225-.182.596-.181.319 0 .523.121v-.085a.43.43 0 0 0-.147-.327.5.5 0 0 0-.346-.135q-.3 0-.473.262l-.315-.204q.26-.39.77-.389M8.61 4.684q0 .145.119.24a.43.43 0 0 0 .277.096q.226 0 .402-.173a.55.55 0 0 0 .177-.406q-.167-.136-.465-.137a.6.6 0 0 0-.363.108q-.149.113-.147.272M11.868 3.319l-1.191 2.833h-.369l.443-.991-.785-1.842h.389l.566 1.413h.007l.551-1.413z"
|
|
2703
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2704
|
+
fill: "#4285F4",
|
|
2705
|
+
d: "M5.254 3.889q0-.181-.03-.347H3.726v.635h.863a.77.77 0 0 1-.32.512V5.1h.514c.3-.287.471-.711.471-1.212"
|
|
2706
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2707
|
+
fill: "#34A853",
|
|
2708
|
+
d: "M4.27 4.689a.94.94 0 0 1-.543.158c-.416 0-.77-.29-.896-.68h-.53v.424a1.59 1.59 0 0 0 1.426.909c.43 0 .792-.147 1.056-.4z"
|
|
2709
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2710
|
+
fill: "#FABB05",
|
|
2711
|
+
d: "M2.781 3.851q.001-.166.05-.316V3.11h-.53a1.689 1.689 0 0 0 0 1.481l.53-.425q-.049-.15-.05-.315"
|
|
2712
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2713
|
+
fill: "#E94235",
|
|
2714
|
+
d: "M3.727 2.855c.235 0 .445.084.612.247l.455-.47a1.5 1.5 0 0 0-1.067-.43A1.59 1.59 0 0 0 2.3 3.11l.53.425c.127-.39.48-.68.896-.68"
|
|
2715
|
+
}));
|
|
2716
|
+
}
|
|
2717
|
+
const ForwardRef$4g = /*#__PURE__*/React.forwardRef(GooglePayIcon);
|
|
2683
2718
|
|
|
2684
2719
|
function MastercardIcon(props, ref) {
|
|
2685
2720
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2704,7 +2739,7 @@ function MastercardIcon(props, ref) {
|
|
|
2704
2739
|
d: "M15 8a4.326 4.326 0 0 1-7 3.402 4.326 4.326 0 0 0 0-6.803 4.326 4.326 0 0 1 7 3.4zM14.587 10.68v-.139h.056v-.029H14.5v.03h.061v.139zm.277 0v-.168h-.043l-.05.12-.051-.12h-.038v.169h.03v-.127l.048.11h.032l.047-.11v.128z"
|
|
2705
2740
|
}));
|
|
2706
2741
|
}
|
|
2707
|
-
|
|
2742
|
+
const ForwardRef$4f = /*#__PURE__*/React.forwardRef(MastercardIcon);
|
|
2708
2743
|
|
|
2709
2744
|
function MoneyIcon(props, ref) {
|
|
2710
2745
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2725,7 +2760,7 @@ function MoneyIcon(props, ref) {
|
|
|
2725
2760
|
clipRule: "evenodd"
|
|
2726
2761
|
}));
|
|
2727
2762
|
}
|
|
2728
|
-
|
|
2763
|
+
const ForwardRef$4e = /*#__PURE__*/React.forwardRef(MoneyIcon);
|
|
2729
2764
|
|
|
2730
2765
|
function PriceFromIcon(props, ref) {
|
|
2731
2766
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2744,7 +2779,7 @@ function PriceFromIcon(props, ref) {
|
|
|
2744
2779
|
d: "m9.037 1.018 2.147.548q.106.027.193.091a.52.52 0 0 1 .2.556l-.575 2.043a.56.56 0 0 1-.68.374.526.526 0 0 1-.394-.648l.228-.81-3.602 1.98-2.038 1.112-.388.227a.58.58 0 0 1-.422.053.55.55 0 0 1-.337-.246.514.514 0 0 1 .204-.723L6.48 3.972 9.6 2.257l-.852-.218a.527.527 0 0 1-.393-.647.56.56 0 0 1 .68-.374M5.778 13.943c1.104 0 2.058-.269 2.746-.721.012.063.032.126.032.192C8.556 14.318 7.36 15 5.778 15 4.194 15 3 14.318 3 13.414c0-.066.02-.129.032-.192.688.452 1.642.72 2.746.72M3 11.299c0-.904 1.194-1.586 2.778-1.586s2.778.682 2.778 1.586-1.194 1.586-2.778 1.586S3 12.203 3 11.299m7.222-.53c1.104 0 2.059-.267 2.746-.72.013.064.032.126.032.192 0 .905-1.194 1.587-2.778 1.587a5 5 0 0 1-.62-.039c.04-.16.065-.323.065-.49 0-.198-.032-.387-.085-.568.208.02.419.039.64.039M7.445 8.127c0-.904 1.193-1.586 2.777-1.586S13 7.222 13 8.126s-1.194 1.587-2.778 1.587-2.777-.682-2.777-1.587m2.777 4.76c1.104 0 2.059-.269 2.746-.722.013.064.032.126.032.192 0 .904-1.194 1.587-2.778 1.587a5 5 0 0 1-.62-.04c.04-.16.065-.321.065-.49q-.002-.291-.083-.567c.207.02.417.039.638.039"
|
|
2745
2780
|
}));
|
|
2746
2781
|
}
|
|
2747
|
-
|
|
2782
|
+
const ForwardRef$4d = /*#__PURE__*/React.forwardRef(PriceFromIcon);
|
|
2748
2783
|
|
|
2749
2784
|
function PricelistIcon(props, ref) {
|
|
2750
2785
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2765,7 +2800,7 @@ function PricelistIcon(props, ref) {
|
|
|
2765
2800
|
clipRule: "evenodd"
|
|
2766
2801
|
}));
|
|
2767
2802
|
}
|
|
2768
|
-
|
|
2803
|
+
const ForwardRef$4c = /*#__PURE__*/React.forwardRef(PricelistIcon);
|
|
2769
2804
|
|
|
2770
2805
|
function ReferenceIcon(props, ref) {
|
|
2771
2806
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2786,7 +2821,7 @@ function ReferenceIcon(props, ref) {
|
|
|
2786
2821
|
clipRule: "evenodd"
|
|
2787
2822
|
}));
|
|
2788
2823
|
}
|
|
2789
|
-
|
|
2824
|
+
const ForwardRef$4b = /*#__PURE__*/React.forwardRef(ReferenceIcon);
|
|
2790
2825
|
|
|
2791
2826
|
function ShoppingCartIcon(props, ref) {
|
|
2792
2827
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2807,7 +2842,7 @@ function ShoppingCartIcon(props, ref) {
|
|
|
2807
2842
|
clipRule: "evenodd"
|
|
2808
2843
|
}));
|
|
2809
2844
|
}
|
|
2810
|
-
|
|
2845
|
+
const ForwardRef$4a = /*#__PURE__*/React.forwardRef(ShoppingCartIcon);
|
|
2811
2846
|
|
|
2812
2847
|
function StatsIcon(props, ref) {
|
|
2813
2848
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2828,7 +2863,7 @@ function StatsIcon(props, ref) {
|
|
|
2828
2863
|
clipRule: "evenodd"
|
|
2829
2864
|
}));
|
|
2830
2865
|
}
|
|
2831
|
-
|
|
2866
|
+
const ForwardRef$49 = /*#__PURE__*/React.forwardRef(StatsIcon);
|
|
2832
2867
|
|
|
2833
2868
|
function VippsIcon(props, ref) {
|
|
2834
2869
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2855,7 +2890,7 @@ function VippsIcon(props, ref) {
|
|
|
2855
2890
|
clipRule: "evenodd"
|
|
2856
2891
|
}));
|
|
2857
2892
|
}
|
|
2858
|
-
|
|
2893
|
+
const ForwardRef$48 = /*#__PURE__*/React.forwardRef(VippsIcon);
|
|
2859
2894
|
|
|
2860
2895
|
function VippsLogoIcon(props, ref) {
|
|
2861
2896
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2874,7 +2909,7 @@ function VippsLogoIcon(props, ref) {
|
|
|
2874
2909
|
d: "m6 .6 5.1 14.9 5-14.9H22l-8.8 22.1H8.8L0 .6zM35.3 19.2c3.7 0 5.8-1.8 7.8-4.4 1.1-1.4 2.5-1.7 3.5-.9s1.1 2.3 0 3.7c-2.9 3.8-6.6 6.1-11.3 6.1-5.1 0-9.6-2.8-12.7-7.7-.9-1.3-.7-2.7.3-3.4s2.5-.4 3.4 1c2.2 3.3 5.2 5.6 9 5.6m6.9-12.3c0 1.8-1.4 3-3 3s-3-1.2-3-3 1.4-3 3-3 3 1.3 3 3M56.3.6v3C57.8 1.5 60.1 0 63.5 0c4.3 0 9.3 3.6 9.3 11.3 0 8.1-4.8 12-9.8 12-2.6 0-5-1-6.8-3.5v10.6h-5.4V.6zm0 11c0 4.5 2.6 6.9 5.5 6.9 2.8 0 5.6-2.2 5.6-6.9 0-4.6-2.8-6.8-5.6-6.8s-5.5 2.1-5.5 6.8M82.3.6v3C83.8 1.5 86.1 0 89.5 0c4.3 0 9.3 3.6 9.3 11.3 0 8.1-4.8 12-9.8 12-2.6 0-5-1-6.8-3.5v10.6h-5.4V.6zm0 11c0 4.5 2.6 6.9 5.5 6.9 2.8 0 5.6-2.2 5.6-6.9 0-4.6-2.8-6.8-5.6-6.8-2.9 0-5.5 2.1-5.5 6.8M110.3 0c4.5 0 7.7 2.1 9.1 7.3l-4.9.8c-.1-2.6-1.7-3.5-4.1-3.5-1.8 0-3.2.8-3.2 2.1 0 1 .7 2 2.8 2.4l3.7.7c3.6.7 5.6 3.1 5.6 6.3 0 4.8-4.3 7.2-8.4 7.2-4.3 0-9.1-2.2-9.8-7.6l4.9-.8c.3 2.8 2 3.8 4.8 3.8 2.1 0 3.5-.8 3.5-2.1 0-1.2-.7-2.1-3-2.5l-3.4-.6c-3.6-.7-5.8-3.2-5.8-6.4.1-5 4.6-7.1 8.2-7.1"
|
|
2875
2910
|
}));
|
|
2876
2911
|
}
|
|
2877
|
-
|
|
2912
|
+
const ForwardRef$47 = /*#__PURE__*/React.forwardRef(VippsLogoIcon);
|
|
2878
2913
|
|
|
2879
2914
|
function VisaIcon(props, ref) {
|
|
2880
2915
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2902,7 +2937,7 @@ function VisaIcon(props, ref) {
|
|
|
2902
2937
|
d: "M6.65 6.337 5.252 9.672H4.34L3.652 7.01c-.041-.163-.078-.224-.205-.293-.207-.113-.55-.218-.85-.283l.02-.097h1.468c.187 0 .355.124.398.34l.363 1.93.898-2.27zm3.574 2.246c.004-.88-1.217-.929-1.209-1.322.003-.12.117-.247.366-.28.124-.015.464-.028.85.15l.152-.708a2.3 2.3 0 0 0-.807-.147c-.853 0-1.453.453-1.458 1.102-.005.48.429.748.755.908.337.163.45.268.448.414-.002.224-.269.323-.516.327-.434.007-.686-.117-.886-.211l-.157.731c.202.093.574.173.96.177.906 0 1.499-.448 1.502-1.141m2.252 1.089h.798l-.697-3.335h-.736a.39.39 0 0 0-.368.244l-1.294 3.09h.906l.18-.497h1.107zm-.963-1.182.454-1.252.262 1.252zm-3.63-2.153L7.17 9.672h-.863l.713-3.335z"
|
|
2903
2938
|
}));
|
|
2904
2939
|
}
|
|
2905
|
-
|
|
2940
|
+
const ForwardRef$46 = /*#__PURE__*/React.forwardRef(VisaIcon);
|
|
2906
2941
|
|
|
2907
2942
|
function FacebookIcon(props, ref) {
|
|
2908
2943
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2921,7 +2956,7 @@ function FacebookIcon(props, ref) {
|
|
|
2921
2956
|
d: "M6.418 15 6.4 8.875H4V6.25h2.4V4.5C6.4 2.138 7.738 1 9.664 1c.922 0 1.715.075 1.946.108v2.469h-1.336c-1.048 0-1.25.545-1.25 1.344V6.25H12l-.8 2.625H9.024V15z"
|
|
2922
2957
|
}));
|
|
2923
2958
|
}
|
|
2924
|
-
|
|
2959
|
+
const ForwardRef$45 = /*#__PURE__*/React.forwardRef(FacebookIcon);
|
|
2925
2960
|
|
|
2926
2961
|
function GithubIcon(props, ref) {
|
|
2927
2962
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2938,7 +2973,7 @@ function GithubIcon(props, ref) {
|
|
|
2938
2973
|
d: "M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"
|
|
2939
2974
|
}));
|
|
2940
2975
|
}
|
|
2941
|
-
|
|
2976
|
+
const ForwardRef$44 = /*#__PURE__*/React.forwardRef(GithubIcon);
|
|
2942
2977
|
|
|
2943
2978
|
function GoogleIcon(props, ref) {
|
|
2944
2979
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2957,7 +2992,7 @@ function GoogleIcon(props, ref) {
|
|
|
2957
2992
|
d: "M7.9 7v2.4H12c-.2 1-1.2 3-4 3-2.4 0-4.3-2-4.3-4.4s2-4.4 4.3-4.4c1.4 0 2.3.6 2.8 1.1l1.9-1.8C11.5 1.7 9.9 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7c4 0 6.7-2.8 6.7-6.8 0-.5 0-.8-.1-1.2z"
|
|
2958
2993
|
}));
|
|
2959
2994
|
}
|
|
2960
|
-
|
|
2995
|
+
const ForwardRef$43 = /*#__PURE__*/React.forwardRef(GoogleIcon);
|
|
2961
2996
|
|
|
2962
2997
|
function InstagramIcon(props, ref) {
|
|
2963
2998
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2976,7 +3011,7 @@ function InstagramIcon(props, ref) {
|
|
|
2976
3011
|
d: "M4.5 2.75c-.818 0-1.75.932-1.75 1.75v7c0 .834.916 1.75 1.75 1.75h7c.818 0 1.75-.932 1.75-1.75v-7c0-.818-.932-1.75-1.75-1.75zm7 12.25h-7C2.701 15 1 13.299 1 11.5v-7C1 2.701 2.701 1 4.5 1h7C13.299 1 15 2.701 15 4.5v7c0 1.799-1.701 3.5-3.5 3.5M8 6.25c-.965 0-1.75.785-1.75 1.75S7.035 9.75 8 9.75 9.75 8.965 9.75 8 8.965 6.25 8 6.25m0 5.25c-1.93 0-3.5-1.57-3.5-3.5S6.07 4.5 8 4.5s3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5m3.627-7.935a.84.84 0 1 1 0 1.68.84.84 0 0 1 0-1.68"
|
|
2977
3012
|
}));
|
|
2978
3013
|
}
|
|
2979
|
-
|
|
3014
|
+
const ForwardRef$42 = /*#__PURE__*/React.forwardRef(InstagramIcon);
|
|
2980
3015
|
|
|
2981
3016
|
function LinkedinIcon(props, ref) {
|
|
2982
3017
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2998,7 +3033,7 @@ function LinkedinIcon(props, ref) {
|
|
|
2998
3033
|
transform: "translate(-1137 -141) translate(1136 140)"
|
|
2999
3034
|
}));
|
|
3000
3035
|
}
|
|
3001
|
-
|
|
3036
|
+
const ForwardRef$41 = /*#__PURE__*/React.forwardRef(LinkedinIcon);
|
|
3002
3037
|
|
|
3003
3038
|
function SkypeIcon(props, ref) {
|
|
3004
3039
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3017,7 +3052,7 @@ function SkypeIcon(props, ref) {
|
|
|
3017
3052
|
d: "M8 12.025c-2.362 0-3.412-1.138-3.412-2.013 0-.437.35-.787.787-.787.963 0 .788 1.4 2.625 1.4.963 0 1.488-.525 1.488-1.05 0-1.05-1.225-.875-2.888-1.313S4.675 6.95 4.675 6.075c0-1.75 1.663-2.45 3.238-2.45 1.487 0 3.15.787 3.15 1.837 0 .438-.438.7-.876.7-.874 0-.7-1.225-2.45-1.225-.875 0-1.312.35-1.312.963 0 .787 1.575.962 2.8 1.225 1.663.437 2.1 1.4 2.1 2.275.088 1.575-1.05 2.625-3.325 2.625m6.475-2.888c.088-.35.525-3.325-1.837-5.862-2.188-2.363-5.6-1.925-5.95-1.838C6.161 1.175 5.55 1 4.937 1 1.874 1 1 3.887 1 4.937s.525 1.925.525 1.925c-.35 1.4.088 2.888.35 3.675.788 2.013 2.713 3.15 3.5 3.5 1.925.788 3.5.438 3.763.438.612.35 1.224.525 1.924.525 1.05 0 3.938-.875 3.938-3.938 0-1.05-.525-1.925-.525-1.925"
|
|
3018
3053
|
}));
|
|
3019
3054
|
}
|
|
3020
|
-
|
|
3055
|
+
const ForwardRef$40 = /*#__PURE__*/React.forwardRef(SkypeIcon);
|
|
3021
3056
|
|
|
3022
3057
|
function TwitterIcon(props, ref) {
|
|
3023
3058
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3036,7 +3071,7 @@ function TwitterIcon(props, ref) {
|
|
|
3036
3071
|
d: "M15 4.27c-.525.253-1.05.338-1.662.422.612-.338 1.05-.846 1.225-1.523-.526.339-1.138.508-1.838.677a3.1 3.1 0 0 0-2.1-.846c-1.487 0-2.8 1.27-2.8 2.792 0 .254 0 .423.088.593C5.55 6.3 3.363 5.2 1.963 3.508c-.263.423-.35.846-.35 1.438 0 .93.525 1.777 1.312 2.285-.437 0-.875-.17-1.312-.339 0 1.354.962 2.454 2.275 2.708-.263.085-.526.085-.788.085-.175 0-.35 0-.525-.085.35 1.1 1.4 1.946 2.713 1.946-.963.762-2.188 1.185-3.588 1.185H1C2.313 13.492 3.8 14 5.375 14c5.25 0 8.137-4.23 8.137-7.87v-.338c.613-.423 1.138-.93 1.488-1.523"
|
|
3037
3072
|
}));
|
|
3038
3073
|
}
|
|
3039
|
-
|
|
3074
|
+
const ForwardRef$3$ = /*#__PURE__*/React.forwardRef(TwitterIcon);
|
|
3040
3075
|
|
|
3041
3076
|
function VimeoIcon(props, ref) {
|
|
3042
3077
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3055,7 +3090,7 @@ function VimeoIcon(props, ref) {
|
|
|
3055
3090
|
d: "M14.993 4.849c-.088 1.381-1.05 3.194-2.886 5.525C10.183 12.791 8.609 14 7.297 14c-.787 0-1.487-.777-2.1-2.245-.699-2.072-1.224-6.302-2.448-6.302-.087 0-.437.26-1.05.69L1 5.282c.7-.605 3.06-2.936 4.11-3.022s1.75.604 2.012 2.158c.262 1.727.7 5.266 1.574 5.266.787 0 2.186-2.935 2.274-3.453.087-.777-.263-1.64-2.012-.95C9.658 3.037 10.97 2 12.894 2q2.23.13 2.099 2.849"
|
|
3056
3091
|
}));
|
|
3057
3092
|
}
|
|
3058
|
-
|
|
3093
|
+
const ForwardRef$3_ = /*#__PURE__*/React.forwardRef(VimeoIcon);
|
|
3059
3094
|
|
|
3060
3095
|
function YoutubeIcon(props, ref) {
|
|
3061
3096
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3074,7 +3109,7 @@ function YoutubeIcon(props, ref) {
|
|
|
3074
3109
|
d: "M6.25 10.5v-5L10.625 8zm8.575-5.167c-.175-1.083-.7-1.833-1.925-2C10.975 3 8 3 8 3s-2.975 0-4.9.333c-1.225.167-1.838.917-1.925 2C1 6.417 1 8 1 8s0 1.583.175 2.667.7 1.833 1.925 2C5.025 13 8 13 8 13s2.975 0 4.9-.333c1.225-.25 1.75-.917 1.925-2S15 8 15 8s0-1.583-.175-2.667"
|
|
3075
3110
|
}));
|
|
3076
3111
|
}
|
|
3077
|
-
|
|
3112
|
+
const ForwardRef$3Z = /*#__PURE__*/React.forwardRef(YoutubeIcon);
|
|
3078
3113
|
|
|
3079
3114
|
function BatteryIcon(props, ref) {
|
|
3080
3115
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3095,7 +3130,7 @@ function BatteryIcon(props, ref) {
|
|
|
3095
3130
|
clipRule: "evenodd"
|
|
3096
3131
|
}));
|
|
3097
3132
|
}
|
|
3098
|
-
|
|
3133
|
+
const ForwardRef$3Y = /*#__PURE__*/React.forwardRef(BatteryIcon);
|
|
3099
3134
|
|
|
3100
3135
|
function CalculatorIcon(props, ref) {
|
|
3101
3136
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3117,7 +3152,7 @@ function CalculatorIcon(props, ref) {
|
|
|
3117
3152
|
clipRule: "evenodd"
|
|
3118
3153
|
}));
|
|
3119
3154
|
}
|
|
3120
|
-
|
|
3155
|
+
const ForwardRef$3X = /*#__PURE__*/React.forwardRef(CalculatorIcon);
|
|
3121
3156
|
|
|
3122
3157
|
function CameraIcon(props, ref) {
|
|
3123
3158
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3138,7 +3173,7 @@ function CameraIcon(props, ref) {
|
|
|
3138
3173
|
clipRule: "evenodd"
|
|
3139
3174
|
}));
|
|
3140
3175
|
}
|
|
3141
|
-
|
|
3176
|
+
const ForwardRef$3W = /*#__PURE__*/React.forwardRef(CameraIcon);
|
|
3142
3177
|
|
|
3143
3178
|
function DatabaseIcon(props, ref) {
|
|
3144
3179
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3160,7 +3195,7 @@ function DatabaseIcon(props, ref) {
|
|
|
3160
3195
|
transform: "translate(-1210 -463) translate(1208 462)"
|
|
3161
3196
|
}));
|
|
3162
3197
|
}
|
|
3163
|
-
|
|
3198
|
+
const ForwardRef$3V = /*#__PURE__*/React.forwardRef(DatabaseIcon);
|
|
3164
3199
|
|
|
3165
3200
|
function DesktopIcon(props, ref) {
|
|
3166
3201
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3181,7 +3216,7 @@ function DesktopIcon(props, ref) {
|
|
|
3181
3216
|
clipRule: "evenodd"
|
|
3182
3217
|
}));
|
|
3183
3218
|
}
|
|
3184
|
-
|
|
3219
|
+
const ForwardRef$3U = /*#__PURE__*/React.forwardRef(DesktopIcon);
|
|
3185
3220
|
|
|
3186
3221
|
function FigmaIcon(props, ref) {
|
|
3187
3222
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3210,7 +3245,7 @@ function FigmaIcon(props, ref) {
|
|
|
3210
3245
|
d: "M6 12.914a3 3 0 0 0 3 3h3v-6H9a3 3 0 0 0-3 3"
|
|
3211
3246
|
}));
|
|
3212
3247
|
}
|
|
3213
|
-
|
|
3248
|
+
const ForwardRef$3T = /*#__PURE__*/React.forwardRef(FigmaIcon);
|
|
3214
3249
|
|
|
3215
3250
|
function ImageIcon(props, ref) {
|
|
3216
3251
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3231,7 +3266,7 @@ function ImageIcon(props, ref) {
|
|
|
3231
3266
|
clipRule: "evenodd"
|
|
3232
3267
|
}));
|
|
3233
3268
|
}
|
|
3234
|
-
|
|
3269
|
+
const ForwardRef$3S = /*#__PURE__*/React.forwardRef(ImageIcon);
|
|
3235
3270
|
|
|
3236
3271
|
function LaptopIcon(props, ref) {
|
|
3237
3272
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3252,7 +3287,7 @@ function LaptopIcon(props, ref) {
|
|
|
3252
3287
|
clipRule: "evenodd"
|
|
3253
3288
|
}));
|
|
3254
3289
|
}
|
|
3255
|
-
|
|
3290
|
+
const ForwardRef$3R = /*#__PURE__*/React.forwardRef(LaptopIcon);
|
|
3256
3291
|
|
|
3257
3292
|
function MobileIcon(props, ref) {
|
|
3258
3293
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3273,7 +3308,7 @@ function MobileIcon(props, ref) {
|
|
|
3273
3308
|
clipRule: "evenodd"
|
|
3274
3309
|
}));
|
|
3275
3310
|
}
|
|
3276
|
-
|
|
3311
|
+
const ForwardRef$3Q = /*#__PURE__*/React.forwardRef(MobileIcon);
|
|
3277
3312
|
|
|
3278
3313
|
function MuralIcon(props, ref) {
|
|
3279
3314
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3316,7 +3351,7 @@ function MuralIcon(props, ref) {
|
|
|
3316
3351
|
transform: "translate(0 .914)"
|
|
3317
3352
|
}))));
|
|
3318
3353
|
}
|
|
3319
|
-
|
|
3354
|
+
const ForwardRef$3P = /*#__PURE__*/React.forwardRef(MuralIcon);
|
|
3320
3355
|
|
|
3321
3356
|
function PhoneIcon(props, ref) {
|
|
3322
3357
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3337,7 +3372,7 @@ function PhoneIcon(props, ref) {
|
|
|
3337
3372
|
clipRule: "evenodd"
|
|
3338
3373
|
}));
|
|
3339
3374
|
}
|
|
3340
|
-
|
|
3375
|
+
const ForwardRef$3O = /*#__PURE__*/React.forwardRef(PhoneIcon);
|
|
3341
3376
|
|
|
3342
3377
|
function PrinterIcon(props, ref) {
|
|
3343
3378
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3358,7 +3393,7 @@ function PrinterIcon(props, ref) {
|
|
|
3358
3393
|
clipRule: "evenodd"
|
|
3359
3394
|
}));
|
|
3360
3395
|
}
|
|
3361
|
-
|
|
3396
|
+
const ForwardRef$3N = /*#__PURE__*/React.forwardRef(PrinterIcon);
|
|
3362
3397
|
|
|
3363
3398
|
function QRIcon(props, ref) {
|
|
3364
3399
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3379,7 +3414,7 @@ function QRIcon(props, ref) {
|
|
|
3379
3414
|
clipRule: "evenodd"
|
|
3380
3415
|
}));
|
|
3381
3416
|
}
|
|
3382
|
-
|
|
3417
|
+
const ForwardRef$3M = /*#__PURE__*/React.forwardRef(QRIcon);
|
|
3383
3418
|
|
|
3384
3419
|
function SaveIcon(props, ref) {
|
|
3385
3420
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3400,7 +3435,7 @@ function SaveIcon(props, ref) {
|
|
|
3400
3435
|
clipRule: "evenodd"
|
|
3401
3436
|
}));
|
|
3402
3437
|
}
|
|
3403
|
-
|
|
3438
|
+
const ForwardRef$3L = /*#__PURE__*/React.forwardRef(SaveIcon);
|
|
3404
3439
|
|
|
3405
3440
|
function AlignCenterIcon(props, ref) {
|
|
3406
3441
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3421,7 +3456,7 @@ function AlignCenterIcon(props, ref) {
|
|
|
3421
3456
|
clipRule: "evenodd"
|
|
3422
3457
|
}));
|
|
3423
3458
|
}
|
|
3424
|
-
|
|
3459
|
+
const ForwardRef$3K = /*#__PURE__*/React.forwardRef(AlignCenterIcon);
|
|
3425
3460
|
|
|
3426
3461
|
function AlignLeftIcon(props, ref) {
|
|
3427
3462
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3442,7 +3477,7 @@ function AlignLeftIcon(props, ref) {
|
|
|
3442
3477
|
clipRule: "evenodd"
|
|
3443
3478
|
}));
|
|
3444
3479
|
}
|
|
3445
|
-
|
|
3480
|
+
const ForwardRef$3J = /*#__PURE__*/React.forwardRef(AlignLeftIcon);
|
|
3446
3481
|
|
|
3447
3482
|
function AlignRightIcon(props, ref) {
|
|
3448
3483
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3463,7 +3498,7 @@ function AlignRightIcon(props, ref) {
|
|
|
3463
3498
|
clipRule: "evenodd"
|
|
3464
3499
|
}));
|
|
3465
3500
|
}
|
|
3466
|
-
|
|
3501
|
+
const ForwardRef$3I = /*#__PURE__*/React.forwardRef(AlignRightIcon);
|
|
3467
3502
|
|
|
3468
3503
|
function AttachmentIcon(props, ref) {
|
|
3469
3504
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3484,7 +3519,7 @@ function AttachmentIcon(props, ref) {
|
|
|
3484
3519
|
clipRule: "evenodd"
|
|
3485
3520
|
}));
|
|
3486
3521
|
}
|
|
3487
|
-
|
|
3522
|
+
const ForwardRef$3H = /*#__PURE__*/React.forwardRef(AttachmentIcon);
|
|
3488
3523
|
|
|
3489
3524
|
function BoldIcon(props, ref) {
|
|
3490
3525
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3505,7 +3540,7 @@ function BoldIcon(props, ref) {
|
|
|
3505
3540
|
clipRule: "evenodd"
|
|
3506
3541
|
}));
|
|
3507
3542
|
}
|
|
3508
|
-
|
|
3543
|
+
const ForwardRef$3G = /*#__PURE__*/React.forwardRef(BoldIcon);
|
|
3509
3544
|
|
|
3510
3545
|
function BulletListIcon(props, ref) {
|
|
3511
3546
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3526,7 +3561,7 @@ function BulletListIcon(props, ref) {
|
|
|
3526
3561
|
clipRule: "evenodd"
|
|
3527
3562
|
}));
|
|
3528
3563
|
}
|
|
3529
|
-
|
|
3564
|
+
const ForwardRef$3F = /*#__PURE__*/React.forwardRef(BulletListIcon);
|
|
3530
3565
|
|
|
3531
3566
|
function ItalicIcon(props, ref) {
|
|
3532
3567
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3547,7 +3582,7 @@ function ItalicIcon(props, ref) {
|
|
|
3547
3582
|
clipRule: "evenodd"
|
|
3548
3583
|
}));
|
|
3549
3584
|
}
|
|
3550
|
-
|
|
3585
|
+
const ForwardRef$3E = /*#__PURE__*/React.forwardRef(ItalicIcon);
|
|
3551
3586
|
|
|
3552
3587
|
function LinkIcon(props, ref) {
|
|
3553
3588
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3568,7 +3603,7 @@ function LinkIcon(props, ref) {
|
|
|
3568
3603
|
clipRule: "evenodd"
|
|
3569
3604
|
}));
|
|
3570
3605
|
}
|
|
3571
|
-
|
|
3606
|
+
const ForwardRef$3D = /*#__PURE__*/React.forwardRef(LinkIcon);
|
|
3572
3607
|
|
|
3573
3608
|
function NumberListIcon(props, ref) {
|
|
3574
3609
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3589,7 +3624,7 @@ function NumberListIcon(props, ref) {
|
|
|
3589
3624
|
clipRule: "evenodd"
|
|
3590
3625
|
}));
|
|
3591
3626
|
}
|
|
3592
|
-
|
|
3627
|
+
const ForwardRef$3C = /*#__PURE__*/React.forwardRef(NumberListIcon);
|
|
3593
3628
|
|
|
3594
3629
|
function SourceCodeIcon(props, ref) {
|
|
3595
3630
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3610,7 +3645,7 @@ function SourceCodeIcon(props, ref) {
|
|
|
3610
3645
|
clipRule: "evenodd"
|
|
3611
3646
|
}));
|
|
3612
3647
|
}
|
|
3613
|
-
|
|
3648
|
+
const ForwardRef$3B = /*#__PURE__*/React.forwardRef(SourceCodeIcon);
|
|
3614
3649
|
|
|
3615
3650
|
function TextColorIcon(props, ref) {
|
|
3616
3651
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3631,7 +3666,7 @@ function TextColorIcon(props, ref) {
|
|
|
3631
3666
|
clipRule: "evenodd"
|
|
3632
3667
|
}));
|
|
3633
3668
|
}
|
|
3634
|
-
|
|
3669
|
+
const ForwardRef$3A = /*#__PURE__*/React.forwardRef(TextColorIcon);
|
|
3635
3670
|
|
|
3636
3671
|
function UnderlineIcon(props, ref) {
|
|
3637
3672
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3652,7 +3687,7 @@ function UnderlineIcon(props, ref) {
|
|
|
3652
3687
|
clipRule: "evenodd"
|
|
3653
3688
|
}));
|
|
3654
3689
|
}
|
|
3655
|
-
|
|
3690
|
+
const ForwardRef$3z = /*#__PURE__*/React.forwardRef(UnderlineIcon);
|
|
3656
3691
|
|
|
3657
3692
|
function UnlinkIcon(props, ref) {
|
|
3658
3693
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3673,7 +3708,7 @@ function UnlinkIcon(props, ref) {
|
|
|
3673
3708
|
clipRule: "evenodd"
|
|
3674
3709
|
}));
|
|
3675
3710
|
}
|
|
3676
|
-
|
|
3711
|
+
const ForwardRef$3y = /*#__PURE__*/React.forwardRef(UnlinkIcon);
|
|
3677
3712
|
|
|
3678
3713
|
function BicycleIcon(props, ref) {
|
|
3679
3714
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3692,7 +3727,7 @@ function BicycleIcon(props, ref) {
|
|
|
3692
3727
|
clipRule: "evenodd"
|
|
3693
3728
|
}));
|
|
3694
3729
|
}
|
|
3695
|
-
|
|
3730
|
+
const ForwardRef$3x = /*#__PURE__*/React.forwardRef(BicycleIcon);
|
|
3696
3731
|
|
|
3697
3732
|
function BusIcon(props, ref) {
|
|
3698
3733
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3718,7 +3753,7 @@ function BusIcon(props, ref) {
|
|
|
3718
3753
|
d: "M3.55 11.8c0-.551.449-1 1-1s1 .449 1 1a1 1 0 0 1-2 0"
|
|
3719
3754
|
})));
|
|
3720
3755
|
}
|
|
3721
|
-
|
|
3756
|
+
const ForwardRef$3w = /*#__PURE__*/React.forwardRef(BusIcon);
|
|
3722
3757
|
|
|
3723
3758
|
function CablewayIcon(props, ref) {
|
|
3724
3759
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3737,7 +3772,7 @@ function CablewayIcon(props, ref) {
|
|
|
3737
3772
|
clipRule: "evenodd"
|
|
3738
3773
|
}));
|
|
3739
3774
|
}
|
|
3740
|
-
|
|
3775
|
+
const ForwardRef$3v = /*#__PURE__*/React.forwardRef(CablewayIcon);
|
|
3741
3776
|
|
|
3742
3777
|
function CarIcon(props, ref) {
|
|
3743
3778
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3758,7 +3793,7 @@ function CarIcon(props, ref) {
|
|
|
3758
3793
|
clipRule: "evenodd"
|
|
3759
3794
|
}));
|
|
3760
3795
|
}
|
|
3761
|
-
|
|
3796
|
+
const ForwardRef$3u = /*#__PURE__*/React.forwardRef(CarIcon);
|
|
3762
3797
|
|
|
3763
3798
|
function CarSharingIcon(props, ref) {
|
|
3764
3799
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3783,7 +3818,7 @@ function CarSharingIcon(props, ref) {
|
|
|
3783
3818
|
d: "M5.516 10.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0"
|
|
3784
3819
|
}));
|
|
3785
3820
|
}
|
|
3786
|
-
|
|
3821
|
+
const ForwardRef$3t = /*#__PURE__*/React.forwardRef(CarSharingIcon);
|
|
3787
3822
|
|
|
3788
3823
|
function CarferryIcon(props, ref) {
|
|
3789
3824
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3807,7 +3842,7 @@ function CarferryIcon(props, ref) {
|
|
|
3807
3842
|
d: "M2 12.289q.162-.023.373-.023c.576 0 .837.136 1.167.31.101.053.122.067.238.12.023.01.196.097.438.172q.158.048.348.08c.037.006.307.052.608.052.824 0 1.254-.226 1.633-.425.33-.173.591-.31 1.167-.31s.837.137 1.167.31c.38.2.81.425 1.633.425s1.253-.226 1.633-.425c.33-.173.59-.31 1.168-.31.145 0 .29.017.427.045v-1.013a3 3 0 0 0-.427-.031c-.823 0-1.253.225-1.633.424-.33.173-.59.31-1.168.31s-.838-.137-1.168-.31c-.379-.199-.809-.424-1.632-.424s-1.253.225-1.632.424c-.33.173-.59.31-1.168.31-.179 0-.326-.012-.454-.04-.094-.022-.192-.04-.322-.09a3 3 0 0 1-.392-.18c-.378-.199-.808-.424-1.631-.424a4 4 0 0 0-.373.017z"
|
|
3808
3843
|
}));
|
|
3809
3844
|
}
|
|
3810
|
-
|
|
3845
|
+
const ForwardRef$3s = /*#__PURE__*/React.forwardRef(CarferryIcon);
|
|
3811
3846
|
|
|
3812
3847
|
function CityBikeIcon(props, ref) {
|
|
3813
3848
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3826,7 +3861,7 @@ function CityBikeIcon(props, ref) {
|
|
|
3826
3861
|
clipRule: "evenodd"
|
|
3827
3862
|
}));
|
|
3828
3863
|
}
|
|
3829
|
-
|
|
3864
|
+
const ForwardRef$3r = /*#__PURE__*/React.forwardRef(CityBikeIcon);
|
|
3830
3865
|
|
|
3831
3866
|
function FerryIcon(props, ref) {
|
|
3832
3867
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3845,7 +3880,7 @@ function FerryIcon(props, ref) {
|
|
|
3845
3880
|
d: "M8.737 13c-.824 0-1.253-.226-1.632-.425-.33-.173-.591-.31-1.168-.31s-.838.137-1.168.31c-.38.2-.81.425-1.633.425-1.052 0-1.969-.588-2.007-.613L1 12.316l.447-.894.196.108c.037.023.743.47 1.493.47.577 0 .838-.137 1.168-.31.38-.199.81-.424 1.633-.424s1.254.225 1.633.424c.33.173.59.31 1.167.31s.837-.137 1.167-.31c.379-.199.81-.424 1.632-.424.643 0 1.046.137 1.372.292l-.479.88c-.23-.103-.48-.172-.893-.172-.577 0-.837.136-1.168.31-.378.198-.808.424-1.631.424M14.75 7.456h-1.432a.05.05 0 0 1-.05-.036l-.907-2.746a.35.35 0 0 0-.33-.242h-.554a.05.05 0 0 1-.047-.034l-.34-.825c-.073-.186-.214-.298-.417-.198l-1.213.706a.45.45 0 0 0-.244.402v.463c0 .04-.026.054-.047.054H5.78a.35.35 0 0 0-.318.198L4.362 7.422a.05.05 0 0 1-.047.034h-.667a.35.35 0 0 0-.314.195l-1.496 3.047c.313.16.658.302 1.275.302 1.4 0 1.4-.733 2.8-.733s1.4.733 2.8.733 1.4-.733 2.8-.733c.9 0 1.45.306 1.845.521l1.611-2.963a.25.25 0 0 0-.22-.37m-7.353-.2a.2.2 0 0 1-.2.2H5.272c-.125 0-.236-.098-.133-.279l.381-.78a.25.25 0 0 1 .228-.141h1.45c.11 0 .2.09.2.2zm2.204-.004a.204.204 0 0 1-.204.204H8.005a.204.204 0 0 1-.204-.204V6.46c0-.113.091-.204.204-.204h1.392c.113 0 .204.091.204.204zm2.535.204-1.933.001A.2.2 0 0 1 10 7.256v-.799c0-.11.09-.201.202-.201h1.653c.116 0 .217.079.245.191l.193.78c.053.165-.049.229-.158.229"
|
|
3846
3881
|
}));
|
|
3847
3882
|
}
|
|
3848
|
-
|
|
3883
|
+
const ForwardRef$3q = /*#__PURE__*/React.forwardRef(FerryIcon);
|
|
3849
3884
|
|
|
3850
3885
|
function FunicularIcon(props, ref) {
|
|
3851
3886
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3871,7 +3906,7 @@ function FunicularIcon(props, ref) {
|
|
|
3871
3906
|
clipRule: "evenodd"
|
|
3872
3907
|
}));
|
|
3873
3908
|
}
|
|
3874
|
-
|
|
3909
|
+
const ForwardRef$3p = /*#__PURE__*/React.forwardRef(FunicularIcon);
|
|
3875
3910
|
|
|
3876
3911
|
function HelicopterIcon(props, ref) {
|
|
3877
3912
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3897,7 +3932,7 @@ function HelicopterIcon(props, ref) {
|
|
|
3897
3932
|
clipRule: "evenodd"
|
|
3898
3933
|
}));
|
|
3899
3934
|
}
|
|
3900
|
-
|
|
3935
|
+
const ForwardRef$3o = /*#__PURE__*/React.forwardRef(HelicopterIcon);
|
|
3901
3936
|
|
|
3902
3937
|
function MetroIcon(props, ref) {
|
|
3903
3938
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3921,7 +3956,7 @@ function MetroIcon(props, ref) {
|
|
|
3921
3956
|
d: "M8 2c3.308 0 6 2.692 6 6s-2.692 6-6 6c-3.309 0-6-2.692-6-6s2.691-6 6-6m0-1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7"
|
|
3922
3957
|
}));
|
|
3923
3958
|
}
|
|
3924
|
-
|
|
3959
|
+
const ForwardRef$3n = /*#__PURE__*/React.forwardRef(MetroIcon);
|
|
3925
3960
|
|
|
3926
3961
|
function MobilityIcon(props, ref) {
|
|
3927
3962
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3942,7 +3977,7 @@ function MobilityIcon(props, ref) {
|
|
|
3942
3977
|
clipRule: "evenodd"
|
|
3943
3978
|
}));
|
|
3944
3979
|
}
|
|
3945
|
-
|
|
3980
|
+
const ForwardRef$3m = /*#__PURE__*/React.forwardRef(MobilityIcon);
|
|
3946
3981
|
|
|
3947
3982
|
function PlaneIcon(props, ref) {
|
|
3948
3983
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3968,7 +4003,7 @@ function PlaneIcon(props, ref) {
|
|
|
3968
4003
|
clipRule: "evenodd"
|
|
3969
4004
|
}));
|
|
3970
4005
|
}
|
|
3971
|
-
|
|
4006
|
+
const ForwardRef$3l = /*#__PURE__*/React.forwardRef(PlaneIcon);
|
|
3972
4007
|
|
|
3973
4008
|
function RunningIcon(props, ref) {
|
|
3974
4009
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3992,7 +4027,7 @@ function RunningIcon(props, ref) {
|
|
|
3992
4027
|
d: "M5.708 9.6a1.3 1.3 0 0 1-.075-.282l-.975 1.75-2.886 1.134a.6.6 0 1 0 .394 1.134l3.371-.959 1.133-1.851-.33-.183c-.353-.228-.513-.456-.632-.743"
|
|
3993
4028
|
})));
|
|
3994
4029
|
}
|
|
3995
|
-
|
|
4030
|
+
const ForwardRef$3k = /*#__PURE__*/React.forwardRef(RunningIcon);
|
|
3996
4031
|
|
|
3997
4032
|
function StandingIcon(props, ref) {
|
|
3998
4033
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4014,7 +4049,7 @@ function StandingIcon(props, ref) {
|
|
|
4014
4049
|
d: "M8 3.5a1.25 1.25 0 1 1-.001-2.499A1.25 1.25 0 0 1 8 3.5M10.99 8.786l-.825-3.989A1 1 0 0 0 9.185 4h-2.37a1 1 0 0 0-.98.797l-.825 3.99a.428.428 0 0 0 .836.184l.587-2.197h.047L6.5 10v4.4a.6.6 0 1 0 1.2 0l.101-4.338c.004-.033.026-.062.056-.062h.29c.032 0 .055.03.057.064L8.3 14.4a.6.6 0 1 0 1.2 0V10l.02-3.226h.047l.587 2.197a.428.428 0 0 0 .836-.185"
|
|
4015
4050
|
})));
|
|
4016
4051
|
}
|
|
4017
|
-
|
|
4052
|
+
const ForwardRef$3j = /*#__PURE__*/React.forwardRef(StandingIcon);
|
|
4018
4053
|
|
|
4019
4054
|
function StrollingIcon(props, ref) {
|
|
4020
4055
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4038,7 +4073,7 @@ function StrollingIcon(props, ref) {
|
|
|
4038
4073
|
d: "m6.507 9.362-.073 1.815a.2.2 0 0 1-.012.06l-1.059 2.946a.6.6 0 1 0 1.113.45l1.298-2.776a1 1 0 0 0 .066-.188l.072-.252zM8.003 3.5a1.25 1.25 0 1 1-.001-2.499 1.25 1.25 0 0 1 0 2.499"
|
|
4039
4074
|
})));
|
|
4040
4075
|
}
|
|
4041
|
-
|
|
4076
|
+
const ForwardRef$3i = /*#__PURE__*/React.forwardRef(StrollingIcon);
|
|
4042
4077
|
|
|
4043
4078
|
function TaxiIcon(props, ref) {
|
|
4044
4079
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4059,7 +4094,7 @@ function TaxiIcon(props, ref) {
|
|
|
4059
4094
|
clipRule: "evenodd"
|
|
4060
4095
|
}));
|
|
4061
4096
|
}
|
|
4062
|
-
|
|
4097
|
+
const ForwardRef$3h = /*#__PURE__*/React.forwardRef(TaxiIcon);
|
|
4063
4098
|
|
|
4064
4099
|
function TrainIcon(props, ref) {
|
|
4065
4100
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4083,7 +4118,7 @@ function TrainIcon(props, ref) {
|
|
|
4083
4118
|
d: "M14.75 8.1a.6.6 0 0 0-.091-.11l-.035-.036-.093-.095c-.315-.314-2.34-1.805-3.436-2.528-.358-.236-.76-.331-.999-.331h-3.54l1.295-.89c.1-.076.149-.134.149-.256a.33.33 0 0 0-.142-.276L6.364 2.399H5.4l1.702 1.434-1.7 1.166h.001H1v6h12.612c.196 0 .38-.098.488-.263.49-.755.9-1.41.9-1.902 0-.277-.095-.529-.25-.735m-2.537-.508c-.046.136-.173.172-.317.172h-.666c-.071 0-.185.01-.284-.063l-.95-.671a.332.332 0 0 1 .2-.599h.666c.072 0 .142.024.2.068l1.034.778c.115.086.162.18.117.315"
|
|
4084
4119
|
}));
|
|
4085
4120
|
}
|
|
4086
|
-
|
|
4121
|
+
const ForwardRef$3g = /*#__PURE__*/React.forwardRef(TrainIcon);
|
|
4087
4122
|
|
|
4088
4123
|
function TramIcon(props, ref) {
|
|
4089
4124
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4109,7 +4144,7 @@ function TramIcon(props, ref) {
|
|
|
4109
4144
|
clipRule: "evenodd"
|
|
4110
4145
|
}));
|
|
4111
4146
|
}
|
|
4112
|
-
|
|
4147
|
+
const ForwardRef$3f = /*#__PURE__*/React.forwardRef(TramIcon);
|
|
4113
4148
|
|
|
4114
4149
|
function WalkIcon(props, ref) {
|
|
4115
4150
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4133,7 +4168,7 @@ function WalkIcon(props, ref) {
|
|
|
4133
4168
|
d: "m12.791 7.79-2.026-1.244a.2.2 0 0 1-.064-.063l-.98-1.702a1 1 0 0 0-.644-.438l-1.44-.29a1 1 0 0 0-.797.18L5.04 5.582a1 1 0 0 0-.288.34L3.671 8.017a.428.428 0 0 0 .724.456l1.293-1.996a.2.2 0 0 1 .063-.061l1.088-.666-.309 1.533a2.3 2.3 0 0 0 .596 2.043l2.276 2.288.045.07 1.115 2.912a.6.6 0 1 0 1.137-.384l-.805-2.874-.155-.32-1.854-2.545a.35.35 0 0 1-.06-.272l.374-1.857.687.871a1 1 0 0 0 .348.28l2.12 1.03a.428.428 0 0 0 .437-.735"
|
|
4134
4169
|
})));
|
|
4135
4170
|
}
|
|
4136
|
-
|
|
4171
|
+
const ForwardRef$3e = /*#__PURE__*/React.forwardRef(WalkIcon);
|
|
4137
4172
|
|
|
4138
4173
|
function AdditionalZonesTicketIcon(props, ref) {
|
|
4139
4174
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4154,7 +4189,7 @@ function AdditionalZonesTicketIcon(props, ref) {
|
|
|
4154
4189
|
clipRule: "evenodd"
|
|
4155
4190
|
}));
|
|
4156
4191
|
}
|
|
4157
|
-
|
|
4192
|
+
const ForwardRef$3d = /*#__PURE__*/React.forwardRef(AdditionalZonesTicketIcon);
|
|
4158
4193
|
|
|
4159
4194
|
function CabinIcon(props, ref) {
|
|
4160
4195
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4183,7 +4218,7 @@ function CabinIcon(props, ref) {
|
|
|
4183
4218
|
clipRule: "evenodd"
|
|
4184
4219
|
}));
|
|
4185
4220
|
}
|
|
4186
|
-
|
|
4221
|
+
const ForwardRef$3c = /*#__PURE__*/React.forwardRef(CabinIcon);
|
|
4187
4222
|
|
|
4188
4223
|
function CityIcon(props, ref) {
|
|
4189
4224
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4204,7 +4239,7 @@ function CityIcon(props, ref) {
|
|
|
4204
4239
|
clipRule: "evenodd"
|
|
4205
4240
|
}));
|
|
4206
4241
|
}
|
|
4207
|
-
|
|
4242
|
+
const ForwardRef$3b = /*#__PURE__*/React.forwardRef(CityIcon);
|
|
4208
4243
|
|
|
4209
4244
|
function CompassNeedleIcon(props, ref) {
|
|
4210
4245
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4224,7 +4259,7 @@ function CompassNeedleIcon(props, ref) {
|
|
|
4224
4259
|
d: "M11 8 8 1 5 8z"
|
|
4225
4260
|
}));
|
|
4226
4261
|
}
|
|
4227
|
-
|
|
4262
|
+
const ForwardRef$3a = /*#__PURE__*/React.forwardRef(CompassNeedleIcon);
|
|
4228
4263
|
|
|
4229
4264
|
function ConductorIcon(props, ref) {
|
|
4230
4265
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4243,7 +4278,7 @@ function ConductorIcon(props, ref) {
|
|
|
4243
4278
|
clipRule: "evenodd"
|
|
4244
4279
|
}));
|
|
4245
4280
|
}
|
|
4246
|
-
|
|
4281
|
+
const ForwardRef$39 = /*#__PURE__*/React.forwardRef(ConductorIcon);
|
|
4247
4282
|
|
|
4248
4283
|
function CorrespondenceIcon(props, ref) {
|
|
4249
4284
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4269,7 +4304,7 @@ function CorrespondenceIcon(props, ref) {
|
|
|
4269
4304
|
clipRule: "evenodd"
|
|
4270
4305
|
}));
|
|
4271
4306
|
}
|
|
4272
|
-
|
|
4307
|
+
const ForwardRef$38 = /*#__PURE__*/React.forwardRef(CorrespondenceIcon);
|
|
4273
4308
|
|
|
4274
4309
|
function DestinationIcon(props, ref) {
|
|
4275
4310
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4290,7 +4325,7 @@ function DestinationIcon(props, ref) {
|
|
|
4290
4325
|
clipRule: "evenodd"
|
|
4291
4326
|
}));
|
|
4292
4327
|
}
|
|
4293
|
-
|
|
4328
|
+
const ForwardRef$37 = /*#__PURE__*/React.forwardRef(DestinationIcon);
|
|
4294
4329
|
|
|
4295
4330
|
function DirectionIcon(props, ref) {
|
|
4296
4331
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4309,7 +4344,7 @@ function DirectionIcon(props, ref) {
|
|
|
4309
4344
|
clipRule: "evenodd"
|
|
4310
4345
|
}));
|
|
4311
4346
|
}
|
|
4312
|
-
|
|
4347
|
+
const ForwardRef$36 = /*#__PURE__*/React.forwardRef(DirectionIcon);
|
|
4313
4348
|
|
|
4314
4349
|
function DirectionFilledIcon(props, ref) {
|
|
4315
4350
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4328,7 +4363,7 @@ function DirectionFilledIcon(props, ref) {
|
|
|
4328
4363
|
clipRule: "evenodd"
|
|
4329
4364
|
}));
|
|
4330
4365
|
}
|
|
4331
|
-
|
|
4366
|
+
const ForwardRef$35 = /*#__PURE__*/React.forwardRef(DirectionFilledIcon);
|
|
4332
4367
|
|
|
4333
4368
|
function EnvironmentIcon(props, ref) {
|
|
4334
4369
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4349,7 +4384,7 @@ function EnvironmentIcon(props, ref) {
|
|
|
4349
4384
|
clipRule: "evenodd"
|
|
4350
4385
|
}));
|
|
4351
4386
|
}
|
|
4352
|
-
|
|
4387
|
+
const ForwardRef$34 = /*#__PURE__*/React.forwardRef(EnvironmentIcon);
|
|
4353
4388
|
|
|
4354
4389
|
function GoalIcon(props, ref) {
|
|
4355
4390
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4368,7 +4403,7 @@ function GoalIcon(props, ref) {
|
|
|
4368
4403
|
d: "M5.818 2.312 14 6.25l-8.182 3.937v3.938c0 .525-.363.875-.909.875S4 14.65 4 14.125V1.875C4 1.35 4.364 1 4.91 1s.908.35.908.875z"
|
|
4369
4404
|
}));
|
|
4370
4405
|
}
|
|
4371
|
-
|
|
4406
|
+
const ForwardRef$33 = /*#__PURE__*/React.forwardRef(GoalIcon);
|
|
4372
4407
|
|
|
4373
4408
|
function GymIcon(props, ref) {
|
|
4374
4409
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4387,7 +4422,7 @@ function GymIcon(props, ref) {
|
|
|
4387
4422
|
clipRule: "evenodd"
|
|
4388
4423
|
}));
|
|
4389
4424
|
}
|
|
4390
|
-
|
|
4425
|
+
const ForwardRef$32 = /*#__PURE__*/React.forwardRef(GymIcon);
|
|
4391
4426
|
|
|
4392
4427
|
function HomeIcon(props, ref) {
|
|
4393
4428
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4408,7 +4443,7 @@ function HomeIcon(props, ref) {
|
|
|
4408
4443
|
clipRule: "evenodd"
|
|
4409
4444
|
}));
|
|
4410
4445
|
}
|
|
4411
|
-
|
|
4446
|
+
const ForwardRef$31 = /*#__PURE__*/React.forwardRef(HomeIcon);
|
|
4412
4447
|
|
|
4413
4448
|
function InternationalIcon(props, ref) {
|
|
4414
4449
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4429,7 +4464,7 @@ function InternationalIcon(props, ref) {
|
|
|
4429
4464
|
clipRule: "evenodd"
|
|
4430
4465
|
}));
|
|
4431
4466
|
}
|
|
4432
|
-
|
|
4467
|
+
const ForwardRef$30 = /*#__PURE__*/React.forwardRef(InternationalIcon);
|
|
4433
4468
|
|
|
4434
4469
|
function InterrailIcon(props, ref) {
|
|
4435
4470
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4450,7 +4485,7 @@ function InterrailIcon(props, ref) {
|
|
|
4450
4485
|
clipRule: "evenodd"
|
|
4451
4486
|
}));
|
|
4452
4487
|
}
|
|
4453
|
-
|
|
4488
|
+
const ForwardRef$2$ = /*#__PURE__*/React.forwardRef(InterrailIcon);
|
|
4454
4489
|
|
|
4455
4490
|
function InvalidTicketIcon(props, ref) {
|
|
4456
4491
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4471,7 +4506,7 @@ function InvalidTicketIcon(props, ref) {
|
|
|
4471
4506
|
clipRule: "evenodd"
|
|
4472
4507
|
}));
|
|
4473
4508
|
}
|
|
4474
|
-
|
|
4509
|
+
const ForwardRef$2_ = /*#__PURE__*/React.forwardRef(InvalidTicketIcon);
|
|
4475
4510
|
|
|
4476
4511
|
function LuggageIcon(props, ref) {
|
|
4477
4512
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4492,7 +4527,7 @@ function LuggageIcon(props, ref) {
|
|
|
4492
4527
|
clipRule: "evenodd"
|
|
4493
4528
|
}));
|
|
4494
4529
|
}
|
|
4495
|
-
|
|
4530
|
+
const ForwardRef$2Z = /*#__PURE__*/React.forwardRef(LuggageIcon);
|
|
4496
4531
|
|
|
4497
4532
|
function MapIcon(props, ref) {
|
|
4498
4533
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4513,7 +4548,7 @@ function MapIcon(props, ref) {
|
|
|
4513
4548
|
clipRule: "evenodd"
|
|
4514
4549
|
}));
|
|
4515
4550
|
}
|
|
4516
|
-
|
|
4551
|
+
const ForwardRef$2Y = /*#__PURE__*/React.forwardRef(MapIcon);
|
|
4517
4552
|
|
|
4518
4553
|
function MapFilledIcon(props, ref) {
|
|
4519
4554
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4535,7 +4570,7 @@ function MapFilledIcon(props, ref) {
|
|
|
4535
4570
|
clipRule: "evenodd"
|
|
4536
4571
|
}));
|
|
4537
4572
|
}
|
|
4538
|
-
|
|
4573
|
+
const ForwardRef$2X = /*#__PURE__*/React.forwardRef(MapFilledIcon);
|
|
4539
4574
|
|
|
4540
4575
|
function MapPinIcon(props, ref) {
|
|
4541
4576
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4556,7 +4591,7 @@ function MapPinIcon(props, ref) {
|
|
|
4556
4591
|
clipRule: "evenodd"
|
|
4557
4592
|
}));
|
|
4558
4593
|
}
|
|
4559
|
-
|
|
4594
|
+
const ForwardRef$2W = /*#__PURE__*/React.forwardRef(MapPinIcon);
|
|
4560
4595
|
|
|
4561
4596
|
function MountainIcon(props, ref) {
|
|
4562
4597
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4575,7 +4610,7 @@ function MountainIcon(props, ref) {
|
|
|
4575
4610
|
clipRule: "evenodd"
|
|
4576
4611
|
}));
|
|
4577
4612
|
}
|
|
4578
|
-
|
|
4613
|
+
const ForwardRef$2V = /*#__PURE__*/React.forwardRef(MountainIcon);
|
|
4579
4614
|
|
|
4580
4615
|
function PlaygroundIcon(props, ref) {
|
|
4581
4616
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4599,7 +4634,7 @@ function PlaygroundIcon(props, ref) {
|
|
|
4599
4634
|
clipRule: "evenodd"
|
|
4600
4635
|
}));
|
|
4601
4636
|
}
|
|
4602
|
-
|
|
4637
|
+
const ForwardRef$2U = /*#__PURE__*/React.forwardRef(PlaygroundIcon);
|
|
4603
4638
|
|
|
4604
4639
|
function PositionIcon(props, ref) {
|
|
4605
4640
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4618,7 +4653,7 @@ function PositionIcon(props, ref) {
|
|
|
4618
4653
|
clipRule: "evenodd"
|
|
4619
4654
|
}));
|
|
4620
4655
|
}
|
|
4621
|
-
|
|
4656
|
+
const ForwardRef$2T = /*#__PURE__*/React.forwardRef(PositionIcon);
|
|
4622
4657
|
|
|
4623
4658
|
function PositionFilledIcon(props, ref) {
|
|
4624
4659
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4637,7 +4672,7 @@ function PositionFilledIcon(props, ref) {
|
|
|
4637
4672
|
clipRule: "evenodd"
|
|
4638
4673
|
}));
|
|
4639
4674
|
}
|
|
4640
|
-
|
|
4675
|
+
const ForwardRef$2S = /*#__PURE__*/React.forwardRef(PositionFilledIcon);
|
|
4641
4676
|
|
|
4642
4677
|
function PrioritySeatPregnantIcon(props, ref) {
|
|
4643
4678
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4659,7 +4694,7 @@ function PrioritySeatPregnantIcon(props, ref) {
|
|
|
4659
4694
|
transform: "translate(-1319 -504) translate(1316 503)"
|
|
4660
4695
|
}));
|
|
4661
4696
|
}
|
|
4662
|
-
|
|
4697
|
+
const ForwardRef$2R = /*#__PURE__*/React.forwardRef(PrioritySeatPregnantIcon);
|
|
4663
4698
|
|
|
4664
4699
|
function PrioritySeatSeniorsIcon(props, ref) {
|
|
4665
4700
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4681,7 +4716,7 @@ function PrioritySeatSeniorsIcon(props, ref) {
|
|
|
4681
4716
|
transform: "translate(-1354 -504) translate(1352 503)"
|
|
4682
4717
|
}));
|
|
4683
4718
|
}
|
|
4684
|
-
|
|
4719
|
+
const ForwardRef$2Q = /*#__PURE__*/React.forwardRef(PrioritySeatSeniorsIcon);
|
|
4685
4720
|
|
|
4686
4721
|
function RebateTicketIcon(props, ref) {
|
|
4687
4722
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4703,7 +4738,7 @@ function RebateTicketIcon(props, ref) {
|
|
|
4703
4738
|
clipRule: "evenodd"
|
|
4704
4739
|
}));
|
|
4705
4740
|
}
|
|
4706
|
-
|
|
4741
|
+
const ForwardRef$2P = /*#__PURE__*/React.forwardRef(RebateTicketIcon);
|
|
4707
4742
|
|
|
4708
4743
|
function RebateTicketFilledIcon(props, ref) {
|
|
4709
4744
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4722,7 +4757,7 @@ function RebateTicketFilledIcon(props, ref) {
|
|
|
4722
4757
|
clipRule: "evenodd"
|
|
4723
4758
|
}));
|
|
4724
4759
|
}
|
|
4725
|
-
|
|
4760
|
+
const ForwardRef$2O = /*#__PURE__*/React.forwardRef(RebateTicketFilledIcon);
|
|
4726
4761
|
|
|
4727
4762
|
function SkiIcon(props, ref) {
|
|
4728
4763
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4744,7 +4779,7 @@ function SkiIcon(props, ref) {
|
|
|
4744
4779
|
transform: "translate(-1425 -504) translate(1424 503)"
|
|
4745
4780
|
}));
|
|
4746
4781
|
}
|
|
4747
|
-
|
|
4782
|
+
const ForwardRef$2N = /*#__PURE__*/React.forwardRef(SkiIcon);
|
|
4748
4783
|
|
|
4749
4784
|
function SuitcaseIcon(props, ref) {
|
|
4750
4785
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4766,7 +4801,7 @@ function SuitcaseIcon(props, ref) {
|
|
|
4766
4801
|
transform: "translate(-1245 -505) translate(1244 503)"
|
|
4767
4802
|
}));
|
|
4768
4803
|
}
|
|
4769
|
-
|
|
4804
|
+
const ForwardRef$2M = /*#__PURE__*/React.forwardRef(SuitcaseIcon);
|
|
4770
4805
|
|
|
4771
4806
|
function TrackIcon(props, ref) {
|
|
4772
4807
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4785,7 +4820,7 @@ function TrackIcon(props, ref) {
|
|
|
4785
4820
|
d: "M11.492 9.467H4.538l-.445 1.493h7.844zm1.611 0 .445 1.493h.705a.747.747 0 0 1 0 1.493h-.26l.166.562c.156.373-.155.821-.544.896-.389.15-.778-.075-.933-.448l-.301-1.01H3.649l-.3 1.01c-.156.373-.545.597-1.012.523-.389-.15-.622-.523-.544-.896l.19-.637h-.236a.747.747 0 0 1 0-1.493h.68l.444-1.494h-.347a.747.747 0 0 1 0-1.493h.791L3.76 6.48h-.458a.747.747 0 0 1 0-1.493h.902l.7-2.35c.155-.448.544-.672 1.01-.598a.85.85 0 0 1 .545.97l-.588 1.978h4.288L9.57 3.01a.85.85 0 0 1 .545-.97c.389-.15.855.149.933.522l.722 2.425h.928a.747.747 0 0 1 0 1.493h-.484l.445 1.493h.817a.747.747 0 0 1 0 1.494zm-2.055-1.494-.445-1.493H5.427l-.445 1.493z"
|
|
4786
4821
|
}));
|
|
4787
4822
|
}
|
|
4788
|
-
|
|
4823
|
+
const ForwardRef$2L = /*#__PURE__*/React.forwardRef(TrackIcon);
|
|
4789
4824
|
|
|
4790
4825
|
function UniversityIcon(props, ref) {
|
|
4791
4826
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4804,7 +4839,7 @@ function UniversityIcon(props, ref) {
|
|
|
4804
4839
|
clipRule: "evenodd"
|
|
4805
4840
|
}));
|
|
4806
4841
|
}
|
|
4807
|
-
|
|
4842
|
+
const ForwardRef$2K = /*#__PURE__*/React.forwardRef(UniversityIcon);
|
|
4808
4843
|
|
|
4809
4844
|
function ValidTicketIcon(props, ref) {
|
|
4810
4845
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4825,7 +4860,7 @@ function ValidTicketIcon(props, ref) {
|
|
|
4825
4860
|
clipRule: "evenodd"
|
|
4826
4861
|
}));
|
|
4827
4862
|
}
|
|
4828
|
-
|
|
4863
|
+
const ForwardRef$2J = /*#__PURE__*/React.forwardRef(ValidTicketIcon);
|
|
4829
4864
|
|
|
4830
4865
|
function ValidTicketFilledIcon(props, ref) {
|
|
4831
4866
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4844,7 +4879,7 @@ function ValidTicketFilledIcon(props, ref) {
|
|
|
4844
4879
|
clipRule: "evenodd"
|
|
4845
4880
|
}));
|
|
4846
4881
|
}
|
|
4847
|
-
|
|
4882
|
+
const ForwardRef$2I = /*#__PURE__*/React.forwardRef(ValidTicketFilledIcon);
|
|
4848
4883
|
|
|
4849
4884
|
function ZoneIcon(props, ref) {
|
|
4850
4885
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4870,7 +4905,7 @@ function ZoneIcon(props, ref) {
|
|
|
4870
4905
|
clipRule: "evenodd"
|
|
4871
4906
|
}));
|
|
4872
4907
|
}
|
|
4873
|
-
|
|
4908
|
+
const ForwardRef$2H = /*#__PURE__*/React.forwardRef(ZoneIcon);
|
|
4874
4909
|
|
|
4875
4910
|
function AccessibilityIcon(props, ref) {
|
|
4876
4911
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4894,7 +4929,7 @@ function AccessibilityIcon(props, ref) {
|
|
|
4894
4929
|
clipRule: "evenodd"
|
|
4895
4930
|
}));
|
|
4896
4931
|
}
|
|
4897
|
-
|
|
4932
|
+
const ForwardRef$2G = /*#__PURE__*/React.forwardRef(AccessibilityIcon);
|
|
4898
4933
|
|
|
4899
4934
|
function AddCardIcon(props, ref) {
|
|
4900
4935
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4915,7 +4950,7 @@ function AddCardIcon(props, ref) {
|
|
|
4915
4950
|
clipRule: "evenodd"
|
|
4916
4951
|
}));
|
|
4917
4952
|
}
|
|
4918
|
-
|
|
4953
|
+
const ForwardRef$2F = /*#__PURE__*/React.forwardRef(AddCardIcon);
|
|
4919
4954
|
|
|
4920
4955
|
function AddIcon(props, ref) {
|
|
4921
4956
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4936,7 +4971,7 @@ function AddIcon(props, ref) {
|
|
|
4936
4971
|
clipRule: "evenodd"
|
|
4937
4972
|
}));
|
|
4938
4973
|
}
|
|
4939
|
-
|
|
4974
|
+
const ForwardRef$2E = /*#__PURE__*/React.forwardRef(AddIcon);
|
|
4940
4975
|
|
|
4941
4976
|
function AdditionalIcon(props, ref) {
|
|
4942
4977
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4957,7 +4992,7 @@ function AdditionalIcon(props, ref) {
|
|
|
4957
4992
|
clipRule: "evenodd"
|
|
4958
4993
|
}));
|
|
4959
4994
|
}
|
|
4960
|
-
|
|
4995
|
+
const ForwardRef$2D = /*#__PURE__*/React.forwardRef(AdditionalIcon);
|
|
4961
4996
|
|
|
4962
4997
|
function AdjustmentsIcon(props, ref) {
|
|
4963
4998
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -4978,7 +5013,7 @@ function AdjustmentsIcon(props, ref) {
|
|
|
4978
5013
|
clipRule: "evenodd"
|
|
4979
5014
|
}));
|
|
4980
5015
|
}
|
|
4981
|
-
|
|
5016
|
+
const ForwardRef$2C = /*#__PURE__*/React.forwardRef(AdjustmentsIcon);
|
|
4982
5017
|
|
|
4983
5018
|
function AdminIcon(props, ref) {
|
|
4984
5019
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5000,7 +5035,7 @@ function AdminIcon(props, ref) {
|
|
|
5000
5035
|
d: "M11.5 10.25c-.689 0-1.25.561-1.25 1.25 0 .69.561 1.25 1.25 1.25s1.25-.56 1.25-1.25c0-.689-.561-1.25-1.25-1.25m0 1.975a.726.726 0 1 1 .725-.725c0 .4-.326.725-.725.725"
|
|
5001
5036
|
}));
|
|
5002
5037
|
}
|
|
5003
|
-
|
|
5038
|
+
const ForwardRef$2B = /*#__PURE__*/React.forwardRef(AdminIcon);
|
|
5004
5039
|
|
|
5005
5040
|
function AgreesIcon(props, ref) {
|
|
5006
5041
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5021,7 +5056,7 @@ function AgreesIcon(props, ref) {
|
|
|
5021
5056
|
clipRule: "evenodd"
|
|
5022
5057
|
}));
|
|
5023
5058
|
}
|
|
5024
|
-
|
|
5059
|
+
const ForwardRef$2A = /*#__PURE__*/React.forwardRef(AgreesIcon);
|
|
5025
5060
|
|
|
5026
5061
|
function ObjectAlignBottomFilledIcon(props, ref) {
|
|
5027
5062
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5038,7 +5073,7 @@ function ObjectAlignBottomFilledIcon(props, ref) {
|
|
|
5038
5073
|
d: "M4.5 1.9a.6.6 0 0 0-.6.6v9a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-9a.6.6 0 0 0-.6-.6zM15 14.1H1v-1.2h14zM9.5 4.9a.6.6 0 0 0-.6.6v6a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-6a.6.6 0 0 0-.6-.6z"
|
|
5039
5074
|
}));
|
|
5040
5075
|
}
|
|
5041
|
-
|
|
5076
|
+
const ForwardRef$2z = /*#__PURE__*/React.forwardRef(ObjectAlignBottomFilledIcon);
|
|
5042
5077
|
|
|
5043
5078
|
function ObjectAlignBottomIcon(props, ref) {
|
|
5044
5079
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5065,7 +5100,7 @@ function ObjectAlignBottomIcon(props, ref) {
|
|
|
5065
5100
|
clipRule: "evenodd"
|
|
5066
5101
|
}));
|
|
5067
5102
|
}
|
|
5068
|
-
|
|
5103
|
+
const ForwardRef$2y = /*#__PURE__*/React.forwardRef(ObjectAlignBottomIcon);
|
|
5069
5104
|
|
|
5070
5105
|
function ObjectAlignCenterFilledIcon(props, ref) {
|
|
5071
5106
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5082,7 +5117,7 @@ function ObjectAlignCenterFilledIcon(props, ref) {
|
|
|
5082
5117
|
d: "M7.4 3.9H5a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h2.4v1.8H3.5a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h3.9V15h1.2v-2.9h3.9a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6H8.6V7.1H11a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6H8.6V1H7.4z"
|
|
5083
5118
|
}));
|
|
5084
5119
|
}
|
|
5085
|
-
|
|
5120
|
+
const ForwardRef$2x = /*#__PURE__*/React.forwardRef(ObjectAlignCenterFilledIcon);
|
|
5086
5121
|
|
|
5087
5122
|
function ObjectAlignCenterIcon(props, ref) {
|
|
5088
5123
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5101,7 +5136,7 @@ function ObjectAlignCenterIcon(props, ref) {
|
|
|
5101
5136
|
clipRule: "evenodd"
|
|
5102
5137
|
}));
|
|
5103
5138
|
}
|
|
5104
|
-
|
|
5139
|
+
const ForwardRef$2w = /*#__PURE__*/React.forwardRef(ObjectAlignCenterIcon);
|
|
5105
5140
|
|
|
5106
5141
|
function ObjectAlignLeftFilledIcon(props, ref) {
|
|
5107
5142
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5118,7 +5153,7 @@ function ObjectAlignLeftFilledIcon(props, ref) {
|
|
|
5118
5153
|
d: "M1.9 15V1h1.2v14zM4.5 3.9a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h6a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6zM4.5 8.9a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h9a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6z"
|
|
5119
5154
|
}));
|
|
5120
5155
|
}
|
|
5121
|
-
|
|
5156
|
+
const ForwardRef$2v = /*#__PURE__*/React.forwardRef(ObjectAlignLeftFilledIcon);
|
|
5122
5157
|
|
|
5123
5158
|
function ObjectAlignLeftIcon(props, ref) {
|
|
5124
5159
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5137,7 +5172,7 @@ function ObjectAlignLeftIcon(props, ref) {
|
|
|
5137
5172
|
clipRule: "evenodd"
|
|
5138
5173
|
}));
|
|
5139
5174
|
}
|
|
5140
|
-
|
|
5175
|
+
const ForwardRef$2u = /*#__PURE__*/React.forwardRef(ObjectAlignLeftIcon);
|
|
5141
5176
|
|
|
5142
5177
|
function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
5143
5178
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5154,7 +5189,7 @@ function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
|
5154
5189
|
d: "M9.5 2.9a.6.6 0 0 0-.6.6v3.9H7.1V5a.6.6 0 0 0-.6-.6h-2a.6.6 0 0 0-.6.6v2.4H1v1.2h2.9V11a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6V8.6h1.8v3.9a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6V8.6H15V7.4h-2.9V3.5a.6.6 0 0 0-.6-.6z"
|
|
5155
5190
|
}));
|
|
5156
5191
|
}
|
|
5157
|
-
|
|
5192
|
+
const ForwardRef$2t = /*#__PURE__*/React.forwardRef(ObjectAlignMiddleFilledIcon);
|
|
5158
5193
|
|
|
5159
5194
|
function ObjectAlignMiddleIcon(props, ref) {
|
|
5160
5195
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5173,7 +5208,7 @@ function ObjectAlignMiddleIcon(props, ref) {
|
|
|
5173
5208
|
clipRule: "evenodd"
|
|
5174
5209
|
}));
|
|
5175
5210
|
}
|
|
5176
|
-
|
|
5211
|
+
const ForwardRef$2s = /*#__PURE__*/React.forwardRef(ObjectAlignMiddleIcon);
|
|
5177
5212
|
|
|
5178
5213
|
function ObjectAlignRightFilledIcon(props, ref) {
|
|
5179
5214
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5192,7 +5227,7 @@ function ObjectAlignRightFilledIcon(props, ref) {
|
|
|
5192
5227
|
clipRule: "evenodd"
|
|
5193
5228
|
}));
|
|
5194
5229
|
}
|
|
5195
|
-
|
|
5230
|
+
const ForwardRef$2r = /*#__PURE__*/React.forwardRef(ObjectAlignRightFilledIcon);
|
|
5196
5231
|
|
|
5197
5232
|
function ObjectAlignRightIcon(props, ref) {
|
|
5198
5233
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5214,7 +5249,7 @@ function ObjectAlignRightIcon(props, ref) {
|
|
|
5214
5249
|
clipRule: "evenodd"
|
|
5215
5250
|
}));
|
|
5216
5251
|
}
|
|
5217
|
-
|
|
5252
|
+
const ForwardRef$2q = /*#__PURE__*/React.forwardRef(ObjectAlignRightIcon);
|
|
5218
5253
|
|
|
5219
5254
|
function ObjectAlignTopFilledIcon(props, ref) {
|
|
5220
5255
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5231,7 +5266,7 @@ function ObjectAlignTopFilledIcon(props, ref) {
|
|
|
5231
5266
|
d: "M15 3.1H1V1.9h14zM4.5 3.9a.6.6 0 0 0-.6.6v9a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-9a.6.6 0 0 0-.6-.6zM9.5 3.9a.6.6 0 0 0-.6.6v6a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-6a.6.6 0 0 0-.6-.6z"
|
|
5232
5267
|
}));
|
|
5233
5268
|
}
|
|
5234
|
-
|
|
5269
|
+
const ForwardRef$2p = /*#__PURE__*/React.forwardRef(ObjectAlignTopFilledIcon);
|
|
5235
5270
|
|
|
5236
5271
|
function ObjectAlignTopIcon(props, ref) {
|
|
5237
5272
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5253,7 +5288,7 @@ function ObjectAlignTopIcon(props, ref) {
|
|
|
5253
5288
|
clipRule: "evenodd"
|
|
5254
5289
|
}));
|
|
5255
5290
|
}
|
|
5256
|
-
|
|
5291
|
+
const ForwardRef$2o = /*#__PURE__*/React.forwardRef(ObjectAlignTopIcon);
|
|
5257
5292
|
|
|
5258
5293
|
function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
5259
5294
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5270,7 +5305,7 @@ function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
|
5270
5305
|
d: "M4.9 13.1h-.4a.6.6 0 0 1-.6-.6v-9a.6.6 0 0 1 .6-.6h.4V1.5h1.2v1.4h.4a.6.6 0 0 1 .6.6v9a.6.6 0 0 1-.6.6h-.4V15H4.9zM9.9 11.1h-.4a.6.6 0 0 1-.6-.6v-5a.6.6 0 0 1 .6-.6h.4V1.5h1.2v3.4h.4a.6.6 0 0 1 .6.6v5a.6.6 0 0 1-.6.6h-.4V15H9.9z"
|
|
5271
5306
|
}));
|
|
5272
5307
|
}
|
|
5273
|
-
|
|
5308
|
+
const ForwardRef$2n = /*#__PURE__*/React.forwardRef(ObjectDistributeHorizontallyFilledIcon);
|
|
5274
5309
|
|
|
5275
5310
|
function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
5276
5311
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5289,7 +5324,7 @@ function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
|
5289
5324
|
clipRule: "evenodd"
|
|
5290
5325
|
}));
|
|
5291
5326
|
}
|
|
5292
|
-
|
|
5327
|
+
const ForwardRef$2m = /*#__PURE__*/React.forwardRef(ObjectDistributeHorizontallyIcon);
|
|
5293
5328
|
|
|
5294
5329
|
function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
5295
5330
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5306,7 +5341,7 @@ function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
|
5306
5341
|
d: "M5.5 3.9a.6.6 0 0 0-.6.6v.4H1v1.2h3.9v.4a.6.6 0 0 0 .6.6h5a.6.6 0 0 0 .6-.6v-.4H15V4.9h-3.9v-.4a.6.6 0 0 0-.6-.6zM13.1 11.1v.4a.6.6 0 0 1-.6.6h-9a.6.6 0 0 1-.6-.6v-.4H1V9.9h1.9v-.4a.6.6 0 0 1 .6-.6h9a.6.6 0 0 1 .6.6v.4H15v1.2z"
|
|
5307
5342
|
}));
|
|
5308
5343
|
}
|
|
5309
|
-
|
|
5344
|
+
const ForwardRef$2l = /*#__PURE__*/React.forwardRef(ObjectDistributeVerticallyFilledIcon);
|
|
5310
5345
|
|
|
5311
5346
|
function ObjectDistributeVerticallyIcon(props, ref) {
|
|
5312
5347
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5325,7 +5360,7 @@ function ObjectDistributeVerticallyIcon(props, ref) {
|
|
|
5325
5360
|
clipRule: "evenodd"
|
|
5326
5361
|
}));
|
|
5327
5362
|
}
|
|
5328
|
-
|
|
5363
|
+
const ForwardRef$2k = /*#__PURE__*/React.forwardRef(ObjectDistributeVerticallyIcon);
|
|
5329
5364
|
|
|
5330
5365
|
function AnimalFreeIcon(props, ref) {
|
|
5331
5366
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5347,7 +5382,7 @@ function AnimalFreeIcon(props, ref) {
|
|
|
5347
5382
|
transform: "translate(-669 -233) translate(668 232)"
|
|
5348
5383
|
}));
|
|
5349
5384
|
}
|
|
5350
|
-
|
|
5385
|
+
const ForwardRef$2j = /*#__PURE__*/React.forwardRef(AnimalFreeIcon);
|
|
5351
5386
|
|
|
5352
5387
|
function AssignToMeIcon(props, ref) {
|
|
5353
5388
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5369,7 +5404,7 @@ function AssignToMeIcon(props, ref) {
|
|
|
5369
5404
|
d: "m11.576 10.154.848.848-.976.976H15v1.2h-3.552l.976.976-.848.848-2.425-2.424z"
|
|
5370
5405
|
}));
|
|
5371
5406
|
}
|
|
5372
|
-
|
|
5407
|
+
const ForwardRef$2i = /*#__PURE__*/React.forwardRef(AssignToMeIcon);
|
|
5373
5408
|
|
|
5374
5409
|
function AssignToMeFilledIcon(props, ref) {
|
|
5375
5410
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5386,7 +5421,7 @@ function AssignToMeFilledIcon(props, ref) {
|
|
|
5386
5421
|
d: "M7.888 1a3.965 3.965 0 0 0-2.3 7.195 5.9 5.9 0 0 0-3.548 4.736 5 5 0 0 0-.038.467v.6h4.236l5.22-5.13-.699-.392a6 6 0 0 0-.519-.258l-.054-.023A3.965 3.965 0 0 0 7.887 1M11.576 10.154l.848.848-.976.976H15v1.2h-3.552l.976.976-.848.848-2.425-2.424z"
|
|
5387
5422
|
}));
|
|
5388
5423
|
}
|
|
5389
|
-
|
|
5424
|
+
const ForwardRef$2h = /*#__PURE__*/React.forwardRef(AssignToMeFilledIcon);
|
|
5390
5425
|
|
|
5391
5426
|
function BellIcon(props, ref) {
|
|
5392
5427
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5407,7 +5442,7 @@ function BellIcon(props, ref) {
|
|
|
5407
5442
|
clipRule: "evenodd"
|
|
5408
5443
|
}));
|
|
5409
5444
|
}
|
|
5410
|
-
|
|
5445
|
+
const ForwardRef$2g = /*#__PURE__*/React.forwardRef(BellIcon);
|
|
5411
5446
|
|
|
5412
5447
|
function BirthdateIcon(props, ref) {
|
|
5413
5448
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5431,7 +5466,7 @@ function BirthdateIcon(props, ref) {
|
|
|
5431
5466
|
clipRule: "evenodd"
|
|
5432
5467
|
}));
|
|
5433
5468
|
}
|
|
5434
|
-
|
|
5469
|
+
const ForwardRef$2f = /*#__PURE__*/React.forwardRef(BirthdateIcon);
|
|
5435
5470
|
|
|
5436
5471
|
function BirthdateFilledIcon(props, ref) {
|
|
5437
5472
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5453,7 +5488,7 @@ function BirthdateFilledIcon(props, ref) {
|
|
|
5453
5488
|
clipRule: "evenodd"
|
|
5454
5489
|
}));
|
|
5455
5490
|
}
|
|
5456
|
-
|
|
5491
|
+
const ForwardRef$2e = /*#__PURE__*/React.forwardRef(BirthdateFilledIcon);
|
|
5457
5492
|
|
|
5458
5493
|
function BoardIcon(props, ref) {
|
|
5459
5494
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5475,7 +5510,7 @@ function BoardIcon(props, ref) {
|
|
|
5475
5510
|
clipRule: "evenodd"
|
|
5476
5511
|
}));
|
|
5477
5512
|
}
|
|
5478
|
-
|
|
5513
|
+
const ForwardRef$2d = /*#__PURE__*/React.forwardRef(BoardIcon);
|
|
5479
5514
|
|
|
5480
5515
|
function BoardFilledIcon(props, ref) {
|
|
5481
5516
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5494,7 +5529,7 @@ function BoardFilledIcon(props, ref) {
|
|
|
5494
5529
|
clipRule: "evenodd"
|
|
5495
5530
|
}));
|
|
5496
5531
|
}
|
|
5497
|
-
|
|
5532
|
+
const ForwardRef$2c = /*#__PURE__*/React.forwardRef(BoardFilledIcon);
|
|
5498
5533
|
|
|
5499
5534
|
function BookmarkIcon(props, ref) {
|
|
5500
5535
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5513,7 +5548,7 @@ function BookmarkIcon(props, ref) {
|
|
|
5513
5548
|
d: "M12.79 15a.7.7 0 0 1-.376-.108L8 12.132l-4.414 2.76A.71.71 0 0 1 2.5 14.29V1.71A.71.71 0 0 1 3.21 1h9.58a.71.71 0 0 1 .71.71v12.58a.71.71 0 0 1-.71.71M8 10.584c.13 0 .26.036.376.108l3.704 2.317V2.42H3.92v10.588l3.704-2.317A.7.7 0 0 1 8 10.584"
|
|
5514
5549
|
}));
|
|
5515
5550
|
}
|
|
5516
|
-
|
|
5551
|
+
const ForwardRef$2b = /*#__PURE__*/React.forwardRef(BookmarkIcon);
|
|
5517
5552
|
|
|
5518
5553
|
function BrightnessIcon(props, ref) {
|
|
5519
5554
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5534,7 +5569,7 @@ function BrightnessIcon(props, ref) {
|
|
|
5534
5569
|
clipRule: "evenodd"
|
|
5535
5570
|
}));
|
|
5536
5571
|
}
|
|
5537
|
-
|
|
5572
|
+
const ForwardRef$2a = /*#__PURE__*/React.forwardRef(BrightnessIcon);
|
|
5538
5573
|
|
|
5539
5574
|
function BugIcon(props, ref) {
|
|
5540
5575
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5555,7 +5590,7 @@ function BugIcon(props, ref) {
|
|
|
5555
5590
|
clipRule: "evenodd"
|
|
5556
5591
|
}));
|
|
5557
5592
|
}
|
|
5558
|
-
|
|
5593
|
+
const ForwardRef$29 = /*#__PURE__*/React.forwardRef(BugIcon);
|
|
5559
5594
|
|
|
5560
5595
|
function CalendarIcon(props, ref) {
|
|
5561
5596
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5576,7 +5611,7 @@ function CalendarIcon(props, ref) {
|
|
|
5576
5611
|
clipRule: "evenodd"
|
|
5577
5612
|
}));
|
|
5578
5613
|
}
|
|
5579
|
-
|
|
5614
|
+
const ForwardRef$28 = /*#__PURE__*/React.forwardRef(CalendarIcon);
|
|
5580
5615
|
|
|
5581
5616
|
function CalendarDetailedIcon(props, ref) {
|
|
5582
5617
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5598,7 +5633,7 @@ function CalendarDetailedIcon(props, ref) {
|
|
|
5598
5633
|
clipRule: "evenodd"
|
|
5599
5634
|
}));
|
|
5600
5635
|
}
|
|
5601
|
-
|
|
5636
|
+
const ForwardRef$27 = /*#__PURE__*/React.forwardRef(CalendarDetailedIcon);
|
|
5602
5637
|
|
|
5603
5638
|
function CalendarDetailedFilledIcon(props, ref) {
|
|
5604
5639
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5620,7 +5655,7 @@ function CalendarDetailedFilledIcon(props, ref) {
|
|
|
5620
5655
|
clipRule: "evenodd"
|
|
5621
5656
|
}));
|
|
5622
5657
|
}
|
|
5623
|
-
|
|
5658
|
+
const ForwardRef$26 = /*#__PURE__*/React.forwardRef(CalendarDetailedFilledIcon);
|
|
5624
5659
|
|
|
5625
5660
|
function CardIcon(props, ref) {
|
|
5626
5661
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5641,7 +5676,7 @@ function CardIcon(props, ref) {
|
|
|
5641
5676
|
clipRule: "evenodd"
|
|
5642
5677
|
}));
|
|
5643
5678
|
}
|
|
5644
|
-
|
|
5679
|
+
const ForwardRef$25 = /*#__PURE__*/React.forwardRef(CardIcon);
|
|
5645
5680
|
|
|
5646
5681
|
function ChannelsIcon(props, ref) {
|
|
5647
5682
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5662,7 +5697,7 @@ function ChannelsIcon(props, ref) {
|
|
|
5662
5697
|
clipRule: "evenodd"
|
|
5663
5698
|
}));
|
|
5664
5699
|
}
|
|
5665
|
-
|
|
5700
|
+
const ForwardRef$24 = /*#__PURE__*/React.forwardRef(ChannelsIcon);
|
|
5666
5701
|
|
|
5667
5702
|
function ChartIcon(props, ref) {
|
|
5668
5703
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5681,7 +5716,7 @@ function ChartIcon(props, ref) {
|
|
|
5681
5716
|
clipRule: "evenodd"
|
|
5682
5717
|
}));
|
|
5683
5718
|
}
|
|
5684
|
-
|
|
5719
|
+
const ForwardRef$23 = /*#__PURE__*/React.forwardRef(ChartIcon);
|
|
5685
5720
|
|
|
5686
5721
|
function ChartFilledIcon(props, ref) {
|
|
5687
5722
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5698,7 +5733,7 @@ function ChartFilledIcon(props, ref) {
|
|
|
5698
5733
|
d: "M12.4 2.4a.6.6 0 0 0-.6.6v8.6H15V3a.6.6 0 0 0-.6-.6zM1.6 4.9a.6.6 0 0 0-.6.6v6.1h3.2V5.5a.6.6 0 0 0-.6-.6zM7 6.9a.6.6 0 0 0-.6.6v4.1h3.2V7.5a.6.6 0 0 0-.6-.6zM1 13.6h14v-1.2H1z"
|
|
5699
5734
|
}));
|
|
5700
5735
|
}
|
|
5701
|
-
|
|
5736
|
+
const ForwardRef$22 = /*#__PURE__*/React.forwardRef(ChartFilledIcon);
|
|
5702
5737
|
|
|
5703
5738
|
function ChatIcon(props, ref) {
|
|
5704
5739
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5719,7 +5754,7 @@ function ChatIcon(props, ref) {
|
|
|
5719
5754
|
clipRule: "evenodd"
|
|
5720
5755
|
}));
|
|
5721
5756
|
}
|
|
5722
|
-
|
|
5757
|
+
const ForwardRef$21 = /*#__PURE__*/React.forwardRef(ChatIcon);
|
|
5723
5758
|
|
|
5724
5759
|
function CheckIcon(props, ref) {
|
|
5725
5760
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5740,7 +5775,7 @@ function CheckIcon(props, ref) {
|
|
|
5740
5775
|
clipRule: "evenodd"
|
|
5741
5776
|
}));
|
|
5742
5777
|
}
|
|
5743
|
-
|
|
5778
|
+
const ForwardRef$20 = /*#__PURE__*/React.forwardRef(CheckIcon);
|
|
5744
5779
|
|
|
5745
5780
|
function CheckFilledIcon(props, ref) {
|
|
5746
5781
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5759,7 +5794,7 @@ function CheckFilledIcon(props, ref) {
|
|
|
5759
5794
|
clipRule: "evenodd"
|
|
5760
5795
|
}));
|
|
5761
5796
|
}
|
|
5762
|
-
|
|
5797
|
+
const ForwardRef$1$ = /*#__PURE__*/React.forwardRef(CheckFilledIcon);
|
|
5763
5798
|
|
|
5764
5799
|
function CheckSmallIcon(props, ref) {
|
|
5765
5800
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5776,7 +5811,7 @@ function CheckSmallIcon(props, ref) {
|
|
|
5776
5811
|
d: "m13.498 5.357-6.603 6.476a.6.6 0 0 1-.84 0L2.5 8.346l.84-.857 3.135 3.075L12.657 4.5z"
|
|
5777
5812
|
}));
|
|
5778
5813
|
}
|
|
5779
|
-
|
|
5814
|
+
const ForwardRef$1_ = /*#__PURE__*/React.forwardRef(CheckSmallIcon);
|
|
5780
5815
|
|
|
5781
5816
|
function CheckSmallFilledIcon(props, ref) {
|
|
5782
5817
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5793,7 +5828,7 @@ function CheckSmallFilledIcon(props, ref) {
|
|
|
5793
5828
|
d: "m13.998 5.424-6.885 6.792a1 1 0 0 1-1.404 0L2.002 8.56l1.404-1.424L6.411 10.1 12.594 4z"
|
|
5794
5829
|
}));
|
|
5795
5830
|
}
|
|
5796
|
-
|
|
5831
|
+
const ForwardRef$1Z = /*#__PURE__*/React.forwardRef(CheckSmallFilledIcon);
|
|
5797
5832
|
|
|
5798
5833
|
function ClockIcon(props, ref) {
|
|
5799
5834
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5814,7 +5849,7 @@ function ClockIcon(props, ref) {
|
|
|
5814
5849
|
clipRule: "evenodd"
|
|
5815
5850
|
}));
|
|
5816
5851
|
}
|
|
5817
|
-
|
|
5852
|
+
const ForwardRef$1Y = /*#__PURE__*/React.forwardRef(ClockIcon);
|
|
5818
5853
|
|
|
5819
5854
|
function ClockFilledIcon(props, ref) {
|
|
5820
5855
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5833,7 +5868,7 @@ function ClockFilledIcon(props, ref) {
|
|
|
5833
5868
|
clipRule: "evenodd"
|
|
5834
5869
|
}));
|
|
5835
5870
|
}
|
|
5836
|
-
|
|
5871
|
+
const ForwardRef$1X = /*#__PURE__*/React.forwardRef(ClockFilledIcon);
|
|
5837
5872
|
|
|
5838
5873
|
function CloseIcon(props, ref) {
|
|
5839
5874
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5854,7 +5889,7 @@ function CloseIcon(props, ref) {
|
|
|
5854
5889
|
clipRule: "evenodd"
|
|
5855
5890
|
}));
|
|
5856
5891
|
}
|
|
5857
|
-
|
|
5892
|
+
const ForwardRef$1W = /*#__PURE__*/React.forwardRef(CloseIcon);
|
|
5858
5893
|
|
|
5859
5894
|
function CloseFilledIcon(props, ref) {
|
|
5860
5895
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5871,7 +5906,7 @@ function CloseFilledIcon(props, ref) {
|
|
|
5871
5906
|
d: "M6.585 7.999 2 12.583l1.414 1.415L8 9.413l4.584 4.585 1.415-1.415L9.413 8l4.585-4.585L12.583 2 8 6.585 3.414 2 2 3.414z"
|
|
5872
5907
|
}));
|
|
5873
5908
|
}
|
|
5874
|
-
|
|
5909
|
+
const ForwardRef$1V = /*#__PURE__*/React.forwardRef(CloseFilledIcon);
|
|
5875
5910
|
|
|
5876
5911
|
function CloseSmallIcon(props, ref) {
|
|
5877
5912
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5888,7 +5923,7 @@ function CloseSmallIcon(props, ref) {
|
|
|
5888
5923
|
d: "M7.15 8 4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849z"
|
|
5889
5924
|
}));
|
|
5890
5925
|
}
|
|
5891
|
-
|
|
5926
|
+
const ForwardRef$1U = /*#__PURE__*/React.forwardRef(CloseSmallIcon);
|
|
5892
5927
|
|
|
5893
5928
|
function CloseSmallFilledIcon(props, ref) {
|
|
5894
5929
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5905,7 +5940,7 @@ function CloseSmallFilledIcon(props, ref) {
|
|
|
5905
5940
|
d: "M6.587 8.001 4 10.59l1.414 1.414 2.587-2.587 2.588 2.587 1.414-1.414L9.416 8l2.587-2.587L10.589 4 8 6.587 5.414 4 4 5.414z"
|
|
5906
5941
|
}));
|
|
5907
5942
|
}
|
|
5908
|
-
|
|
5943
|
+
const ForwardRef$1T = /*#__PURE__*/React.forwardRef(CloseSmallFilledIcon);
|
|
5909
5944
|
|
|
5910
5945
|
function ColorPickerIcon(props, ref) {
|
|
5911
5946
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5926,7 +5961,7 @@ function ColorPickerIcon(props, ref) {
|
|
|
5926
5961
|
clipRule: "evenodd"
|
|
5927
5962
|
}));
|
|
5928
5963
|
}
|
|
5929
|
-
|
|
5964
|
+
const ForwardRef$1S = /*#__PURE__*/React.forwardRef(ColorPickerIcon);
|
|
5930
5965
|
|
|
5931
5966
|
function CommentIcon(props, ref) {
|
|
5932
5967
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5947,7 +5982,7 @@ function CommentIcon(props, ref) {
|
|
|
5947
5982
|
clipRule: "evenodd"
|
|
5948
5983
|
}));
|
|
5949
5984
|
}
|
|
5950
|
-
|
|
5985
|
+
const ForwardRef$1R = /*#__PURE__*/React.forwardRef(CommentIcon);
|
|
5951
5986
|
|
|
5952
5987
|
function ComponentIcon(props, ref) {
|
|
5953
5988
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5966,7 +6001,7 @@ function ComponentIcon(props, ref) {
|
|
|
5966
6001
|
clipRule: "evenodd"
|
|
5967
6002
|
}));
|
|
5968
6003
|
}
|
|
5969
|
-
|
|
6004
|
+
const ForwardRef$1Q = /*#__PURE__*/React.forwardRef(ComponentIcon);
|
|
5970
6005
|
|
|
5971
6006
|
function ConfigurationIcon(props, ref) {
|
|
5972
6007
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -5987,7 +6022,7 @@ function ConfigurationIcon(props, ref) {
|
|
|
5987
6022
|
clipRule: "evenodd"
|
|
5988
6023
|
}));
|
|
5989
6024
|
}
|
|
5990
|
-
|
|
6025
|
+
const ForwardRef$1P = /*#__PURE__*/React.forwardRef(ConfigurationIcon);
|
|
5991
6026
|
|
|
5992
6027
|
function ContactsIcon(props, ref) {
|
|
5993
6028
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6008,7 +6043,7 @@ function ContactsIcon(props, ref) {
|
|
|
6008
6043
|
clipRule: "evenodd"
|
|
6009
6044
|
}));
|
|
6010
6045
|
}
|
|
6011
|
-
|
|
6046
|
+
const ForwardRef$1O = /*#__PURE__*/React.forwardRef(ContactsIcon);
|
|
6012
6047
|
|
|
6013
6048
|
function CookieIcon(props, ref) {
|
|
6014
6049
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6044,7 +6079,7 @@ function CookieIcon(props, ref) {
|
|
|
6044
6079
|
d: "M0 0H16V16H0z"
|
|
6045
6080
|
}))));
|
|
6046
6081
|
}
|
|
6047
|
-
|
|
6082
|
+
const ForwardRef$1N = /*#__PURE__*/React.forwardRef(CookieIcon);
|
|
6048
6083
|
|
|
6049
6084
|
function CookieFilledIcon(props, ref) {
|
|
6050
6085
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6061,7 +6096,7 @@ function CookieFilledIcon(props, ref) {
|
|
|
6061
6096
|
d: "M8 1q.55 0 1.076.082l.11.03a.5.5 0 0 1 .307.545l-.031.11c-.15.365-.242.941-.058 1.464.171.485.611 1.016 1.713 1.283a.5.5 0 0 1 .382.458l-.003.094c-.066.495.087 1.226.543 1.768.428.509 1.16.894 2.371.674A.5.5 0 0 1 15 8a7 7 0 1 1-7-7m1 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M5 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m1.75-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"
|
|
6062
6097
|
}));
|
|
6063
6098
|
}
|
|
6064
|
-
|
|
6099
|
+
const ForwardRef$1M = /*#__PURE__*/React.forwardRef(CookieFilledIcon);
|
|
6065
6100
|
|
|
6066
6101
|
function CopyIcon(props, ref) {
|
|
6067
6102
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6082,7 +6117,7 @@ function CopyIcon(props, ref) {
|
|
|
6082
6117
|
clipRule: "evenodd"
|
|
6083
6118
|
}));
|
|
6084
6119
|
}
|
|
6085
|
-
|
|
6120
|
+
const ForwardRef$1L = /*#__PURE__*/React.forwardRef(CopyIcon);
|
|
6086
6121
|
|
|
6087
6122
|
function CustomerServiceIcon(props, ref) {
|
|
6088
6123
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6101,7 +6136,7 @@ function CustomerServiceIcon(props, ref) {
|
|
|
6101
6136
|
clipRule: "evenodd"
|
|
6102
6137
|
}));
|
|
6103
6138
|
}
|
|
6104
|
-
|
|
6139
|
+
const ForwardRef$1K = /*#__PURE__*/React.forwardRef(CustomerServiceIcon);
|
|
6105
6140
|
|
|
6106
6141
|
function CustomerServiceFilledIcon(props, ref) {
|
|
6107
6142
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6120,7 +6155,7 @@ function CustomerServiceFilledIcon(props, ref) {
|
|
|
6120
6155
|
clipRule: "evenodd"
|
|
6121
6156
|
}));
|
|
6122
6157
|
}
|
|
6123
|
-
|
|
6158
|
+
const ForwardRef$1J = /*#__PURE__*/React.forwardRef(CustomerServiceFilledIcon);
|
|
6124
6159
|
|
|
6125
6160
|
function DateIcon(props, ref) {
|
|
6126
6161
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6139,7 +6174,7 @@ function DateIcon(props, ref) {
|
|
|
6139
6174
|
d: "M13.25 13.25H2.75V7.125h10.5zm.875-10.5h-1.75v-.875c0-.525-.35-.875-.875-.875h-.875c-.525 0-.875.35-.875.875v.875h-3.5v-.875C6.25 1.35 5.9 1 5.375 1H4.5c-.525 0-.875.35-.875.875v.875h-1.75C1.35 2.75 1 3.1 1 3.625v10.5c0 .525.35.875.875.875h12.25c.525 0 .875-.35.875-.875v-10.5c0-.525-.35-.875-.875-.875"
|
|
6140
6175
|
}));
|
|
6141
6176
|
}
|
|
6142
|
-
|
|
6177
|
+
const ForwardRef$1I = /*#__PURE__*/React.forwardRef(DateIcon);
|
|
6143
6178
|
|
|
6144
6179
|
function DeleteIcon(props, ref) {
|
|
6145
6180
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6160,7 +6195,7 @@ function DeleteIcon(props, ref) {
|
|
|
6160
6195
|
clipRule: "evenodd"
|
|
6161
6196
|
}));
|
|
6162
6197
|
}
|
|
6163
|
-
|
|
6198
|
+
const ForwardRef$1H = /*#__PURE__*/React.forwardRef(DeleteIcon);
|
|
6164
6199
|
|
|
6165
6200
|
function HorizontalDotsIcon(props, ref) {
|
|
6166
6201
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6181,7 +6216,7 @@ function HorizontalDotsIcon(props, ref) {
|
|
|
6181
6216
|
clipRule: "evenodd"
|
|
6182
6217
|
}));
|
|
6183
6218
|
}
|
|
6184
|
-
|
|
6219
|
+
const ForwardRef$1G = /*#__PURE__*/React.forwardRef(HorizontalDotsIcon);
|
|
6185
6220
|
|
|
6186
6221
|
function VerticalDotsIcon(props, ref) {
|
|
6187
6222
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6202,7 +6237,7 @@ function VerticalDotsIcon(props, ref) {
|
|
|
6202
6237
|
clipRule: "evenodd"
|
|
6203
6238
|
}));
|
|
6204
6239
|
}
|
|
6205
|
-
|
|
6240
|
+
const ForwardRef$1F = /*#__PURE__*/React.forwardRef(VerticalDotsIcon);
|
|
6206
6241
|
|
|
6207
6242
|
function DraggableIcon(props, ref) {
|
|
6208
6243
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6260,7 +6295,7 @@ function DraggableIcon(props, ref) {
|
|
|
6260
6295
|
clipRule: "evenodd"
|
|
6261
6296
|
}));
|
|
6262
6297
|
}
|
|
6263
|
-
|
|
6298
|
+
const ForwardRef$1E = /*#__PURE__*/React.forwardRef(DraggableIcon);
|
|
6264
6299
|
|
|
6265
6300
|
function EditIcon(props, ref) {
|
|
6266
6301
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6281,7 +6316,7 @@ function EditIcon(props, ref) {
|
|
|
6281
6316
|
clipRule: "evenodd"
|
|
6282
6317
|
}));
|
|
6283
6318
|
}
|
|
6284
|
-
|
|
6319
|
+
const ForwardRef$1D = /*#__PURE__*/React.forwardRef(EditIcon);
|
|
6285
6320
|
|
|
6286
6321
|
function EmailIcon(props, ref) {
|
|
6287
6322
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6302,7 +6337,7 @@ function EmailIcon(props, ref) {
|
|
|
6302
6337
|
clipRule: "evenodd"
|
|
6303
6338
|
}));
|
|
6304
6339
|
}
|
|
6305
|
-
|
|
6340
|
+
const ForwardRef$1C = /*#__PURE__*/React.forwardRef(EmailIcon);
|
|
6306
6341
|
|
|
6307
6342
|
function ExtendIcon(props, ref) {
|
|
6308
6343
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6322,7 +6357,7 @@ function ExtendIcon(props, ref) {
|
|
|
6322
6357
|
transform: "translate(-1281 -187) translate(1280 186)"
|
|
6323
6358
|
}));
|
|
6324
6359
|
}
|
|
6325
|
-
|
|
6360
|
+
const ForwardRef$1B = /*#__PURE__*/React.forwardRef(ExtendIcon);
|
|
6326
6361
|
|
|
6327
6362
|
function FavoriteRouteIcon(props, ref) {
|
|
6328
6363
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6344,7 +6379,7 @@ function FavoriteRouteIcon(props, ref) {
|
|
|
6344
6379
|
d: "M6 3.685h3.438a1.522 1.522 0 1 1 0 3.044H5.674a3.182 3.182 0 1 0 0 6.363H8v-1.2H5.674a1.982 1.982 0 0 1 0-3.963h3.764a2.722 2.722 0 0 0 0-5.444H6z"
|
|
6345
6380
|
}));
|
|
6346
6381
|
}
|
|
6347
|
-
|
|
6382
|
+
const ForwardRef$1A = /*#__PURE__*/React.forwardRef(FavoriteRouteIcon);
|
|
6348
6383
|
|
|
6349
6384
|
function FavoriteRouteFilledIcon(props, ref) {
|
|
6350
6385
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6363,7 +6398,7 @@ function FavoriteRouteFilledIcon(props, ref) {
|
|
|
6363
6398
|
clipRule: "evenodd"
|
|
6364
6399
|
}));
|
|
6365
6400
|
}
|
|
6366
|
-
|
|
6401
|
+
const ForwardRef$1z = /*#__PURE__*/React.forwardRef(FavoriteRouteFilledIcon);
|
|
6367
6402
|
|
|
6368
6403
|
function FavoriteStopIcon(props, ref) {
|
|
6369
6404
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6387,7 +6422,7 @@ function FavoriteStopIcon(props, ref) {
|
|
|
6387
6422
|
clipRule: "evenodd"
|
|
6388
6423
|
}));
|
|
6389
6424
|
}
|
|
6390
|
-
|
|
6425
|
+
const ForwardRef$1y = /*#__PURE__*/React.forwardRef(FavoriteStopIcon);
|
|
6391
6426
|
|
|
6392
6427
|
function FavoriteStopFilledIcon(props, ref) {
|
|
6393
6428
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6406,7 +6441,7 @@ function FavoriteStopFilledIcon(props, ref) {
|
|
|
6406
6441
|
clipRule: "evenodd"
|
|
6407
6442
|
}));
|
|
6408
6443
|
}
|
|
6409
|
-
|
|
6444
|
+
const ForwardRef$1x = /*#__PURE__*/React.forwardRef(FavoriteStopFilledIcon);
|
|
6410
6445
|
|
|
6411
6446
|
function FeedbackIcon(props, ref) {
|
|
6412
6447
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6425,7 +6460,7 @@ function FeedbackIcon(props, ref) {
|
|
|
6425
6460
|
clipRule: "evenodd"
|
|
6426
6461
|
}));
|
|
6427
6462
|
}
|
|
6428
|
-
|
|
6463
|
+
const ForwardRef$1w = /*#__PURE__*/React.forwardRef(FeedbackIcon);
|
|
6429
6464
|
|
|
6430
6465
|
function FeedbackFilledIcon(props, ref) {
|
|
6431
6466
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6444,7 +6479,7 @@ function FeedbackFilledIcon(props, ref) {
|
|
|
6444
6479
|
clipRule: "evenodd"
|
|
6445
6480
|
}));
|
|
6446
6481
|
}
|
|
6447
|
-
|
|
6482
|
+
const ForwardRef$1v = /*#__PURE__*/React.forwardRef(FeedbackFilledIcon);
|
|
6448
6483
|
|
|
6449
6484
|
function FileIcon(props, ref) {
|
|
6450
6485
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6465,7 +6500,7 @@ function FileIcon(props, ref) {
|
|
|
6465
6500
|
clipRule: "evenodd"
|
|
6466
6501
|
}));
|
|
6467
6502
|
}
|
|
6468
|
-
|
|
6503
|
+
const ForwardRef$1u = /*#__PURE__*/React.forwardRef(FileIcon);
|
|
6469
6504
|
|
|
6470
6505
|
function FillIcon(props, ref) {
|
|
6471
6506
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6486,7 +6521,7 @@ function FillIcon(props, ref) {
|
|
|
6486
6521
|
clipRule: "evenodd"
|
|
6487
6522
|
}));
|
|
6488
6523
|
}
|
|
6489
|
-
|
|
6524
|
+
const ForwardRef$1t = /*#__PURE__*/React.forwardRef(FillIcon);
|
|
6490
6525
|
|
|
6491
6526
|
function FilterIcon(props, ref) {
|
|
6492
6527
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6505,7 +6540,7 @@ function FilterIcon(props, ref) {
|
|
|
6505
6540
|
clipRule: "evenodd"
|
|
6506
6541
|
}));
|
|
6507
6542
|
}
|
|
6508
|
-
|
|
6543
|
+
const ForwardRef$1s = /*#__PURE__*/React.forwardRef(FilterIcon);
|
|
6509
6544
|
|
|
6510
6545
|
function FilterFilledIcon(props, ref) {
|
|
6511
6546
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6524,7 +6559,7 @@ function FilterFilledIcon(props, ref) {
|
|
|
6524
6559
|
clipRule: "evenodd"
|
|
6525
6560
|
}));
|
|
6526
6561
|
}
|
|
6527
|
-
|
|
6562
|
+
const ForwardRef$1r = /*#__PURE__*/React.forwardRef(FilterFilledIcon);
|
|
6528
6563
|
|
|
6529
6564
|
function FolderIcon(props, ref) {
|
|
6530
6565
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6543,7 +6578,7 @@ function FolderIcon(props, ref) {
|
|
|
6543
6578
|
clipRule: "evenodd"
|
|
6544
6579
|
}));
|
|
6545
6580
|
}
|
|
6546
|
-
|
|
6581
|
+
const ForwardRef$1q = /*#__PURE__*/React.forwardRef(FolderIcon);
|
|
6547
6582
|
|
|
6548
6583
|
function FolderFilledIcon(props, ref) {
|
|
6549
6584
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6560,7 +6595,7 @@ function FolderFilledIcon(props, ref) {
|
|
|
6560
6595
|
d: "M2.1 2.5A1.1 1.1 0 0 0 1 3.6v8.8a1.1 1.1 0 0 0 1.1 1.1h11.8a1.1 1.1 0 0 0 1.1-1.1V5.055a1.1 1.1 0 0 0-1.1-1.1H7.755L6.452 2.673A.6.6 0 0 0 6.03 2.5z"
|
|
6561
6596
|
}));
|
|
6562
6597
|
}
|
|
6563
|
-
|
|
6598
|
+
const ForwardRef$1p = /*#__PURE__*/React.forwardRef(FolderFilledIcon);
|
|
6564
6599
|
|
|
6565
6600
|
function GridViewIcon(props, ref) {
|
|
6566
6601
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6581,7 +6616,7 @@ function GridViewIcon(props, ref) {
|
|
|
6581
6616
|
clipRule: "evenodd"
|
|
6582
6617
|
}));
|
|
6583
6618
|
}
|
|
6584
|
-
|
|
6619
|
+
const ForwardRef$1o = /*#__PURE__*/React.forwardRef(GridViewIcon);
|
|
6585
6620
|
|
|
6586
6621
|
function HandToolIcon(props, ref) {
|
|
6587
6622
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6603,7 +6638,7 @@ function HandToolIcon(props, ref) {
|
|
|
6603
6638
|
transform: "translate(-1246 -463) translate(1244 462)"
|
|
6604
6639
|
}));
|
|
6605
6640
|
}
|
|
6606
|
-
|
|
6641
|
+
const ForwardRef$1n = /*#__PURE__*/React.forwardRef(HandToolIcon);
|
|
6607
6642
|
|
|
6608
6643
|
function HeartIcon(props, ref) {
|
|
6609
6644
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6624,7 +6659,7 @@ function HeartIcon(props, ref) {
|
|
|
6624
6659
|
clipRule: "evenodd"
|
|
6625
6660
|
}));
|
|
6626
6661
|
}
|
|
6627
|
-
|
|
6662
|
+
const ForwardRef$1m = /*#__PURE__*/React.forwardRef(HeartIcon);
|
|
6628
6663
|
|
|
6629
6664
|
function HistoryIcon(props, ref) {
|
|
6630
6665
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6643,7 +6678,7 @@ function HistoryIcon(props, ref) {
|
|
|
6643
6678
|
clipRule: "evenodd"
|
|
6644
6679
|
}));
|
|
6645
6680
|
}
|
|
6646
|
-
|
|
6681
|
+
const ForwardRef$1l = /*#__PURE__*/React.forwardRef(HistoryIcon);
|
|
6647
6682
|
|
|
6648
6683
|
function HistoryFilledIcon(props, ref) {
|
|
6649
6684
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6660,7 +6695,7 @@ function HistoryFilledIcon(props, ref) {
|
|
|
6660
6695
|
d: "M2.692 3.436V2.092h-1.2v3.554h3.554v-1.2h-1.63A5.8 5.8 0 0 1 7.4 2.231V8a.6.6 0 0 0 .6.6h5.769A5.8 5.8 0 0 1 2.2 8H1a7 7 0 1 0 1.692-4.564"
|
|
6661
6696
|
}));
|
|
6662
6697
|
}
|
|
6663
|
-
|
|
6698
|
+
const ForwardRef$1k = /*#__PURE__*/React.forwardRef(HistoryFilledIcon);
|
|
6664
6699
|
|
|
6665
6700
|
function IconIcon(props, ref) {
|
|
6666
6701
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6690,7 +6725,7 @@ function IconIcon(props, ref) {
|
|
|
6690
6725
|
d: "M5.314 11.156 3.508 9.36l.845-.851 2.84 2.82a.6.6 0 0 1 0 .851l-2.84 2.82-.845-.851 1.806-1.794H1.108v-1.2z"
|
|
6691
6726
|
}));
|
|
6692
6727
|
}
|
|
6693
|
-
|
|
6728
|
+
const ForwardRef$1j = /*#__PURE__*/React.forwardRef(IconIcon);
|
|
6694
6729
|
|
|
6695
6730
|
function LanguageIcon(props, ref) {
|
|
6696
6731
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6709,7 +6744,7 @@ function LanguageIcon(props, ref) {
|
|
|
6709
6744
|
clipRule: "evenodd"
|
|
6710
6745
|
}));
|
|
6711
6746
|
}
|
|
6712
|
-
|
|
6747
|
+
const ForwardRef$1i = /*#__PURE__*/React.forwardRef(LanguageIcon);
|
|
6713
6748
|
|
|
6714
6749
|
function LanguageFilledIcon(props, ref) {
|
|
6715
6750
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6729,7 +6764,7 @@ function LanguageFilledIcon(props, ref) {
|
|
|
6729
6764
|
d: "m13.886 15-1.02-2.4H7.62L6.42 15zM5.74 4.6H3.26A5.05 5.05 0 0 0 4.5 6.64 5.05 5.05 0 0 0 5.74 4.6M12.356 11.4H8.22l2.235-4.47z"
|
|
6730
6765
|
}));
|
|
6731
6766
|
}
|
|
6732
|
-
|
|
6767
|
+
const ForwardRef$1h = /*#__PURE__*/React.forwardRef(LanguageFilledIcon);
|
|
6733
6768
|
|
|
6734
6769
|
function LikeIcon(props, ref) {
|
|
6735
6770
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6750,7 +6785,7 @@ function LikeIcon(props, ref) {
|
|
|
6750
6785
|
clipRule: "evenodd"
|
|
6751
6786
|
}));
|
|
6752
6787
|
}
|
|
6753
|
-
|
|
6788
|
+
const ForwardRef$1g = /*#__PURE__*/React.forwardRef(LikeIcon);
|
|
6754
6789
|
|
|
6755
6790
|
function ListViewIcon(props, ref) {
|
|
6756
6791
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6771,7 +6806,7 @@ function ListViewIcon(props, ref) {
|
|
|
6771
6806
|
clipRule: "evenodd"
|
|
6772
6807
|
}));
|
|
6773
6808
|
}
|
|
6774
|
-
|
|
6809
|
+
const ForwardRef$1f = /*#__PURE__*/React.forwardRef(ListViewIcon);
|
|
6775
6810
|
|
|
6776
6811
|
function LoadingIcon(props, ref) {
|
|
6777
6812
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6792,7 +6827,7 @@ function LoadingIcon(props, ref) {
|
|
|
6792
6827
|
clipRule: "evenodd"
|
|
6793
6828
|
}));
|
|
6794
6829
|
}
|
|
6795
|
-
|
|
6830
|
+
const ForwardRef$1e = /*#__PURE__*/React.forwardRef(LoadingIcon);
|
|
6796
6831
|
|
|
6797
6832
|
function ClosedLockIcon(props, ref) {
|
|
6798
6833
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6813,7 +6848,7 @@ function ClosedLockIcon(props, ref) {
|
|
|
6813
6848
|
clipRule: "evenodd"
|
|
6814
6849
|
}));
|
|
6815
6850
|
}
|
|
6816
|
-
|
|
6851
|
+
const ForwardRef$1d = /*#__PURE__*/React.forwardRef(ClosedLockIcon);
|
|
6817
6852
|
|
|
6818
6853
|
function OpenedLockIcon(props, ref) {
|
|
6819
6854
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6834,7 +6869,7 @@ function OpenedLockIcon(props, ref) {
|
|
|
6834
6869
|
clipRule: "evenodd"
|
|
6835
6870
|
}));
|
|
6836
6871
|
}
|
|
6837
|
-
|
|
6872
|
+
const ForwardRef$1c = /*#__PURE__*/React.forwardRef(OpenedLockIcon);
|
|
6838
6873
|
|
|
6839
6874
|
function LogOutIcon(props, ref) {
|
|
6840
6875
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6855,7 +6890,7 @@ function LogOutIcon(props, ref) {
|
|
|
6855
6890
|
clipRule: "evenodd"
|
|
6856
6891
|
}));
|
|
6857
6892
|
}
|
|
6858
|
-
|
|
6893
|
+
const ForwardRef$1b = /*#__PURE__*/React.forwardRef(LogOutIcon);
|
|
6859
6894
|
|
|
6860
6895
|
function LostAndFoundIcon(props, ref) {
|
|
6861
6896
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6874,7 +6909,7 @@ function LostAndFoundIcon(props, ref) {
|
|
|
6874
6909
|
clipRule: "evenodd"
|
|
6875
6910
|
}));
|
|
6876
6911
|
}
|
|
6877
|
-
|
|
6912
|
+
const ForwardRef$1a = /*#__PURE__*/React.forwardRef(LostAndFoundIcon);
|
|
6878
6913
|
|
|
6879
6914
|
function LostAndFoundFilledIcon(props, ref) {
|
|
6880
6915
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6896,7 +6931,7 @@ function LostAndFoundFilledIcon(props, ref) {
|
|
|
6896
6931
|
clipRule: "evenodd"
|
|
6897
6932
|
}));
|
|
6898
6933
|
}
|
|
6899
|
-
|
|
6934
|
+
const ForwardRef$19 = /*#__PURE__*/React.forwardRef(LostAndFoundFilledIcon);
|
|
6900
6935
|
|
|
6901
6936
|
function MeasureIcon(props, ref) {
|
|
6902
6937
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6921,7 +6956,7 @@ function MeasureIcon(props, ref) {
|
|
|
6921
6956
|
clipRule: "evenodd"
|
|
6922
6957
|
}));
|
|
6923
6958
|
}
|
|
6924
|
-
|
|
6959
|
+
const ForwardRef$18 = /*#__PURE__*/React.forwardRef(MeasureIcon);
|
|
6925
6960
|
|
|
6926
6961
|
function MeasureFilledIcon(props, ref) {
|
|
6927
6962
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6940,7 +6975,7 @@ function MeasureFilledIcon(props, ref) {
|
|
|
6940
6975
|
clipRule: "evenodd"
|
|
6941
6976
|
}));
|
|
6942
6977
|
}
|
|
6943
|
-
|
|
6978
|
+
const ForwardRef$17 = /*#__PURE__*/React.forwardRef(MeasureFilledIcon);
|
|
6944
6979
|
|
|
6945
6980
|
function MenuIcon(props, ref) {
|
|
6946
6981
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6961,7 +6996,7 @@ function MenuIcon(props, ref) {
|
|
|
6961
6996
|
clipRule: "evenodd"
|
|
6962
6997
|
}));
|
|
6963
6998
|
}
|
|
6964
|
-
|
|
6999
|
+
const ForwardRef$16 = /*#__PURE__*/React.forwardRef(MenuIcon);
|
|
6965
7000
|
|
|
6966
7001
|
function MinimizeIcon(props, ref) {
|
|
6967
7002
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -6982,7 +7017,7 @@ function MinimizeIcon(props, ref) {
|
|
|
6982
7017
|
transform: "translate(-1389 -187) translate(1388 186)"
|
|
6983
7018
|
})));
|
|
6984
7019
|
}
|
|
6985
|
-
|
|
7020
|
+
const ForwardRef$15 = /*#__PURE__*/React.forwardRef(MinimizeIcon);
|
|
6986
7021
|
|
|
6987
7022
|
function NewIcon(props, ref) {
|
|
6988
7023
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7003,7 +7038,7 @@ function NewIcon(props, ref) {
|
|
|
7003
7038
|
clipRule: "evenodd"
|
|
7004
7039
|
}));
|
|
7005
7040
|
}
|
|
7006
|
-
|
|
7041
|
+
const ForwardRef$14 = /*#__PURE__*/React.forwardRef(NewIcon);
|
|
7007
7042
|
|
|
7008
7043
|
function NightIcon(props, ref) {
|
|
7009
7044
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7024,7 +7059,7 @@ function NightIcon(props, ref) {
|
|
|
7024
7059
|
clipRule: "evenodd"
|
|
7025
7060
|
}));
|
|
7026
7061
|
}
|
|
7027
|
-
|
|
7062
|
+
const ForwardRef$13 = /*#__PURE__*/React.forwardRef(NightIcon);
|
|
7028
7063
|
|
|
7029
7064
|
function OrganizationIcon(props, ref) {
|
|
7030
7065
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7045,7 +7080,7 @@ function OrganizationIcon(props, ref) {
|
|
|
7045
7080
|
clipRule: "evenodd"
|
|
7046
7081
|
}));
|
|
7047
7082
|
}
|
|
7048
|
-
|
|
7083
|
+
const ForwardRef$12 = /*#__PURE__*/React.forwardRef(OrganizationIcon);
|
|
7049
7084
|
|
|
7050
7085
|
function PackageIcon(props, ref) {
|
|
7051
7086
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7066,7 +7101,7 @@ function PackageIcon(props, ref) {
|
|
|
7066
7101
|
clipRule: "evenodd"
|
|
7067
7102
|
}));
|
|
7068
7103
|
}
|
|
7069
|
-
|
|
7104
|
+
const ForwardRef$11 = /*#__PURE__*/React.forwardRef(PackageIcon);
|
|
7070
7105
|
|
|
7071
7106
|
function PlayIcon(props, ref) {
|
|
7072
7107
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7088,7 +7123,7 @@ function PlayIcon(props, ref) {
|
|
|
7088
7123
|
transform: "translate(-527 -325) translate(524 324)"
|
|
7089
7124
|
}));
|
|
7090
7125
|
}
|
|
7091
|
-
|
|
7126
|
+
const ForwardRef$10 = /*#__PURE__*/React.forwardRef(PlayIcon);
|
|
7092
7127
|
|
|
7093
7128
|
function PrivacyIcon(props, ref) {
|
|
7094
7129
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7109,7 +7144,7 @@ function PrivacyIcon(props, ref) {
|
|
|
7109
7144
|
clipRule: "evenodd"
|
|
7110
7145
|
}));
|
|
7111
7146
|
}
|
|
7112
|
-
|
|
7147
|
+
const ForwardRef$$ = /*#__PURE__*/React.forwardRef(PrivacyIcon);
|
|
7113
7148
|
|
|
7114
7149
|
function PurposeIcon(props, ref) {
|
|
7115
7150
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7131,7 +7166,7 @@ function PurposeIcon(props, ref) {
|
|
|
7131
7166
|
transform: "translate(-1137 -463) translate(1136 462)"
|
|
7132
7167
|
}));
|
|
7133
7168
|
}
|
|
7134
|
-
|
|
7169
|
+
const ForwardRef$_ = /*#__PURE__*/React.forwardRef(PurposeIcon);
|
|
7135
7170
|
|
|
7136
7171
|
function PuzzleIcon(props, ref) {
|
|
7137
7172
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7150,7 +7185,7 @@ function PuzzleIcon(props, ref) {
|
|
|
7150
7185
|
clipRule: "evenodd"
|
|
7151
7186
|
}));
|
|
7152
7187
|
}
|
|
7153
|
-
|
|
7188
|
+
const ForwardRef$Z = /*#__PURE__*/React.forwardRef(PuzzleIcon);
|
|
7154
7189
|
|
|
7155
7190
|
function QuietIcon(props, ref) {
|
|
7156
7191
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7172,7 +7207,7 @@ function QuietIcon(props, ref) {
|
|
|
7172
7207
|
transform: "translate(-1281 -233) translate(1280 232)"
|
|
7173
7208
|
}));
|
|
7174
7209
|
}
|
|
7175
|
-
|
|
7210
|
+
const ForwardRef$Y = /*#__PURE__*/React.forwardRef(QuietIcon);
|
|
7176
7211
|
|
|
7177
7212
|
function QuitIcon(props, ref) {
|
|
7178
7213
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7193,7 +7228,7 @@ function QuitIcon(props, ref) {
|
|
|
7193
7228
|
clipRule: "evenodd"
|
|
7194
7229
|
}));
|
|
7195
7230
|
}
|
|
7196
|
-
|
|
7231
|
+
const ForwardRef$X = /*#__PURE__*/React.forwardRef(QuitIcon);
|
|
7197
7232
|
|
|
7198
7233
|
function RSSIcon(props, ref) {
|
|
7199
7234
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7214,7 +7249,7 @@ function RSSIcon(props, ref) {
|
|
|
7214
7249
|
clipRule: "evenodd"
|
|
7215
7250
|
}));
|
|
7216
7251
|
}
|
|
7217
|
-
|
|
7252
|
+
const ForwardRef$W = /*#__PURE__*/React.forwardRef(RSSIcon);
|
|
7218
7253
|
|
|
7219
7254
|
function RouteIcon(props, ref) {
|
|
7220
7255
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7231,7 +7266,7 @@ function RouteIcon(props, ref) {
|
|
|
7231
7266
|
d: "M12.9 10.8a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m0 1.2a.9.9 0 1 0 0 1.801.9.9 0 0 0 0-1.801M9 2.4a3.1 3.1 0 1 1 0 6.2H6a1.9 1.9 0 0 0 0 3.8h4v1.2H6a3.1 3.1 0 1 1 0-6.2h3a1.9 1.9 0 0 0 0-3.8H6V2.4zM3.1 1a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m0 1.2A.901.901 0 1 0 3.1 4.001.901.901 0 0 0 3.1 2.199"
|
|
7232
7267
|
}));
|
|
7233
7268
|
}
|
|
7234
|
-
|
|
7269
|
+
const ForwardRef$V = /*#__PURE__*/React.forwardRef(RouteIcon);
|
|
7235
7270
|
|
|
7236
7271
|
function RouteFilledIcon(props, ref) {
|
|
7237
7272
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7248,7 +7283,7 @@ function RouteFilledIcon(props, ref) {
|
|
|
7248
7283
|
d: "M13 11a2 2 0 1 1 0 4 2 2 0 0 1 0-4M9 2.4a3.1 3.1 0 1 1 0 6.2H6a1.9 1.9 0 0 0 0 3.8h4v1.2H6a3.1 3.1 0 1 1 0-6.2h3a1.9 1.9 0 0 0 0-3.8H6V2.4zM3 1a2 2 0 1 1 0 4 2 2 0 0 1 0-4"
|
|
7249
7284
|
}));
|
|
7250
7285
|
}
|
|
7251
|
-
|
|
7286
|
+
const ForwardRef$U = /*#__PURE__*/React.forwardRef(RouteFilledIcon);
|
|
7252
7287
|
|
|
7253
7288
|
function RowHeightDefaultIcon(props, ref) {
|
|
7254
7289
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7269,7 +7304,7 @@ function RowHeightDefaultIcon(props, ref) {
|
|
|
7269
7304
|
clipRule: "evenodd"
|
|
7270
7305
|
}));
|
|
7271
7306
|
}
|
|
7272
|
-
|
|
7307
|
+
const ForwardRef$T = /*#__PURE__*/React.forwardRef(RowHeightDefaultIcon);
|
|
7273
7308
|
|
|
7274
7309
|
function RowHeightMiddleIcon(props, ref) {
|
|
7275
7310
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7290,7 +7325,7 @@ function RowHeightMiddleIcon(props, ref) {
|
|
|
7290
7325
|
clipRule: "evenodd"
|
|
7291
7326
|
}));
|
|
7292
7327
|
}
|
|
7293
|
-
|
|
7328
|
+
const ForwardRef$S = /*#__PURE__*/React.forwardRef(RowHeightMiddleIcon);
|
|
7294
7329
|
|
|
7295
7330
|
function RowHeightSmallIcon(props, ref) {
|
|
7296
7331
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7311,7 +7346,7 @@ function RowHeightSmallIcon(props, ref) {
|
|
|
7311
7346
|
clipRule: "evenodd"
|
|
7312
7347
|
}));
|
|
7313
7348
|
}
|
|
7314
|
-
|
|
7349
|
+
const ForwardRef$R = /*#__PURE__*/React.forwardRef(RowHeightSmallIcon);
|
|
7315
7350
|
|
|
7316
7351
|
function RulesIcon(props, ref) {
|
|
7317
7352
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7332,7 +7367,7 @@ function RulesIcon(props, ref) {
|
|
|
7332
7367
|
clipRule: "evenodd"
|
|
7333
7368
|
}));
|
|
7334
7369
|
}
|
|
7335
|
-
|
|
7370
|
+
const ForwardRef$Q = /*#__PURE__*/React.forwardRef(RulesIcon);
|
|
7336
7371
|
|
|
7337
7372
|
function ScopeIcon(props, ref) {
|
|
7338
7373
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7353,7 +7388,7 @@ function ScopeIcon(props, ref) {
|
|
|
7353
7388
|
clipRule: "evenodd"
|
|
7354
7389
|
}));
|
|
7355
7390
|
}
|
|
7356
|
-
|
|
7391
|
+
const ForwardRef$P = /*#__PURE__*/React.forwardRef(ScopeIcon);
|
|
7357
7392
|
|
|
7358
7393
|
function SearchIcon(props, ref) {
|
|
7359
7394
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7374,7 +7409,7 @@ function SearchIcon(props, ref) {
|
|
|
7374
7409
|
clipRule: "evenodd"
|
|
7375
7410
|
}));
|
|
7376
7411
|
}
|
|
7377
|
-
|
|
7412
|
+
const ForwardRef$O = /*#__PURE__*/React.forwardRef(SearchIcon);
|
|
7378
7413
|
|
|
7379
7414
|
function SearchFilledIcon(props, ref) {
|
|
7380
7415
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7393,7 +7428,7 @@ function SearchFilledIcon(props, ref) {
|
|
|
7393
7428
|
clipRule: "evenodd"
|
|
7394
7429
|
}));
|
|
7395
7430
|
}
|
|
7396
|
-
|
|
7431
|
+
const ForwardRef$N = /*#__PURE__*/React.forwardRef(SearchFilledIcon);
|
|
7397
7432
|
|
|
7398
7433
|
function SelectIcon(props, ref) {
|
|
7399
7434
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7415,7 +7450,7 @@ function SelectIcon(props, ref) {
|
|
|
7415
7450
|
transform: "translate(-1173 -463) translate(1172 462)"
|
|
7416
7451
|
}));
|
|
7417
7452
|
}
|
|
7418
|
-
|
|
7453
|
+
const ForwardRef$M = /*#__PURE__*/React.forwardRef(SelectIcon);
|
|
7419
7454
|
|
|
7420
7455
|
function SendIcon(props, ref) {
|
|
7421
7456
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7436,7 +7471,7 @@ function SendIcon(props, ref) {
|
|
|
7436
7471
|
clipRule: "evenodd"
|
|
7437
7472
|
}));
|
|
7438
7473
|
}
|
|
7439
|
-
|
|
7474
|
+
const ForwardRef$L = /*#__PURE__*/React.forwardRef(SendIcon);
|
|
7440
7475
|
|
|
7441
7476
|
function SettingsIcon(props, ref) {
|
|
7442
7477
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7457,7 +7492,7 @@ function SettingsIcon(props, ref) {
|
|
|
7457
7492
|
clipRule: "evenodd"
|
|
7458
7493
|
}));
|
|
7459
7494
|
}
|
|
7460
|
-
|
|
7495
|
+
const ForwardRef$K = /*#__PURE__*/React.forwardRef(SettingsIcon);
|
|
7461
7496
|
|
|
7462
7497
|
function CircleIcon(props, ref) {
|
|
7463
7498
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7476,7 +7511,7 @@ function CircleIcon(props, ref) {
|
|
|
7476
7511
|
clipRule: "evenodd"
|
|
7477
7512
|
}));
|
|
7478
7513
|
}
|
|
7479
|
-
|
|
7514
|
+
const ForwardRef$J = /*#__PURE__*/React.forwardRef(CircleIcon);
|
|
7480
7515
|
|
|
7481
7516
|
function CircleFilledIcon(props, ref) {
|
|
7482
7517
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7493,7 +7528,7 @@ function CircleFilledIcon(props, ref) {
|
|
|
7493
7528
|
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"
|
|
7494
7529
|
}));
|
|
7495
7530
|
}
|
|
7496
|
-
|
|
7531
|
+
const ForwardRef$I = /*#__PURE__*/React.forwardRef(CircleFilledIcon);
|
|
7497
7532
|
|
|
7498
7533
|
function StarredIcon(props, ref) {
|
|
7499
7534
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7514,7 +7549,7 @@ function StarredIcon(props, ref) {
|
|
|
7514
7549
|
clipRule: "evenodd"
|
|
7515
7550
|
}));
|
|
7516
7551
|
}
|
|
7517
|
-
|
|
7552
|
+
const ForwardRef$H = /*#__PURE__*/React.forwardRef(StarredIcon);
|
|
7518
7553
|
|
|
7519
7554
|
function UnstarredIcon(props, ref) {
|
|
7520
7555
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7535,7 +7570,7 @@ function UnstarredIcon(props, ref) {
|
|
|
7535
7570
|
clipRule: "evenodd"
|
|
7536
7571
|
}));
|
|
7537
7572
|
}
|
|
7538
|
-
|
|
7573
|
+
const ForwardRef$G = /*#__PURE__*/React.forwardRef(UnstarredIcon);
|
|
7539
7574
|
|
|
7540
7575
|
function StandardIcon(props, ref) {
|
|
7541
7576
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7557,7 +7592,7 @@ function StandardIcon(props, ref) {
|
|
|
7557
7592
|
transform: "translate(-1317 -233) translate(1316 232)"
|
|
7558
7593
|
}));
|
|
7559
7594
|
}
|
|
7560
|
-
|
|
7595
|
+
const ForwardRef$F = /*#__PURE__*/React.forwardRef(StandardIcon);
|
|
7561
7596
|
|
|
7562
7597
|
function StudentIcon(props, ref) {
|
|
7563
7598
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7576,7 +7611,7 @@ function StudentIcon(props, ref) {
|
|
|
7576
7611
|
clipRule: "evenodd"
|
|
7577
7612
|
}));
|
|
7578
7613
|
}
|
|
7579
|
-
|
|
7614
|
+
const ForwardRef$E = /*#__PURE__*/React.forwardRef(StudentIcon);
|
|
7580
7615
|
|
|
7581
7616
|
function StudentFilledIcon(props, ref) {
|
|
7582
7617
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7599,7 +7634,7 @@ function StudentFilledIcon(props, ref) {
|
|
|
7599
7634
|
d: "M8.17 1.03a.5.5 0 0 0-.34 0l-5.5 2a.5.5 0 0 0 0 .94l5.5 2a.5.5 0 0 0 .34 0L13 4.214V7h1V3.5a.5.5 0 0 0-.33-.47z"
|
|
7600
7635
|
}));
|
|
7601
7636
|
}
|
|
7602
|
-
|
|
7637
|
+
const ForwardRef$D = /*#__PURE__*/React.forwardRef(StudentFilledIcon);
|
|
7603
7638
|
|
|
7604
7639
|
function SubtractIcon(props, ref) {
|
|
7605
7640
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7620,7 +7655,7 @@ function SubtractIcon(props, ref) {
|
|
|
7620
7655
|
clipRule: "evenodd"
|
|
7621
7656
|
}));
|
|
7622
7657
|
}
|
|
7623
|
-
|
|
7658
|
+
const ForwardRef$C = /*#__PURE__*/React.forwardRef(SubtractIcon);
|
|
7624
7659
|
|
|
7625
7660
|
function TagIcon(props, ref) {
|
|
7626
7661
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7642,7 +7677,7 @@ function TagIcon(props, ref) {
|
|
|
7642
7677
|
clipRule: "evenodd"
|
|
7643
7678
|
}));
|
|
7644
7679
|
}
|
|
7645
|
-
|
|
7680
|
+
const ForwardRef$B = /*#__PURE__*/React.forwardRef(TagIcon);
|
|
7646
7681
|
|
|
7647
7682
|
function TerminalIcon(props, ref) {
|
|
7648
7683
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7661,7 +7696,7 @@ function TerminalIcon(props, ref) {
|
|
|
7661
7696
|
clipRule: "evenodd"
|
|
7662
7697
|
}));
|
|
7663
7698
|
}
|
|
7664
|
-
|
|
7699
|
+
const ForwardRef$A = /*#__PURE__*/React.forwardRef(TerminalIcon);
|
|
7665
7700
|
|
|
7666
7701
|
function TerminalFilledIcon(props, ref) {
|
|
7667
7702
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7683,7 +7718,7 @@ function TerminalFilledIcon(props, ref) {
|
|
|
7683
7718
|
d: "M13.8 5.042v6.893H15V5.042z"
|
|
7684
7719
|
}));
|
|
7685
7720
|
}
|
|
7686
|
-
|
|
7721
|
+
const ForwardRef$z = /*#__PURE__*/React.forwardRef(TerminalFilledIcon);
|
|
7687
7722
|
|
|
7688
7723
|
function TimeglassIcon(props, ref) {
|
|
7689
7724
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7705,7 +7740,7 @@ function TimeglassIcon(props, ref) {
|
|
|
7705
7740
|
clipRule: "evenodd"
|
|
7706
7741
|
}));
|
|
7707
7742
|
}
|
|
7708
|
-
|
|
7743
|
+
const ForwardRef$y = /*#__PURE__*/React.forwardRef(TimeglassIcon);
|
|
7709
7744
|
|
|
7710
7745
|
function TimeglassFilledIcon(props, ref) {
|
|
7711
7746
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7724,7 +7759,7 @@ function TimeglassFilledIcon(props, ref) {
|
|
|
7724
7759
|
clipRule: "evenodd"
|
|
7725
7760
|
}));
|
|
7726
7761
|
}
|
|
7727
|
-
|
|
7762
|
+
const ForwardRef$x = /*#__PURE__*/React.forwardRef(TimeglassFilledIcon);
|
|
7728
7763
|
|
|
7729
7764
|
function TimelineIcon(props, ref) {
|
|
7730
7765
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7746,7 +7781,7 @@ function TimelineIcon(props, ref) {
|
|
|
7746
7781
|
transform: "translate(-633 -474) translate(632 462)"
|
|
7747
7782
|
}));
|
|
7748
7783
|
}
|
|
7749
|
-
|
|
7784
|
+
const ForwardRef$w = /*#__PURE__*/React.forwardRef(TimelineIcon);
|
|
7750
7785
|
|
|
7751
7786
|
function TokenIcon(props, ref) {
|
|
7752
7787
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7770,7 +7805,7 @@ function TokenIcon(props, ref) {
|
|
|
7770
7805
|
clipRule: "evenodd"
|
|
7771
7806
|
}));
|
|
7772
7807
|
}
|
|
7773
|
-
|
|
7808
|
+
const ForwardRef$v = /*#__PURE__*/React.forwardRef(TokenIcon);
|
|
7774
7809
|
|
|
7775
7810
|
function ToneSmileIcon(props, ref) {
|
|
7776
7811
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7792,7 +7827,7 @@ function ToneSmileIcon(props, ref) {
|
|
|
7792
7827
|
clipRule: "evenodd"
|
|
7793
7828
|
}));
|
|
7794
7829
|
}
|
|
7795
|
-
|
|
7830
|
+
const ForwardRef$u = /*#__PURE__*/React.forwardRef(ToneSmileIcon);
|
|
7796
7831
|
|
|
7797
7832
|
function UnviewIcon(props, ref) {
|
|
7798
7833
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7813,7 +7848,7 @@ function UnviewIcon(props, ref) {
|
|
|
7813
7848
|
clipRule: "evenodd"
|
|
7814
7849
|
}));
|
|
7815
7850
|
}
|
|
7816
|
-
|
|
7851
|
+
const ForwardRef$t = /*#__PURE__*/React.forwardRef(UnviewIcon);
|
|
7817
7852
|
|
|
7818
7853
|
function UserIcon(props, ref) {
|
|
7819
7854
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7834,7 +7869,7 @@ function UserIcon(props, ref) {
|
|
|
7834
7869
|
clipRule: "evenodd"
|
|
7835
7870
|
}));
|
|
7836
7871
|
}
|
|
7837
|
-
|
|
7872
|
+
const ForwardRef$s = /*#__PURE__*/React.forwardRef(UserIcon);
|
|
7838
7873
|
|
|
7839
7874
|
function UsersIcon(props, ref) {
|
|
7840
7875
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7855,7 +7890,7 @@ function UsersIcon(props, ref) {
|
|
|
7855
7890
|
clipRule: "evenodd"
|
|
7856
7891
|
}));
|
|
7857
7892
|
}
|
|
7858
|
-
|
|
7893
|
+
const ForwardRef$r = /*#__PURE__*/React.forwardRef(UsersIcon);
|
|
7859
7894
|
|
|
7860
7895
|
function QuestionIcon(props, ref) {
|
|
7861
7896
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7877,7 +7912,7 @@ function QuestionIcon(props, ref) {
|
|
|
7877
7912
|
clipRule: "evenodd"
|
|
7878
7913
|
}));
|
|
7879
7914
|
}
|
|
7880
|
-
|
|
7915
|
+
const ForwardRef$q = /*#__PURE__*/React.forwardRef(QuestionIcon);
|
|
7881
7916
|
|
|
7882
7917
|
function QuestionFilledIcon(props, ref) {
|
|
7883
7918
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7894,7 +7929,7 @@ function QuestionFilledIcon(props, ref) {
|
|
|
7894
7929
|
d: "M8 1C4.15 1 1 4.15 1 8s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7m0 3c1.405 0 2.61 1.205 2.61 2.61 0 1.134-.786 2.138-1.829 2.482l-.082.023v.74H7.301V8.518c0-.355.262-.647.603-.694L8 7.818c.632 0 1.21-.577 1.21-1.209S8.631 5.4 8 5.4c-.39 0-.833.292-1.086.698l-.07.125-.313.625-1.252-.625.313-.627C6.049 4.682 6.999 4 8 4m.006 6.88a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75"
|
|
7895
7930
|
}));
|
|
7896
7931
|
}
|
|
7897
|
-
|
|
7932
|
+
const ForwardRef$p = /*#__PURE__*/React.forwardRef(QuestionFilledIcon);
|
|
7898
7933
|
|
|
7899
7934
|
function ValidationErrorIcon(props, ref) {
|
|
7900
7935
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7916,7 +7951,7 @@ function ValidationErrorIcon(props, ref) {
|
|
|
7916
7951
|
clipRule: "evenodd"
|
|
7917
7952
|
}));
|
|
7918
7953
|
}
|
|
7919
|
-
|
|
7954
|
+
const ForwardRef$o = /*#__PURE__*/React.forwardRef(ValidationErrorIcon);
|
|
7920
7955
|
|
|
7921
7956
|
function ValidationErrorFilledIcon(props, ref) {
|
|
7922
7957
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7940,7 +7975,7 @@ function ValidationErrorFilledIcon(props, ref) {
|
|
|
7940
7975
|
clipRule: "evenodd"
|
|
7941
7976
|
}));
|
|
7942
7977
|
}
|
|
7943
|
-
|
|
7978
|
+
const ForwardRef$n = /*#__PURE__*/React.forwardRef(ValidationErrorFilledIcon);
|
|
7944
7979
|
|
|
7945
7980
|
function ValidationExclamationIcon(props, ref) {
|
|
7946
7981
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7962,7 +7997,7 @@ function ValidationExclamationIcon(props, ref) {
|
|
|
7962
7997
|
clipRule: "evenodd"
|
|
7963
7998
|
}));
|
|
7964
7999
|
}
|
|
7965
|
-
|
|
8000
|
+
const ForwardRef$m = /*#__PURE__*/React.forwardRef(ValidationExclamationIcon);
|
|
7966
8001
|
|
|
7967
8002
|
function ValidationExclamationCircleIcon(props, ref) {
|
|
7968
8003
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -7989,7 +8024,7 @@ function ValidationExclamationCircleIcon(props, ref) {
|
|
|
7989
8024
|
r: 0.875
|
|
7990
8025
|
})));
|
|
7991
8026
|
}
|
|
7992
|
-
|
|
8027
|
+
const ForwardRef$l = /*#__PURE__*/React.forwardRef(ValidationExclamationCircleIcon);
|
|
7993
8028
|
|
|
7994
8029
|
function ValidationExclamationCircleFilledIcon(props, ref) {
|
|
7995
8030
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8016,7 +8051,7 @@ function ValidationExclamationCircleFilledIcon(props, ref) {
|
|
|
8016
8051
|
clipRule: "evenodd"
|
|
8017
8052
|
}));
|
|
8018
8053
|
}
|
|
8019
|
-
|
|
8054
|
+
const ForwardRef$k = /*#__PURE__*/React.forwardRef(ValidationExclamationCircleFilledIcon);
|
|
8020
8055
|
|
|
8021
8056
|
function ValidationExclamationFilledIcon(props, ref) {
|
|
8022
8057
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8039,7 +8074,7 @@ function ValidationExclamationFilledIcon(props, ref) {
|
|
|
8039
8074
|
clipRule: "evenodd"
|
|
8040
8075
|
}));
|
|
8041
8076
|
}
|
|
8042
|
-
|
|
8077
|
+
const ForwardRef$j = /*#__PURE__*/React.forwardRef(ValidationExclamationFilledIcon);
|
|
8043
8078
|
|
|
8044
8079
|
function ValidationInfoIcon(props, ref) {
|
|
8045
8080
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8061,7 +8096,7 @@ function ValidationInfoIcon(props, ref) {
|
|
|
8061
8096
|
clipRule: "evenodd"
|
|
8062
8097
|
}));
|
|
8063
8098
|
}
|
|
8064
|
-
|
|
8099
|
+
const ForwardRef$i = /*#__PURE__*/React.forwardRef(ValidationInfoIcon);
|
|
8065
8100
|
|
|
8066
8101
|
function ValidationInfoFilledIcon(props, ref) {
|
|
8067
8102
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8085,7 +8120,7 @@ function ValidationInfoFilledIcon(props, ref) {
|
|
|
8085
8120
|
clipRule: "evenodd"
|
|
8086
8121
|
}));
|
|
8087
8122
|
}
|
|
8088
|
-
|
|
8123
|
+
const ForwardRef$h = /*#__PURE__*/React.forwardRef(ValidationInfoFilledIcon);
|
|
8089
8124
|
|
|
8090
8125
|
function ValidationSuccessIcon(props, ref) {
|
|
8091
8126
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8107,7 +8142,7 @@ function ValidationSuccessIcon(props, ref) {
|
|
|
8107
8142
|
clipRule: "evenodd"
|
|
8108
8143
|
}));
|
|
8109
8144
|
}
|
|
8110
|
-
|
|
8145
|
+
const ForwardRef$g = /*#__PURE__*/React.forwardRef(ValidationSuccessIcon);
|
|
8111
8146
|
|
|
8112
8147
|
function ValidationSuccessFilledIcon(props, ref) {
|
|
8113
8148
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8131,7 +8166,7 @@ function ValidationSuccessFilledIcon(props, ref) {
|
|
|
8131
8166
|
clipRule: "evenodd"
|
|
8132
8167
|
}));
|
|
8133
8168
|
}
|
|
8134
|
-
|
|
8169
|
+
const ForwardRef$f = /*#__PURE__*/React.forwardRef(ValidationSuccessFilledIcon);
|
|
8135
8170
|
|
|
8136
8171
|
function ValueIcon(props, ref) {
|
|
8137
8172
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8153,7 +8188,7 @@ function ValueIcon(props, ref) {
|
|
|
8153
8188
|
transform: "translate(-1101 -464) translate(1100 462)"
|
|
8154
8189
|
}));
|
|
8155
8190
|
}
|
|
8156
|
-
|
|
8191
|
+
const ForwardRef$e = /*#__PURE__*/React.forwardRef(ValueIcon);
|
|
8157
8192
|
|
|
8158
8193
|
function ViewIcon(props, ref) {
|
|
8159
8194
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8174,7 +8209,7 @@ function ViewIcon(props, ref) {
|
|
|
8174
8209
|
clipRule: "evenodd"
|
|
8175
8210
|
}));
|
|
8176
8211
|
}
|
|
8177
|
-
|
|
8212
|
+
const ForwardRef$d = /*#__PURE__*/React.forwardRef(ViewIcon);
|
|
8178
8213
|
|
|
8179
8214
|
function WarningIcon(props, ref) {
|
|
8180
8215
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8191,7 +8226,7 @@ function WarningIcon(props, ref) {
|
|
|
8191
8226
|
d: "M8.615 1.5a.95.95 0 0 0-.842.496L1.73 13.121c-.34.624.123 1.379.843 1.379H14.66c.72 0 1.18-.755.842-1.379L9.457 1.996a.95.95 0 0 0-.842-.496zm-.699 4h1.398v4.1H7.916zm.705 5.5a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75"
|
|
8192
8227
|
}));
|
|
8193
8228
|
}
|
|
8194
|
-
|
|
8229
|
+
const ForwardRef$c = /*#__PURE__*/React.forwardRef(WarningIcon);
|
|
8195
8230
|
|
|
8196
8231
|
function CloudIcon(props, ref) {
|
|
8197
8232
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8210,7 +8245,7 @@ function CloudIcon(props, ref) {
|
|
|
8210
8245
|
d: "M9.248 20.247c-4.25 0-7.86-3.315-8.219-7.55C.67 8.46 3.671 4.582 7.863 3.868c3.952-.674 7.84 1.66 9.161 5.382h.477c3.032 0 5.499 2.466 5.499 5.499s-2.467 5.498-5.499 5.498H9.248M9.232 5.585q-.527 0-1.061.09c-3.26.555-5.595 3.571-5.315 6.867.28 3.294 3.087 5.873 6.392 5.873h8.253a3.67 3.67 0 0 0 3.666-3.666 3.67 3.67 0 0 0-3.666-3.666h-1.154a.92.92 0 0 1-.888-.688c-.736-2.853-3.358-4.81-6.227-4.81"
|
|
8211
8246
|
}));
|
|
8212
8247
|
}
|
|
8213
|
-
|
|
8248
|
+
const ForwardRef$b = /*#__PURE__*/React.forwardRef(CloudIcon);
|
|
8214
8249
|
|
|
8215
8250
|
function CloudLightningIcon(props, ref) {
|
|
8216
8251
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8232,7 +8267,7 @@ function CloudLightningIcon(props, ref) {
|
|
|
8232
8267
|
d: "M11.083 22.994a.915.915 0 0 1-.761-1.425l2.716-4.072H9.252a.917.917 0 0 1-.763-1.425l3.666-5.496a.916.916 0 1 1 1.525 1.016l-2.716 4.072h3.785a.916.916 0 0 1 .763 1.425l-3.666 5.497a.92.92 0 0 1-.763.408"
|
|
8233
8268
|
}));
|
|
8234
8269
|
}
|
|
8235
|
-
|
|
8270
|
+
const ForwardRef$a = /*#__PURE__*/React.forwardRef(CloudLightningIcon);
|
|
8236
8271
|
|
|
8237
8272
|
function CloudRainIcon(props, ref) {
|
|
8238
8273
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8254,7 +8289,7 @@ function CloudRainIcon(props, ref) {
|
|
|
8254
8289
|
d: "M19.342 17.115a.917.917 0 0 1-.368-1.756 3.684 3.684 0 0 0 2.117-4.108 3.68 3.68 0 0 0-3.584-2.917h-1.154a.916.916 0 0 1-.887-.687 6.395 6.395 0 0 0-5.852-4.802A6.39 6.39 0 0 0 3.261 6.96a6.39 6.39 0 0 0 1.987 7.304.916.916 0 1 1-1.144 1.432 8.22 8.22 0 0 1-2.555-9.39 8.21 8.21 0 0 1 8.168-5.29A8.22 8.22 0 0 1 17.031 6.5h.477a5.52 5.52 0 0 1 5.377 4.375 5.524 5.524 0 0 1-3.176 6.162.9.9 0 0 1-.367.077"
|
|
8255
8290
|
}));
|
|
8256
8291
|
}
|
|
8257
|
-
|
|
8292
|
+
const ForwardRef$9 = /*#__PURE__*/React.forwardRef(CloudRainIcon);
|
|
8258
8293
|
|
|
8259
8294
|
function CloudSnowIcon(props, ref) {
|
|
8260
8295
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8276,7 +8311,7 @@ function CloudSnowIcon(props, ref) {
|
|
|
8276
8311
|
d: "M8.352 16.583a.92.92 0 0 1-.921-.917c0-.506.405-.916.912-.916h.009a.916.916 0 1 1 0 1.833M8.352 20.25c-.507 0-.921-.41-.921-.917s.405-.917.912-.917h.009a.916.916 0 1 1 0 1.833M12.018 18.416a.92.92 0 0 1-.92-.917c0-.506.405-.916.91-.916h.01a.916.916 0 1 1 0 1.833M12.018 22.082a.92.92 0 0 1-.92-.916c0-.507.405-.917.91-.917h.01a.916.916 0 1 1 0 1.833M15.684 16.583a.92.92 0 0 1-.92-.917c0-.506.405-.916.911-.916h.01a.916.916 0 1 1 0 1.833M15.684 20.25c-.506 0-.92-.41-.92-.917s.405-.917.911-.917h.01a.916.916 0 1 1 0 1.833"
|
|
8277
8312
|
}));
|
|
8278
8313
|
}
|
|
8279
|
-
|
|
8314
|
+
const ForwardRef$8 = /*#__PURE__*/React.forwardRef(CloudSnowIcon);
|
|
8280
8315
|
|
|
8281
8316
|
function SunIcon(props, ref) {
|
|
8282
8317
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8295,7 +8330,7 @@ function SunIcon(props, ref) {
|
|
|
8295
8330
|
d: "M12 17.5c-3.033 0-5.5-2.467-5.5-5.5S8.967 6.5 12 6.5s5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5m0-9.167A3.67 3.67 0 0 0 8.333 12 3.67 3.67 0 0 0 12 15.667 3.67 3.67 0 0 0 15.667 12 3.67 3.67 0 0 0 12 8.333M12 4.667a.917.917 0 0 1-.917-.917V1.917a.917.917 0 0 1 1.834 0V3.75c0 .506-.41.917-.917.917M12 23a.916.916 0 0 1-.917-.917V20.25a.916.916 0 1 1 1.834 0v1.833c0 .507-.41.917-.917.917M6.17 7.087a.91.91 0 0 1-.648-.269L4.22 5.516A.916.916 0 1 1 5.516 4.22l1.302 1.302a.916.916 0 0 1-.648 1.565M19.132 20.049a.91.91 0 0 1-.648-.269l-1.302-1.302a.916.916 0 1 1 1.296-1.296l1.302 1.302a.916.916 0 0 1-.648 1.565M3.75 12.917H1.917a.917.917 0 0 1 0-1.834H3.75a.917.917 0 0 1 0 1.834M22.083 12.917H20.25a.916.916 0 1 1 0-1.834h1.833a.916.916 0 1 1 0 1.834M4.868 20.049a.916.916 0 0 1-.648-1.565l1.302-1.302a.916.916 0 1 1 1.296 1.296L5.516 19.78a.91.91 0 0 1-.648.269M17.83 7.087a.916.916 0 0 1-.648-1.565l1.302-1.302a.916.916 0 1 1 1.296 1.296l-1.302 1.302a.91.91 0 0 1-.648.269"
|
|
8296
8331
|
}));
|
|
8297
8332
|
}
|
|
8298
|
-
|
|
8333
|
+
const ForwardRef$7 = /*#__PURE__*/React.forwardRef(SunIcon);
|
|
8299
8334
|
|
|
8300
8335
|
function SunCloudIcon(props, ref) {
|
|
8301
8336
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8315,7 +8350,7 @@ function SunCloudIcon(props, ref) {
|
|
|
8315
8350
|
d: "M8.765 5.53c.357 0 .647-.29.647-.648V3.588a.647.647 0 0 0-1.294 0v1.294c0 .358.29.647.647.647M4.192 7.048a.645.645 0 0 0 .915 0 .647.647 0 0 0 0-.915l-.92-.919a.647.647 0 1 0-.914.915zM3.588 10.706a.647.647 0 0 0-.647-.647H1.647a.647.647 0 0 0 0 1.294h1.294c.358 0 .647-.29.647-.647M4.192 14.364l-.92.919a.647.647 0 1 0 .916.915l.919-.92a.647.647 0 1 0-.915-.914M12.88 7.238a.65.65 0 0 0 .458-.19l.918-.919a.647.647 0 1 0-.914-.915l-.92.92a.647.647 0 0 0 .458 1.104M19.118 13.294h-.337c-.883-2.488-3.392-4.094-6.024-3.855a4.079 4.079 0 0 0-7.586 1.425 4.11 4.11 0 0 0 2.237 4.3c.02.009.04.013.06.02q-.003.27.02.544c.253 2.99 2.802 5.33 5.802 5.33h5.827999999999999c2.14 0 3.882-1.74 3.882-3.882s-1.741-3.882-3.882-3.882M6.45 11.056a2.787 2.787 0 0 1 4.953-1.323 5.88 5.88 0 0 0-3.748 4.074 2.81 2.81 0 0 1-1.205-2.75m12.667 8.709H13.29c-2.333 0-4.316-1.82-4.513-4.147s1.45-4.456 3.753-4.848q.375-.063.749-.063c2.025 0 3.877 1.381 4.397 3.396a.646.646 0 0 0 .627.485h.815a2.59 2.59 0 0 1 2.588 2.588 2.59 2.59 0 0 1-2.588 2.589"
|
|
8316
8351
|
})));
|
|
8317
8352
|
}
|
|
8318
|
-
|
|
8353
|
+
const ForwardRef$6 = /*#__PURE__*/React.forwardRef(SunCloudIcon);
|
|
8319
8354
|
|
|
8320
8355
|
function SunCloudRainIcon(props, ref) {
|
|
8321
8356
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8337,7 +8372,7 @@ function SunCloudRainIcon(props, ref) {
|
|
|
8337
8372
|
d: "M12.65 15.235a.647.647 0 0 0-.648.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M17.826 19.118a.647.647 0 0 0-.647.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M17.826 15.235a.647.647 0 0 0-.647.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M15.238 20.412a.647.647 0 0 0-.647.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M15.238 16.53a.647.647 0 0 0-.647.646v1.295a.647.647 0 1 0 1.294 0v-1.295a.647.647 0 0 0-.647-.647"
|
|
8338
8373
|
})));
|
|
8339
8374
|
}
|
|
8340
|
-
|
|
8375
|
+
const ForwardRef$5 = /*#__PURE__*/React.forwardRef(SunCloudRainIcon);
|
|
8341
8376
|
|
|
8342
8377
|
function ThermometerIcon(props, ref) {
|
|
8343
8378
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8361,7 +8396,7 @@ function ThermometerIcon(props, ref) {
|
|
|
8361
8396
|
fill: "currentColor"
|
|
8362
8397
|
}));
|
|
8363
8398
|
}
|
|
8364
|
-
|
|
8399
|
+
const ForwardRef$4 = /*#__PURE__*/React.forwardRef(ThermometerIcon);
|
|
8365
8400
|
|
|
8366
8401
|
function UmbrellaIcon(props, ref) {
|
|
8367
8402
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8380,7 +8415,7 @@ function UmbrellaIcon(props, ref) {
|
|
|
8380
8415
|
d: "M12 1.917a11.046 11.046 0 0 0-10.996 9.996.917.917 0 0 0 .913 1.004h9.166v5.5a3.667 3.667 0 0 0 7.334 0 .917.917 0 1 0-1.834 0 1.833 1.833 0 1 1-3.666 0v-5.5h9.166a.917.917 0 0 0 .913-1.004A11.046 11.046 0 0 0 12 1.917m0 1.833a9.21 9.21 0 0 1 9.014 7.333H2.986A9.21 9.21 0 0 1 12 3.75"
|
|
8381
8416
|
}));
|
|
8382
8417
|
}
|
|
8383
|
-
|
|
8418
|
+
const ForwardRef$3 = /*#__PURE__*/React.forwardRef(UmbrellaIcon);
|
|
8384
8419
|
|
|
8385
8420
|
function WindIcon(props, ref) {
|
|
8386
8421
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8402,7 +8437,7 @@ function WindIcon(props, ref) {
|
|
|
8402
8437
|
d: "M21.25 6.468a3.5 3.5 0 0 0-4.223.553 1 1 0 0 0 1.413 1.416A1.5 1.5 0 1 1 19.502 11H2a1 1 0 0 0 0 2h17.505l-.002-1v-.017L19.505 13a3.5 3.5 0 0 0 1.745-6.532"
|
|
8403
8438
|
})));
|
|
8404
8439
|
}
|
|
8405
|
-
|
|
8440
|
+
const ForwardRef$2 = /*#__PURE__*/React.forwardRef(WindIcon);
|
|
8406
8441
|
|
|
8407
8442
|
function ZoomInIcon(props, ref) {
|
|
8408
8443
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8423,7 +8458,7 @@ function ZoomInIcon(props, ref) {
|
|
|
8423
8458
|
clipRule: "evenodd"
|
|
8424
8459
|
}));
|
|
8425
8460
|
}
|
|
8426
|
-
|
|
8461
|
+
const ForwardRef$1 = /*#__PURE__*/React.forwardRef(ZoomInIcon);
|
|
8427
8462
|
|
|
8428
8463
|
function ZoomOutIcon(props, ref) {
|
|
8429
8464
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -8444,9 +8479,9 @@ function ZoomOutIcon(props, ref) {
|
|
|
8444
8479
|
clipRule: "evenodd"
|
|
8445
8480
|
}));
|
|
8446
8481
|
}
|
|
8447
|
-
|
|
8482
|
+
const ForwardRef = /*#__PURE__*/React.forwardRef(ZoomOutIcon);
|
|
8448
8483
|
|
|
8449
|
-
exports.AKTIcon = ForwardRef$
|
|
8484
|
+
exports.AKTIcon = ForwardRef$53;
|
|
8450
8485
|
exports.AccessibilityIcon = ForwardRef$2G;
|
|
8451
8486
|
exports.AddCardIcon = ForwardRef$2F;
|
|
8452
8487
|
exports.AddIcon = ForwardRef$2E;
|
|
@@ -8455,43 +8490,43 @@ exports.AdditionalZonesTicketIcon = ForwardRef$3d;
|
|
|
8455
8490
|
exports.AdjustmentsIcon = ForwardRef$2C;
|
|
8456
8491
|
exports.AdminIcon = ForwardRef$2B;
|
|
8457
8492
|
exports.AgreesIcon = ForwardRef$2A;
|
|
8458
|
-
exports.AlesundTurvognIcon = ForwardRef$
|
|
8493
|
+
exports.AlesundTurvognIcon = ForwardRef$52;
|
|
8459
8494
|
exports.AlignCenterIcon = ForwardRef$3K;
|
|
8460
8495
|
exports.AlignLeftIcon = ForwardRef$3J;
|
|
8461
8496
|
exports.AlignRightIcon = ForwardRef$3I;
|
|
8462
|
-
exports.AmericanExpressIcon = ForwardRef$
|
|
8497
|
+
exports.AmericanExpressIcon = ForwardRef$4n;
|
|
8463
8498
|
exports.AnimalFreeIcon = ForwardRef$2j;
|
|
8464
|
-
exports.AnimalIcon = ForwardRef$
|
|
8465
|
-
exports.ApplePayIcon = ForwardRef$
|
|
8499
|
+
exports.AnimalIcon = ForwardRef$5E;
|
|
8500
|
+
exports.ApplePayIcon = ForwardRef$4m;
|
|
8466
8501
|
exports.AssignToMeFilledIcon = ForwardRef$2h;
|
|
8467
8502
|
exports.AssignToMeIcon = ForwardRef$2i;
|
|
8468
|
-
exports.AtBIcon = ForwardRef$
|
|
8503
|
+
exports.AtBIcon = ForwardRef$51;
|
|
8469
8504
|
exports.AttachmentIcon = ForwardRef$3H;
|
|
8470
|
-
exports.BabyIcon = ForwardRef$
|
|
8471
|
-
exports.BackArrowIcon = ForwardRef$
|
|
8472
|
-
exports.BaneNORIcon = ForwardRef$
|
|
8473
|
-
exports.BanknoteIcon = ForwardRef$
|
|
8474
|
-
exports.BanknoteMultiIcon = ForwardRef$
|
|
8505
|
+
exports.BabyIcon = ForwardRef$5D;
|
|
8506
|
+
exports.BackArrowIcon = ForwardRef$65;
|
|
8507
|
+
exports.BaneNORIcon = ForwardRef$50;
|
|
8508
|
+
exports.BanknoteIcon = ForwardRef$4l;
|
|
8509
|
+
exports.BanknoteMultiIcon = ForwardRef$4k;
|
|
8475
8510
|
exports.BatteryIcon = ForwardRef$3Y;
|
|
8476
8511
|
exports.BellIcon = ForwardRef$2g;
|
|
8477
|
-
exports.BergenBysykkelIcon = ForwardRef$
|
|
8478
|
-
exports.BicycleHotelIcon = ForwardRef$
|
|
8512
|
+
exports.BergenBysykkelIcon = ForwardRef$4S;
|
|
8513
|
+
exports.BicycleHotelIcon = ForwardRef$5C;
|
|
8479
8514
|
exports.BicycleIcon = ForwardRef$3x;
|
|
8480
|
-
exports.BicycleParkingIcon = ForwardRef$
|
|
8515
|
+
exports.BicycleParkingIcon = ForwardRef$5B;
|
|
8481
8516
|
exports.BirthdateFilledIcon = ForwardRef$2e;
|
|
8482
8517
|
exports.BirthdateIcon = ForwardRef$2f;
|
|
8483
8518
|
exports.BoardFilledIcon = ForwardRef$2c;
|
|
8484
8519
|
exports.BoardIcon = ForwardRef$2d;
|
|
8485
8520
|
exports.BoldIcon = ForwardRef$3G;
|
|
8486
|
-
exports.BoltIcon = ForwardRef$
|
|
8521
|
+
exports.BoltIcon = ForwardRef$4R;
|
|
8487
8522
|
exports.BookmarkIcon = ForwardRef$2b;
|
|
8488
|
-
exports.BrakarIcon = ForwardRef$
|
|
8489
|
-
exports.BrakarNoTextIcon = ForwardRef$
|
|
8523
|
+
exports.BrakarIcon = ForwardRef$4$;
|
|
8524
|
+
exports.BrakarNoTextIcon = ForwardRef$4_;
|
|
8490
8525
|
exports.BrightnessIcon = ForwardRef$2a;
|
|
8491
8526
|
exports.BugIcon = ForwardRef$29;
|
|
8492
8527
|
exports.BulletListIcon = ForwardRef$3F;
|
|
8493
8528
|
exports.BusIcon = ForwardRef$3w;
|
|
8494
|
-
exports.BusShelterIcon = ForwardRef$
|
|
8529
|
+
exports.BusShelterIcon = ForwardRef$5A;
|
|
8495
8530
|
exports.CabinIcon = ForwardRef$3c;
|
|
8496
8531
|
exports.CablewayIcon = ForwardRef$3v;
|
|
8497
8532
|
exports.CalculatorIcon = ForwardRef$3X;
|
|
@@ -8522,13 +8557,13 @@ exports.CloseIcon = ForwardRef$1W;
|
|
|
8522
8557
|
exports.CloseSmallFilledIcon = ForwardRef$1T;
|
|
8523
8558
|
exports.CloseSmallIcon = ForwardRef$1U;
|
|
8524
8559
|
exports.ClosedLockIcon = ForwardRef$1d;
|
|
8525
|
-
exports.CloudDownloadIcon = ForwardRef$
|
|
8560
|
+
exports.CloudDownloadIcon = ForwardRef$64;
|
|
8526
8561
|
exports.CloudIcon = ForwardRef$b;
|
|
8527
8562
|
exports.CloudLightningIcon = ForwardRef$a;
|
|
8528
8563
|
exports.CloudRainIcon = ForwardRef$9;
|
|
8529
8564
|
exports.CloudSnowIcon = ForwardRef$8;
|
|
8530
|
-
exports.CoffeeIcon = ForwardRef$
|
|
8531
|
-
exports.CollapsedIcon = ForwardRef$
|
|
8565
|
+
exports.CoffeeIcon = ForwardRef$5z;
|
|
8566
|
+
exports.CollapsedIcon = ForwardRef$63;
|
|
8532
8567
|
exports.ColorPickerIcon = ForwardRef$1S;
|
|
8533
8568
|
exports.CommentIcon = ForwardRef$1R;
|
|
8534
8569
|
exports.CompassNeedleIcon = ForwardRef$3a;
|
|
@@ -8540,34 +8575,34 @@ exports.CookieFilledIcon = ForwardRef$1M;
|
|
|
8540
8575
|
exports.CookieIcon = ForwardRef$1N;
|
|
8541
8576
|
exports.CopyIcon = ForwardRef$1L;
|
|
8542
8577
|
exports.CorrespondenceIcon = ForwardRef$38;
|
|
8543
|
-
exports.CouchetteIcon = ForwardRef$
|
|
8578
|
+
exports.CouchetteIcon = ForwardRef$5y;
|
|
8544
8579
|
exports.CustomerServiceFilledIcon = ForwardRef$1J;
|
|
8545
8580
|
exports.CustomerServiceIcon = ForwardRef$1K;
|
|
8546
|
-
exports.CutleryIcon = ForwardRef$
|
|
8581
|
+
exports.CutleryIcon = ForwardRef$5x;
|
|
8547
8582
|
exports.DatabaseIcon = ForwardRef$3V;
|
|
8548
8583
|
exports.DateIcon = ForwardRef$1I;
|
|
8549
8584
|
exports.DeleteIcon = ForwardRef$1H;
|
|
8550
|
-
exports.DenmarkIcon = ForwardRef$
|
|
8551
|
-
exports.DepositionIcon = ForwardRef$
|
|
8585
|
+
exports.DenmarkIcon = ForwardRef$58;
|
|
8586
|
+
exports.DepositionIcon = ForwardRef$4j;
|
|
8552
8587
|
exports.DesktopIcon = ForwardRef$3U;
|
|
8553
8588
|
exports.DestinationIcon = ForwardRef$37;
|
|
8554
|
-
exports.DiffIcon = ForwardRef$
|
|
8589
|
+
exports.DiffIcon = ForwardRef$4i;
|
|
8555
8590
|
exports.DirectionFilledIcon = ForwardRef$35;
|
|
8556
8591
|
exports.DirectionIcon = ForwardRef$36;
|
|
8557
|
-
exports.DownArrowIcon = ForwardRef$
|
|
8558
|
-
exports.DownloadIcon = ForwardRef$
|
|
8559
|
-
exports.DownwardIcon = ForwardRef$
|
|
8592
|
+
exports.DownArrowIcon = ForwardRef$62;
|
|
8593
|
+
exports.DownloadIcon = ForwardRef$61;
|
|
8594
|
+
exports.DownwardIcon = ForwardRef$60;
|
|
8560
8595
|
exports.DraggableIcon = ForwardRef$1E;
|
|
8561
8596
|
exports.EditIcon = ForwardRef$1D;
|
|
8562
8597
|
exports.EmailIcon = ForwardRef$1C;
|
|
8563
8598
|
exports.EnvironmentIcon = ForwardRef$34;
|
|
8564
|
-
exports.EuroIcon = ForwardRef$
|
|
8565
|
-
exports.ExpandIcon = ForwardRef$
|
|
8599
|
+
exports.EuroIcon = ForwardRef$4h;
|
|
8600
|
+
exports.ExpandIcon = ForwardRef$5$;
|
|
8566
8601
|
exports.ExtendIcon = ForwardRef$1B;
|
|
8567
|
-
exports.ExternalIcon = ForwardRef$
|
|
8602
|
+
exports.ExternalIcon = ForwardRef$5_;
|
|
8568
8603
|
exports.FacebookIcon = ForwardRef$45;
|
|
8569
|
-
exports.FarteIcon = ForwardRef$
|
|
8570
|
-
exports.FartebysykkelIcon = ForwardRef$
|
|
8604
|
+
exports.FarteIcon = ForwardRef$4Z;
|
|
8605
|
+
exports.FartebysykkelIcon = ForwardRef$4Q;
|
|
8571
8606
|
exports.FavoriteRouteFilledIcon = ForwardRef$1z;
|
|
8572
8607
|
exports.FavoriteRouteIcon = ForwardRef$1A;
|
|
8573
8608
|
exports.FavoriteStopFilledIcon = ForwardRef$1x;
|
|
@@ -8580,58 +8615,59 @@ exports.FileIcon = ForwardRef$1u;
|
|
|
8580
8615
|
exports.FillIcon = ForwardRef$1t;
|
|
8581
8616
|
exports.FilterFilledIcon = ForwardRef$1r;
|
|
8582
8617
|
exports.FilterIcon = ForwardRef$1s;
|
|
8583
|
-
exports.FlybussenIcon = ForwardRef$
|
|
8618
|
+
exports.FlybussenIcon = ForwardRef$4Y;
|
|
8584
8619
|
exports.FolderFilledIcon = ForwardRef$1p;
|
|
8585
8620
|
exports.FolderIcon = ForwardRef$1q;
|
|
8586
|
-
exports.ForwardIcon = ForwardRef$
|
|
8587
|
-
exports.FramIcon = ForwardRef$
|
|
8588
|
-
exports.FullIcon = ForwardRef$
|
|
8621
|
+
exports.ForwardIcon = ForwardRef$5Z;
|
|
8622
|
+
exports.FramIcon = ForwardRef$4X;
|
|
8623
|
+
exports.FullIcon = ForwardRef$5w;
|
|
8589
8624
|
exports.FunicularIcon = ForwardRef$3p;
|
|
8590
|
-
exports.GOAIcon = ForwardRef$
|
|
8591
|
-
exports.GetAroundIcon = ForwardRef$
|
|
8625
|
+
exports.GOAIcon = ForwardRef$4W;
|
|
8626
|
+
exports.GetAroundIcon = ForwardRef$4P;
|
|
8592
8627
|
exports.GithubIcon = ForwardRef$44;
|
|
8593
8628
|
exports.GoalIcon = ForwardRef$33;
|
|
8594
8629
|
exports.GoogleIcon = ForwardRef$43;
|
|
8630
|
+
exports.GooglePayIcon = ForwardRef$4g;
|
|
8595
8631
|
exports.GridViewIcon = ForwardRef$1o;
|
|
8596
8632
|
exports.GymIcon = ForwardRef$32;
|
|
8597
|
-
exports.HafjellIcon = ForwardRef$
|
|
8633
|
+
exports.HafjellIcon = ForwardRef$4O;
|
|
8598
8634
|
exports.HandToolIcon = ForwardRef$1n;
|
|
8599
8635
|
exports.HeartIcon = ForwardRef$1m;
|
|
8600
8636
|
exports.HelicopterIcon = ForwardRef$3o;
|
|
8601
|
-
exports.HertzIcon = ForwardRef$
|
|
8637
|
+
exports.HertzIcon = ForwardRef$4N;
|
|
8602
8638
|
exports.HistoryFilledIcon = ForwardRef$1k;
|
|
8603
8639
|
exports.HistoryIcon = ForwardRef$1l;
|
|
8604
8640
|
exports.HomeIcon = ForwardRef$31;
|
|
8605
8641
|
exports.HorizontalDotsIcon = ForwardRef$1G;
|
|
8606
|
-
exports.HykeIcon = ForwardRef$
|
|
8642
|
+
exports.HykeIcon = ForwardRef$4V;
|
|
8607
8643
|
exports.IconIcon = ForwardRef$1j;
|
|
8608
8644
|
exports.ImageIcon = ForwardRef$3S;
|
|
8609
|
-
exports.InnlandstrafikkIcon = ForwardRef$
|
|
8645
|
+
exports.InnlandstrafikkIcon = ForwardRef$4U;
|
|
8610
8646
|
exports.InstagramIcon = ForwardRef$42;
|
|
8611
8647
|
exports.InternationalIcon = ForwardRef$30;
|
|
8612
8648
|
exports.InterrailIcon = ForwardRef$2$;
|
|
8613
8649
|
exports.InvalidTicketIcon = ForwardRef$2_;
|
|
8614
8650
|
exports.ItalicIcon = ForwardRef$3E;
|
|
8615
|
-
exports.KolumbusBysykkelIcon = ForwardRef$
|
|
8616
|
-
exports.KolumbusIcon = ForwardRef$
|
|
8651
|
+
exports.KolumbusBysykkelIcon = ForwardRef$4M;
|
|
8652
|
+
exports.KolumbusIcon = ForwardRef$4T;
|
|
8617
8653
|
exports.LanguageFilledIcon = ForwardRef$1h;
|
|
8618
8654
|
exports.LanguageIcon = ForwardRef$1i;
|
|
8619
8655
|
exports.LaptopIcon = ForwardRef$3R;
|
|
8620
|
-
exports.LeftArrowIcon = ForwardRef$
|
|
8656
|
+
exports.LeftArrowIcon = ForwardRef$5Y;
|
|
8621
8657
|
exports.LikeIcon = ForwardRef$1g;
|
|
8622
|
-
exports.LimeIcon = ForwardRef$
|
|
8658
|
+
exports.LimeIcon = ForwardRef$4L;
|
|
8623
8659
|
exports.LinkIcon = ForwardRef$3D;
|
|
8624
8660
|
exports.LinkedinIcon = ForwardRef$41;
|
|
8625
8661
|
exports.ListViewIcon = ForwardRef$1f;
|
|
8626
8662
|
exports.LoadingIcon = ForwardRef$1e;
|
|
8627
|
-
exports.LockerIcon = ForwardRef$
|
|
8663
|
+
exports.LockerIcon = ForwardRef$5v;
|
|
8628
8664
|
exports.LogOutIcon = ForwardRef$1b;
|
|
8629
|
-
exports.LogoNegativeIcon = ForwardRef$
|
|
8630
|
-
exports.LogoPositiveIcon = ForwardRef$
|
|
8665
|
+
exports.LogoNegativeIcon = ForwardRef$5G;
|
|
8666
|
+
exports.LogoPositiveIcon = ForwardRef$5F;
|
|
8631
8667
|
exports.LostAndFoundFilledIcon = ForwardRef$19;
|
|
8632
8668
|
exports.LostAndFoundIcon = ForwardRef$1a;
|
|
8633
8669
|
exports.LuggageIcon = ForwardRef$2Z;
|
|
8634
|
-
exports.ManySeatsAvailableIcon = ForwardRef$
|
|
8670
|
+
exports.ManySeatsAvailableIcon = ForwardRef$5u;
|
|
8635
8671
|
exports.MapFilledIcon = ForwardRef$2X;
|
|
8636
8672
|
exports.MapIcon = ForwardRef$2Y;
|
|
8637
8673
|
exports.MapPinIcon = ForwardRef$2W;
|
|
@@ -8639,19 +8675,19 @@ exports.MastercardIcon = ForwardRef$4f;
|
|
|
8639
8675
|
exports.MeasureFilledIcon = ForwardRef$17;
|
|
8640
8676
|
exports.MeasureIcon = ForwardRef$18;
|
|
8641
8677
|
exports.MenuIcon = ForwardRef$16;
|
|
8642
|
-
exports.MergeProfilesIcon = ForwardRef$
|
|
8678
|
+
exports.MergeProfilesIcon = ForwardRef$5X;
|
|
8643
8679
|
exports.MetroIcon = ForwardRef$3n;
|
|
8644
8680
|
exports.MinimizeIcon = ForwardRef$15;
|
|
8645
8681
|
exports.MobileIcon = ForwardRef$3Q;
|
|
8646
8682
|
exports.MobilityIcon = ForwardRef$3m;
|
|
8647
8683
|
exports.MoneyIcon = ForwardRef$4e;
|
|
8648
8684
|
exports.MountainIcon = ForwardRef$2V;
|
|
8649
|
-
exports.MoveAboutIcon = ForwardRef$
|
|
8685
|
+
exports.MoveAboutIcon = ForwardRef$4K;
|
|
8650
8686
|
exports.MuralIcon = ForwardRef$3P;
|
|
8651
8687
|
exports.NewIcon = ForwardRef$14;
|
|
8652
8688
|
exports.NightIcon = ForwardRef$13;
|
|
8653
|
-
exports.NordlandIcon = ForwardRef$
|
|
8654
|
-
exports.NorwayIcon = ForwardRef$
|
|
8689
|
+
exports.NordlandIcon = ForwardRef$4C;
|
|
8690
|
+
exports.NorwayIcon = ForwardRef$57;
|
|
8655
8691
|
exports.NumberListIcon = ForwardRef$3C;
|
|
8656
8692
|
exports.ObjectAlignBottomFilledIcon = ForwardRef$2z;
|
|
8657
8693
|
exports.ObjectAlignBottomIcon = ForwardRef$2y;
|
|
@@ -8671,23 +8707,23 @@ exports.ObjectDistributeVerticallyFilledIcon = ForwardRef$2l;
|
|
|
8671
8707
|
exports.ObjectDistributeVerticallyIcon = ForwardRef$2k;
|
|
8672
8708
|
exports.OpenedLockIcon = ForwardRef$1c;
|
|
8673
8709
|
exports.OrganizationIcon = ForwardRef$12;
|
|
8674
|
-
exports.OsloBysykkelIcon = ForwardRef$
|
|
8675
|
-
exports.OstfoldIcon = ForwardRef$
|
|
8676
|
-
exports.OttoMobilityIcon = ForwardRef$
|
|
8710
|
+
exports.OsloBysykkelIcon = ForwardRef$4J;
|
|
8711
|
+
exports.OstfoldIcon = ForwardRef$4B;
|
|
8712
|
+
exports.OttoMobilityIcon = ForwardRef$4I;
|
|
8677
8713
|
exports.PackageIcon = ForwardRef$11;
|
|
8678
|
-
exports.PageNavigationIcon = ForwardRef$
|
|
8679
|
-
exports.ParkAndRideIcon = ForwardRef$
|
|
8680
|
-
exports.ParkIcon = ForwardRef$
|
|
8681
|
-
exports.ParkingGarageIcon = ForwardRef$
|
|
8714
|
+
exports.PageNavigationIcon = ForwardRef$5W;
|
|
8715
|
+
exports.ParkAndRideIcon = ForwardRef$5s;
|
|
8716
|
+
exports.ParkIcon = ForwardRef$5t;
|
|
8717
|
+
exports.ParkingGarageIcon = ForwardRef$5r;
|
|
8682
8718
|
exports.PhoneIcon = ForwardRef$3O;
|
|
8683
8719
|
exports.PlaneIcon = ForwardRef$3l;
|
|
8684
8720
|
exports.PlayIcon = ForwardRef$10;
|
|
8685
8721
|
exports.PlaygroundIcon = ForwardRef$2U;
|
|
8686
|
-
exports.PlayroomIcon = ForwardRef$
|
|
8722
|
+
exports.PlayroomIcon = ForwardRef$5q;
|
|
8687
8723
|
exports.PositionFilledIcon = ForwardRef$2S;
|
|
8688
8724
|
exports.PositionIcon = ForwardRef$2T;
|
|
8689
|
-
exports.PowerIcon = ForwardRef$
|
|
8690
|
-
exports.PremiumSeatIcon = ForwardRef$
|
|
8725
|
+
exports.PowerIcon = ForwardRef$5p;
|
|
8726
|
+
exports.PremiumSeatIcon = ForwardRef$5o;
|
|
8691
8727
|
exports.PriceFromIcon = ForwardRef$4d;
|
|
8692
8728
|
exports.PricelistIcon = ForwardRef$4c;
|
|
8693
8729
|
exports.PrinterIcon = ForwardRef$3N;
|
|
@@ -8704,12 +8740,12 @@ exports.QuitIcon = ForwardRef$X;
|
|
|
8704
8740
|
exports.RSSIcon = ForwardRef$W;
|
|
8705
8741
|
exports.RebateTicketFilledIcon = ForwardRef$2O;
|
|
8706
8742
|
exports.RebateTicketIcon = ForwardRef$2P;
|
|
8707
|
-
exports.RedoIcon = ForwardRef$
|
|
8743
|
+
exports.RedoIcon = ForwardRef$5V;
|
|
8708
8744
|
exports.ReferenceIcon = ForwardRef$4b;
|
|
8709
|
-
exports.RefreshIcon = ForwardRef$
|
|
8710
|
-
exports.ReisNordlandIcon = ForwardRef$
|
|
8711
|
-
exports.ResetIcon = ForwardRef$
|
|
8712
|
-
exports.RightArrowIcon = ForwardRef$
|
|
8745
|
+
exports.RefreshIcon = ForwardRef$5U;
|
|
8746
|
+
exports.ReisNordlandIcon = ForwardRef$4A;
|
|
8747
|
+
exports.ResetIcon = ForwardRef$5T;
|
|
8748
|
+
exports.RightArrowIcon = ForwardRef$5S;
|
|
8713
8749
|
exports.RouteFilledIcon = ForwardRef$U;
|
|
8714
8750
|
exports.RouteIcon = ForwardRef$V;
|
|
8715
8751
|
exports.RowHeightDefaultIcon = ForwardRef$T;
|
|
@@ -8717,38 +8753,38 @@ exports.RowHeightMiddleIcon = ForwardRef$S;
|
|
|
8717
8753
|
exports.RowHeightSmallIcon = ForwardRef$R;
|
|
8718
8754
|
exports.RulesIcon = ForwardRef$Q;
|
|
8719
8755
|
exports.RunningIcon = ForwardRef$3k;
|
|
8720
|
-
exports.RuterIcon = ForwardRef$
|
|
8721
|
-
exports.RuterNoTextIcon = ForwardRef$
|
|
8722
|
-
exports.SJIcon = ForwardRef$
|
|
8723
|
-
exports.SJNordIcon = ForwardRef$
|
|
8724
|
-
exports.SURFIcon = ForwardRef$
|
|
8725
|
-
exports.SamiIcon = ForwardRef$
|
|
8756
|
+
exports.RuterIcon = ForwardRef$4z;
|
|
8757
|
+
exports.RuterNoTextIcon = ForwardRef$4y;
|
|
8758
|
+
exports.SJIcon = ForwardRef$4x;
|
|
8759
|
+
exports.SJNordIcon = ForwardRef$4w;
|
|
8760
|
+
exports.SURFIcon = ForwardRef$4H;
|
|
8761
|
+
exports.SamiIcon = ForwardRef$56;
|
|
8726
8762
|
exports.SaveIcon = ForwardRef$3L;
|
|
8727
8763
|
exports.ScopeIcon = ForwardRef$P;
|
|
8728
8764
|
exports.SearchFilledIcon = ForwardRef$N;
|
|
8729
8765
|
exports.SearchIcon = ForwardRef$O;
|
|
8730
|
-
exports.SeatCompartmentFilledIcon = ForwardRef$
|
|
8731
|
-
exports.SeatCompartmentIcon = ForwardRef$
|
|
8732
|
-
exports.SeatIcon = ForwardRef$
|
|
8733
|
-
exports.SeatsAvailableIcon = ForwardRef$
|
|
8766
|
+
exports.SeatCompartmentFilledIcon = ForwardRef$5l;
|
|
8767
|
+
exports.SeatCompartmentIcon = ForwardRef$5m;
|
|
8768
|
+
exports.SeatIcon = ForwardRef$5n;
|
|
8769
|
+
exports.SeatsAvailableIcon = ForwardRef$5k;
|
|
8734
8770
|
exports.SelectIcon = ForwardRef$M;
|
|
8735
8771
|
exports.SendIcon = ForwardRef$L;
|
|
8736
8772
|
exports.SettingsIcon = ForwardRef$K;
|
|
8737
|
-
exports.ShareIcon = ForwardRef$
|
|
8773
|
+
exports.ShareIcon = ForwardRef$5R;
|
|
8738
8774
|
exports.ShoppingCartIcon = ForwardRef$4a;
|
|
8739
8775
|
exports.SkiIcon = ForwardRef$2N;
|
|
8740
8776
|
exports.SkypeIcon = ForwardRef$40;
|
|
8741
|
-
exports.SkyssIcon = ForwardRef$
|
|
8742
|
-
exports.SkyssNoTextIcon = ForwardRef$
|
|
8743
|
-
exports.SleepIcon = ForwardRef$
|
|
8744
|
-
exports.SnelandiaIcon = ForwardRef$
|
|
8777
|
+
exports.SkyssIcon = ForwardRef$4v;
|
|
8778
|
+
exports.SkyssNoTextIcon = ForwardRef$4u;
|
|
8779
|
+
exports.SleepIcon = ForwardRef$5j;
|
|
8780
|
+
exports.SnelandiaIcon = ForwardRef$4t;
|
|
8745
8781
|
exports.SourceCodeIcon = ForwardRef$3B;
|
|
8746
8782
|
exports.StandardIcon = ForwardRef$F;
|
|
8747
|
-
exports.StandingAvailableIcon = ForwardRef$
|
|
8783
|
+
exports.StandingAvailableIcon = ForwardRef$5i;
|
|
8748
8784
|
exports.StandingIcon = ForwardRef$3j;
|
|
8749
8785
|
exports.StarredIcon = ForwardRef$H;
|
|
8750
8786
|
exports.StatsIcon = ForwardRef$49;
|
|
8751
|
-
exports.StrollerIcon = ForwardRef$
|
|
8787
|
+
exports.StrollerIcon = ForwardRef$5h;
|
|
8752
8788
|
exports.StrollingIcon = ForwardRef$3i;
|
|
8753
8789
|
exports.StudentFilledIcon = ForwardRef$D;
|
|
8754
8790
|
exports.StudentIcon = ForwardRef$E;
|
|
@@ -8757,48 +8793,48 @@ exports.SuitcaseIcon = ForwardRef$2M;
|
|
|
8757
8793
|
exports.SunCloudIcon = ForwardRef$6;
|
|
8758
8794
|
exports.SunCloudRainIcon = ForwardRef$5;
|
|
8759
8795
|
exports.SunIcon = ForwardRef$7;
|
|
8760
|
-
exports.SvipperIcon = ForwardRef$
|
|
8761
|
-
exports.SwedenIcon = ForwardRef$
|
|
8762
|
-
exports.SwitchIcon = ForwardRef$
|
|
8763
|
-
exports.TVMIcon = ForwardRef$
|
|
8796
|
+
exports.SvipperIcon = ForwardRef$4s;
|
|
8797
|
+
exports.SwedenIcon = ForwardRef$55;
|
|
8798
|
+
exports.SwitchIcon = ForwardRef$5Q;
|
|
8799
|
+
exports.TVMIcon = ForwardRef$5g;
|
|
8764
8800
|
exports.TagIcon = ForwardRef$B;
|
|
8765
8801
|
exports.TaxiIcon = ForwardRef$3h;
|
|
8766
8802
|
exports.TerminalFilledIcon = ForwardRef$z;
|
|
8767
8803
|
exports.TerminalIcon = ForwardRef$A;
|
|
8768
8804
|
exports.TextColorIcon = ForwardRef$3A;
|
|
8769
8805
|
exports.ThermometerIcon = ForwardRef$4;
|
|
8770
|
-
exports.TierIcon = ForwardRef$
|
|
8806
|
+
exports.TierIcon = ForwardRef$4G;
|
|
8771
8807
|
exports.TimeglassFilledIcon = ForwardRef$x;
|
|
8772
8808
|
exports.TimeglassIcon = ForwardRef$y;
|
|
8773
8809
|
exports.TimelineIcon = ForwardRef$w;
|
|
8774
|
-
exports.ToFromIcon = ForwardRef$
|
|
8775
|
-
exports.ToiletIcon = ForwardRef$
|
|
8810
|
+
exports.ToFromIcon = ForwardRef$5P;
|
|
8811
|
+
exports.ToiletIcon = ForwardRef$5f;
|
|
8776
8812
|
exports.TokenIcon = ForwardRef$v;
|
|
8777
8813
|
exports.ToneSmileIcon = ForwardRef$u;
|
|
8778
8814
|
exports.TrackIcon = ForwardRef$2L;
|
|
8779
|
-
exports.TrainCarIcon = ForwardRef$
|
|
8815
|
+
exports.TrainCarIcon = ForwardRef$5e;
|
|
8780
8816
|
exports.TrainIcon = ForwardRef$3g;
|
|
8781
8817
|
exports.TramIcon = ForwardRef$3f;
|
|
8782
|
-
exports.TransferIcon = ForwardRef$
|
|
8783
|
-
exports.TromsFylkestrafikkIcon = ForwardRef$
|
|
8784
|
-
exports.TrondheimBysykkelIcon = ForwardRef$
|
|
8785
|
-
exports.TurnableIcon = ForwardRef$
|
|
8818
|
+
exports.TransferIcon = ForwardRef$5O;
|
|
8819
|
+
exports.TromsFylkestrafikkIcon = ForwardRef$4r;
|
|
8820
|
+
exports.TrondheimBysykkelIcon = ForwardRef$4F;
|
|
8821
|
+
exports.TurnableIcon = ForwardRef$5N;
|
|
8786
8822
|
exports.TwitterIcon = ForwardRef$3$;
|
|
8787
|
-
exports.UKIcon = ForwardRef$
|
|
8823
|
+
exports.UKIcon = ForwardRef$54;
|
|
8788
8824
|
exports.UmbrellaIcon = ForwardRef$3;
|
|
8789
8825
|
exports.UnderlineIcon = ForwardRef$3z;
|
|
8790
|
-
exports.UndoIcon = ForwardRef$
|
|
8826
|
+
exports.UndoIcon = ForwardRef$5M;
|
|
8791
8827
|
exports.UniversityIcon = ForwardRef$2K;
|
|
8792
8828
|
exports.UnlinkIcon = ForwardRef$3y;
|
|
8793
|
-
exports.UnsortedIcon = ForwardRef$
|
|
8829
|
+
exports.UnsortedIcon = ForwardRef$5L;
|
|
8794
8830
|
exports.UnstarredIcon = ForwardRef$G;
|
|
8795
8831
|
exports.UnviewIcon = ForwardRef$t;
|
|
8796
|
-
exports.UpArrowIcon = ForwardRef$
|
|
8797
|
-
exports.UploadIcon = ForwardRef$
|
|
8798
|
-
exports.UpwardIcon = ForwardRef$
|
|
8832
|
+
exports.UpArrowIcon = ForwardRef$5K;
|
|
8833
|
+
exports.UploadIcon = ForwardRef$5J;
|
|
8834
|
+
exports.UpwardIcon = ForwardRef$5I;
|
|
8799
8835
|
exports.UserIcon = ForwardRef$s;
|
|
8800
8836
|
exports.UsersIcon = ForwardRef$r;
|
|
8801
|
-
exports.VKTIcon = ForwardRef$
|
|
8837
|
+
exports.VKTIcon = ForwardRef$4q;
|
|
8802
8838
|
exports.ValidTicketFilledIcon = ForwardRef$2I;
|
|
8803
8839
|
exports.ValidTicketIcon = ForwardRef$2J;
|
|
8804
8840
|
exports.ValidationErrorFilledIcon = ForwardRef$n;
|
|
@@ -8812,26 +8848,26 @@ exports.ValidationInfoIcon = ForwardRef$i;
|
|
|
8812
8848
|
exports.ValidationSuccessFilledIcon = ForwardRef$f;
|
|
8813
8849
|
exports.ValidationSuccessIcon = ForwardRef$g;
|
|
8814
8850
|
exports.ValueIcon = ForwardRef$e;
|
|
8815
|
-
exports.VendingMachineIcon = ForwardRef$
|
|
8851
|
+
exports.VendingMachineIcon = ForwardRef$5d;
|
|
8816
8852
|
exports.VerticalDotsIcon = ForwardRef$1F;
|
|
8817
|
-
exports.VerticalSwitchIcon = ForwardRef$
|
|
8853
|
+
exports.VerticalSwitchIcon = ForwardRef$5H;
|
|
8818
8854
|
exports.ViewIcon = ForwardRef$d;
|
|
8819
8855
|
exports.VimeoIcon = ForwardRef$3_;
|
|
8820
8856
|
exports.VippsIcon = ForwardRef$48;
|
|
8821
8857
|
exports.VippsLogoIcon = ForwardRef$47;
|
|
8822
8858
|
exports.VisaIcon = ForwardRef$46;
|
|
8823
|
-
exports.VoiIcon = ForwardRef$
|
|
8824
|
-
exports.VyIcon = ForwardRef$
|
|
8825
|
-
exports.WaitingRoomIcon = ForwardRef$
|
|
8859
|
+
exports.VoiIcon = ForwardRef$4E;
|
|
8860
|
+
exports.VyIcon = ForwardRef$4p;
|
|
8861
|
+
exports.WaitingRoomIcon = ForwardRef$5c;
|
|
8826
8862
|
exports.WalkIcon = ForwardRef$3e;
|
|
8827
8863
|
exports.WarningIcon = ForwardRef$c;
|
|
8828
|
-
exports.WaterTapIcon = ForwardRef$
|
|
8829
|
-
exports.WheelchairIcon = ForwardRef$
|
|
8830
|
-
exports.WifiIcon = ForwardRef$
|
|
8864
|
+
exports.WaterTapIcon = ForwardRef$5b;
|
|
8865
|
+
exports.WheelchairIcon = ForwardRef$5a;
|
|
8866
|
+
exports.WifiIcon = ForwardRef$59;
|
|
8831
8867
|
exports.WindIcon = ForwardRef$2;
|
|
8832
8868
|
exports.YoutubeIcon = ForwardRef$3Z;
|
|
8833
8869
|
exports.ZoneIcon = ForwardRef$2H;
|
|
8834
8870
|
exports.ZoomInIcon = ForwardRef$1;
|
|
8835
8871
|
exports.ZoomOutIcon = ForwardRef;
|
|
8836
|
-
exports.ZvippIcon = ForwardRef$
|
|
8837
|
-
exports.ØresundstågIcon = ForwardRef$
|
|
8872
|
+
exports.ZvippIcon = ForwardRef$4D;
|
|
8873
|
+
exports.ØresundstågIcon = ForwardRef$4o;
|