@entur/icons 8.0.1 → 8.1.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 +13 -8
- package/dist/index.esm.js +388 -270
- package/dist/index.esm.native.js +360 -252
- package/dist/index.js +496 -373
- package/dist/styles.css +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -50,7 +50,7 @@ function BackArrowIcon(props, ref) {
|
|
|
50
50
|
clipRule: "evenodd"
|
|
51
51
|
}));
|
|
52
52
|
}
|
|
53
|
-
var ForwardRef$
|
|
53
|
+
var ForwardRef$64 = /*#__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
|
-
var ForwardRef$
|
|
77
|
+
var ForwardRef$63 = /*#__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
|
-
var ForwardRef$
|
|
98
|
+
var ForwardRef$62 = /*#__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
|
-
var ForwardRef$
|
|
119
|
+
var ForwardRef$61 = /*#__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
|
-
var ForwardRef$
|
|
140
|
+
var ForwardRef$60 = /*#__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
|
-
var ForwardRef$
|
|
161
|
+
var ForwardRef$5$ = /*#__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
|
-
var ForwardRef$
|
|
182
|
+
var 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
|
-
var ForwardRef$
|
|
203
|
+
var ForwardRef$5Z = /*#__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
|
-
var ForwardRef$
|
|
224
|
+
var ForwardRef$5Y = /*#__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
|
-
var ForwardRef$
|
|
245
|
+
var ForwardRef$5X = /*#__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
|
-
var ForwardRef$
|
|
266
|
+
var ForwardRef$5W = /*#__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
|
-
var ForwardRef$
|
|
285
|
+
var ForwardRef$5V = /*#__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
|
-
var ForwardRef$
|
|
306
|
+
var ForwardRef$5U = /*#__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
|
-
var ForwardRef$
|
|
327
|
+
var ForwardRef$5T = /*#__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
|
-
var ForwardRef$
|
|
348
|
+
var ForwardRef$5S = /*#__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
|
-
var ForwardRef$
|
|
369
|
+
var ForwardRef$5R = /*#__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
|
-
var ForwardRef$
|
|
390
|
+
var ForwardRef$5Q = /*#__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
|
-
var ForwardRef$
|
|
412
|
+
var ForwardRef$5P = /*#__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
|
-
var ForwardRef$
|
|
433
|
+
var ForwardRef$5O = /*#__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
|
-
var ForwardRef$
|
|
454
|
+
var ForwardRef$5N = /*#__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
|
-
var ForwardRef$
|
|
475
|
+
var ForwardRef$5M = /*#__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
|
-
var ForwardRef$
|
|
496
|
+
var ForwardRef$5L = /*#__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
|
-
var ForwardRef$
|
|
514
|
+
var ForwardRef$5K = /*#__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
|
-
var ForwardRef$
|
|
535
|
+
var ForwardRef$5J = /*#__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
|
-
var ForwardRef$
|
|
556
|
+
var ForwardRef$5I = /*#__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
|
-
var ForwardRef$
|
|
577
|
+
var ForwardRef$5H = /*#__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
|
-
var ForwardRef$
|
|
598
|
+
var ForwardRef$5G = /*#__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
|
-
var ForwardRef$
|
|
620
|
+
var ForwardRef$5F = /*#__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
|
-
var ForwardRef$
|
|
642
|
+
var ForwardRef$5E = /*#__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
|
-
var ForwardRef$
|
|
663
|
+
var ForwardRef$5D = /*#__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
|
-
var ForwardRef$
|
|
685
|
+
var ForwardRef$5C = /*#__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
|
-
var ForwardRef$
|
|
707
|
+
var ForwardRef$5B = /*#__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
|
-
var ForwardRef$
|
|
726
|
+
var ForwardRef$5A = /*#__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
|
-
var ForwardRef$
|
|
747
|
+
var ForwardRef$5z = /*#__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
|
-
var ForwardRef$
|
|
768
|
+
var ForwardRef$5y = /*#__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
|
-
var ForwardRef$
|
|
789
|
+
var ForwardRef$5x = /*#__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
|
-
var ForwardRef$
|
|
810
|
+
var ForwardRef$5w = /*#__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
|
-
var ForwardRef$
|
|
829
|
+
var ForwardRef$5v = /*#__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
|
-
var ForwardRef$
|
|
851
|
+
var ForwardRef$5u = /*#__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
|
-
var ForwardRef$
|
|
875
|
+
var ForwardRef$5t = /*#__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
|
-
var ForwardRef$
|
|
896
|
+
var ForwardRef$5s = /*#__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
|
-
var ForwardRef$
|
|
917
|
+
var ForwardRef$5r = /*#__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
|
-
var ForwardRef$
|
|
937
|
+
var ForwardRef$5q = /*#__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
|
-
var ForwardRef$
|
|
958
|
+
var ForwardRef$5p = /*#__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
|
-
var ForwardRef$
|
|
980
|
+
var ForwardRef$5o = /*#__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
|
-
var ForwardRef$
|
|
1001
|
+
var ForwardRef$5n = /*#__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
|
-
var ForwardRef$
|
|
1022
|
+
var ForwardRef$5m = /*#__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
|
-
var ForwardRef$
|
|
1044
|
+
var ForwardRef$5l = /*#__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
|
-
var ForwardRef$
|
|
1064
|
+
var ForwardRef$5k = /*#__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
|
-
var ForwardRef$
|
|
1088
|
+
var ForwardRef$5j = /*#__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
|
-
var ForwardRef$
|
|
1109
|
+
var ForwardRef$5i = /*#__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
|
-
var ForwardRef$
|
|
1133
|
+
var ForwardRef$5h = /*#__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
|
-
var ForwardRef$
|
|
1154
|
+
var ForwardRef$5g = /*#__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
|
-
var ForwardRef$
|
|
1175
|
+
var ForwardRef$5f = /*#__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
|
-
var ForwardRef$
|
|
1197
|
+
var ForwardRef$5e = /*#__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
|
-
var ForwardRef$
|
|
1218
|
+
var ForwardRef$5d = /*#__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
|
-
var ForwardRef$
|
|
1240
|
+
var ForwardRef$5c = /*#__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
|
-
var ForwardRef$
|
|
1261
|
+
var ForwardRef$5b = /*#__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
|
-
var ForwardRef$
|
|
1287
|
+
var ForwardRef$5a = /*#__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
|
-
var ForwardRef$
|
|
1308
|
+
var ForwardRef$59 = /*#__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
|
-
var ForwardRef$
|
|
1329
|
+
var ForwardRef$58 = /*#__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
|
-
var ForwardRef$
|
|
1353
|
+
var ForwardRef$57 = /*#__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
|
-
var ForwardRef$
|
|
1381
|
+
var ForwardRef$56 = /*#__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
|
-
var ForwardRef$
|
|
1418
|
+
var ForwardRef$55 = /*#__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
|
-
var ForwardRef$
|
|
1442
|
+
var ForwardRef$54 = /*#__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
|
-
var ForwardRef$
|
|
1504
|
+
var ForwardRef$53 = /*#__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
|
-
var ForwardRef$
|
|
1523
|
+
var ForwardRef$52 = /*#__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
|
-
var ForwardRef$
|
|
1542
|
+
var ForwardRef$51 = /*#__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
|
-
var ForwardRef$
|
|
1560
|
+
var ForwardRef$50 = /*#__PURE__*/React.forwardRef(AtBIcon);
|
|
1561
1561
|
|
|
1562
1562
|
function BaneNORIcon(props, ref) {
|
|
1563
1563
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1576,50 +1576,7 @@ function BaneNORIcon(props, ref) {
|
|
|
1576
1576
|
clipRule: "evenodd"
|
|
1577
1577
|
}));
|
|
1578
1578
|
}
|
|
1579
|
-
var ForwardRef$
|
|
1580
|
-
|
|
1581
|
-
function BergenBysykkelIcon(props, ref) {
|
|
1582
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1583
|
-
xmlSpace: "preserve",
|
|
1584
|
-
x: 0,
|
|
1585
|
-
y: 0,
|
|
1586
|
-
viewBox: "0 0 16 16",
|
|
1587
|
-
width: props.width || props.size || '1em',
|
|
1588
|
-
height: props.height || props.size || '1em',
|
|
1589
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BergenBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1590
|
-
color: props.color,
|
|
1591
|
-
inline: undefined,
|
|
1592
|
-
ref: ref
|
|
1593
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1594
|
-
fill: "#008A34",
|
|
1595
|
-
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"
|
|
1596
|
-
}));
|
|
1597
|
-
}
|
|
1598
|
-
var ForwardRef$4V = /*#__PURE__*/React.forwardRef(BergenBysykkelIcon);
|
|
1599
|
-
|
|
1600
|
-
function BoltIcon(props, ref) {
|
|
1601
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1602
|
-
xmlSpace: "preserve",
|
|
1603
|
-
x: 0,
|
|
1604
|
-
y: 0,
|
|
1605
|
-
viewBox: "0 0 16 16",
|
|
1606
|
-
width: props.width || props.size || '1em',
|
|
1607
|
-
height: props.height || props.size || '1em',
|
|
1608
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BoltIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1609
|
-
color: props.color,
|
|
1610
|
-
inline: undefined,
|
|
1611
|
-
ref: ref
|
|
1612
|
-
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1613
|
-
fill: "#34D186"
|
|
1614
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1615
|
-
d: "M8 1a4.86 4.86 0 0 0 0 9.718A4.86 4.86 0 0 0 8 1m0 6.433c-.87 0-1.575-.703-1.575-1.574S7.13 4.284 8 4.284c.87 0 1.575.704 1.575 1.575S8.87 7.433 8 7.433"
|
|
1616
|
-
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
1617
|
-
cx: 8,
|
|
1618
|
-
cy: 13.425,
|
|
1619
|
-
r: 1.575
|
|
1620
|
-
})));
|
|
1621
|
-
}
|
|
1622
|
-
var ForwardRef$4U = /*#__PURE__*/React.forwardRef(BoltIcon);
|
|
1579
|
+
var ForwardRef$4$ = /*#__PURE__*/React.forwardRef(BaneNORIcon);
|
|
1623
1580
|
|
|
1624
1581
|
function BrakarIcon(props, ref) {
|
|
1625
1582
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1651,7 +1608,7 @@ function BrakarIcon(props, ref) {
|
|
|
1651
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"
|
|
1652
1609
|
})));
|
|
1653
1610
|
}
|
|
1654
|
-
var ForwardRef$
|
|
1611
|
+
var ForwardRef$4_ = /*#__PURE__*/React.forwardRef(BrakarIcon);
|
|
1655
1612
|
|
|
1656
1613
|
function BrakarNoTextIcon(props, ref) {
|
|
1657
1614
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1676,7 +1633,7 @@ function BrakarNoTextIcon(props, ref) {
|
|
|
1676
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"
|
|
1677
1634
|
}));
|
|
1678
1635
|
}
|
|
1679
|
-
var ForwardRef$
|
|
1636
|
+
var ForwardRef$4Z = /*#__PURE__*/React.forwardRef(BrakarNoTextIcon);
|
|
1680
1637
|
|
|
1681
1638
|
function FarteIcon(props, ref) {
|
|
1682
1639
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1710,7 +1667,7 @@ function FarteIcon(props, ref) {
|
|
|
1710
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"
|
|
1711
1668
|
}));
|
|
1712
1669
|
}
|
|
1713
|
-
var ForwardRef$
|
|
1670
|
+
var ForwardRef$4Y = /*#__PURE__*/React.forwardRef(FarteIcon);
|
|
1714
1671
|
|
|
1715
1672
|
function FlybussenIcon(props, ref) {
|
|
1716
1673
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1746,7 +1703,7 @@ function FlybussenIcon(props, ref) {
|
|
|
1746
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"
|
|
1747
1704
|
})));
|
|
1748
1705
|
}
|
|
1749
|
-
var ForwardRef$
|
|
1706
|
+
var ForwardRef$4X = /*#__PURE__*/React.forwardRef(FlybussenIcon);
|
|
1750
1707
|
|
|
1751
1708
|
function FramIcon(props, ref) {
|
|
1752
1709
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1776,7 +1733,7 @@ function FramIcon(props, ref) {
|
|
|
1776
1733
|
d: "M0 0H48V13H0z"
|
|
1777
1734
|
}))));
|
|
1778
1735
|
}
|
|
1779
|
-
var ForwardRef$
|
|
1736
|
+
var ForwardRef$4W = /*#__PURE__*/React.forwardRef(FramIcon);
|
|
1780
1737
|
|
|
1781
1738
|
function GOAIcon(props, ref) {
|
|
1782
1739
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1801,24 +1758,7 @@ function GOAIcon(props, ref) {
|
|
|
1801
1758
|
d: "M17.739 6.605 15.776 9.686 18.316 9.686 19.314 8.032 20.127 6.605z"
|
|
1802
1759
|
}));
|
|
1803
1760
|
}
|
|
1804
|
-
var ForwardRef$
|
|
1805
|
-
|
|
1806
|
-
function GetAroundIcon(props, ref) {
|
|
1807
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1808
|
-
fill: "none",
|
|
1809
|
-
viewBox: "0 0 76 76",
|
|
1810
|
-
width: props.width || props.size || '1em',
|
|
1811
|
-
height: props.height || props.size || '1em',
|
|
1812
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__GetAroundIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1813
|
-
color: props.color,
|
|
1814
|
-
inline: undefined,
|
|
1815
|
-
ref: ref
|
|
1816
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1817
|
-
fill: "#BC00CC",
|
|
1818
|
-
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"
|
|
1819
|
-
}));
|
|
1820
|
-
}
|
|
1821
|
-
var ForwardRef$4N = /*#__PURE__*/React.forwardRef(GetAroundIcon);
|
|
1761
|
+
var ForwardRef$4V = /*#__PURE__*/React.forwardRef(GOAIcon);
|
|
1822
1762
|
|
|
1823
1763
|
function HykeIcon(props, ref) {
|
|
1824
1764
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1841,7 +1781,7 @@ function HykeIcon(props, ref) {
|
|
|
1841
1781
|
className: "cls-1"
|
|
1842
1782
|
})));
|
|
1843
1783
|
}
|
|
1844
|
-
var ForwardRef$
|
|
1784
|
+
var ForwardRef$4U = /*#__PURE__*/React.forwardRef(HykeIcon);
|
|
1845
1785
|
|
|
1846
1786
|
function InnlandstrafikkIcon(props, ref) {
|
|
1847
1787
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1861,7 +1801,7 @@ function InnlandstrafikkIcon(props, ref) {
|
|
|
1861
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"
|
|
1862
1802
|
})));
|
|
1863
1803
|
}
|
|
1864
|
-
var ForwardRef$
|
|
1804
|
+
var ForwardRef$4T = /*#__PURE__*/React.forwardRef(InnlandstrafikkIcon);
|
|
1865
1805
|
|
|
1866
1806
|
function KolumbusIcon(props, ref) {
|
|
1867
1807
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1895,7 +1835,143 @@ function KolumbusIcon(props, ref) {
|
|
|
1895
1835
|
d: "M0 2 0 5.3 3.8 7.4 6.9 5.7z"
|
|
1896
1836
|
}));
|
|
1897
1837
|
}
|
|
1898
|
-
var ForwardRef$
|
|
1838
|
+
var ForwardRef$4S = /*#__PURE__*/React.forwardRef(KolumbusIcon);
|
|
1839
|
+
|
|
1840
|
+
function BergenBysykkelIcon(props, ref) {
|
|
1841
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1842
|
+
xmlSpace: "preserve",
|
|
1843
|
+
x: 0,
|
|
1844
|
+
y: 0,
|
|
1845
|
+
viewBox: "0 0 16 16",
|
|
1846
|
+
width: props.width || props.size || '1em',
|
|
1847
|
+
height: props.height || props.size || '1em',
|
|
1848
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BergenBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1849
|
+
color: props.color,
|
|
1850
|
+
inline: undefined,
|
|
1851
|
+
ref: ref
|
|
1852
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1853
|
+
fill: "#008A34",
|
|
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
|
+
}));
|
|
1856
|
+
}
|
|
1857
|
+
var ForwardRef$4R = /*#__PURE__*/React.forwardRef(BergenBysykkelIcon);
|
|
1858
|
+
|
|
1859
|
+
function BoltIcon(props, ref) {
|
|
1860
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1861
|
+
xmlSpace: "preserve",
|
|
1862
|
+
x: 0,
|
|
1863
|
+
y: 0,
|
|
1864
|
+
viewBox: "0 0 16 16",
|
|
1865
|
+
width: props.width || props.size || '1em',
|
|
1866
|
+
height: props.height || props.size || '1em',
|
|
1867
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BoltIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1868
|
+
color: props.color,
|
|
1869
|
+
inline: undefined,
|
|
1870
|
+
ref: ref
|
|
1871
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1872
|
+
fill: "#34D186"
|
|
1873
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1874
|
+
d: "M8 1a4.86 4.86 0 0 0 0 9.718A4.86 4.86 0 0 0 8 1m0 6.433c-.87 0-1.575-.703-1.575-1.574S7.13 4.284 8 4.284c.87 0 1.575.704 1.575 1.575S8.87 7.433 8 7.433"
|
|
1875
|
+
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
1876
|
+
cx: 8,
|
|
1877
|
+
cy: 13.425,
|
|
1878
|
+
r: 1.575
|
|
1879
|
+
})));
|
|
1880
|
+
}
|
|
1881
|
+
var ForwardRef$4Q = /*#__PURE__*/React.forwardRef(BoltIcon);
|
|
1882
|
+
|
|
1883
|
+
function FartebysykkelIcon(props, ref) {
|
|
1884
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1885
|
+
fill: "none",
|
|
1886
|
+
viewBox: "0 0 16 16",
|
|
1887
|
+
width: props.width || props.size || '1em',
|
|
1888
|
+
height: props.height || props.size || '1em',
|
|
1889
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__FartebysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1890
|
+
color: props.color,
|
|
1891
|
+
inline: undefined,
|
|
1892
|
+
ref: ref
|
|
1893
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1894
|
+
clipPath: "url(#a)"
|
|
1895
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1896
|
+
fill: "#FFD520",
|
|
1897
|
+
d: "M16 0H0v16h16z"
|
|
1898
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1899
|
+
fill: "#000",
|
|
1900
|
+
d: "M12.084 9.168c1.379-.142 2.691.884 2.886 2.252.385 2.708-3.028 4.192-4.725 2.075-1.222-1.524-.439-3.762 1.414-4.26l-.41-2.35-5.28 3.557v.032c.108.183.199.386.259.59.675 2.297-1.781 4.263-3.875 3.086-1.58-.888-1.827-3.092-.475-4.308a2.683 2.683 0 0 1 3.83.258l.017.001 5.82-3.943zm-8.543.974c-1.644.122-2.148 2.326-.719 3.146 1.424.816 3.073-.693 2.385-2.157-.012-.027-.047-.117-.078-.114l-1.302.864c-.219.137-.439-.124-.275-.321l1.34-.9a1.72 1.72 0 0 0-1.35-.518m8.299.071c-1.279.382-1.626 2.053-.59 2.913.882.733 2.236.381 2.65-.68a1.693 1.693 0 0 0-1.636-2.309l.274 1.612a.212.212 0 0 1-.418.039z"
|
|
1901
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1902
|
+
fill: "#000",
|
|
1903
|
+
d: "M11.568 1.498 7.024 8.282a.4.4 0 0 1-.066.07c-.026.023-.256.19-.273.197-.028.01-.025-.015-.02-.035l1.966-4.58h-.878l1.211-2.436z"
|
|
1904
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1905
|
+
id: "a"
|
|
1906
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1907
|
+
fill: "#fff",
|
|
1908
|
+
d: "M0 0H16V16H0z"
|
|
1909
|
+
}))));
|
|
1910
|
+
}
|
|
1911
|
+
var ForwardRef$4P = /*#__PURE__*/React.forwardRef(FartebysykkelIcon);
|
|
1912
|
+
|
|
1913
|
+
function GetAroundIcon(props, ref) {
|
|
1914
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1915
|
+
fill: "none",
|
|
1916
|
+
viewBox: "0 0 76 76",
|
|
1917
|
+
width: props.width || props.size || '1em',
|
|
1918
|
+
height: props.height || props.size || '1em',
|
|
1919
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__GetAroundIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1920
|
+
color: props.color,
|
|
1921
|
+
inline: undefined,
|
|
1922
|
+
ref: ref
|
|
1923
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1924
|
+
fill: "#BC00CC",
|
|
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
|
+
}));
|
|
1927
|
+
}
|
|
1928
|
+
var ForwardRef$4O = /*#__PURE__*/React.forwardRef(GetAroundIcon);
|
|
1929
|
+
|
|
1930
|
+
function HafjellIcon(props, ref) {
|
|
1931
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1932
|
+
fill: "none",
|
|
1933
|
+
viewBox: "0 0 16 16",
|
|
1934
|
+
width: props.width || props.size || '1em',
|
|
1935
|
+
height: props.height || props.size || '1em',
|
|
1936
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__HafjellIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1937
|
+
color: props.color,
|
|
1938
|
+
inline: undefined,
|
|
1939
|
+
ref: ref
|
|
1940
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1941
|
+
fill: "#4695EB",
|
|
1942
|
+
d: "M7.136 10.832H2.968V15h4.168z"
|
|
1943
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1944
|
+
fill: "#D3563B",
|
|
1945
|
+
d: "M13.032 10.826H8.266v2.942h4.766z"
|
|
1946
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1947
|
+
fill: "#59B653",
|
|
1948
|
+
d: "M7.704 9.92a2.628 2.628 0 1 0 0-5.256 2.628 2.628 0 0 0 0 5.256"
|
|
1949
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1950
|
+
fill: "#000",
|
|
1951
|
+
d: "M7.704 1 6.239 2.465l1.465 1.464 1.465-1.464z"
|
|
1952
|
+
}));
|
|
1953
|
+
}
|
|
1954
|
+
var ForwardRef$4N = /*#__PURE__*/React.forwardRef(HafjellIcon);
|
|
1955
|
+
|
|
1956
|
+
function HertzIcon(props, ref) {
|
|
1957
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1958
|
+
fill: "none",
|
|
1959
|
+
viewBox: "0 0 16 16",
|
|
1960
|
+
width: props.width || props.size || '1em',
|
|
1961
|
+
height: props.height || props.size || '1em',
|
|
1962
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__HertzIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1963
|
+
color: props.color,
|
|
1964
|
+
inline: undefined,
|
|
1965
|
+
ref: ref
|
|
1966
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1967
|
+
fill: "#FFD100",
|
|
1968
|
+
d: "M10.4 15H2l.438-2.012h8.4z"
|
|
1969
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1970
|
+
fill: "#000",
|
|
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
|
+
}));
|
|
1973
|
+
}
|
|
1974
|
+
var ForwardRef$4M = /*#__PURE__*/React.forwardRef(HertzIcon);
|
|
1899
1975
|
|
|
1900
1976
|
function KolumbusBysykkelIcon(props, ref) {
|
|
1901
1977
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1917,7 +1993,7 @@ function KolumbusBysykkelIcon(props, ref) {
|
|
|
1917
1993
|
d: "M3.45 1 3.45 4.85 7.883 7.3 11.5 5.317z"
|
|
1918
1994
|
}));
|
|
1919
1995
|
}
|
|
1920
|
-
var ForwardRef$
|
|
1996
|
+
var ForwardRef$4L = /*#__PURE__*/React.forwardRef(KolumbusBysykkelIcon);
|
|
1921
1997
|
|
|
1922
1998
|
function LimeIcon(props, ref) {
|
|
1923
1999
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1943,7 +2019,7 @@ function LimeIcon(props, ref) {
|
|
|
1943
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"
|
|
1944
2020
|
})));
|
|
1945
2021
|
}
|
|
1946
|
-
var ForwardRef$
|
|
2022
|
+
var ForwardRef$4K = /*#__PURE__*/React.forwardRef(LimeIcon);
|
|
1947
2023
|
|
|
1948
2024
|
function MoveAboutIcon(props, ref) {
|
|
1949
2025
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -1967,38 +2043,70 @@ function MoveAboutIcon(props, ref) {
|
|
|
1967
2043
|
transform: "matrix(1.63557 0 0 1.63557 -92.815 545.086)"
|
|
1968
2044
|
})));
|
|
1969
2045
|
}
|
|
1970
|
-
var ForwardRef$
|
|
2046
|
+
var ForwardRef$4J = /*#__PURE__*/React.forwardRef(MoveAboutIcon);
|
|
1971
2047
|
|
|
1972
|
-
function
|
|
2048
|
+
function OsloBysykkelIcon(props, ref) {
|
|
2049
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2050
|
+
xmlSpace: "preserve",
|
|
2051
|
+
x: 0,
|
|
2052
|
+
y: 0,
|
|
2053
|
+
viewBox: "0 0 16 16",
|
|
2054
|
+
width: props.width || props.size || '1em',
|
|
2055
|
+
height: props.height || props.size || '1em',
|
|
2056
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__OsloBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2057
|
+
color: props.color,
|
|
2058
|
+
inline: undefined,
|
|
2059
|
+
ref: ref
|
|
2060
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2061
|
+
fill: "#005FC9",
|
|
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
|
+
}));
|
|
2064
|
+
}
|
|
2065
|
+
var ForwardRef$4I = /*#__PURE__*/React.forwardRef(OsloBysykkelIcon);
|
|
2066
|
+
|
|
2067
|
+
function OttoMobilityIcon(props, ref) {
|
|
1973
2068
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1974
2069
|
fill: "none",
|
|
1975
|
-
viewBox: "0 0
|
|
2070
|
+
viewBox: "0 0 16 16",
|
|
1976
2071
|
width: props.width || props.size || '1em',
|
|
1977
2072
|
height: props.height || props.size || '1em',
|
|
1978
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-
|
|
2073
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__OttoMobilityIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
1979
2074
|
color: props.color,
|
|
1980
2075
|
inline: undefined,
|
|
1981
2076
|
ref: ref
|
|
1982
2077
|
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1983
|
-
fill: "#
|
|
2078
|
+
fill: "#082C2A",
|
|
1984
2079
|
clipPath: "url(#a)"
|
|
1985
2080
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1986
|
-
|
|
1987
|
-
d: "M.06 5.92V.505h12.318V5.92c0 5.424-6.16 9.459-6.16 9.459S.06 11.343.06 5.919m2.367-3.646 3.594.09.004-.307c-.197-.02-.273-.116-.31-.163q-.016-.023-.026-.026c-.188-.009-.25-.066-.29-.103-.019-.016-.033-.029-.051-.031h-.004c-.06-.005-.07-.005-.252.086-.23.114-.478-.044-.513-.074q-.023-.023-.04-.045c-.042-.054-.084-.107-.301-.11a.6.6 0 0 0-.19.043c-.087.029-.18.06-.263.052-.277-.03-.18-.189-.18-.189.032.078.25.024.25.024a.9.9 0 0 0 .28-.151.24.24 0 0 1 .13-.062.5.5 0 0 1 .365.09c.239.188.366.088.366.088.024-.018.186-.127.33-.123.16.006.366.111.366.111.091.03.137-.004.192-.045l.023-.016c.04-.028.089-.04.128-.046l.002-.118.104.025.042 1.093 3.936.098c.069.003.053.175-.063.175h-.181s-3.796 2.835-3.22 5.405c.121.535.713 1.218.893 1.415q.402-.01.833-.033s.445-.064.795-.423l-1.433.29c-.069.01-.102.101-.102.101s-.013.02-.018.02c-.118.01-.048-.11-.048-.11.023-.046.1-.111.1-.111l1.604-.308c.13-.167.235-.384.283-.666 0 0 .216-1.016-.047-1.753 0 0-.033-.067.15-.012 0 0 .18.079.17.168l-.002.004s-.035 1.191-.08 2.168l.118-.023c.06-.937.127-1.982.12-2l.002-.002s.008-.065.177-.103c.014-.003.099.01.039.133l-.012.029s-.045.12-.067.5l-.057 1.26v.01c-.001.06-.004.252.145.474 0 0 .126.188.103.492 0 0-.08.671-.091.702l-.002.009c-.011.045-.046.184-.248.17 0 0-.216-.032-.204-.213l.017-.264v-.005l.072-1.1-.117.024c-.028.578-.059 1.062-.089 1.148 0 0-.015.368-.488.483 0 0-6.19 0-6.397-.007 0 0-.8-.06-.81-.787 0 0-.04-.923-.076-1.904a12 12 0 0 1-.526-.534s-.084-.083.034-.092h.324s.069.009.076.067c.01.06 0 .084 0 .084s.025.032.076.033c-.03-.869-.053-1.682-.038-1.838 0 0 .045-.054.146.032l.218.158s.069.06.01.213c0 0-.168.731-.128 1.416.023.003.052 0 .083-.022 0 0-.043-.134.035-.152 0 0 .38-.013.44-.02 0 0 .093.032.003.133 0 0-.369.396-.496.516q.022.09.053.171s.281 1.206 1.179 1.317c0 0 .77.107 2.066.152-.764-.604-3.024-2.76-2.789-7H2.4c-.048-.003-.07-.175.027-.181m3.136 7.185.304.008.01-.88c-.443-.023-.792.305-.314.872m.546.012q.565.008 1.222-.005c-.169-.186-.614-.628-1.206-.83zm-.075-8.007s-.271.02-.277.23c-.004.176.167.241.27.264z",
|
|
1988
|
-
clipRule: "evenodd"
|
|
1989
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1990
|
-
d: "M17.482 12.468a50 50 0 0 1-1.01-.017v.899c.256-.004.548-.009.923-.013.11 0 .114.05.114.144v.063c0 .095-.005.145-.114.145l-.923-.014v1.284c0 .103-.028.13-.114.13h-.191c-.114 0-.143-.018-.143-.13V12.2c0-.112.05-.117.143-.117h1.316c.074 0 .114.013.114.117v.126c0 .095-.004.144-.114.144zM20.298 12.252l-.905 1.664v1.04c0 .104-.031.13-.114.13h-.191c-.119 0-.143-.018-.143-.13v-.999l-.924-1.705a.2.2 0 0 1-.027-.1c0-.049.036-.07.096-.07h.243c.1 0 .118.026.155.094l.68 1.292.705-1.292c.036-.067.055-.095.155-.095h.197c.06 0 .1.022.1.072.005.028-.004.058-.027.1M22.292 15.086h-1.275c-.114 0-.142-.018-.142-.13v-2.758c0-.112.05-.117.142-.117h.192c.1 0 .114.041.114.117v2.515l.969-.013c.11 0 .11.05.11.145v.125c0 .104-.037.117-.11.117zM24.957 15.086h-.31c-.1 0-.142-.018-.216-.1l-1.078-1.143v1.111c0 .104-.027.13-.114.13h-.192c-.114 0-.142-.017-.142-.13v-2.757c0-.113.05-.117.142-.117h.192c.1 0 .114.04.114.117v1.242l1.078-1.26c.073-.086.1-.1.193-.1h.234c.1 0 .105.068.055.126l-1.174 1.381 1.252 1.336c.087.09.06.162-.031.162zM27.134 15.086H25.73c-.114 0-.142-.018-.142-.13v-2.758c0-.112.05-.117.142-.117h1.404c.072 0 .113.014.113.117v.126c0 .095-.004.144-.113.144a61 61 0 0 1-1.098-.017v.903c.27-.008.585-.013.996-.017.11 0 .114.05.114.144v.063c0 .095-.005.145-.114.145a47 47 0 0 1-.996-.018v1.048a62 62 0 0 1 1.098-.017c.109 0 .113.05.113.144v.126c0 .104-.041.117-.113.117zM29.487 14.811c-.151.303-.557.316-.869.316-.256 0-.508-.022-.659-.035-.118-.01-.16-.018-.16-.087v-.157c0-.104.004-.15.091-.15.252 0 .192.037.796.037.325 0 .443-.032.443-.382 0-.333-.005-.405-.21-.49-.187-.08-.379-.163-.567-.249-.448-.201-.522-.274-.522-.801 0-.216 0-.45.174-.603.183-.167.448-.162.828-.162.206 0 .316.008.513.022.114.008.16.017.16.086v.157c0 .104-.005.15-.091.15-.179 0-.134-.022-.495-.022-.082 0-.242-.005-.325-.005-.325 0-.33.134-.33.423 0 .212.014.262.207.35.123.055.252.109.375.163.584.257.717.32.717.819 0 .17 0 .467-.078.62zM32.299 15.086h-.31c-.1 0-.143-.018-.216-.1l-1.079-1.143v1.111c0 .104-.027.13-.113.13h-.192c-.114 0-.142-.017-.142-.13v-2.757c0-.113.049-.117.142-.117h.192c.1 0 .113.04.113.117v1.242l1.079-1.26c.073-.086.1-.1.192-.1h.233c.1 0 .105.068.056.126l-1.175 1.381 1.253 1.336c.087.09.06.162-.032.162zM35.001 14.78c-.228.298-.526.4-.918.4-.393 0-.69-.103-.92-.4-.26-.345-.296-.769-.296-1.192s.035-.85.296-1.197c.238-.316.548-.396.92-.396.371 0 .677.08.918.396.26.346.297.774.297 1.197s-.038.845-.297 1.193m-.283-2.042c-.118-.265-.37-.35-.635-.35s-.517.085-.635.35c-.096.216-.11.612-.11.85s.014.63.11.845c.114.266.365.35.635.35s.517-.086.635-.35c.096-.216.11-.607.11-.845s-.014-.634-.11-.85M38.802 15.086h-.192c-.082 0-.11-.027-.114-.13l-.138-2.308c-.037.117-.091.328-.138.454a67 67 0 0 1-.534 1.493c-.036.1-.07.136-.174.136h-.118c-.107 0-.134-.037-.17-.136-.14-.37-.356-.957-.544-1.493-.046-.126-.095-.337-.128-.454l-.147 2.308c-.005.104-.027.13-.114.13h-.192c-.114 0-.151-.018-.142-.13l.234-2.758c.009-.112.049-.117.14-.117h.257c.1 0 .122.022.15.095.188.49.494 1.36.714 1.989.219-.631.526-1.498.709-1.989.026-.071.055-.095.155-.095h.256c.092 0 .13.005.138.117l.233 2.758c.008.112-.023.13-.141.13M42.445 15.086h-.192c-.082 0-.11-.027-.114-.13l-.138-2.308c-.035.117-.09.328-.137.454-.188.536-.393 1.124-.535 1.493-.036.1-.07.136-.174.136h-.118c-.105 0-.132-.037-.17-.136-.14-.37-.356-.957-.543-1.493-.045-.126-.096-.337-.128-.454l-.146 2.308c-.005.104-.027.13-.114.13h-.192c-.114 0-.151-.018-.142-.13l.232-2.758c.009-.112.05-.117.142-.117h.256c.1 0 .123.022.152.095.187.49.492 1.36.713 1.989.22-.631.525-1.498.708-1.989.027-.071.056-.095.156-.095h.256c.092 0 .127.005.136.117l.234 2.758c.01.112-.022.13-.142.13M45.5 14.344c-.037.238-.13.441-.257.575-.156.162-.407.234-.846.234-.44 0-.686-.072-.84-.234a1.07 1.07 0 0 1-.257-.575c-.046-.279-.055-.508-.055-1.147v-.999c0-.112.05-.117.142-.117h.192c.1 0 .114.041.114.117v1.394c0 .527.022.707.105.886.09.203.26.28.599.28s.512-.077.603-.28c.083-.18.105-.36.105-.886v-1.394c0-.112.056-.117.147-.117h.192c.1 0 .11.041.11.117v.999c0 .64-.01.868-.056 1.147zM48.443 15.086h-.151c-.078 0-.134.004-.188-.067-.37-.523-.978-1.463-1.423-2.142v2.079c0 .104-.031.13-.114.13h-.191c-.12 0-.143-.018-.143-.13v-2.758c0-.112.045-.117.143-.117h.127c.096 0 .123.005.165.063.374.536.938 1.405 1.44 2.15v-2.096c0-.112.046-.117.137-.117h.196c.1 0 .114.041.114.117v2.758c0 .104-.031.13-.114.13zM50.844 15.086h-1.403c-.114 0-.143-.018-.143-.13v-2.758c0-.112.05-.117.143-.117h1.403c.074 0 .114.014.114.117v.126c0 .095-.004.144-.114.144a61 61 0 0 1-1.098-.017v.903c.27-.008.586-.013.996-.017.11 0 .114.05.114.144v.063c0 .095-.004.145-.114.145-.41-.005-.726-.01-.996-.018v1.048a62 62 0 0 1 1.098-.017c.11 0 .114.05.114.144v.126c0 .104-.042.117-.114.117zM21.049 1.125c-.024.261-.03 1.276-.014 2.515l.003-.563c.018 1.476.068 3.27.151 4.5 0 0-2.876-3.275-4.074-5.047 0 0-.036-.503-.042-.873-.006-.373-.213-.482-.213-.482S16.258.778 16 .632c0 0-.004 4.865-.004 7.32 0 1.975 1.272 2.08 1.272 2.08l-.074-5.721c1.479 2.019 4.066 6.092 5.062 5.89 0 0 .121-5.22.172-6.85s-1.38-2.224-1.38-2.224zM42.551 6.535s-.3 1.358.204 2.438c.442-.54.532-2.079 1.296-1.925s.317 2.865 1.862 3.211c.272-3.414-.968-6.639-3.362-3.725zM27.48 8.245a6.1 6.1 0 0 0 .395 1.955c.846-.606.301-2.376.7-2.82.398-.446.804-.347.894-.296.132-.325-.084-.949-.349-1.1a.93.93 0 0 0-1.046.081c-.367.284-.725.603-.937.673 0 0 .311.424.343 1.507M36.5 1.182c.008-.24-.272-.352-.272-.352s-.4-.178-.84-.324c0 0-.023 6.026-.1 8.193-.064 1.739 1.016 1.423 1.016 1.423l.105-5.338s.077-3.227.09-3.602M31.06 10.124s.282.226.565.092c.326-.18.925-.571 1.448-1.269.227 1.16 1.023 1.124 1.023 1.124l.105-5.606s.06-1.865.065-2.242c.004-.432-.237-.546-.237-.546l-.942-.539s.012 2.095-.023 4.692c-1.116-.055-2.942.48-2.985 1.718-.057 1.595.578 2.241.98 2.577zm1.968-2.451c-.278.639-.61 1.12-1.508 1.703-.36-.366-.423-1.525-.187-1.933.235-.405 1.17-.775 1.682-.676.08.024.064.768.015.904zM48.787 10.232c.273-.237.7-.663 1.112-1.292.19 1.293 1.055 1.052 1.055 1.052l.016-6.11s.026-1.244.03-1.62c.005-.378-.237-.546-.237-.546s-.063-.08-.848-.296c0 0 .026 2.042-.001 4.438-1.055.212-3.242 1.025-3.291 2.403-.038 1.042.96 1.61 1.504 1.994.004.003.347.22.662-.02zm1.115-3.437c.054.02.03.746-.021.924-.29.729-.59 1.038-1.225 1.49-.41-.25-.98-.682-.745-1.088.234-.408 1.576-1.298 1.99-1.326M26.575 8.386c.016-.51-.1-1.103-.466-1.839-.367-.736-1.269-.87-1.269-.87 0 1.853 1.324 1.743 1.071 3.264 0 0-.228.216-.95.175-1.005-.057-.735-1.889-.536-2.52-2.238.56-1.823 4.226 1.39 3.604.523-.456.739-1.108.761-1.814zM37.09 8.953s-.134.479.1.652c.767.612 2.74.454 3.32-1.404.049 1.061.366 2.26 1.701 2.096.08-.011-.204-1.178-.518-2.305s-.472-1.58-.63-1.97c-.157-.387-.599-.371-.6-.371-2.018.24-2.9 1.823-3.374 3.3zm.666.226c.029-.778 1.291-2.251 2.598-2.409-.763.632-1.182 2.565-2.598 2.41"
|
|
2081
|
+
d: "M5.986 5.379c.328 0 .653.062.957.182s.579.297.811.519.417.486.542.776a2.3 2.3 0 0 1 0 1.833 2.4 2.4 0 0 1-.542.776 2.5 2.5 0 0 1-.81.52 2.6 2.6 0 0 1-1.915 0 2.5 2.5 0 0 1-.811-.52 2.4 2.4 0 0 1-.542-.776 2.3 2.3 0 0 1-.19-.916c0-.635.264-1.243.732-1.692a2.56 2.56 0 0 1 1.768-.702m0-2.379c-1.322 0-2.59.503-3.526 1.398A4.67 4.67 0 0 0 1 7.773c0 .627.129 1.248.38 1.827.25.579.617 1.105 1.08 1.548a5 5 0 0 0 1.618 1.035 5.18 5.18 0 0 0 3.816 0 5 5 0 0 0 1.617-1.035c.463-.443.83-.97 1.081-1.548a4.6 4.6 0 0 0 0-3.653 4.8 4.8 0 0 0-1.08-1.549 5 5 0 0 0-1.618-1.034A5.2 5.2 0 0 0 5.986 3M13.474 9.729h.055c.39 0 .764.148 1.04.412s.431.623.431.996c0 .374-.155.732-.43.996-.277.264-.651.413-1.041.413h-.055c-.39 0-.765-.149-1.04-.413a1.38 1.38 0 0 1-.431-.996c0-.373.155-.732.43-.996.277-.264.65-.412 1.04-.412"
|
|
1991
2082
|
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1992
2083
|
id: "a"
|
|
1993
2084
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1994
2085
|
fill: "#fff",
|
|
1995
|
-
d: "M0
|
|
1996
|
-
transform: "translate(
|
|
2086
|
+
d: "M0 0H14V9.545H0z",
|
|
2087
|
+
transform: "translate(1 3)"
|
|
1997
2088
|
}))));
|
|
1998
2089
|
}
|
|
1999
|
-
var ForwardRef$
|
|
2090
|
+
var ForwardRef$4H = /*#__PURE__*/React.forwardRef(OttoMobilityIcon);
|
|
2000
2091
|
|
|
2001
|
-
function
|
|
2092
|
+
function SURFIcon(props, ref) {
|
|
2093
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2094
|
+
fill: "none",
|
|
2095
|
+
viewBox: "0 0 16 16",
|
|
2096
|
+
width: props.width || props.size || '1em',
|
|
2097
|
+
height: props.height || props.size || '1em',
|
|
2098
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SURFIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2099
|
+
color: props.color,
|
|
2100
|
+
inline: undefined,
|
|
2101
|
+
ref: ref
|
|
2102
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2103
|
+
fill: "#40EADF",
|
|
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
|
+
}));
|
|
2106
|
+
}
|
|
2107
|
+
var ForwardRef$4G = /*#__PURE__*/React.forwardRef(SURFIcon);
|
|
2108
|
+
|
|
2109
|
+
function TierIcon(props, ref) {
|
|
2002
2110
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2003
2111
|
xmlSpace: "preserve",
|
|
2004
2112
|
x: 0,
|
|
@@ -2006,16 +2114,121 @@ function OsloBysykkelIcon(props, ref) {
|
|
|
2006
2114
|
viewBox: "0 0 16 16",
|
|
2007
2115
|
width: props.width || props.size || '1em',
|
|
2008
2116
|
height: props.height || props.size || '1em',
|
|
2009
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-
|
|
2117
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TierIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2010
2118
|
color: props.color,
|
|
2011
2119
|
inline: undefined,
|
|
2012
2120
|
ref: ref
|
|
2013
2121
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2014
|
-
fill: "#
|
|
2122
|
+
fill: "#69D2AA",
|
|
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
|
+
}));
|
|
2125
|
+
}
|
|
2126
|
+
var ForwardRef$4F = /*#__PURE__*/React.forwardRef(TierIcon);
|
|
2127
|
+
|
|
2128
|
+
function TrondheimBysykkelIcon(props, ref) {
|
|
2129
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2130
|
+
xmlSpace: "preserve",
|
|
2131
|
+
x: 0,
|
|
2132
|
+
y: 0,
|
|
2133
|
+
viewBox: "0 0 16 16",
|
|
2134
|
+
width: props.width || props.size || '1em',
|
|
2135
|
+
height: props.height || props.size || '1em',
|
|
2136
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TrondheimBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2137
|
+
color: props.color,
|
|
2138
|
+
inline: undefined,
|
|
2139
|
+
ref: ref
|
|
2140
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2141
|
+
fill: "#E02344",
|
|
2015
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"
|
|
2016
2143
|
}));
|
|
2017
2144
|
}
|
|
2018
|
-
var ForwardRef$
|
|
2145
|
+
var ForwardRef$4E = /*#__PURE__*/React.forwardRef(TrondheimBysykkelIcon);
|
|
2146
|
+
|
|
2147
|
+
function VoiIcon(props, ref) {
|
|
2148
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2149
|
+
xmlSpace: "preserve",
|
|
2150
|
+
x: 0,
|
|
2151
|
+
y: 0,
|
|
2152
|
+
viewBox: "0 0 16 16",
|
|
2153
|
+
width: props.width || props.size || '1em',
|
|
2154
|
+
height: props.height || props.size || '1em',
|
|
2155
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VoiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2156
|
+
color: props.color,
|
|
2157
|
+
inline: undefined,
|
|
2158
|
+
ref: ref
|
|
2159
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2160
|
+
fill: "#F46C63",
|
|
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
|
+
}));
|
|
2163
|
+
}
|
|
2164
|
+
var ForwardRef$4D = /*#__PURE__*/React.forwardRef(VoiIcon);
|
|
2165
|
+
|
|
2166
|
+
function ZvippIcon(props, ref) {
|
|
2167
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2168
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2169
|
+
xmlSpace: "preserve",
|
|
2170
|
+
x: 0,
|
|
2171
|
+
y: 0,
|
|
2172
|
+
viewBox: "0 0 16 16",
|
|
2173
|
+
width: props.width || props.size || '1em',
|
|
2174
|
+
height: props.height || props.size || '1em',
|
|
2175
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__ZvippIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2176
|
+
color: props.color,
|
|
2177
|
+
inline: undefined,
|
|
2178
|
+
ref: ref
|
|
2179
|
+
}), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2180
|
+
id: "a",
|
|
2181
|
+
d: "M14.783 5.275 12.074 2.911 4.023 2.911 1 5.511 7.755 13.184z"
|
|
2182
|
+
})), /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2183
|
+
id: "b"
|
|
2184
|
+
}, /*#__PURE__*/React__namespace.createElement("use", {
|
|
2185
|
+
xlinkHref: "#a",
|
|
2186
|
+
overflow: "visible"
|
|
2187
|
+
})), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2188
|
+
fill: "#FFD600",
|
|
2189
|
+
clipPath: "url(#b)"
|
|
2190
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2191
|
+
d: "M4.132 5.149 8.743 12.704 9.214 12.247 4.899 5.646z"
|
|
2192
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2193
|
+
d: "M12.731 7.448 8.229 2.542 5.919 2.546 8.455 5.643 8.023 5.643 5.476 2.54 4.73 2.544 5.254 5.643 9.419 11.98 10.561 10.357z"
|
|
2194
|
+
})), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2195
|
+
fill: "#009D48"
|
|
2196
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2197
|
+
d: "M4.601 5.646 4.899 5.646 5.254 5.643 7.711 5.643 5.192 2.58 3.963 2.58 1 5.511 7.972 13.42 8.961 12.307z"
|
|
2198
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
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
|
+
})));
|
|
2201
|
+
}
|
|
2202
|
+
var ForwardRef$4C = /*#__PURE__*/React.forwardRef(ZvippIcon);
|
|
2203
|
+
|
|
2204
|
+
function NordlandIcon(props, ref) {
|
|
2205
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2206
|
+
fill: "none",
|
|
2207
|
+
viewBox: "0 0 51 16",
|
|
2208
|
+
width: props.width || props.size || '1em',
|
|
2209
|
+
height: props.height || props.size || '1em',
|
|
2210
|
+
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__NordlandIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2211
|
+
color: props.color,
|
|
2212
|
+
inline: undefined,
|
|
2213
|
+
ref: ref
|
|
2214
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2215
|
+
fill: "#fff",
|
|
2216
|
+
clipPath: "url(#a)"
|
|
2217
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2218
|
+
fillRule: "evenodd",
|
|
2219
|
+
d: "M.06 5.92V.505h12.318V5.92c0 5.424-6.16 9.459-6.16 9.459S.06 11.343.06 5.919m2.367-3.646 3.594.09.004-.307c-.197-.02-.273-.116-.31-.163q-.016-.023-.026-.026c-.188-.009-.25-.066-.29-.103-.019-.016-.033-.029-.051-.031h-.004c-.06-.005-.07-.005-.252.086-.23.114-.478-.044-.513-.074q-.023-.023-.04-.045c-.042-.054-.084-.107-.301-.11a.6.6 0 0 0-.19.043c-.087.029-.18.06-.263.052-.277-.03-.18-.189-.18-.189.032.078.25.024.25.024a.9.9 0 0 0 .28-.151.24.24 0 0 1 .13-.062.5.5 0 0 1 .365.09c.239.188.366.088.366.088.024-.018.186-.127.33-.123.16.006.366.111.366.111.091.03.137-.004.192-.045l.023-.016c.04-.028.089-.04.128-.046l.002-.118.104.025.042 1.093 3.936.098c.069.003.053.175-.063.175h-.181s-3.796 2.835-3.22 5.405c.121.535.713 1.218.893 1.415q.402-.01.833-.033s.445-.064.795-.423l-1.433.29c-.069.01-.102.101-.102.101s-.013.02-.018.02c-.118.01-.048-.11-.048-.11.023-.046.1-.111.1-.111l1.604-.308c.13-.167.235-.384.283-.666 0 0 .216-1.016-.047-1.753 0 0-.033-.067.15-.012 0 0 .18.079.17.168l-.002.004s-.035 1.191-.08 2.168l.118-.023c.06-.937.127-1.982.12-2l.002-.002s.008-.065.177-.103c.014-.003.099.01.039.133l-.012.029s-.045.12-.067.5l-.057 1.26v.01c-.001.06-.004.252.145.474 0 0 .126.188.103.492 0 0-.08.671-.091.702l-.002.009c-.011.045-.046.184-.248.17 0 0-.216-.032-.204-.213l.017-.264v-.005l.072-1.1-.117.024c-.028.578-.059 1.062-.089 1.148 0 0-.015.368-.488.483 0 0-6.19 0-6.397-.007 0 0-.8-.06-.81-.787 0 0-.04-.923-.076-1.904a12 12 0 0 1-.526-.534s-.084-.083.034-.092h.324s.069.009.076.067c.01.06 0 .084 0 .084s.025.032.076.033c-.03-.869-.053-1.682-.038-1.838 0 0 .045-.054.146.032l.218.158s.069.06.01.213c0 0-.168.731-.128 1.416.023.003.052 0 .083-.022 0 0-.043-.134.035-.152 0 0 .38-.013.44-.02 0 0 .093.032.003.133 0 0-.369.396-.496.516q.022.09.053.171s.281 1.206 1.179 1.317c0 0 .77.107 2.066.152-.764-.604-3.024-2.76-2.789-7H2.4c-.048-.003-.07-.175.027-.181m3.136 7.185.304.008.01-.88c-.443-.023-.792.305-.314.872m.546.012q.565.008 1.222-.005c-.169-.186-.614-.628-1.206-.83zm-.075-8.007s-.271.02-.277.23c-.004.176.167.241.27.264z",
|
|
2220
|
+
clipRule: "evenodd"
|
|
2221
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2222
|
+
d: "M17.482 12.468a50 50 0 0 1-1.01-.017v.899c.256-.004.548-.009.923-.013.11 0 .114.05.114.144v.063c0 .095-.005.145-.114.145l-.923-.014v1.284c0 .103-.028.13-.114.13h-.191c-.114 0-.143-.018-.143-.13V12.2c0-.112.05-.117.143-.117h1.316c.074 0 .114.013.114.117v.126c0 .095-.004.144-.114.144zM20.298 12.252l-.905 1.664v1.04c0 .104-.031.13-.114.13h-.191c-.119 0-.143-.018-.143-.13v-.999l-.924-1.705a.2.2 0 0 1-.027-.1c0-.049.036-.07.096-.07h.243c.1 0 .118.026.155.094l.68 1.292.705-1.292c.036-.067.055-.095.155-.095h.197c.06 0 .1.022.1.072.005.028-.004.058-.027.1M22.292 15.086h-1.275c-.114 0-.142-.018-.142-.13v-2.758c0-.112.05-.117.142-.117h.192c.1 0 .114.041.114.117v2.515l.969-.013c.11 0 .11.05.11.145v.125c0 .104-.037.117-.11.117zM24.957 15.086h-.31c-.1 0-.142-.018-.216-.1l-1.078-1.143v1.111c0 .104-.027.13-.114.13h-.192c-.114 0-.142-.017-.142-.13v-2.757c0-.113.05-.117.142-.117h.192c.1 0 .114.04.114.117v1.242l1.078-1.26c.073-.086.1-.1.193-.1h.234c.1 0 .105.068.055.126l-1.174 1.381 1.252 1.336c.087.09.06.162-.031.162zM27.134 15.086H25.73c-.114 0-.142-.018-.142-.13v-2.758c0-.112.05-.117.142-.117h1.404c.072 0 .113.014.113.117v.126c0 .095-.004.144-.113.144a61 61 0 0 1-1.098-.017v.903c.27-.008.585-.013.996-.017.11 0 .114.05.114.144v.063c0 .095-.005.145-.114.145a47 47 0 0 1-.996-.018v1.048a62 62 0 0 1 1.098-.017c.109 0 .113.05.113.144v.126c0 .104-.041.117-.113.117zM29.487 14.811c-.151.303-.557.316-.869.316-.256 0-.508-.022-.659-.035-.118-.01-.16-.018-.16-.087v-.157c0-.104.004-.15.091-.15.252 0 .192.037.796.037.325 0 .443-.032.443-.382 0-.333-.005-.405-.21-.49-.187-.08-.379-.163-.567-.249-.448-.201-.522-.274-.522-.801 0-.216 0-.45.174-.603.183-.167.448-.162.828-.162.206 0 .316.008.513.022.114.008.16.017.16.086v.157c0 .104-.005.15-.091.15-.179 0-.134-.022-.495-.022-.082 0-.242-.005-.325-.005-.325 0-.33.134-.33.423 0 .212.014.262.207.35.123.055.252.109.375.163.584.257.717.32.717.819 0 .17 0 .467-.078.62zM32.299 15.086h-.31c-.1 0-.143-.018-.216-.1l-1.079-1.143v1.111c0 .104-.027.13-.113.13h-.192c-.114 0-.142-.017-.142-.13v-2.757c0-.113.049-.117.142-.117h.192c.1 0 .113.04.113.117v1.242l1.079-1.26c.073-.086.1-.1.192-.1h.233c.1 0 .105.068.056.126l-1.175 1.381 1.253 1.336c.087.09.06.162-.032.162zM35.001 14.78c-.228.298-.526.4-.918.4-.393 0-.69-.103-.92-.4-.26-.345-.296-.769-.296-1.192s.035-.85.296-1.197c.238-.316.548-.396.92-.396.371 0 .677.08.918.396.26.346.297.774.297 1.197s-.038.845-.297 1.193m-.283-2.042c-.118-.265-.37-.35-.635-.35s-.517.085-.635.35c-.096.216-.11.612-.11.85s.014.63.11.845c.114.266.365.35.635.35s.517-.086.635-.35c.096-.216.11-.607.11-.845s-.014-.634-.11-.85M38.802 15.086h-.192c-.082 0-.11-.027-.114-.13l-.138-2.308c-.037.117-.091.328-.138.454a67 67 0 0 1-.534 1.493c-.036.1-.07.136-.174.136h-.118c-.107 0-.134-.037-.17-.136-.14-.37-.356-.957-.544-1.493-.046-.126-.095-.337-.128-.454l-.147 2.308c-.005.104-.027.13-.114.13h-.192c-.114 0-.151-.018-.142-.13l.234-2.758c.009-.112.049-.117.14-.117h.257c.1 0 .122.022.15.095.188.49.494 1.36.714 1.989.219-.631.526-1.498.709-1.989.026-.071.055-.095.155-.095h.256c.092 0 .13.005.138.117l.233 2.758c.008.112-.023.13-.141.13M42.445 15.086h-.192c-.082 0-.11-.027-.114-.13l-.138-2.308c-.035.117-.09.328-.137.454-.188.536-.393 1.124-.535 1.493-.036.1-.07.136-.174.136h-.118c-.105 0-.132-.037-.17-.136-.14-.37-.356-.957-.543-1.493-.045-.126-.096-.337-.128-.454l-.146 2.308c-.005.104-.027.13-.114.13h-.192c-.114 0-.151-.018-.142-.13l.232-2.758c.009-.112.05-.117.142-.117h.256c.1 0 .123.022.152.095.187.49.492 1.36.713 1.989.22-.631.525-1.498.708-1.989.027-.071.056-.095.156-.095h.256c.092 0 .127.005.136.117l.234 2.758c.01.112-.022.13-.142.13M45.5 14.344c-.037.238-.13.441-.257.575-.156.162-.407.234-.846.234-.44 0-.686-.072-.84-.234a1.07 1.07 0 0 1-.257-.575c-.046-.279-.055-.508-.055-1.147v-.999c0-.112.05-.117.142-.117h.192c.1 0 .114.041.114.117v1.394c0 .527.022.707.105.886.09.203.26.28.599.28s.512-.077.603-.28c.083-.18.105-.36.105-.886v-1.394c0-.112.056-.117.147-.117h.192c.1 0 .11.041.11.117v.999c0 .64-.01.868-.056 1.147zM48.443 15.086h-.151c-.078 0-.134.004-.188-.067-.37-.523-.978-1.463-1.423-2.142v2.079c0 .104-.031.13-.114.13h-.191c-.12 0-.143-.018-.143-.13v-2.758c0-.112.045-.117.143-.117h.127c.096 0 .123.005.165.063.374.536.938 1.405 1.44 2.15v-2.096c0-.112.046-.117.137-.117h.196c.1 0 .114.041.114.117v2.758c0 .104-.031.13-.114.13zM50.844 15.086h-1.403c-.114 0-.143-.018-.143-.13v-2.758c0-.112.05-.117.143-.117h1.403c.074 0 .114.014.114.117v.126c0 .095-.004.144-.114.144a61 61 0 0 1-1.098-.017v.903c.27-.008.586-.013.996-.017.11 0 .114.05.114.144v.063c0 .095-.004.145-.114.145-.41-.005-.726-.01-.996-.018v1.048a62 62 0 0 1 1.098-.017c.11 0 .114.05.114.144v.126c0 .104-.042.117-.114.117zM21.049 1.125c-.024.261-.03 1.276-.014 2.515l.003-.563c.018 1.476.068 3.27.151 4.5 0 0-2.876-3.275-4.074-5.047 0 0-.036-.503-.042-.873-.006-.373-.213-.482-.213-.482S16.258.778 16 .632c0 0-.004 4.865-.004 7.32 0 1.975 1.272 2.08 1.272 2.08l-.074-5.721c1.479 2.019 4.066 6.092 5.062 5.89 0 0 .121-5.22.172-6.85s-1.38-2.224-1.38-2.224zM42.551 6.535s-.3 1.358.204 2.438c.442-.54.532-2.079 1.296-1.925s.317 2.865 1.862 3.211c.272-3.414-.968-6.639-3.362-3.725zM27.48 8.245a6.1 6.1 0 0 0 .395 1.955c.846-.606.301-2.376.7-2.82.398-.446.804-.347.894-.296.132-.325-.084-.949-.349-1.1a.93.93 0 0 0-1.046.081c-.367.284-.725.603-.937.673 0 0 .311.424.343 1.507M36.5 1.182c.008-.24-.272-.352-.272-.352s-.4-.178-.84-.324c0 0-.023 6.026-.1 8.193-.064 1.739 1.016 1.423 1.016 1.423l.105-5.338s.077-3.227.09-3.602M31.06 10.124s.282.226.565.092c.326-.18.925-.571 1.448-1.269.227 1.16 1.023 1.124 1.023 1.124l.105-5.606s.06-1.865.065-2.242c.004-.432-.237-.546-.237-.546l-.942-.539s.012 2.095-.023 4.692c-1.116-.055-2.942.48-2.985 1.718-.057 1.595.578 2.241.98 2.577zm1.968-2.451c-.278.639-.61 1.12-1.508 1.703-.36-.366-.423-1.525-.187-1.933.235-.405 1.17-.775 1.682-.676.08.024.064.768.015.904zM48.787 10.232c.273-.237.7-.663 1.112-1.292.19 1.293 1.055 1.052 1.055 1.052l.016-6.11s.026-1.244.03-1.62c.005-.378-.237-.546-.237-.546s-.063-.08-.848-.296c0 0 .026 2.042-.001 4.438-1.055.212-3.242 1.025-3.291 2.403-.038 1.042.96 1.61 1.504 1.994.004.003.347.22.662-.02zm1.115-3.437c.054.02.03.746-.021.924-.29.729-.59 1.038-1.225 1.49-.41-.25-.98-.682-.745-1.088.234-.408 1.576-1.298 1.99-1.326M26.575 8.386c.016-.51-.1-1.103-.466-1.839-.367-.736-1.269-.87-1.269-.87 0 1.853 1.324 1.743 1.071 3.264 0 0-.228.216-.95.175-1.005-.057-.735-1.889-.536-2.52-2.238.56-1.823 4.226 1.39 3.604.523-.456.739-1.108.761-1.814zM37.09 8.953s-.134.479.1.652c.767.612 2.74.454 3.32-1.404.049 1.061.366 2.26 1.701 2.096.08-.011-.204-1.178-.518-2.305s-.472-1.58-.63-1.97c-.157-.387-.599-.371-.6-.371-2.018.24-2.9 1.823-3.374 3.3zm.666.226c.029-.778 1.291-2.251 2.598-2.409-.763.632-1.182 2.565-2.598 2.41"
|
|
2223
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2224
|
+
id: "a"
|
|
2225
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2226
|
+
fill: "#fff",
|
|
2227
|
+
d: "M0 0H51V15H0z",
|
|
2228
|
+
transform: "translate(0 .448)"
|
|
2229
|
+
}))));
|
|
2230
|
+
}
|
|
2231
|
+
var ForwardRef$4B = /*#__PURE__*/React.forwardRef(NordlandIcon);
|
|
2019
2232
|
|
|
2020
2233
|
function OstfoldIcon(props, ref) {
|
|
2021
2234
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2035,7 +2248,7 @@ function OstfoldIcon(props, ref) {
|
|
|
2035
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"
|
|
2036
2249
|
})));
|
|
2037
2250
|
}
|
|
2038
|
-
var ForwardRef$
|
|
2251
|
+
var ForwardRef$4A = /*#__PURE__*/React.forwardRef(OstfoldIcon);
|
|
2039
2252
|
|
|
2040
2253
|
function ReisNordlandIcon(props, ref) {
|
|
2041
2254
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2055,7 +2268,7 @@ function ReisNordlandIcon(props, ref) {
|
|
|
2055
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"
|
|
2056
2269
|
})));
|
|
2057
2270
|
}
|
|
2058
|
-
var ForwardRef$
|
|
2271
|
+
var ForwardRef$4z = /*#__PURE__*/React.forwardRef(ReisNordlandIcon);
|
|
2059
2272
|
|
|
2060
2273
|
function RuterIcon(props, ref) {
|
|
2061
2274
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2074,7 +2287,7 @@ function RuterIcon(props, ref) {
|
|
|
2074
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"
|
|
2075
2288
|
}));
|
|
2076
2289
|
}
|
|
2077
|
-
var ForwardRef$
|
|
2290
|
+
var ForwardRef$4y = /*#__PURE__*/React.forwardRef(RuterIcon);
|
|
2078
2291
|
|
|
2079
2292
|
function RuterNoTextIcon(props, ref) {
|
|
2080
2293
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2091,7 +2304,7 @@ function RuterNoTextIcon(props, ref) {
|
|
|
2091
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"
|
|
2092
2305
|
}));
|
|
2093
2306
|
}
|
|
2094
|
-
var ForwardRef$
|
|
2307
|
+
var ForwardRef$4x = /*#__PURE__*/React.forwardRef(RuterNoTextIcon);
|
|
2095
2308
|
|
|
2096
2309
|
function SJIcon(props, ref) {
|
|
2097
2310
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2113,7 +2326,7 @@ function SJIcon(props, ref) {
|
|
|
2113
2326
|
transform: "translate(-161 -134) translate(161 134)"
|
|
2114
2327
|
}));
|
|
2115
2328
|
}
|
|
2116
|
-
var ForwardRef$
|
|
2329
|
+
var ForwardRef$4w = /*#__PURE__*/React.forwardRef(SJIcon);
|
|
2117
2330
|
|
|
2118
2331
|
function SJNordIcon(props, ref) {
|
|
2119
2332
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2131,7 +2344,7 @@ function SJNordIcon(props, ref) {
|
|
|
2131
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"
|
|
2132
2345
|
})));
|
|
2133
2346
|
}
|
|
2134
|
-
var ForwardRef$
|
|
2347
|
+
var ForwardRef$4v = /*#__PURE__*/React.forwardRef(SJNordIcon);
|
|
2135
2348
|
|
|
2136
2349
|
function SkyssIcon(props, ref) {
|
|
2137
2350
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2150,7 +2363,7 @@ function SkyssIcon(props, ref) {
|
|
|
2150
2363
|
clipRule: "evenodd"
|
|
2151
2364
|
}));
|
|
2152
2365
|
}
|
|
2153
|
-
var ForwardRef$
|
|
2366
|
+
var ForwardRef$4u = /*#__PURE__*/React.forwardRef(SkyssIcon);
|
|
2154
2367
|
|
|
2155
2368
|
function SkyssNoTextIcon(props, ref) {
|
|
2156
2369
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2167,7 +2380,7 @@ function SkyssNoTextIcon(props, ref) {
|
|
|
2167
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"
|
|
2168
2381
|
}));
|
|
2169
2382
|
}
|
|
2170
|
-
var ForwardRef$
|
|
2383
|
+
var ForwardRef$4t = /*#__PURE__*/React.forwardRef(SkyssNoTextIcon);
|
|
2171
2384
|
|
|
2172
2385
|
function SnelandiaIcon(props, ref) {
|
|
2173
2386
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2203,7 +2416,7 @@ function SnelandiaIcon(props, ref) {
|
|
|
2203
2416
|
d: "M0 0H63V12H0z"
|
|
2204
2417
|
}))));
|
|
2205
2418
|
}
|
|
2206
|
-
var ForwardRef$
|
|
2419
|
+
var ForwardRef$4s = /*#__PURE__*/React.forwardRef(SnelandiaIcon);
|
|
2207
2420
|
|
|
2208
2421
|
function SvipperIcon(props, ref) {
|
|
2209
2422
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2220,26 +2433,7 @@ function SvipperIcon(props, ref) {
|
|
|
2220
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"
|
|
2221
2434
|
}));
|
|
2222
2435
|
}
|
|
2223
|
-
var ForwardRef$
|
|
2224
|
-
|
|
2225
|
-
function TierIcon(props, ref) {
|
|
2226
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2227
|
-
xmlSpace: "preserve",
|
|
2228
|
-
x: 0,
|
|
2229
|
-
y: 0,
|
|
2230
|
-
viewBox: "0 0 16 16",
|
|
2231
|
-
width: props.width || props.size || '1em',
|
|
2232
|
-
height: props.height || props.size || '1em',
|
|
2233
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TierIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2234
|
-
color: props.color,
|
|
2235
|
-
inline: undefined,
|
|
2236
|
-
ref: ref
|
|
2237
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2238
|
-
fill: "#69D2AA",
|
|
2239
|
-
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"
|
|
2240
|
-
}));
|
|
2241
|
-
}
|
|
2242
|
-
var ForwardRef$4u = /*#__PURE__*/React.forwardRef(TierIcon);
|
|
2436
|
+
var ForwardRef$4r = /*#__PURE__*/React.forwardRef(SvipperIcon);
|
|
2243
2437
|
|
|
2244
2438
|
function TromsFylkestrafikkIcon(props, ref) {
|
|
2245
2439
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2267,26 +2461,7 @@ function TromsFylkestrafikkIcon(props, ref) {
|
|
|
2267
2461
|
d: "M0 0H38.856V8.868H0z"
|
|
2268
2462
|
}))));
|
|
2269
2463
|
}
|
|
2270
|
-
var ForwardRef$
|
|
2271
|
-
|
|
2272
|
-
function TrondheimBysykkelIcon(props, ref) {
|
|
2273
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2274
|
-
xmlSpace: "preserve",
|
|
2275
|
-
x: 0,
|
|
2276
|
-
y: 0,
|
|
2277
|
-
viewBox: "0 0 16 16",
|
|
2278
|
-
width: props.width || props.size || '1em',
|
|
2279
|
-
height: props.height || props.size || '1em',
|
|
2280
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TrondheimBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2281
|
-
color: props.color,
|
|
2282
|
-
inline: undefined,
|
|
2283
|
-
ref: ref
|
|
2284
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2285
|
-
fill: "#E02344",
|
|
2286
|
-
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"
|
|
2287
|
-
}));
|
|
2288
|
-
}
|
|
2289
|
-
var ForwardRef$4s = /*#__PURE__*/React.forwardRef(TrondheimBysykkelIcon);
|
|
2464
|
+
var ForwardRef$4q = /*#__PURE__*/React.forwardRef(TromsFylkestrafikkIcon);
|
|
2290
2465
|
|
|
2291
2466
|
function VKTIcon(props, ref) {
|
|
2292
2467
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2310,26 +2485,7 @@ function VKTIcon(props, ref) {
|
|
|
2310
2485
|
d: "M0 0H56V14.606H0z"
|
|
2311
2486
|
}))));
|
|
2312
2487
|
}
|
|
2313
|
-
var ForwardRef$
|
|
2314
|
-
|
|
2315
|
-
function VoiIcon(props, ref) {
|
|
2316
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2317
|
-
xmlSpace: "preserve",
|
|
2318
|
-
x: 0,
|
|
2319
|
-
y: 0,
|
|
2320
|
-
viewBox: "0 0 16 16",
|
|
2321
|
-
width: props.width || props.size || '1em',
|
|
2322
|
-
height: props.height || props.size || '1em',
|
|
2323
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VoiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2324
|
-
color: props.color,
|
|
2325
|
-
inline: undefined,
|
|
2326
|
-
ref: ref
|
|
2327
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2328
|
-
fill: "#F46C63",
|
|
2329
|
-
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"
|
|
2330
|
-
}));
|
|
2331
|
-
}
|
|
2332
|
-
var ForwardRef$4q = /*#__PURE__*/React.forwardRef(VoiIcon);
|
|
2488
|
+
var ForwardRef$4p = /*#__PURE__*/React.forwardRef(VKTIcon);
|
|
2333
2489
|
|
|
2334
2490
|
function VyIcon(props, ref) {
|
|
2335
2491
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -2360,45 +2516,7 @@ function VyIcon(props, ref) {
|
|
|
2360
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"
|
|
2361
2517
|
}));
|
|
2362
2518
|
}
|
|
2363
|
-
var ForwardRef$
|
|
2364
|
-
|
|
2365
|
-
function ZvippIcon(props, ref) {
|
|
2366
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
2367
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2368
|
-
xmlSpace: "preserve",
|
|
2369
|
-
x: 0,
|
|
2370
|
-
y: 0,
|
|
2371
|
-
viewBox: "0 0 16 16",
|
|
2372
|
-
width: props.width || props.size || '1em',
|
|
2373
|
-
height: props.height || props.size || '1em',
|
|
2374
|
-
className: (props.color ? 'eds-icon ' : '') + 'eds-icon__ZvippIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
2375
|
-
color: props.color,
|
|
2376
|
-
inline: undefined,
|
|
2377
|
-
ref: ref
|
|
2378
|
-
}), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2379
|
-
id: "a",
|
|
2380
|
-
d: "M14.783 5.275 12.074 2.911 4.023 2.911 1 5.511 7.755 13.184z"
|
|
2381
|
-
})), /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2382
|
-
id: "b"
|
|
2383
|
-
}, /*#__PURE__*/React__namespace.createElement("use", {
|
|
2384
|
-
xlinkHref: "#a",
|
|
2385
|
-
overflow: "visible"
|
|
2386
|
-
})), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2387
|
-
fill: "#FFD600",
|
|
2388
|
-
clipPath: "url(#b)"
|
|
2389
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2390
|
-
d: "M4.132 5.149 8.743 12.704 9.214 12.247 4.899 5.646z"
|
|
2391
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2392
|
-
d: "M12.731 7.448 8.229 2.542 5.919 2.546 8.455 5.643 8.023 5.643 5.476 2.54 4.73 2.544 5.254 5.643 9.419 11.98 10.561 10.357z"
|
|
2393
|
-
})), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2394
|
-
fill: "#009D48"
|
|
2395
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2396
|
-
d: "M4.601 5.646 4.899 5.646 5.254 5.643 7.711 5.643 5.192 2.58 3.963 2.58 1 5.511 7.972 13.42 8.961 12.307z"
|
|
2397
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2398
|
-
d: "M12.232 7.448 8.59 7.448 10.577 10.489 15 5.511 12.014 2.58 8.26 2.58z"
|
|
2399
|
-
})));
|
|
2400
|
-
}
|
|
2401
|
-
var ForwardRef$4o = /*#__PURE__*/React.forwardRef(ZvippIcon);
|
|
2519
|
+
var ForwardRef$4o = /*#__PURE__*/React.forwardRef(VyIcon);
|
|
2402
2520
|
|
|
2403
2521
|
function ØresundstågIcon(props, ref) {
|
|
2404
2522
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
@@ -3564,7 +3682,7 @@ function BicycleIcon(props, ref) {
|
|
|
3564
3682
|
width: props.width || props.size || '1em',
|
|
3565
3683
|
height: props.height || props.size || '1em',
|
|
3566
3684
|
className: (!props.color ? 'eds-icon eds-icon__bicycle ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3567
|
-
color: props.color || '#
|
|
3685
|
+
color: props.color || '#33826b',
|
|
3568
3686
|
inline: undefined,
|
|
3569
3687
|
ref: ref
|
|
3570
3688
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -3698,7 +3816,7 @@ function CityBikeIcon(props, ref) {
|
|
|
3698
3816
|
width: props.width || props.size || '1em',
|
|
3699
3817
|
height: props.height || props.size || '1em',
|
|
3700
3818
|
className: (!props.color ? 'eds-icon eds-icon__citybike ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3701
|
-
color: props.color || '#
|
|
3819
|
+
color: props.color || '#33826b',
|
|
3702
3820
|
inline: undefined,
|
|
3703
3821
|
ref: ref
|
|
3704
3822
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -3814,7 +3932,7 @@ function MobilityIcon(props, ref) {
|
|
|
3814
3932
|
width: props.width || props.size || '1em',
|
|
3815
3933
|
height: props.height || props.size || '1em',
|
|
3816
3934
|
className: (!props.color ? 'eds-icon eds-icon__mobility ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3817
|
-
color: props.color || '#
|
|
3935
|
+
color: props.color || '#33826b',
|
|
3818
3936
|
inline: undefined,
|
|
3819
3937
|
ref: ref
|
|
3820
3938
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -8328,7 +8446,7 @@ function ZoomOutIcon(props, ref) {
|
|
|
8328
8446
|
}
|
|
8329
8447
|
var ForwardRef = /*#__PURE__*/React.forwardRef(ZoomOutIcon);
|
|
8330
8448
|
|
|
8331
|
-
exports.AKTIcon = ForwardRef$
|
|
8449
|
+
exports.AKTIcon = ForwardRef$52;
|
|
8332
8450
|
exports.AccessibilityIcon = ForwardRef$2G;
|
|
8333
8451
|
exports.AddCardIcon = ForwardRef$2F;
|
|
8334
8452
|
exports.AddIcon = ForwardRef$2E;
|
|
@@ -8337,43 +8455,43 @@ exports.AdditionalZonesTicketIcon = ForwardRef$3d;
|
|
|
8337
8455
|
exports.AdjustmentsIcon = ForwardRef$2C;
|
|
8338
8456
|
exports.AdminIcon = ForwardRef$2B;
|
|
8339
8457
|
exports.AgreesIcon = ForwardRef$2A;
|
|
8340
|
-
exports.AlesundTurvognIcon = ForwardRef$
|
|
8458
|
+
exports.AlesundTurvognIcon = ForwardRef$51;
|
|
8341
8459
|
exports.AlignCenterIcon = ForwardRef$3K;
|
|
8342
8460
|
exports.AlignLeftIcon = ForwardRef$3J;
|
|
8343
8461
|
exports.AlignRightIcon = ForwardRef$3I;
|
|
8344
8462
|
exports.AmericanExpressIcon = ForwardRef$4m;
|
|
8345
8463
|
exports.AnimalFreeIcon = ForwardRef$2j;
|
|
8346
|
-
exports.AnimalIcon = ForwardRef$
|
|
8464
|
+
exports.AnimalIcon = ForwardRef$5D;
|
|
8347
8465
|
exports.ApplePayIcon = ForwardRef$4l;
|
|
8348
8466
|
exports.AssignToMeFilledIcon = ForwardRef$2h;
|
|
8349
8467
|
exports.AssignToMeIcon = ForwardRef$2i;
|
|
8350
|
-
exports.AtBIcon = ForwardRef$
|
|
8468
|
+
exports.AtBIcon = ForwardRef$50;
|
|
8351
8469
|
exports.AttachmentIcon = ForwardRef$3H;
|
|
8352
|
-
exports.BabyIcon = ForwardRef$
|
|
8353
|
-
exports.BackArrowIcon = ForwardRef$
|
|
8354
|
-
exports.BaneNORIcon = ForwardRef$
|
|
8470
|
+
exports.BabyIcon = ForwardRef$5C;
|
|
8471
|
+
exports.BackArrowIcon = ForwardRef$64;
|
|
8472
|
+
exports.BaneNORIcon = ForwardRef$4$;
|
|
8355
8473
|
exports.BanknoteIcon = ForwardRef$4k;
|
|
8356
8474
|
exports.BanknoteMultiIcon = ForwardRef$4j;
|
|
8357
8475
|
exports.BatteryIcon = ForwardRef$3Y;
|
|
8358
8476
|
exports.BellIcon = ForwardRef$2g;
|
|
8359
|
-
exports.BergenBysykkelIcon = ForwardRef$
|
|
8360
|
-
exports.BicycleHotelIcon = ForwardRef$
|
|
8477
|
+
exports.BergenBysykkelIcon = ForwardRef$4R;
|
|
8478
|
+
exports.BicycleHotelIcon = ForwardRef$5B;
|
|
8361
8479
|
exports.BicycleIcon = ForwardRef$3x;
|
|
8362
|
-
exports.BicycleParkingIcon = ForwardRef$
|
|
8480
|
+
exports.BicycleParkingIcon = ForwardRef$5A;
|
|
8363
8481
|
exports.BirthdateFilledIcon = ForwardRef$2e;
|
|
8364
8482
|
exports.BirthdateIcon = ForwardRef$2f;
|
|
8365
8483
|
exports.BoardFilledIcon = ForwardRef$2c;
|
|
8366
8484
|
exports.BoardIcon = ForwardRef$2d;
|
|
8367
8485
|
exports.BoldIcon = ForwardRef$3G;
|
|
8368
|
-
exports.BoltIcon = ForwardRef$
|
|
8486
|
+
exports.BoltIcon = ForwardRef$4Q;
|
|
8369
8487
|
exports.BookmarkIcon = ForwardRef$2b;
|
|
8370
|
-
exports.BrakarIcon = ForwardRef$
|
|
8371
|
-
exports.BrakarNoTextIcon = ForwardRef$
|
|
8488
|
+
exports.BrakarIcon = ForwardRef$4_;
|
|
8489
|
+
exports.BrakarNoTextIcon = ForwardRef$4Z;
|
|
8372
8490
|
exports.BrightnessIcon = ForwardRef$2a;
|
|
8373
8491
|
exports.BugIcon = ForwardRef$29;
|
|
8374
8492
|
exports.BulletListIcon = ForwardRef$3F;
|
|
8375
8493
|
exports.BusIcon = ForwardRef$3w;
|
|
8376
|
-
exports.BusShelterIcon = ForwardRef$
|
|
8494
|
+
exports.BusShelterIcon = ForwardRef$5z;
|
|
8377
8495
|
exports.CabinIcon = ForwardRef$3c;
|
|
8378
8496
|
exports.CablewayIcon = ForwardRef$3v;
|
|
8379
8497
|
exports.CalculatorIcon = ForwardRef$3X;
|
|
@@ -8404,13 +8522,13 @@ exports.CloseIcon = ForwardRef$1W;
|
|
|
8404
8522
|
exports.CloseSmallFilledIcon = ForwardRef$1T;
|
|
8405
8523
|
exports.CloseSmallIcon = ForwardRef$1U;
|
|
8406
8524
|
exports.ClosedLockIcon = ForwardRef$1d;
|
|
8407
|
-
exports.CloudDownloadIcon = ForwardRef$
|
|
8525
|
+
exports.CloudDownloadIcon = ForwardRef$63;
|
|
8408
8526
|
exports.CloudIcon = ForwardRef$b;
|
|
8409
8527
|
exports.CloudLightningIcon = ForwardRef$a;
|
|
8410
8528
|
exports.CloudRainIcon = ForwardRef$9;
|
|
8411
8529
|
exports.CloudSnowIcon = ForwardRef$8;
|
|
8412
|
-
exports.CoffeeIcon = ForwardRef$
|
|
8413
|
-
exports.CollapsedIcon = ForwardRef$
|
|
8530
|
+
exports.CoffeeIcon = ForwardRef$5y;
|
|
8531
|
+
exports.CollapsedIcon = ForwardRef$62;
|
|
8414
8532
|
exports.ColorPickerIcon = ForwardRef$1S;
|
|
8415
8533
|
exports.CommentIcon = ForwardRef$1R;
|
|
8416
8534
|
exports.CompassNeedleIcon = ForwardRef$3a;
|
|
@@ -8422,33 +8540,34 @@ exports.CookieFilledIcon = ForwardRef$1M;
|
|
|
8422
8540
|
exports.CookieIcon = ForwardRef$1N;
|
|
8423
8541
|
exports.CopyIcon = ForwardRef$1L;
|
|
8424
8542
|
exports.CorrespondenceIcon = ForwardRef$38;
|
|
8425
|
-
exports.CouchetteIcon = ForwardRef$
|
|
8543
|
+
exports.CouchetteIcon = ForwardRef$5x;
|
|
8426
8544
|
exports.CustomerServiceFilledIcon = ForwardRef$1J;
|
|
8427
8545
|
exports.CustomerServiceIcon = ForwardRef$1K;
|
|
8428
|
-
exports.CutleryIcon = ForwardRef$
|
|
8546
|
+
exports.CutleryIcon = ForwardRef$5w;
|
|
8429
8547
|
exports.DatabaseIcon = ForwardRef$3V;
|
|
8430
8548
|
exports.DateIcon = ForwardRef$1I;
|
|
8431
8549
|
exports.DeleteIcon = ForwardRef$1H;
|
|
8432
|
-
exports.DenmarkIcon = ForwardRef$
|
|
8550
|
+
exports.DenmarkIcon = ForwardRef$57;
|
|
8433
8551
|
exports.DepositionIcon = ForwardRef$4i;
|
|
8434
8552
|
exports.DesktopIcon = ForwardRef$3U;
|
|
8435
8553
|
exports.DestinationIcon = ForwardRef$37;
|
|
8436
8554
|
exports.DiffIcon = ForwardRef$4h;
|
|
8437
8555
|
exports.DirectionFilledIcon = ForwardRef$35;
|
|
8438
8556
|
exports.DirectionIcon = ForwardRef$36;
|
|
8439
|
-
exports.DownArrowIcon = ForwardRef$
|
|
8440
|
-
exports.DownloadIcon = ForwardRef$
|
|
8441
|
-
exports.DownwardIcon = ForwardRef$
|
|
8557
|
+
exports.DownArrowIcon = ForwardRef$61;
|
|
8558
|
+
exports.DownloadIcon = ForwardRef$60;
|
|
8559
|
+
exports.DownwardIcon = ForwardRef$5$;
|
|
8442
8560
|
exports.DraggableIcon = ForwardRef$1E;
|
|
8443
8561
|
exports.EditIcon = ForwardRef$1D;
|
|
8444
8562
|
exports.EmailIcon = ForwardRef$1C;
|
|
8445
8563
|
exports.EnvironmentIcon = ForwardRef$34;
|
|
8446
8564
|
exports.EuroIcon = ForwardRef$4g;
|
|
8447
|
-
exports.ExpandIcon = ForwardRef$
|
|
8565
|
+
exports.ExpandIcon = ForwardRef$5_;
|
|
8448
8566
|
exports.ExtendIcon = ForwardRef$1B;
|
|
8449
|
-
exports.ExternalIcon = ForwardRef$
|
|
8567
|
+
exports.ExternalIcon = ForwardRef$5Z;
|
|
8450
8568
|
exports.FacebookIcon = ForwardRef$45;
|
|
8451
|
-
exports.FarteIcon = ForwardRef$
|
|
8569
|
+
exports.FarteIcon = ForwardRef$4Y;
|
|
8570
|
+
exports.FartebysykkelIcon = ForwardRef$4P;
|
|
8452
8571
|
exports.FavoriteRouteFilledIcon = ForwardRef$1z;
|
|
8453
8572
|
exports.FavoriteRouteIcon = ForwardRef$1A;
|
|
8454
8573
|
exports.FavoriteStopFilledIcon = ForwardRef$1x;
|
|
@@ -8461,56 +8580,58 @@ exports.FileIcon = ForwardRef$1u;
|
|
|
8461
8580
|
exports.FillIcon = ForwardRef$1t;
|
|
8462
8581
|
exports.FilterFilledIcon = ForwardRef$1r;
|
|
8463
8582
|
exports.FilterIcon = ForwardRef$1s;
|
|
8464
|
-
exports.FlybussenIcon = ForwardRef$
|
|
8583
|
+
exports.FlybussenIcon = ForwardRef$4X;
|
|
8465
8584
|
exports.FolderFilledIcon = ForwardRef$1p;
|
|
8466
8585
|
exports.FolderIcon = ForwardRef$1q;
|
|
8467
|
-
exports.ForwardIcon = ForwardRef$
|
|
8468
|
-
exports.FramIcon = ForwardRef$
|
|
8469
|
-
exports.FullIcon = ForwardRef$
|
|
8586
|
+
exports.ForwardIcon = ForwardRef$5Y;
|
|
8587
|
+
exports.FramIcon = ForwardRef$4W;
|
|
8588
|
+
exports.FullIcon = ForwardRef$5v;
|
|
8470
8589
|
exports.FunicularIcon = ForwardRef$3p;
|
|
8471
|
-
exports.GOAIcon = ForwardRef$
|
|
8472
|
-
exports.GetAroundIcon = ForwardRef$
|
|
8590
|
+
exports.GOAIcon = ForwardRef$4V;
|
|
8591
|
+
exports.GetAroundIcon = ForwardRef$4O;
|
|
8473
8592
|
exports.GithubIcon = ForwardRef$44;
|
|
8474
8593
|
exports.GoalIcon = ForwardRef$33;
|
|
8475
8594
|
exports.GoogleIcon = ForwardRef$43;
|
|
8476
8595
|
exports.GridViewIcon = ForwardRef$1o;
|
|
8477
8596
|
exports.GymIcon = ForwardRef$32;
|
|
8597
|
+
exports.HafjellIcon = ForwardRef$4N;
|
|
8478
8598
|
exports.HandToolIcon = ForwardRef$1n;
|
|
8479
8599
|
exports.HeartIcon = ForwardRef$1m;
|
|
8480
8600
|
exports.HelicopterIcon = ForwardRef$3o;
|
|
8601
|
+
exports.HertzIcon = ForwardRef$4M;
|
|
8481
8602
|
exports.HistoryFilledIcon = ForwardRef$1k;
|
|
8482
8603
|
exports.HistoryIcon = ForwardRef$1l;
|
|
8483
8604
|
exports.HomeIcon = ForwardRef$31;
|
|
8484
8605
|
exports.HorizontalDotsIcon = ForwardRef$1G;
|
|
8485
|
-
exports.HykeIcon = ForwardRef$
|
|
8606
|
+
exports.HykeIcon = ForwardRef$4U;
|
|
8486
8607
|
exports.IconIcon = ForwardRef$1j;
|
|
8487
8608
|
exports.ImageIcon = ForwardRef$3S;
|
|
8488
|
-
exports.InnlandstrafikkIcon = ForwardRef$
|
|
8609
|
+
exports.InnlandstrafikkIcon = ForwardRef$4T;
|
|
8489
8610
|
exports.InstagramIcon = ForwardRef$42;
|
|
8490
8611
|
exports.InternationalIcon = ForwardRef$30;
|
|
8491
8612
|
exports.InterrailIcon = ForwardRef$2$;
|
|
8492
8613
|
exports.InvalidTicketIcon = ForwardRef$2_;
|
|
8493
8614
|
exports.ItalicIcon = ForwardRef$3E;
|
|
8494
|
-
exports.KolumbusBysykkelIcon = ForwardRef$
|
|
8495
|
-
exports.KolumbusIcon = ForwardRef$
|
|
8615
|
+
exports.KolumbusBysykkelIcon = ForwardRef$4L;
|
|
8616
|
+
exports.KolumbusIcon = ForwardRef$4S;
|
|
8496
8617
|
exports.LanguageFilledIcon = ForwardRef$1h;
|
|
8497
8618
|
exports.LanguageIcon = ForwardRef$1i;
|
|
8498
8619
|
exports.LaptopIcon = ForwardRef$3R;
|
|
8499
|
-
exports.LeftArrowIcon = ForwardRef$
|
|
8620
|
+
exports.LeftArrowIcon = ForwardRef$5X;
|
|
8500
8621
|
exports.LikeIcon = ForwardRef$1g;
|
|
8501
|
-
exports.LimeIcon = ForwardRef$
|
|
8622
|
+
exports.LimeIcon = ForwardRef$4K;
|
|
8502
8623
|
exports.LinkIcon = ForwardRef$3D;
|
|
8503
8624
|
exports.LinkedinIcon = ForwardRef$41;
|
|
8504
8625
|
exports.ListViewIcon = ForwardRef$1f;
|
|
8505
8626
|
exports.LoadingIcon = ForwardRef$1e;
|
|
8506
|
-
exports.LockerIcon = ForwardRef$
|
|
8627
|
+
exports.LockerIcon = ForwardRef$5u;
|
|
8507
8628
|
exports.LogOutIcon = ForwardRef$1b;
|
|
8508
|
-
exports.LogoNegativeIcon = ForwardRef$
|
|
8509
|
-
exports.LogoPositiveIcon = ForwardRef$
|
|
8629
|
+
exports.LogoNegativeIcon = ForwardRef$5F;
|
|
8630
|
+
exports.LogoPositiveIcon = ForwardRef$5E;
|
|
8510
8631
|
exports.LostAndFoundFilledIcon = ForwardRef$19;
|
|
8511
8632
|
exports.LostAndFoundIcon = ForwardRef$1a;
|
|
8512
8633
|
exports.LuggageIcon = ForwardRef$2Z;
|
|
8513
|
-
exports.ManySeatsAvailableIcon = ForwardRef$
|
|
8634
|
+
exports.ManySeatsAvailableIcon = ForwardRef$5t;
|
|
8514
8635
|
exports.MapFilledIcon = ForwardRef$2X;
|
|
8515
8636
|
exports.MapIcon = ForwardRef$2Y;
|
|
8516
8637
|
exports.MapPinIcon = ForwardRef$2W;
|
|
@@ -8518,19 +8639,19 @@ exports.MastercardIcon = ForwardRef$4f;
|
|
|
8518
8639
|
exports.MeasureFilledIcon = ForwardRef$17;
|
|
8519
8640
|
exports.MeasureIcon = ForwardRef$18;
|
|
8520
8641
|
exports.MenuIcon = ForwardRef$16;
|
|
8521
|
-
exports.MergeProfilesIcon = ForwardRef$
|
|
8642
|
+
exports.MergeProfilesIcon = ForwardRef$5W;
|
|
8522
8643
|
exports.MetroIcon = ForwardRef$3n;
|
|
8523
8644
|
exports.MinimizeIcon = ForwardRef$15;
|
|
8524
8645
|
exports.MobileIcon = ForwardRef$3Q;
|
|
8525
8646
|
exports.MobilityIcon = ForwardRef$3m;
|
|
8526
8647
|
exports.MoneyIcon = ForwardRef$4e;
|
|
8527
8648
|
exports.MountainIcon = ForwardRef$2V;
|
|
8528
|
-
exports.MoveAboutIcon = ForwardRef$
|
|
8649
|
+
exports.MoveAboutIcon = ForwardRef$4J;
|
|
8529
8650
|
exports.MuralIcon = ForwardRef$3P;
|
|
8530
8651
|
exports.NewIcon = ForwardRef$14;
|
|
8531
8652
|
exports.NightIcon = ForwardRef$13;
|
|
8532
|
-
exports.NordlandIcon = ForwardRef$
|
|
8533
|
-
exports.NorwayIcon = ForwardRef$
|
|
8653
|
+
exports.NordlandIcon = ForwardRef$4B;
|
|
8654
|
+
exports.NorwayIcon = ForwardRef$56;
|
|
8534
8655
|
exports.NumberListIcon = ForwardRef$3C;
|
|
8535
8656
|
exports.ObjectAlignBottomFilledIcon = ForwardRef$2z;
|
|
8536
8657
|
exports.ObjectAlignBottomIcon = ForwardRef$2y;
|
|
@@ -8550,22 +8671,23 @@ exports.ObjectDistributeVerticallyFilledIcon = ForwardRef$2l;
|
|
|
8550
8671
|
exports.ObjectDistributeVerticallyIcon = ForwardRef$2k;
|
|
8551
8672
|
exports.OpenedLockIcon = ForwardRef$1c;
|
|
8552
8673
|
exports.OrganizationIcon = ForwardRef$12;
|
|
8553
|
-
exports.OsloBysykkelIcon = ForwardRef$
|
|
8554
|
-
exports.OstfoldIcon = ForwardRef$
|
|
8674
|
+
exports.OsloBysykkelIcon = ForwardRef$4I;
|
|
8675
|
+
exports.OstfoldIcon = ForwardRef$4A;
|
|
8676
|
+
exports.OttoMobilityIcon = ForwardRef$4H;
|
|
8555
8677
|
exports.PackageIcon = ForwardRef$11;
|
|
8556
|
-
exports.PageNavigationIcon = ForwardRef$
|
|
8557
|
-
exports.ParkAndRideIcon = ForwardRef$
|
|
8558
|
-
exports.ParkIcon = ForwardRef$
|
|
8559
|
-
exports.ParkingGarageIcon = ForwardRef$
|
|
8678
|
+
exports.PageNavigationIcon = ForwardRef$5V;
|
|
8679
|
+
exports.ParkAndRideIcon = ForwardRef$5r;
|
|
8680
|
+
exports.ParkIcon = ForwardRef$5s;
|
|
8681
|
+
exports.ParkingGarageIcon = ForwardRef$5q;
|
|
8560
8682
|
exports.PhoneIcon = ForwardRef$3O;
|
|
8561
8683
|
exports.PlaneIcon = ForwardRef$3l;
|
|
8562
8684
|
exports.PlayIcon = ForwardRef$10;
|
|
8563
8685
|
exports.PlaygroundIcon = ForwardRef$2U;
|
|
8564
|
-
exports.PlayroomIcon = ForwardRef$
|
|
8686
|
+
exports.PlayroomIcon = ForwardRef$5p;
|
|
8565
8687
|
exports.PositionFilledIcon = ForwardRef$2S;
|
|
8566
8688
|
exports.PositionIcon = ForwardRef$2T;
|
|
8567
|
-
exports.PowerIcon = ForwardRef$
|
|
8568
|
-
exports.PremiumSeatIcon = ForwardRef$
|
|
8689
|
+
exports.PowerIcon = ForwardRef$5o;
|
|
8690
|
+
exports.PremiumSeatIcon = ForwardRef$5n;
|
|
8569
8691
|
exports.PriceFromIcon = ForwardRef$4d;
|
|
8570
8692
|
exports.PricelistIcon = ForwardRef$4c;
|
|
8571
8693
|
exports.PrinterIcon = ForwardRef$3N;
|
|
@@ -8582,12 +8704,12 @@ exports.QuitIcon = ForwardRef$X;
|
|
|
8582
8704
|
exports.RSSIcon = ForwardRef$W;
|
|
8583
8705
|
exports.RebateTicketFilledIcon = ForwardRef$2O;
|
|
8584
8706
|
exports.RebateTicketIcon = ForwardRef$2P;
|
|
8585
|
-
exports.RedoIcon = ForwardRef$
|
|
8707
|
+
exports.RedoIcon = ForwardRef$5U;
|
|
8586
8708
|
exports.ReferenceIcon = ForwardRef$4b;
|
|
8587
|
-
exports.RefreshIcon = ForwardRef$
|
|
8588
|
-
exports.ReisNordlandIcon = ForwardRef$
|
|
8589
|
-
exports.ResetIcon = ForwardRef$
|
|
8590
|
-
exports.RightArrowIcon = ForwardRef$
|
|
8709
|
+
exports.RefreshIcon = ForwardRef$5T;
|
|
8710
|
+
exports.ReisNordlandIcon = ForwardRef$4z;
|
|
8711
|
+
exports.ResetIcon = ForwardRef$5S;
|
|
8712
|
+
exports.RightArrowIcon = ForwardRef$5R;
|
|
8591
8713
|
exports.RouteFilledIcon = ForwardRef$U;
|
|
8592
8714
|
exports.RouteIcon = ForwardRef$V;
|
|
8593
8715
|
exports.RowHeightDefaultIcon = ForwardRef$T;
|
|
@@ -8595,37 +8717,38 @@ exports.RowHeightMiddleIcon = ForwardRef$S;
|
|
|
8595
8717
|
exports.RowHeightSmallIcon = ForwardRef$R;
|
|
8596
8718
|
exports.RulesIcon = ForwardRef$Q;
|
|
8597
8719
|
exports.RunningIcon = ForwardRef$3k;
|
|
8598
|
-
exports.RuterIcon = ForwardRef$
|
|
8599
|
-
exports.RuterNoTextIcon = ForwardRef$
|
|
8600
|
-
exports.SJIcon = ForwardRef$
|
|
8601
|
-
exports.SJNordIcon = ForwardRef$
|
|
8602
|
-
exports.
|
|
8720
|
+
exports.RuterIcon = ForwardRef$4y;
|
|
8721
|
+
exports.RuterNoTextIcon = ForwardRef$4x;
|
|
8722
|
+
exports.SJIcon = ForwardRef$4w;
|
|
8723
|
+
exports.SJNordIcon = ForwardRef$4v;
|
|
8724
|
+
exports.SURFIcon = ForwardRef$4G;
|
|
8725
|
+
exports.SamiIcon = ForwardRef$55;
|
|
8603
8726
|
exports.SaveIcon = ForwardRef$3L;
|
|
8604
8727
|
exports.ScopeIcon = ForwardRef$P;
|
|
8605
8728
|
exports.SearchFilledIcon = ForwardRef$N;
|
|
8606
8729
|
exports.SearchIcon = ForwardRef$O;
|
|
8607
|
-
exports.SeatCompartmentFilledIcon = ForwardRef$
|
|
8608
|
-
exports.SeatCompartmentIcon = ForwardRef$
|
|
8609
|
-
exports.SeatIcon = ForwardRef$
|
|
8610
|
-
exports.SeatsAvailableIcon = ForwardRef$
|
|
8730
|
+
exports.SeatCompartmentFilledIcon = ForwardRef$5k;
|
|
8731
|
+
exports.SeatCompartmentIcon = ForwardRef$5l;
|
|
8732
|
+
exports.SeatIcon = ForwardRef$5m;
|
|
8733
|
+
exports.SeatsAvailableIcon = ForwardRef$5j;
|
|
8611
8734
|
exports.SelectIcon = ForwardRef$M;
|
|
8612
8735
|
exports.SendIcon = ForwardRef$L;
|
|
8613
8736
|
exports.SettingsIcon = ForwardRef$K;
|
|
8614
|
-
exports.ShareIcon = ForwardRef$
|
|
8737
|
+
exports.ShareIcon = ForwardRef$5Q;
|
|
8615
8738
|
exports.ShoppingCartIcon = ForwardRef$4a;
|
|
8616
8739
|
exports.SkiIcon = ForwardRef$2N;
|
|
8617
8740
|
exports.SkypeIcon = ForwardRef$40;
|
|
8618
|
-
exports.SkyssIcon = ForwardRef$
|
|
8619
|
-
exports.SkyssNoTextIcon = ForwardRef$
|
|
8620
|
-
exports.SleepIcon = ForwardRef$
|
|
8621
|
-
exports.SnelandiaIcon = ForwardRef$
|
|
8741
|
+
exports.SkyssIcon = ForwardRef$4u;
|
|
8742
|
+
exports.SkyssNoTextIcon = ForwardRef$4t;
|
|
8743
|
+
exports.SleepIcon = ForwardRef$5i;
|
|
8744
|
+
exports.SnelandiaIcon = ForwardRef$4s;
|
|
8622
8745
|
exports.SourceCodeIcon = ForwardRef$3B;
|
|
8623
8746
|
exports.StandardIcon = ForwardRef$F;
|
|
8624
|
-
exports.StandingAvailableIcon = ForwardRef$
|
|
8747
|
+
exports.StandingAvailableIcon = ForwardRef$5h;
|
|
8625
8748
|
exports.StandingIcon = ForwardRef$3j;
|
|
8626
8749
|
exports.StarredIcon = ForwardRef$H;
|
|
8627
8750
|
exports.StatsIcon = ForwardRef$49;
|
|
8628
|
-
exports.StrollerIcon = ForwardRef$
|
|
8751
|
+
exports.StrollerIcon = ForwardRef$5g;
|
|
8629
8752
|
exports.StrollingIcon = ForwardRef$3i;
|
|
8630
8753
|
exports.StudentFilledIcon = ForwardRef$D;
|
|
8631
8754
|
exports.StudentIcon = ForwardRef$E;
|
|
@@ -8634,48 +8757,48 @@ exports.SuitcaseIcon = ForwardRef$2M;
|
|
|
8634
8757
|
exports.SunCloudIcon = ForwardRef$6;
|
|
8635
8758
|
exports.SunCloudRainIcon = ForwardRef$5;
|
|
8636
8759
|
exports.SunIcon = ForwardRef$7;
|
|
8637
|
-
exports.SvipperIcon = ForwardRef$
|
|
8638
|
-
exports.SwedenIcon = ForwardRef$
|
|
8639
|
-
exports.SwitchIcon = ForwardRef$
|
|
8640
|
-
exports.TVMIcon = ForwardRef$
|
|
8760
|
+
exports.SvipperIcon = ForwardRef$4r;
|
|
8761
|
+
exports.SwedenIcon = ForwardRef$54;
|
|
8762
|
+
exports.SwitchIcon = ForwardRef$5P;
|
|
8763
|
+
exports.TVMIcon = ForwardRef$5f;
|
|
8641
8764
|
exports.TagIcon = ForwardRef$B;
|
|
8642
8765
|
exports.TaxiIcon = ForwardRef$3h;
|
|
8643
8766
|
exports.TerminalFilledIcon = ForwardRef$z;
|
|
8644
8767
|
exports.TerminalIcon = ForwardRef$A;
|
|
8645
8768
|
exports.TextColorIcon = ForwardRef$3A;
|
|
8646
8769
|
exports.ThermometerIcon = ForwardRef$4;
|
|
8647
|
-
exports.TierIcon = ForwardRef$
|
|
8770
|
+
exports.TierIcon = ForwardRef$4F;
|
|
8648
8771
|
exports.TimeglassFilledIcon = ForwardRef$x;
|
|
8649
8772
|
exports.TimeglassIcon = ForwardRef$y;
|
|
8650
8773
|
exports.TimelineIcon = ForwardRef$w;
|
|
8651
|
-
exports.ToFromIcon = ForwardRef$
|
|
8652
|
-
exports.ToiletIcon = ForwardRef$
|
|
8774
|
+
exports.ToFromIcon = ForwardRef$5O;
|
|
8775
|
+
exports.ToiletIcon = ForwardRef$5e;
|
|
8653
8776
|
exports.TokenIcon = ForwardRef$v;
|
|
8654
8777
|
exports.ToneSmileIcon = ForwardRef$u;
|
|
8655
8778
|
exports.TrackIcon = ForwardRef$2L;
|
|
8656
|
-
exports.TrainCarIcon = ForwardRef$
|
|
8779
|
+
exports.TrainCarIcon = ForwardRef$5d;
|
|
8657
8780
|
exports.TrainIcon = ForwardRef$3g;
|
|
8658
8781
|
exports.TramIcon = ForwardRef$3f;
|
|
8659
|
-
exports.TransferIcon = ForwardRef$
|
|
8660
|
-
exports.TromsFylkestrafikkIcon = ForwardRef$
|
|
8661
|
-
exports.TrondheimBysykkelIcon = ForwardRef$
|
|
8662
|
-
exports.TurnableIcon = ForwardRef$
|
|
8782
|
+
exports.TransferIcon = ForwardRef$5N;
|
|
8783
|
+
exports.TromsFylkestrafikkIcon = ForwardRef$4q;
|
|
8784
|
+
exports.TrondheimBysykkelIcon = ForwardRef$4E;
|
|
8785
|
+
exports.TurnableIcon = ForwardRef$5M;
|
|
8663
8786
|
exports.TwitterIcon = ForwardRef$3$;
|
|
8664
|
-
exports.UKIcon = ForwardRef$
|
|
8787
|
+
exports.UKIcon = ForwardRef$53;
|
|
8665
8788
|
exports.UmbrellaIcon = ForwardRef$3;
|
|
8666
8789
|
exports.UnderlineIcon = ForwardRef$3z;
|
|
8667
|
-
exports.UndoIcon = ForwardRef$
|
|
8790
|
+
exports.UndoIcon = ForwardRef$5L;
|
|
8668
8791
|
exports.UniversityIcon = ForwardRef$2K;
|
|
8669
8792
|
exports.UnlinkIcon = ForwardRef$3y;
|
|
8670
|
-
exports.UnsortedIcon = ForwardRef$
|
|
8793
|
+
exports.UnsortedIcon = ForwardRef$5K;
|
|
8671
8794
|
exports.UnstarredIcon = ForwardRef$G;
|
|
8672
8795
|
exports.UnviewIcon = ForwardRef$t;
|
|
8673
|
-
exports.UpArrowIcon = ForwardRef$
|
|
8674
|
-
exports.UploadIcon = ForwardRef$
|
|
8675
|
-
exports.UpwardIcon = ForwardRef$
|
|
8796
|
+
exports.UpArrowIcon = ForwardRef$5J;
|
|
8797
|
+
exports.UploadIcon = ForwardRef$5I;
|
|
8798
|
+
exports.UpwardIcon = ForwardRef$5H;
|
|
8676
8799
|
exports.UserIcon = ForwardRef$s;
|
|
8677
8800
|
exports.UsersIcon = ForwardRef$r;
|
|
8678
|
-
exports.VKTIcon = ForwardRef$
|
|
8801
|
+
exports.VKTIcon = ForwardRef$4p;
|
|
8679
8802
|
exports.ValidTicketFilledIcon = ForwardRef$2I;
|
|
8680
8803
|
exports.ValidTicketIcon = ForwardRef$2J;
|
|
8681
8804
|
exports.ValidationErrorFilledIcon = ForwardRef$n;
|
|
@@ -8689,26 +8812,26 @@ exports.ValidationInfoIcon = ForwardRef$i;
|
|
|
8689
8812
|
exports.ValidationSuccessFilledIcon = ForwardRef$f;
|
|
8690
8813
|
exports.ValidationSuccessIcon = ForwardRef$g;
|
|
8691
8814
|
exports.ValueIcon = ForwardRef$e;
|
|
8692
|
-
exports.VendingMachineIcon = ForwardRef$
|
|
8815
|
+
exports.VendingMachineIcon = ForwardRef$5c;
|
|
8693
8816
|
exports.VerticalDotsIcon = ForwardRef$1F;
|
|
8694
|
-
exports.VerticalSwitchIcon = ForwardRef$
|
|
8817
|
+
exports.VerticalSwitchIcon = ForwardRef$5G;
|
|
8695
8818
|
exports.ViewIcon = ForwardRef$d;
|
|
8696
8819
|
exports.VimeoIcon = ForwardRef$3_;
|
|
8697
8820
|
exports.VippsIcon = ForwardRef$48;
|
|
8698
8821
|
exports.VippsLogoIcon = ForwardRef$47;
|
|
8699
8822
|
exports.VisaIcon = ForwardRef$46;
|
|
8700
|
-
exports.VoiIcon = ForwardRef$
|
|
8701
|
-
exports.VyIcon = ForwardRef$
|
|
8702
|
-
exports.WaitingRoomIcon = ForwardRef$
|
|
8823
|
+
exports.VoiIcon = ForwardRef$4D;
|
|
8824
|
+
exports.VyIcon = ForwardRef$4o;
|
|
8825
|
+
exports.WaitingRoomIcon = ForwardRef$5b;
|
|
8703
8826
|
exports.WalkIcon = ForwardRef$3e;
|
|
8704
8827
|
exports.WarningIcon = ForwardRef$c;
|
|
8705
|
-
exports.WaterTapIcon = ForwardRef$
|
|
8706
|
-
exports.WheelchairIcon = ForwardRef$
|
|
8707
|
-
exports.WifiIcon = ForwardRef$
|
|
8828
|
+
exports.WaterTapIcon = ForwardRef$5a;
|
|
8829
|
+
exports.WheelchairIcon = ForwardRef$59;
|
|
8830
|
+
exports.WifiIcon = ForwardRef$58;
|
|
8708
8831
|
exports.WindIcon = ForwardRef$2;
|
|
8709
8832
|
exports.YoutubeIcon = ForwardRef$3Z;
|
|
8710
8833
|
exports.ZoneIcon = ForwardRef$2H;
|
|
8711
8834
|
exports.ZoomInIcon = ForwardRef$1;
|
|
8712
8835
|
exports.ZoomOutIcon = ForwardRef;
|
|
8713
|
-
exports.ZvippIcon = ForwardRef$
|
|
8836
|
+
exports.ZvippIcon = ForwardRef$4C;
|
|
8714
8837
|
exports.ØresundstågIcon = ForwardRef$4n;
|