@entur/icons 8.3.1 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +202 -186
- package/dist/index.esm.native.js +200 -186
- package/dist/index.js +380 -363
- package/dist/styles.css +6 -12
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -30,7 +30,7 @@ function BackArrowIcon(props, ref) {
|
|
|
30
30
|
clipRule: "evenodd"
|
|
31
31
|
}));
|
|
32
32
|
}
|
|
33
|
-
const ForwardRef$
|
|
33
|
+
const ForwardRef$66 = /*#__PURE__*/forwardRef(BackArrowIcon);
|
|
34
34
|
|
|
35
35
|
function CloudDownloadIcon(props, ref) {
|
|
36
36
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -54,7 +54,7 @@ function CloudDownloadIcon(props, ref) {
|
|
|
54
54
|
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"
|
|
55
55
|
})));
|
|
56
56
|
}
|
|
57
|
-
const ForwardRef$
|
|
57
|
+
const ForwardRef$65 = /*#__PURE__*/forwardRef(CloudDownloadIcon);
|
|
58
58
|
|
|
59
59
|
function CollapsedIcon(props, ref) {
|
|
60
60
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -75,7 +75,7 @@ function CollapsedIcon(props, ref) {
|
|
|
75
75
|
clipRule: "evenodd"
|
|
76
76
|
}));
|
|
77
77
|
}
|
|
78
|
-
const ForwardRef$
|
|
78
|
+
const ForwardRef$64 = /*#__PURE__*/forwardRef(CollapsedIcon);
|
|
79
79
|
|
|
80
80
|
function DownArrowIcon(props, ref) {
|
|
81
81
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -96,7 +96,7 @@ function DownArrowIcon(props, ref) {
|
|
|
96
96
|
clipRule: "evenodd"
|
|
97
97
|
}));
|
|
98
98
|
}
|
|
99
|
-
const ForwardRef$
|
|
99
|
+
const ForwardRef$63 = /*#__PURE__*/forwardRef(DownArrowIcon);
|
|
100
100
|
|
|
101
101
|
function DownloadIcon(props, ref) {
|
|
102
102
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -117,7 +117,7 @@ function DownloadIcon(props, ref) {
|
|
|
117
117
|
clipRule: "evenodd"
|
|
118
118
|
}));
|
|
119
119
|
}
|
|
120
|
-
const ForwardRef$
|
|
120
|
+
const ForwardRef$62 = /*#__PURE__*/forwardRef(DownloadIcon);
|
|
121
121
|
|
|
122
122
|
function DownwardIcon(props, ref) {
|
|
123
123
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -138,7 +138,7 @@ function DownwardIcon(props, ref) {
|
|
|
138
138
|
clipRule: "evenodd"
|
|
139
139
|
}));
|
|
140
140
|
}
|
|
141
|
-
const ForwardRef$
|
|
141
|
+
const ForwardRef$61 = /*#__PURE__*/forwardRef(DownwardIcon);
|
|
142
142
|
|
|
143
143
|
function ExpandIcon(props, ref) {
|
|
144
144
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -159,7 +159,7 @@ function ExpandIcon(props, ref) {
|
|
|
159
159
|
clipRule: "evenodd"
|
|
160
160
|
}));
|
|
161
161
|
}
|
|
162
|
-
const ForwardRef$
|
|
162
|
+
const ForwardRef$60 = /*#__PURE__*/forwardRef(ExpandIcon);
|
|
163
163
|
|
|
164
164
|
function ExternalIcon(props, ref) {
|
|
165
165
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -180,7 +180,7 @@ function ExternalIcon(props, ref) {
|
|
|
180
180
|
clipRule: "evenodd"
|
|
181
181
|
}));
|
|
182
182
|
}
|
|
183
|
-
const ForwardRef$
|
|
183
|
+
const ForwardRef$5$ = /*#__PURE__*/forwardRef(ExternalIcon);
|
|
184
184
|
|
|
185
185
|
function ForwardIcon(props, ref) {
|
|
186
186
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -201,7 +201,7 @@ function ForwardIcon(props, ref) {
|
|
|
201
201
|
clipRule: "evenodd"
|
|
202
202
|
}));
|
|
203
203
|
}
|
|
204
|
-
const ForwardRef$
|
|
204
|
+
const ForwardRef$5_ = /*#__PURE__*/forwardRef(ForwardIcon);
|
|
205
205
|
|
|
206
206
|
function LeftArrowIcon(props, ref) {
|
|
207
207
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -222,7 +222,7 @@ function LeftArrowIcon(props, ref) {
|
|
|
222
222
|
clipRule: "evenodd"
|
|
223
223
|
}));
|
|
224
224
|
}
|
|
225
|
-
const ForwardRef$
|
|
225
|
+
const ForwardRef$5Z = /*#__PURE__*/forwardRef(LeftArrowIcon);
|
|
226
226
|
|
|
227
227
|
function MergeProfilesIcon(props, ref) {
|
|
228
228
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -243,7 +243,7 @@ function MergeProfilesIcon(props, ref) {
|
|
|
243
243
|
clipRule: "evenodd"
|
|
244
244
|
}));
|
|
245
245
|
}
|
|
246
|
-
const ForwardRef$
|
|
246
|
+
const ForwardRef$5Y = /*#__PURE__*/forwardRef(MergeProfilesIcon);
|
|
247
247
|
|
|
248
248
|
function PageNavigationIcon(props, ref) {
|
|
249
249
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -262,7 +262,7 @@ function PageNavigationIcon(props, ref) {
|
|
|
262
262
|
clipRule: "evenodd"
|
|
263
263
|
}));
|
|
264
264
|
}
|
|
265
|
-
const ForwardRef$
|
|
265
|
+
const ForwardRef$5X = /*#__PURE__*/forwardRef(PageNavigationIcon);
|
|
266
266
|
|
|
267
267
|
function RedoIcon(props, ref) {
|
|
268
268
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -283,7 +283,7 @@ function RedoIcon(props, ref) {
|
|
|
283
283
|
clipRule: "evenodd"
|
|
284
284
|
}));
|
|
285
285
|
}
|
|
286
|
-
const ForwardRef$
|
|
286
|
+
const ForwardRef$5W = /*#__PURE__*/forwardRef(RedoIcon);
|
|
287
287
|
|
|
288
288
|
function RefreshIcon(props, ref) {
|
|
289
289
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -304,7 +304,7 @@ function RefreshIcon(props, ref) {
|
|
|
304
304
|
clipRule: "evenodd"
|
|
305
305
|
}));
|
|
306
306
|
}
|
|
307
|
-
const ForwardRef$
|
|
307
|
+
const ForwardRef$5V = /*#__PURE__*/forwardRef(RefreshIcon);
|
|
308
308
|
|
|
309
309
|
function ResetIcon(props, ref) {
|
|
310
310
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -325,7 +325,7 @@ function ResetIcon(props, ref) {
|
|
|
325
325
|
clipRule: "evenodd"
|
|
326
326
|
}));
|
|
327
327
|
}
|
|
328
|
-
const ForwardRef$
|
|
328
|
+
const ForwardRef$5U = /*#__PURE__*/forwardRef(ResetIcon);
|
|
329
329
|
|
|
330
330
|
function RightArrowIcon(props, ref) {
|
|
331
331
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -346,7 +346,7 @@ function RightArrowIcon(props, ref) {
|
|
|
346
346
|
clipRule: "evenodd"
|
|
347
347
|
}));
|
|
348
348
|
}
|
|
349
|
-
const ForwardRef$
|
|
349
|
+
const ForwardRef$5T = /*#__PURE__*/forwardRef(RightArrowIcon);
|
|
350
350
|
|
|
351
351
|
function ShareIcon(props, ref) {
|
|
352
352
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -367,7 +367,7 @@ function ShareIcon(props, ref) {
|
|
|
367
367
|
clipRule: "evenodd"
|
|
368
368
|
}));
|
|
369
369
|
}
|
|
370
|
-
const ForwardRef$
|
|
370
|
+
const ForwardRef$5S = /*#__PURE__*/forwardRef(ShareIcon);
|
|
371
371
|
|
|
372
372
|
function SwitchIcon(props, ref) {
|
|
373
373
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -389,7 +389,7 @@ function SwitchIcon(props, ref) {
|
|
|
389
389
|
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"
|
|
390
390
|
})));
|
|
391
391
|
}
|
|
392
|
-
const ForwardRef$
|
|
392
|
+
const ForwardRef$5R = /*#__PURE__*/forwardRef(SwitchIcon);
|
|
393
393
|
|
|
394
394
|
function ToFromIcon(props, ref) {
|
|
395
395
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -410,7 +410,7 @@ function ToFromIcon(props, ref) {
|
|
|
410
410
|
clipRule: "evenodd"
|
|
411
411
|
}));
|
|
412
412
|
}
|
|
413
|
-
const ForwardRef$
|
|
413
|
+
const ForwardRef$5Q = /*#__PURE__*/forwardRef(ToFromIcon);
|
|
414
414
|
|
|
415
415
|
function TransferIcon(props, ref) {
|
|
416
416
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -431,7 +431,7 @@ function TransferIcon(props, ref) {
|
|
|
431
431
|
clipRule: "evenodd"
|
|
432
432
|
}));
|
|
433
433
|
}
|
|
434
|
-
const ForwardRef$
|
|
434
|
+
const ForwardRef$5P = /*#__PURE__*/forwardRef(TransferIcon);
|
|
435
435
|
|
|
436
436
|
function TurnableIcon(props, ref) {
|
|
437
437
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -452,7 +452,7 @@ function TurnableIcon(props, ref) {
|
|
|
452
452
|
clipRule: "evenodd"
|
|
453
453
|
}));
|
|
454
454
|
}
|
|
455
|
-
const ForwardRef$
|
|
455
|
+
const ForwardRef$5O = /*#__PURE__*/forwardRef(TurnableIcon);
|
|
456
456
|
|
|
457
457
|
function UndoIcon(props, ref) {
|
|
458
458
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -473,7 +473,7 @@ function UndoIcon(props, ref) {
|
|
|
473
473
|
clipRule: "evenodd"
|
|
474
474
|
}));
|
|
475
475
|
}
|
|
476
|
-
const ForwardRef$
|
|
476
|
+
const ForwardRef$5N = /*#__PURE__*/forwardRef(UndoIcon);
|
|
477
477
|
|
|
478
478
|
function UnsortedIcon(props, ref) {
|
|
479
479
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -491,7 +491,7 @@ function UnsortedIcon(props, ref) {
|
|
|
491
491
|
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"
|
|
492
492
|
}));
|
|
493
493
|
}
|
|
494
|
-
const ForwardRef$
|
|
494
|
+
const ForwardRef$5M = /*#__PURE__*/forwardRef(UnsortedIcon);
|
|
495
495
|
|
|
496
496
|
function UpArrowIcon(props, ref) {
|
|
497
497
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -512,7 +512,7 @@ function UpArrowIcon(props, ref) {
|
|
|
512
512
|
clipRule: "evenodd"
|
|
513
513
|
}));
|
|
514
514
|
}
|
|
515
|
-
const ForwardRef$
|
|
515
|
+
const ForwardRef$5L = /*#__PURE__*/forwardRef(UpArrowIcon);
|
|
516
516
|
|
|
517
517
|
function UploadIcon(props, ref) {
|
|
518
518
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -533,7 +533,7 @@ function UploadIcon(props, ref) {
|
|
|
533
533
|
clipRule: "evenodd"
|
|
534
534
|
}));
|
|
535
535
|
}
|
|
536
|
-
const ForwardRef$
|
|
536
|
+
const ForwardRef$5K = /*#__PURE__*/forwardRef(UploadIcon);
|
|
537
537
|
|
|
538
538
|
function UpwardIcon(props, ref) {
|
|
539
539
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -554,7 +554,7 @@ function UpwardIcon(props, ref) {
|
|
|
554
554
|
clipRule: "evenodd"
|
|
555
555
|
}));
|
|
556
556
|
}
|
|
557
|
-
const ForwardRef$
|
|
557
|
+
const ForwardRef$5J = /*#__PURE__*/forwardRef(UpwardIcon);
|
|
558
558
|
|
|
559
559
|
function VerticalSwitchIcon(props, ref) {
|
|
560
560
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -575,7 +575,7 @@ function VerticalSwitchIcon(props, ref) {
|
|
|
575
575
|
clipRule: "evenodd"
|
|
576
576
|
}));
|
|
577
577
|
}
|
|
578
|
-
const ForwardRef$
|
|
578
|
+
const ForwardRef$5I = /*#__PURE__*/forwardRef(VerticalSwitchIcon);
|
|
579
579
|
|
|
580
580
|
function LogoNegativeIcon(props, ref) {
|
|
581
581
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -597,7 +597,7 @@ function LogoNegativeIcon(props, ref) {
|
|
|
597
597
|
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"
|
|
598
598
|
}));
|
|
599
599
|
}
|
|
600
|
-
const ForwardRef$
|
|
600
|
+
const ForwardRef$5H = /*#__PURE__*/forwardRef(LogoNegativeIcon);
|
|
601
601
|
|
|
602
602
|
function LogoPositiveIcon(props, ref) {
|
|
603
603
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -619,7 +619,7 @@ function LogoPositiveIcon(props, ref) {
|
|
|
619
619
|
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"
|
|
620
620
|
}));
|
|
621
621
|
}
|
|
622
|
-
const ForwardRef$
|
|
622
|
+
const ForwardRef$5G = /*#__PURE__*/forwardRef(LogoPositiveIcon);
|
|
623
623
|
|
|
624
624
|
function AnimalIcon(props, ref) {
|
|
625
625
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -640,7 +640,7 @@ function AnimalIcon(props, ref) {
|
|
|
640
640
|
clipRule: "evenodd"
|
|
641
641
|
}));
|
|
642
642
|
}
|
|
643
|
-
const ForwardRef$
|
|
643
|
+
const ForwardRef$5F = /*#__PURE__*/forwardRef(AnimalIcon);
|
|
644
644
|
|
|
645
645
|
function BabyIcon(props, ref) {
|
|
646
646
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -662,7 +662,7 @@ function BabyIcon(props, ref) {
|
|
|
662
662
|
transform: "translate(-527 -279) translate(524 278)"
|
|
663
663
|
}));
|
|
664
664
|
}
|
|
665
|
-
const ForwardRef$
|
|
665
|
+
const ForwardRef$5E = /*#__PURE__*/forwardRef(BabyIcon);
|
|
666
666
|
|
|
667
667
|
function BicycleHotelIcon(props, ref) {
|
|
668
668
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -684,7 +684,7 @@ function BicycleHotelIcon(props, ref) {
|
|
|
684
684
|
d: "m14.815 5.74-.63 1.02L8 2.955 1.814 6.761l-.628-1.022L8 1.546z"
|
|
685
685
|
}));
|
|
686
686
|
}
|
|
687
|
-
const ForwardRef$
|
|
687
|
+
const ForwardRef$5D = /*#__PURE__*/forwardRef(BicycleHotelIcon);
|
|
688
688
|
|
|
689
689
|
function BicycleParkingIcon(props, ref) {
|
|
690
690
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -703,7 +703,7 @@ function BicycleParkingIcon(props, ref) {
|
|
|
703
703
|
clipRule: "evenodd"
|
|
704
704
|
}));
|
|
705
705
|
}
|
|
706
|
-
const ForwardRef$
|
|
706
|
+
const ForwardRef$5C = /*#__PURE__*/forwardRef(BicycleParkingIcon);
|
|
707
707
|
|
|
708
708
|
function BusShelterIcon(props, ref) {
|
|
709
709
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -724,7 +724,7 @@ function BusShelterIcon(props, ref) {
|
|
|
724
724
|
clipRule: "evenodd"
|
|
725
725
|
}));
|
|
726
726
|
}
|
|
727
|
-
const ForwardRef$
|
|
727
|
+
const ForwardRef$5B = /*#__PURE__*/forwardRef(BusShelterIcon);
|
|
728
728
|
|
|
729
729
|
function CoffeeIcon(props, ref) {
|
|
730
730
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -745,7 +745,7 @@ function CoffeeIcon(props, ref) {
|
|
|
745
745
|
clipRule: "evenodd"
|
|
746
746
|
}));
|
|
747
747
|
}
|
|
748
|
-
const ForwardRef$
|
|
748
|
+
const ForwardRef$5A = /*#__PURE__*/forwardRef(CoffeeIcon);
|
|
749
749
|
|
|
750
750
|
function CouchetteIcon(props, ref) {
|
|
751
751
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -766,7 +766,7 @@ function CouchetteIcon(props, ref) {
|
|
|
766
766
|
clipRule: "evenodd"
|
|
767
767
|
}));
|
|
768
768
|
}
|
|
769
|
-
const ForwardRef$
|
|
769
|
+
const ForwardRef$5z = /*#__PURE__*/forwardRef(CouchetteIcon);
|
|
770
770
|
|
|
771
771
|
function CutleryIcon(props, ref) {
|
|
772
772
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -787,7 +787,7 @@ function CutleryIcon(props, ref) {
|
|
|
787
787
|
clipRule: "evenodd"
|
|
788
788
|
}));
|
|
789
789
|
}
|
|
790
|
-
const ForwardRef$
|
|
790
|
+
const ForwardRef$5y = /*#__PURE__*/forwardRef(CutleryIcon);
|
|
791
791
|
|
|
792
792
|
function FullIcon(props, ref) {
|
|
793
793
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -806,7 +806,7 @@ function FullIcon(props, ref) {
|
|
|
806
806
|
clipRule: "evenodd"
|
|
807
807
|
}));
|
|
808
808
|
}
|
|
809
|
-
const ForwardRef$
|
|
809
|
+
const ForwardRef$5x = /*#__PURE__*/forwardRef(FullIcon);
|
|
810
810
|
|
|
811
811
|
function LockerIcon(props, ref) {
|
|
812
812
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -828,7 +828,7 @@ function LockerIcon(props, ref) {
|
|
|
828
828
|
transform: "translate(-1283 -504) translate(1280 503)"
|
|
829
829
|
}));
|
|
830
830
|
}
|
|
831
|
-
const ForwardRef$
|
|
831
|
+
const ForwardRef$5w = /*#__PURE__*/forwardRef(LockerIcon);
|
|
832
832
|
|
|
833
833
|
function ManySeatsAvailableIcon(props, ref) {
|
|
834
834
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -852,7 +852,7 @@ function ManySeatsAvailableIcon(props, ref) {
|
|
|
852
852
|
clipRule: "evenodd"
|
|
853
853
|
}));
|
|
854
854
|
}
|
|
855
|
-
const ForwardRef$
|
|
855
|
+
const ForwardRef$5v = /*#__PURE__*/forwardRef(ManySeatsAvailableIcon);
|
|
856
856
|
|
|
857
857
|
function ParkIcon(props, ref) {
|
|
858
858
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -873,7 +873,7 @@ function ParkIcon(props, ref) {
|
|
|
873
873
|
clipRule: "evenodd"
|
|
874
874
|
}));
|
|
875
875
|
}
|
|
876
|
-
const ForwardRef$
|
|
876
|
+
const ForwardRef$5u = /*#__PURE__*/forwardRef(ParkIcon);
|
|
877
877
|
|
|
878
878
|
function ParkAndRideIcon(props, ref) {
|
|
879
879
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -894,7 +894,7 @@ function ParkAndRideIcon(props, ref) {
|
|
|
894
894
|
clipRule: "evenodd"
|
|
895
895
|
}));
|
|
896
896
|
}
|
|
897
|
-
const ForwardRef$
|
|
897
|
+
const ForwardRef$5t = /*#__PURE__*/forwardRef(ParkAndRideIcon);
|
|
898
898
|
|
|
899
899
|
function ParkingGarageIcon(props, ref) {
|
|
900
900
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -914,7 +914,7 @@ function ParkingGarageIcon(props, ref) {
|
|
|
914
914
|
transform: "translate(-2 -1)"
|
|
915
915
|
}));
|
|
916
916
|
}
|
|
917
|
-
const ForwardRef$
|
|
917
|
+
const ForwardRef$5s = /*#__PURE__*/forwardRef(ParkingGarageIcon);
|
|
918
918
|
|
|
919
919
|
function PlayroomIcon(props, ref) {
|
|
920
920
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -935,7 +935,7 @@ function PlayroomIcon(props, ref) {
|
|
|
935
935
|
clipRule: "evenodd"
|
|
936
936
|
}));
|
|
937
937
|
}
|
|
938
|
-
const ForwardRef$
|
|
938
|
+
const ForwardRef$5r = /*#__PURE__*/forwardRef(PlayroomIcon);
|
|
939
939
|
|
|
940
940
|
function PowerIcon(props, ref) {
|
|
941
941
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -957,7 +957,7 @@ function PowerIcon(props, ref) {
|
|
|
957
957
|
transform: "translate(-1245 -233) translate(1244 232)"
|
|
958
958
|
}));
|
|
959
959
|
}
|
|
960
|
-
const ForwardRef$
|
|
960
|
+
const ForwardRef$5q = /*#__PURE__*/forwardRef(PowerIcon);
|
|
961
961
|
|
|
962
962
|
function PremiumSeatIcon(props, ref) {
|
|
963
963
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -978,7 +978,7 @@ function PremiumSeatIcon(props, ref) {
|
|
|
978
978
|
clipRule: "evenodd"
|
|
979
979
|
}));
|
|
980
980
|
}
|
|
981
|
-
const ForwardRef$
|
|
981
|
+
const ForwardRef$5p = /*#__PURE__*/forwardRef(PremiumSeatIcon);
|
|
982
982
|
|
|
983
983
|
function SeatIcon(props, ref) {
|
|
984
984
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -999,7 +999,7 @@ function SeatIcon(props, ref) {
|
|
|
999
999
|
clipRule: "evenodd"
|
|
1000
1000
|
}));
|
|
1001
1001
|
}
|
|
1002
|
-
const ForwardRef$
|
|
1002
|
+
const ForwardRef$5o = /*#__PURE__*/forwardRef(SeatIcon);
|
|
1003
1003
|
|
|
1004
1004
|
function SeatCompartmentIcon(props, ref) {
|
|
1005
1005
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1021,7 +1021,7 @@ function SeatCompartmentIcon(props, ref) {
|
|
|
1021
1021
|
d: "M9.969 7.621h-1.37v5.27H7.4V7.62H6.03v-1.2H9.97z"
|
|
1022
1022
|
}));
|
|
1023
1023
|
}
|
|
1024
|
-
const ForwardRef$
|
|
1024
|
+
const ForwardRef$5n = /*#__PURE__*/forwardRef(SeatCompartmentIcon);
|
|
1025
1025
|
|
|
1026
1026
|
function SeatCompartmentFilledIcon(props, ref) {
|
|
1027
1027
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1041,7 +1041,7 @@ function SeatCompartmentFilledIcon(props, ref) {
|
|
|
1041
1041
|
d: "M8.969 4.621h-1.37v5.27H6.4V4.62H5.03v-1.2H8.97z"
|
|
1042
1042
|
}));
|
|
1043
1043
|
}
|
|
1044
|
-
const ForwardRef$
|
|
1044
|
+
const ForwardRef$5m = /*#__PURE__*/forwardRef(SeatCompartmentFilledIcon);
|
|
1045
1045
|
|
|
1046
1046
|
function SeatsAvailableIcon(props, ref) {
|
|
1047
1047
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1065,7 +1065,7 @@ function SeatsAvailableIcon(props, ref) {
|
|
|
1065
1065
|
clipRule: "evenodd"
|
|
1066
1066
|
}));
|
|
1067
1067
|
}
|
|
1068
|
-
const ForwardRef$
|
|
1068
|
+
const ForwardRef$5l = /*#__PURE__*/forwardRef(SeatsAvailableIcon);
|
|
1069
1069
|
|
|
1070
1070
|
function SleepIcon(props, ref) {
|
|
1071
1071
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1086,7 +1086,7 @@ function SleepIcon(props, ref) {
|
|
|
1086
1086
|
clipRule: "evenodd"
|
|
1087
1087
|
}));
|
|
1088
1088
|
}
|
|
1089
|
-
const ForwardRef$
|
|
1089
|
+
const ForwardRef$5k = /*#__PURE__*/forwardRef(SleepIcon);
|
|
1090
1090
|
|
|
1091
1091
|
function StandingAvailableIcon(props, ref) {
|
|
1092
1092
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1110,7 +1110,7 @@ function StandingAvailableIcon(props, ref) {
|
|
|
1110
1110
|
clipRule: "evenodd"
|
|
1111
1111
|
}));
|
|
1112
1112
|
}
|
|
1113
|
-
const ForwardRef$
|
|
1113
|
+
const ForwardRef$5j = /*#__PURE__*/forwardRef(StandingAvailableIcon);
|
|
1114
1114
|
|
|
1115
1115
|
function StrollerIcon(props, ref) {
|
|
1116
1116
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1131,7 +1131,7 @@ function StrollerIcon(props, ref) {
|
|
|
1131
1131
|
clipRule: "evenodd"
|
|
1132
1132
|
}));
|
|
1133
1133
|
}
|
|
1134
|
-
const ForwardRef$
|
|
1134
|
+
const ForwardRef$5i = /*#__PURE__*/forwardRef(StrollerIcon);
|
|
1135
1135
|
|
|
1136
1136
|
function TVMIcon(props, ref) {
|
|
1137
1137
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1152,7 +1152,7 @@ function TVMIcon(props, ref) {
|
|
|
1152
1152
|
clipRule: "evenodd"
|
|
1153
1153
|
}));
|
|
1154
1154
|
}
|
|
1155
|
-
const ForwardRef$
|
|
1155
|
+
const ForwardRef$5h = /*#__PURE__*/forwardRef(TVMIcon);
|
|
1156
1156
|
|
|
1157
1157
|
function ToiletIcon(props, ref) {
|
|
1158
1158
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1174,7 +1174,7 @@ function ToiletIcon(props, ref) {
|
|
|
1174
1174
|
transform: "translate(-1173 -237) translate(1172 232)"
|
|
1175
1175
|
}));
|
|
1176
1176
|
}
|
|
1177
|
-
const ForwardRef$
|
|
1177
|
+
const ForwardRef$5g = /*#__PURE__*/forwardRef(ToiletIcon);
|
|
1178
1178
|
|
|
1179
1179
|
function TrainCarIcon(props, ref) {
|
|
1180
1180
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1195,7 +1195,7 @@ function TrainCarIcon(props, ref) {
|
|
|
1195
1195
|
clipRule: "evenodd"
|
|
1196
1196
|
}));
|
|
1197
1197
|
}
|
|
1198
|
-
const ForwardRef$
|
|
1198
|
+
const ForwardRef$5f = /*#__PURE__*/forwardRef(TrainCarIcon);
|
|
1199
1199
|
|
|
1200
1200
|
function VendingMachineIcon(props, ref) {
|
|
1201
1201
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1217,7 +1217,7 @@ function VendingMachineIcon(props, ref) {
|
|
|
1217
1217
|
transform: "translate(-1389 -504) translate(1388 503)"
|
|
1218
1218
|
}));
|
|
1219
1219
|
}
|
|
1220
|
-
const ForwardRef$
|
|
1220
|
+
const ForwardRef$5e = /*#__PURE__*/forwardRef(VendingMachineIcon);
|
|
1221
1221
|
|
|
1222
1222
|
function WaitingRoomIcon(props, ref) {
|
|
1223
1223
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1238,7 +1238,7 @@ function WaitingRoomIcon(props, ref) {
|
|
|
1238
1238
|
clipRule: "evenodd"
|
|
1239
1239
|
}));
|
|
1240
1240
|
}
|
|
1241
|
-
const ForwardRef$
|
|
1241
|
+
const ForwardRef$5d = /*#__PURE__*/forwardRef(WaitingRoomIcon);
|
|
1242
1242
|
|
|
1243
1243
|
function WaterTapIcon(props, ref) {
|
|
1244
1244
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1264,7 +1264,7 @@ function WaterTapIcon(props, ref) {
|
|
|
1264
1264
|
clipRule: "evenodd"
|
|
1265
1265
|
}));
|
|
1266
1266
|
}
|
|
1267
|
-
const ForwardRef$
|
|
1267
|
+
const ForwardRef$5c = /*#__PURE__*/forwardRef(WaterTapIcon);
|
|
1268
1268
|
|
|
1269
1269
|
function WheelchairIcon(props, ref) {
|
|
1270
1270
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1285,7 +1285,7 @@ function WheelchairIcon(props, ref) {
|
|
|
1285
1285
|
clipRule: "evenodd"
|
|
1286
1286
|
}));
|
|
1287
1287
|
}
|
|
1288
|
-
const ForwardRef$
|
|
1288
|
+
const ForwardRef$5b = /*#__PURE__*/forwardRef(WheelchairIcon);
|
|
1289
1289
|
|
|
1290
1290
|
function WifiIcon(props, ref) {
|
|
1291
1291
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1306,7 +1306,7 @@ function WifiIcon(props, ref) {
|
|
|
1306
1306
|
clipRule: "evenodd"
|
|
1307
1307
|
}));
|
|
1308
1308
|
}
|
|
1309
|
-
const ForwardRef$
|
|
1309
|
+
const ForwardRef$5a = /*#__PURE__*/forwardRef(WifiIcon);
|
|
1310
1310
|
|
|
1311
1311
|
function DenmarkIcon(props, ref) {
|
|
1312
1312
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1330,7 +1330,7 @@ function DenmarkIcon(props, ref) {
|
|
|
1330
1330
|
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"
|
|
1331
1331
|
})));
|
|
1332
1332
|
}
|
|
1333
|
-
const ForwardRef$
|
|
1333
|
+
const ForwardRef$59 = /*#__PURE__*/forwardRef(DenmarkIcon);
|
|
1334
1334
|
|
|
1335
1335
|
function NorwayIcon(props, ref) {
|
|
1336
1336
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1358,7 +1358,7 @@ function NorwayIcon(props, ref) {
|
|
|
1358
1358
|
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"
|
|
1359
1359
|
})));
|
|
1360
1360
|
}
|
|
1361
|
-
const ForwardRef$
|
|
1361
|
+
const ForwardRef$58 = /*#__PURE__*/forwardRef(NorwayIcon);
|
|
1362
1362
|
|
|
1363
1363
|
function SamiIcon(props, ref) {
|
|
1364
1364
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1395,7 +1395,7 @@ function SamiIcon(props, ref) {
|
|
|
1395
1395
|
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"
|
|
1396
1396
|
}));
|
|
1397
1397
|
}
|
|
1398
|
-
const ForwardRef$
|
|
1398
|
+
const ForwardRef$57 = /*#__PURE__*/forwardRef(SamiIcon);
|
|
1399
1399
|
|
|
1400
1400
|
function SwedenIcon(props, ref) {
|
|
1401
1401
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1419,7 +1419,7 @@ function SwedenIcon(props, ref) {
|
|
|
1419
1419
|
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"
|
|
1420
1420
|
})));
|
|
1421
1421
|
}
|
|
1422
|
-
const ForwardRef$
|
|
1422
|
+
const ForwardRef$56 = /*#__PURE__*/forwardRef(SwedenIcon);
|
|
1423
1423
|
|
|
1424
1424
|
function UKIcon(props, ref) {
|
|
1425
1425
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1481,7 +1481,7 @@ function UKIcon(props, ref) {
|
|
|
1481
1481
|
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"
|
|
1482
1482
|
})));
|
|
1483
1483
|
}
|
|
1484
|
-
const ForwardRef$
|
|
1484
|
+
const ForwardRef$55 = /*#__PURE__*/forwardRef(UKIcon);
|
|
1485
1485
|
|
|
1486
1486
|
function AKTIcon(props, ref) {
|
|
1487
1487
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1500,7 +1500,7 @@ function AKTIcon(props, ref) {
|
|
|
1500
1500
|
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"
|
|
1501
1501
|
}));
|
|
1502
1502
|
}
|
|
1503
|
-
const ForwardRef$
|
|
1503
|
+
const ForwardRef$54 = /*#__PURE__*/forwardRef(AKTIcon);
|
|
1504
1504
|
|
|
1505
1505
|
function AlesundTurvognIcon(props, ref) {
|
|
1506
1506
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1519,7 +1519,7 @@ function AlesundTurvognIcon(props, ref) {
|
|
|
1519
1519
|
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"
|
|
1520
1520
|
}));
|
|
1521
1521
|
}
|
|
1522
|
-
const ForwardRef$
|
|
1522
|
+
const ForwardRef$53 = /*#__PURE__*/forwardRef(AlesundTurvognIcon);
|
|
1523
1523
|
|
|
1524
1524
|
function AtBIcon(props, ref) {
|
|
1525
1525
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1537,7 +1537,7 @@ function AtBIcon(props, ref) {
|
|
|
1537
1537
|
clipRule: "evenodd"
|
|
1538
1538
|
}));
|
|
1539
1539
|
}
|
|
1540
|
-
const ForwardRef$
|
|
1540
|
+
const ForwardRef$52 = /*#__PURE__*/forwardRef(AtBIcon);
|
|
1541
1541
|
|
|
1542
1542
|
function BaneNORIcon(props, ref) {
|
|
1543
1543
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1556,7 +1556,7 @@ function BaneNORIcon(props, ref) {
|
|
|
1556
1556
|
clipRule: "evenodd"
|
|
1557
1557
|
}));
|
|
1558
1558
|
}
|
|
1559
|
-
const ForwardRef$
|
|
1559
|
+
const ForwardRef$51 = /*#__PURE__*/forwardRef(BaneNORIcon);
|
|
1560
1560
|
|
|
1561
1561
|
function BrakarIcon(props, ref) {
|
|
1562
1562
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1588,7 +1588,7 @@ function BrakarIcon(props, ref) {
|
|
|
1588
1588
|
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"
|
|
1589
1589
|
})));
|
|
1590
1590
|
}
|
|
1591
|
-
const ForwardRef$
|
|
1591
|
+
const ForwardRef$50 = /*#__PURE__*/forwardRef(BrakarIcon);
|
|
1592
1592
|
|
|
1593
1593
|
function BrakarNoTextIcon(props, ref) {
|
|
1594
1594
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1613,7 +1613,7 @@ function BrakarNoTextIcon(props, ref) {
|
|
|
1613
1613
|
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"
|
|
1614
1614
|
}));
|
|
1615
1615
|
}
|
|
1616
|
-
const ForwardRef$
|
|
1616
|
+
const ForwardRef$4$ = /*#__PURE__*/forwardRef(BrakarNoTextIcon);
|
|
1617
1617
|
|
|
1618
1618
|
function FarteIcon(props, ref) {
|
|
1619
1619
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1647,7 +1647,7 @@ function FarteIcon(props, ref) {
|
|
|
1647
1647
|
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"
|
|
1648
1648
|
}));
|
|
1649
1649
|
}
|
|
1650
|
-
const ForwardRef$
|
|
1650
|
+
const ForwardRef$4_ = /*#__PURE__*/forwardRef(FarteIcon);
|
|
1651
1651
|
|
|
1652
1652
|
function FlybussenIcon(props, ref) {
|
|
1653
1653
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1683,7 +1683,7 @@ function FlybussenIcon(props, ref) {
|
|
|
1683
1683
|
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"
|
|
1684
1684
|
})));
|
|
1685
1685
|
}
|
|
1686
|
-
const ForwardRef$
|
|
1686
|
+
const ForwardRef$4Z = /*#__PURE__*/forwardRef(FlybussenIcon);
|
|
1687
1687
|
|
|
1688
1688
|
function FramIcon(props, ref) {
|
|
1689
1689
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1713,7 +1713,7 @@ function FramIcon(props, ref) {
|
|
|
1713
1713
|
d: "M0 0H48V13H0z"
|
|
1714
1714
|
}))));
|
|
1715
1715
|
}
|
|
1716
|
-
const ForwardRef$
|
|
1716
|
+
const ForwardRef$4Y = /*#__PURE__*/forwardRef(FramIcon);
|
|
1717
1717
|
|
|
1718
1718
|
function GOAIcon(props, ref) {
|
|
1719
1719
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1738,7 +1738,7 @@ function GOAIcon(props, ref) {
|
|
|
1738
1738
|
d: "M17.739 6.605 15.776 9.686 18.316 9.686 19.314 8.032 20.127 6.605z"
|
|
1739
1739
|
}));
|
|
1740
1740
|
}
|
|
1741
|
-
const ForwardRef$
|
|
1741
|
+
const ForwardRef$4X = /*#__PURE__*/forwardRef(GOAIcon);
|
|
1742
1742
|
|
|
1743
1743
|
function HykeIcon(props, ref) {
|
|
1744
1744
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1761,7 +1761,7 @@ function HykeIcon(props, ref) {
|
|
|
1761
1761
|
className: "cls-1"
|
|
1762
1762
|
})));
|
|
1763
1763
|
}
|
|
1764
|
-
const ForwardRef$
|
|
1764
|
+
const ForwardRef$4W = /*#__PURE__*/forwardRef(HykeIcon);
|
|
1765
1765
|
|
|
1766
1766
|
function InnlandstrafikkIcon(props, ref) {
|
|
1767
1767
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1781,7 +1781,7 @@ function InnlandstrafikkIcon(props, ref) {
|
|
|
1781
1781
|
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"
|
|
1782
1782
|
})));
|
|
1783
1783
|
}
|
|
1784
|
-
const ForwardRef$
|
|
1784
|
+
const ForwardRef$4V = /*#__PURE__*/forwardRef(InnlandstrafikkIcon);
|
|
1785
1785
|
|
|
1786
1786
|
function KolumbusIcon(props, ref) {
|
|
1787
1787
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1815,7 +1815,7 @@ function KolumbusIcon(props, ref) {
|
|
|
1815
1815
|
d: "M0 2 0 5.3 3.8 7.4 6.9 5.7z"
|
|
1816
1816
|
}));
|
|
1817
1817
|
}
|
|
1818
|
-
const ForwardRef$
|
|
1818
|
+
const ForwardRef$4U = /*#__PURE__*/forwardRef(KolumbusIcon);
|
|
1819
1819
|
|
|
1820
1820
|
function BergenBysykkelIcon(props, ref) {
|
|
1821
1821
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1834,7 +1834,7 @@ function BergenBysykkelIcon(props, ref) {
|
|
|
1834
1834
|
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"
|
|
1835
1835
|
}));
|
|
1836
1836
|
}
|
|
1837
|
-
const ForwardRef$
|
|
1837
|
+
const ForwardRef$4T = /*#__PURE__*/forwardRef(BergenBysykkelIcon);
|
|
1838
1838
|
|
|
1839
1839
|
function BoltIcon(props, ref) {
|
|
1840
1840
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1858,7 +1858,7 @@ function BoltIcon(props, ref) {
|
|
|
1858
1858
|
r: 1.575
|
|
1859
1859
|
})));
|
|
1860
1860
|
}
|
|
1861
|
-
const ForwardRef$
|
|
1861
|
+
const ForwardRef$4S = /*#__PURE__*/forwardRef(BoltIcon);
|
|
1862
1862
|
|
|
1863
1863
|
function FartebysykkelIcon(props, ref) {
|
|
1864
1864
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1888,7 +1888,7 @@ function FartebysykkelIcon(props, ref) {
|
|
|
1888
1888
|
d: "M0 0H16V16H0z"
|
|
1889
1889
|
}))));
|
|
1890
1890
|
}
|
|
1891
|
-
const ForwardRef$
|
|
1891
|
+
const ForwardRef$4R = /*#__PURE__*/forwardRef(FartebysykkelIcon);
|
|
1892
1892
|
|
|
1893
1893
|
function GetAroundIcon(props, ref) {
|
|
1894
1894
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1905,7 +1905,7 @@ function GetAroundIcon(props, ref) {
|
|
|
1905
1905
|
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"
|
|
1906
1906
|
}));
|
|
1907
1907
|
}
|
|
1908
|
-
const ForwardRef$
|
|
1908
|
+
const ForwardRef$4Q = /*#__PURE__*/forwardRef(GetAroundIcon);
|
|
1909
1909
|
|
|
1910
1910
|
function HafjellIcon(props, ref) {
|
|
1911
1911
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1931,7 +1931,7 @@ function HafjellIcon(props, ref) {
|
|
|
1931
1931
|
d: "M7.704 1 6.239 2.465l1.465 1.464 1.465-1.464z"
|
|
1932
1932
|
}));
|
|
1933
1933
|
}
|
|
1934
|
-
const ForwardRef$
|
|
1934
|
+
const ForwardRef$4P = /*#__PURE__*/forwardRef(HafjellIcon);
|
|
1935
1935
|
|
|
1936
1936
|
function HertzIcon(props, ref) {
|
|
1937
1937
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1951,7 +1951,7 @@ function HertzIcon(props, ref) {
|
|
|
1951
1951
|
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"
|
|
1952
1952
|
}));
|
|
1953
1953
|
}
|
|
1954
|
-
const ForwardRef$
|
|
1954
|
+
const ForwardRef$4O = /*#__PURE__*/forwardRef(HertzIcon);
|
|
1955
1955
|
|
|
1956
1956
|
function KolumbusBysykkelIcon(props, ref) {
|
|
1957
1957
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1973,7 +1973,7 @@ function KolumbusBysykkelIcon(props, ref) {
|
|
|
1973
1973
|
d: "M3.45 1 3.45 4.85 7.883 7.3 11.5 5.317z"
|
|
1974
1974
|
}));
|
|
1975
1975
|
}
|
|
1976
|
-
const ForwardRef$
|
|
1976
|
+
const ForwardRef$4N = /*#__PURE__*/forwardRef(KolumbusBysykkelIcon);
|
|
1977
1977
|
|
|
1978
1978
|
function LimeIcon(props, ref) {
|
|
1979
1979
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1999,7 +1999,7 @@ function LimeIcon(props, ref) {
|
|
|
1999
1999
|
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"
|
|
2000
2000
|
})));
|
|
2001
2001
|
}
|
|
2002
|
-
const ForwardRef$
|
|
2002
|
+
const ForwardRef$4M = /*#__PURE__*/forwardRef(LimeIcon);
|
|
2003
2003
|
|
|
2004
2004
|
function MoveAboutIcon(props, ref) {
|
|
2005
2005
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2023,7 +2023,7 @@ function MoveAboutIcon(props, ref) {
|
|
|
2023
2023
|
transform: "matrix(1.63557 0 0 1.63557 -92.815 545.086)"
|
|
2024
2024
|
})));
|
|
2025
2025
|
}
|
|
2026
|
-
const ForwardRef$
|
|
2026
|
+
const ForwardRef$4L = /*#__PURE__*/forwardRef(MoveAboutIcon);
|
|
2027
2027
|
|
|
2028
2028
|
function OsloBysykkelIcon(props, ref) {
|
|
2029
2029
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2042,7 +2042,7 @@ function OsloBysykkelIcon(props, ref) {
|
|
|
2042
2042
|
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"
|
|
2043
2043
|
}));
|
|
2044
2044
|
}
|
|
2045
|
-
const ForwardRef$
|
|
2045
|
+
const ForwardRef$4K = /*#__PURE__*/forwardRef(OsloBysykkelIcon);
|
|
2046
2046
|
|
|
2047
2047
|
function OttoMobilityIcon(props, ref) {
|
|
2048
2048
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2067,7 +2067,7 @@ function OttoMobilityIcon(props, ref) {
|
|
|
2067
2067
|
transform: "translate(1 3)"
|
|
2068
2068
|
}))));
|
|
2069
2069
|
}
|
|
2070
|
-
const ForwardRef$
|
|
2070
|
+
const ForwardRef$4J = /*#__PURE__*/forwardRef(OttoMobilityIcon);
|
|
2071
2071
|
|
|
2072
2072
|
function SURFIcon(props, ref) {
|
|
2073
2073
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2084,7 +2084,7 @@ function SURFIcon(props, ref) {
|
|
|
2084
2084
|
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"
|
|
2085
2085
|
}));
|
|
2086
2086
|
}
|
|
2087
|
-
const ForwardRef$
|
|
2087
|
+
const ForwardRef$4I = /*#__PURE__*/forwardRef(SURFIcon);
|
|
2088
2088
|
|
|
2089
2089
|
function TierIcon(props, ref) {
|
|
2090
2090
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2103,7 +2103,7 @@ function TierIcon(props, ref) {
|
|
|
2103
2103
|
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"
|
|
2104
2104
|
}));
|
|
2105
2105
|
}
|
|
2106
|
-
const ForwardRef$
|
|
2106
|
+
const ForwardRef$4H = /*#__PURE__*/forwardRef(TierIcon);
|
|
2107
2107
|
|
|
2108
2108
|
function TrondheimBysykkelIcon(props, ref) {
|
|
2109
2109
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2122,7 +2122,7 @@ function TrondheimBysykkelIcon(props, ref) {
|
|
|
2122
2122
|
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"
|
|
2123
2123
|
}));
|
|
2124
2124
|
}
|
|
2125
|
-
const ForwardRef$
|
|
2125
|
+
const ForwardRef$4G = /*#__PURE__*/forwardRef(TrondheimBysykkelIcon);
|
|
2126
2126
|
|
|
2127
2127
|
function VoiIcon(props, ref) {
|
|
2128
2128
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2141,7 +2141,7 @@ function VoiIcon(props, ref) {
|
|
|
2141
2141
|
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"
|
|
2142
2142
|
}));
|
|
2143
2143
|
}
|
|
2144
|
-
const ForwardRef$
|
|
2144
|
+
const ForwardRef$4F = /*#__PURE__*/forwardRef(VoiIcon);
|
|
2145
2145
|
|
|
2146
2146
|
function ZvippIcon(props, ref) {
|
|
2147
2147
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2179,7 +2179,7 @@ function ZvippIcon(props, ref) {
|
|
|
2179
2179
|
d: "M12.232 7.448 8.59 7.448 10.577 10.489 15 5.511 12.014 2.58 8.26 2.58z"
|
|
2180
2180
|
})));
|
|
2181
2181
|
}
|
|
2182
|
-
const ForwardRef$
|
|
2182
|
+
const ForwardRef$4E = /*#__PURE__*/forwardRef(ZvippIcon);
|
|
2183
2183
|
|
|
2184
2184
|
function NordlandIcon(props, ref) {
|
|
2185
2185
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2208,7 +2208,7 @@ function NordlandIcon(props, ref) {
|
|
|
2208
2208
|
transform: "translate(0 .448)"
|
|
2209
2209
|
}))));
|
|
2210
2210
|
}
|
|
2211
|
-
const ForwardRef$
|
|
2211
|
+
const ForwardRef$4D = /*#__PURE__*/forwardRef(NordlandIcon);
|
|
2212
2212
|
|
|
2213
2213
|
function OstfoldIcon(props, ref) {
|
|
2214
2214
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2228,7 +2228,7 @@ function OstfoldIcon(props, ref) {
|
|
|
2228
2228
|
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"
|
|
2229
2229
|
})));
|
|
2230
2230
|
}
|
|
2231
|
-
const ForwardRef$
|
|
2231
|
+
const ForwardRef$4C = /*#__PURE__*/forwardRef(OstfoldIcon);
|
|
2232
2232
|
|
|
2233
2233
|
function ReisNordlandIcon(props, ref) {
|
|
2234
2234
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2248,7 +2248,7 @@ function ReisNordlandIcon(props, ref) {
|
|
|
2248
2248
|
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"
|
|
2249
2249
|
})));
|
|
2250
2250
|
}
|
|
2251
|
-
const ForwardRef$
|
|
2251
|
+
const ForwardRef$4B = /*#__PURE__*/forwardRef(ReisNordlandIcon);
|
|
2252
2252
|
|
|
2253
2253
|
function RuterIcon(props, ref) {
|
|
2254
2254
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2267,7 +2267,7 @@ function RuterIcon(props, ref) {
|
|
|
2267
2267
|
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"
|
|
2268
2268
|
}));
|
|
2269
2269
|
}
|
|
2270
|
-
const ForwardRef$
|
|
2270
|
+
const ForwardRef$4A = /*#__PURE__*/forwardRef(RuterIcon);
|
|
2271
2271
|
|
|
2272
2272
|
function RuterNoTextIcon(props, ref) {
|
|
2273
2273
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2284,7 +2284,7 @@ function RuterNoTextIcon(props, ref) {
|
|
|
2284
2284
|
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"
|
|
2285
2285
|
}));
|
|
2286
2286
|
}
|
|
2287
|
-
const ForwardRef$
|
|
2287
|
+
const ForwardRef$4z = /*#__PURE__*/forwardRef(RuterNoTextIcon);
|
|
2288
2288
|
|
|
2289
2289
|
function SJIcon(props, ref) {
|
|
2290
2290
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2306,7 +2306,7 @@ function SJIcon(props, ref) {
|
|
|
2306
2306
|
transform: "translate(-161 -134) translate(161 134)"
|
|
2307
2307
|
}));
|
|
2308
2308
|
}
|
|
2309
|
-
const ForwardRef$
|
|
2309
|
+
const ForwardRef$4y = /*#__PURE__*/forwardRef(SJIcon);
|
|
2310
2310
|
|
|
2311
2311
|
function SJNordIcon(props, ref) {
|
|
2312
2312
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2324,7 +2324,7 @@ function SJNordIcon(props, ref) {
|
|
|
2324
2324
|
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"
|
|
2325
2325
|
})));
|
|
2326
2326
|
}
|
|
2327
|
-
const ForwardRef$
|
|
2327
|
+
const ForwardRef$4x = /*#__PURE__*/forwardRef(SJNordIcon);
|
|
2328
2328
|
|
|
2329
2329
|
function SkyssIcon(props, ref) {
|
|
2330
2330
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2343,7 +2343,7 @@ function SkyssIcon(props, ref) {
|
|
|
2343
2343
|
clipRule: "evenodd"
|
|
2344
2344
|
}));
|
|
2345
2345
|
}
|
|
2346
|
-
const ForwardRef$
|
|
2346
|
+
const ForwardRef$4w = /*#__PURE__*/forwardRef(SkyssIcon);
|
|
2347
2347
|
|
|
2348
2348
|
function SkyssNoTextIcon(props, ref) {
|
|
2349
2349
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2360,7 +2360,7 @@ function SkyssNoTextIcon(props, ref) {
|
|
|
2360
2360
|
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"
|
|
2361
2361
|
}));
|
|
2362
2362
|
}
|
|
2363
|
-
const ForwardRef$
|
|
2363
|
+
const ForwardRef$4v = /*#__PURE__*/forwardRef(SkyssNoTextIcon);
|
|
2364
2364
|
|
|
2365
2365
|
function SnelandiaIcon(props, ref) {
|
|
2366
2366
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2396,7 +2396,7 @@ function SnelandiaIcon(props, ref) {
|
|
|
2396
2396
|
d: "M0 0H63V12H0z"
|
|
2397
2397
|
}))));
|
|
2398
2398
|
}
|
|
2399
|
-
const ForwardRef$
|
|
2399
|
+
const ForwardRef$4u = /*#__PURE__*/forwardRef(SnelandiaIcon);
|
|
2400
2400
|
|
|
2401
2401
|
function SvipperIcon(props, ref) {
|
|
2402
2402
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2413,7 +2413,7 @@ function SvipperIcon(props, ref) {
|
|
|
2413
2413
|
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"
|
|
2414
2414
|
}));
|
|
2415
2415
|
}
|
|
2416
|
-
const ForwardRef$
|
|
2416
|
+
const ForwardRef$4t = /*#__PURE__*/forwardRef(SvipperIcon);
|
|
2417
2417
|
|
|
2418
2418
|
function TromsFylkestrafikkIcon(props, ref) {
|
|
2419
2419
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2441,7 +2441,7 @@ function TromsFylkestrafikkIcon(props, ref) {
|
|
|
2441
2441
|
d: "M0 0H38.856V8.868H0z"
|
|
2442
2442
|
}))));
|
|
2443
2443
|
}
|
|
2444
|
-
const ForwardRef$
|
|
2444
|
+
const ForwardRef$4s = /*#__PURE__*/forwardRef(TromsFylkestrafikkIcon);
|
|
2445
2445
|
|
|
2446
2446
|
function VKTIcon(props, ref) {
|
|
2447
2447
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2465,7 +2465,7 @@ function VKTIcon(props, ref) {
|
|
|
2465
2465
|
d: "M0 0H56V14.606H0z"
|
|
2466
2466
|
}))));
|
|
2467
2467
|
}
|
|
2468
|
-
const ForwardRef$
|
|
2468
|
+
const ForwardRef$4r = /*#__PURE__*/forwardRef(VKTIcon);
|
|
2469
2469
|
|
|
2470
2470
|
function VyIcon(props, ref) {
|
|
2471
2471
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2496,7 +2496,7 @@ function VyIcon(props, ref) {
|
|
|
2496
2496
|
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"
|
|
2497
2497
|
}));
|
|
2498
2498
|
}
|
|
2499
|
-
const ForwardRef$
|
|
2499
|
+
const ForwardRef$4q = /*#__PURE__*/forwardRef(VyIcon);
|
|
2500
2500
|
|
|
2501
2501
|
function ØresundstågIcon(props, ref) {
|
|
2502
2502
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2512,7 +2512,7 @@ function ØresundstågIcon(props, ref) {
|
|
|
2512
2512
|
d: "M1.882 6.375c0-.977.786-1.761 1.756-1.761.262 0 .513.068.73.159l1.368-1.364a3.6 3.6 0 0 0-2.098-.659A3.634 3.634 0 0 0 0 6.375c0 .784.25 1.5.661 2.09L2.03 7.103a1.9 1.9 0 0 1-.148-.727m3.375-.716c.103.216.16.466.16.716A1.76 1.76 0 0 1 2.93 7.977L1.562 9.341c.593.42 1.312.659 2.087.659A3.64 3.64 0 0 0 7.3 6.364a3.64 3.64 0 0 0-.662-2.08zm36.549 4.17h2.817c1.904 0 3.523-1.284 3.523-3.397 0-2.205-1.505-3.477-3.694-3.477h-2.646zM63.336 1c-.775 0-1.391.614-1.391 1.364 0 .295.102.568.262.761L59.733 9.83h1.893l.456-1.42h2.303l.445 1.42h1.984l-2.383-6.67a1.23 1.23 0 0 0 .285-.796c0-.75-.616-1.364-1.38-1.364M34.428 9.83h1.802V5.886l2.76 3.944h1.561V2.955H38.75v3.84l-2.646-3.84h-1.665V9.83zm-26.206 0h1.836V7.489h.81l1.197 2.34h2.019l-1.517-2.647c.695-.41 1.095-1.068 1.095-1.977 0-1.387-.867-2.25-2.44-2.25h-3zm62.47-2.523H71.9v.659c-.353.25-.775.375-1.254.375-1.118 0-1.848-.796-1.848-1.943 0-1.057.639-1.932 1.848-1.932.661 0 1.106.295 1.54.727L73.37 3.99c-.673-.864-1.665-1.228-2.862-1.228-2.076 0-3.58 1.478-3.58 3.614 0 2.068 1.197 3.614 3.58 3.614.992 0 2.178-.273 3.033-.978V5.898h-2.84v1.409zM27.3 7.147c0 1.66 1.107 2.853 2.988 2.853 1.78 0 2.965-1.125 2.965-2.852V2.955h-1.847v4.022c0 .716-.285 1.296-1.118 1.296-.798 0-1.14-.523-1.14-1.296V2.955h-1.836v4.193zM14.893 9.83h5.189V8.25h-3.353V7.09h2.577V5.615H16.73V4.523h3.136V2.955h-4.972zm5.782-.853c.764.705 1.745 1.012 2.908 1.012 1.38 0 2.805-.762 2.805-2.17 0-.91-.479-1.603-1.311-1.955-.251-.103-.48-.17-1.05-.364-.433-.148-1.026-.273-1.026-.75 0-.375.388-.523.753-.523.57 0 1.072.239 1.562.603l.935-1.17c-.638-.66-1.699-.887-2.509-.887-1.436 0-2.668.75-2.668 2.25 0 1.113.97 1.659 1.745 1.92l.661.227c.445.148.867.341.867.705 0 .455-.434.568-.798.568-.719 0-1.278-.295-1.78-.784zm27.745 0c.764.705 1.745 1.012 2.908 1.012 1.38 0 2.805-.762 2.805-2.17 0-.91-.479-1.603-1.311-1.955-.251-.103-.48-.17-1.05-.364-.433-.148-1.026-.273-1.026-.75 0-.375.377-.523.753-.523.559 0 1.072.239 1.562.603l.935-1.17c-.638-.66-1.699-.887-2.508-.887-1.437 0-2.669.75-2.669 2.25 0 1.113.97 1.659 1.745 1.92l.661.227c.445.148.867.341.867.705 0 .455-.433.568-.798.568-.719 0-1.277-.295-1.78-.784zm8.062.853h1.848V4.602h2.03V2.955h-5.907v1.647h2.03zM43.63 8.216v-3.67h.753c1.106.01 1.882.67 1.882 1.84 0 1.114-.753 1.83-1.882 1.841h-.753zM10.058 6.08V4.386h.97c.547 0 .832.353.832.864 0 .466-.285.83-.81.83zm52.4.988.798-2.58.764 2.58zm.285-4.693a.583.583 0 0 1 1.163 0c0 .318-.262.58-.581.58a.59.59 0 0 1-.582-.58"
|
|
2513
2513
|
}));
|
|
2514
2514
|
}
|
|
2515
|
-
const ForwardRef$
|
|
2515
|
+
const ForwardRef$4p = /*#__PURE__*/forwardRef(ØresundstågIcon);
|
|
2516
2516
|
|
|
2517
2517
|
function AmericanExpressIcon(props, ref) {
|
|
2518
2518
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2531,7 +2531,7 @@ function AmericanExpressIcon(props, ref) {
|
|
|
2531
2531
|
d: "m13.15 3.93.51-1.39H16V0H0v16h16v-2.53h-2.21l-.82-.95-.85.95H5.85V8.39H3.78l2.59-5.86h2.52l.61 1.33V2.53h3.13l.52 1.39Zm-1.77.92v-.56l.21.56 1.04 2.78h1.03l1.05-2.78.2-.55v3.33H16V3.36h-1.81l-.82 2.17-.22.59-.22-.59-.83-2.17h-1.81v4.27h1.09zM9.04 7.63h1.25L8.41 3.36H6.95L5.06 7.63H6.3l.33-.82H8.7l.33.82ZM7.46 4.81l.21-.53.21.53.44 1.08H7.01l.44-1.08ZM6.73 8.4v4.25h3.56v-.92H7.82v-.74h2.43v-.92H7.82v-.75h2.47V8.4zm7.53 4.25h1.41l-1.99-2.13 1.99-2.12h-1.39l-1.29 1.38-1.28-1.38h-1.42l1.99 2.13-1.99 2.12h1.38l1.3-1.39zm.54-2.14 1.21 1.23V9.3z"
|
|
2532
2532
|
}));
|
|
2533
2533
|
}
|
|
2534
|
-
const ForwardRef$
|
|
2534
|
+
const ForwardRef$4o = /*#__PURE__*/forwardRef(AmericanExpressIcon);
|
|
2535
2535
|
|
|
2536
2536
|
function ApplePayIcon(props, ref) {
|
|
2537
2537
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2554,7 +2554,7 @@ function ApplePayIcon(props, ref) {
|
|
|
2554
2554
|
d: "M3.823 3.515a.78.78 0 0 0 .18-.557.78.78 0 0 0-.514.266c-.111.129-.21.338-.184.536.197.017.394-.099.518-.245M4 3.798c-.286-.017-.529.162-.666.162-.136 0-.346-.153-.572-.15a.84.84 0 0 0-.717.437c-.308.53-.081 1.316.218 1.747.145.214.32.449.55.44.218-.008.304-.14.568-.14.265 0 .342.14.572.136.24-.004.39-.214.534-.427.167-.244.235-.479.24-.492-.005-.004-.462-.18-.466-.705-.004-.44.359-.649.376-.662-.205-.303-.525-.337-.637-.346M6.492 3.203c.622 0 1.055.428 1.055 1.052 0 .627-.442 1.058-1.07 1.058h-.69v1.095H5.29V3.203zm-.704 1.692h.57c.434 0 .68-.233.68-.637 0-.405-.246-.636-.677-.636h-.573zM7.677 5.744c0-.41.313-.66.869-.691l.64-.038v-.18c0-.26-.176-.415-.47-.415-.277 0-.45.133-.493.342H7.77c.027-.422.387-.733.964-.733.567 0 .929.3.929.768v1.61h-.46v-.383h-.011c-.136.26-.431.424-.738.424-.457 0-.777-.285-.777-.704m1.508-.211v-.185l-.575.036c-.287.02-.449.146-.449.346 0 .205.169.338.427.338.335 0 .597-.231.597-.535M10.097 7.267V6.88a1 1 0 0 0 .155.009c.222 0 .342-.094.416-.334 0-.004.042-.142.042-.144l-.844-2.339h.52l.59 1.901h.01l.59-1.901h.506l-.875 2.459c-.2.566-.43.748-.915.748-.04 0-.16-.004-.195-.01"
|
|
2555
2555
|
}));
|
|
2556
2556
|
}
|
|
2557
|
-
const ForwardRef$
|
|
2557
|
+
const ForwardRef$4n = /*#__PURE__*/forwardRef(ApplePayIcon);
|
|
2558
2558
|
|
|
2559
2559
|
function BanknoteIcon(props, ref) {
|
|
2560
2560
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2575,7 +2575,7 @@ function BanknoteIcon(props, ref) {
|
|
|
2575
2575
|
clipRule: "evenodd"
|
|
2576
2576
|
}));
|
|
2577
2577
|
}
|
|
2578
|
-
const ForwardRef$
|
|
2578
|
+
const ForwardRef$4m = /*#__PURE__*/forwardRef(BanknoteIcon);
|
|
2579
2579
|
|
|
2580
2580
|
function BanknoteMultiIcon(props, ref) {
|
|
2581
2581
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2596,7 +2596,7 @@ function BanknoteMultiIcon(props, ref) {
|
|
|
2596
2596
|
clipRule: "evenodd"
|
|
2597
2597
|
}));
|
|
2598
2598
|
}
|
|
2599
|
-
const ForwardRef$
|
|
2599
|
+
const ForwardRef$4l = /*#__PURE__*/forwardRef(BanknoteMultiIcon);
|
|
2600
2600
|
|
|
2601
2601
|
function DepositionIcon(props, ref) {
|
|
2602
2602
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2617,7 +2617,7 @@ function DepositionIcon(props, ref) {
|
|
|
2617
2617
|
clipRule: "evenodd"
|
|
2618
2618
|
}));
|
|
2619
2619
|
}
|
|
2620
|
-
const ForwardRef$
|
|
2620
|
+
const ForwardRef$4k = /*#__PURE__*/forwardRef(DepositionIcon);
|
|
2621
2621
|
|
|
2622
2622
|
function DiffIcon(props, ref) {
|
|
2623
2623
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2638,7 +2638,7 @@ function DiffIcon(props, ref) {
|
|
|
2638
2638
|
clipRule: "evenodd"
|
|
2639
2639
|
}));
|
|
2640
2640
|
}
|
|
2641
|
-
const ForwardRef$
|
|
2641
|
+
const ForwardRef$4j = /*#__PURE__*/forwardRef(DiffIcon);
|
|
2642
2642
|
|
|
2643
2643
|
function EuroIcon(props, ref) {
|
|
2644
2644
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2659,7 +2659,7 @@ function EuroIcon(props, ref) {
|
|
|
2659
2659
|
clipRule: "evenodd"
|
|
2660
2660
|
}));
|
|
2661
2661
|
}
|
|
2662
|
-
const ForwardRef$
|
|
2662
|
+
const ForwardRef$4i = /*#__PURE__*/forwardRef(EuroIcon);
|
|
2663
2663
|
|
|
2664
2664
|
function GooglePayIcon(props, ref) {
|
|
2665
2665
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2694,7 +2694,7 @@ function GooglePayIcon(props, ref) {
|
|
|
2694
2694
|
d: "M3.727 2.855c.235 0 .445.084.612.247l.455-.47a1.5 1.5 0 0 0-1.067-.43A1.59 1.59 0 0 0 2.3 3.11l.53.425c.127-.39.48-.68.896-.68"
|
|
2695
2695
|
}));
|
|
2696
2696
|
}
|
|
2697
|
-
const ForwardRef$
|
|
2697
|
+
const ForwardRef$4h = /*#__PURE__*/forwardRef(GooglePayIcon);
|
|
2698
2698
|
|
|
2699
2699
|
function MastercardIcon(props, ref) {
|
|
2700
2700
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2719,7 +2719,7 @@ function MastercardIcon(props, ref) {
|
|
|
2719
2719
|
d: "M15 8a4.326 4.326 0 0 1-7 3.402 4.326 4.326 0 0 0 0-6.803 4.326 4.326 0 0 1 7 3.4zM14.587 10.68v-.139h.056v-.029H14.5v.03h.061v.139zm.277 0v-.168h-.043l-.05.12-.051-.12h-.038v.169h.03v-.127l.048.11h.032l.047-.11v.128z"
|
|
2720
2720
|
}));
|
|
2721
2721
|
}
|
|
2722
|
-
const ForwardRef$
|
|
2722
|
+
const ForwardRef$4g = /*#__PURE__*/forwardRef(MastercardIcon);
|
|
2723
2723
|
|
|
2724
2724
|
function MoneyIcon(props, ref) {
|
|
2725
2725
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2740,7 +2740,7 @@ function MoneyIcon(props, ref) {
|
|
|
2740
2740
|
clipRule: "evenodd"
|
|
2741
2741
|
}));
|
|
2742
2742
|
}
|
|
2743
|
-
const ForwardRef$
|
|
2743
|
+
const ForwardRef$4f = /*#__PURE__*/forwardRef(MoneyIcon);
|
|
2744
2744
|
|
|
2745
2745
|
function PriceFromIcon(props, ref) {
|
|
2746
2746
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2759,7 +2759,7 @@ function PriceFromIcon(props, ref) {
|
|
|
2759
2759
|
d: "m9.037 1.018 2.147.548q.106.027.193.091a.52.52 0 0 1 .2.556l-.575 2.043a.56.56 0 0 1-.68.374.526.526 0 0 1-.394-.648l.228-.81-3.602 1.98-2.038 1.112-.388.227a.58.58 0 0 1-.422.053.55.55 0 0 1-.337-.246.514.514 0 0 1 .204-.723L6.48 3.972 9.6 2.257l-.852-.218a.527.527 0 0 1-.393-.647.56.56 0 0 1 .68-.374M5.778 13.943c1.104 0 2.058-.269 2.746-.721.012.063.032.126.032.192C8.556 14.318 7.36 15 5.778 15 4.194 15 3 14.318 3 13.414c0-.066.02-.129.032-.192.688.452 1.642.72 2.746.72M3 11.299c0-.904 1.194-1.586 2.778-1.586s2.778.682 2.778 1.586-1.194 1.586-2.778 1.586S3 12.203 3 11.299m7.222-.53c1.104 0 2.059-.267 2.746-.72.013.064.032.126.032.192 0 .905-1.194 1.587-2.778 1.587a5 5 0 0 1-.62-.039c.04-.16.065-.323.065-.49 0-.198-.032-.387-.085-.568.208.02.419.039.64.039M7.445 8.127c0-.904 1.193-1.586 2.777-1.586S13 7.222 13 8.126s-1.194 1.587-2.778 1.587-2.777-.682-2.777-1.587m2.777 4.76c1.104 0 2.059-.269 2.746-.722.013.064.032.126.032.192 0 .904-1.194 1.587-2.778 1.587a5 5 0 0 1-.62-.04c.04-.16.065-.321.065-.49q-.002-.291-.083-.567c.207.02.417.039.638.039"
|
|
2760
2760
|
}));
|
|
2761
2761
|
}
|
|
2762
|
-
const ForwardRef$
|
|
2762
|
+
const ForwardRef$4e = /*#__PURE__*/forwardRef(PriceFromIcon);
|
|
2763
2763
|
|
|
2764
2764
|
function PricelistIcon(props, ref) {
|
|
2765
2765
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2780,7 +2780,7 @@ function PricelistIcon(props, ref) {
|
|
|
2780
2780
|
clipRule: "evenodd"
|
|
2781
2781
|
}));
|
|
2782
2782
|
}
|
|
2783
|
-
const ForwardRef$
|
|
2783
|
+
const ForwardRef$4d = /*#__PURE__*/forwardRef(PricelistIcon);
|
|
2784
2784
|
|
|
2785
2785
|
function ReferenceIcon(props, ref) {
|
|
2786
2786
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2801,7 +2801,7 @@ function ReferenceIcon(props, ref) {
|
|
|
2801
2801
|
clipRule: "evenodd"
|
|
2802
2802
|
}));
|
|
2803
2803
|
}
|
|
2804
|
-
const ForwardRef$
|
|
2804
|
+
const ForwardRef$4c = /*#__PURE__*/forwardRef(ReferenceIcon);
|
|
2805
2805
|
|
|
2806
2806
|
function ShoppingCartIcon(props, ref) {
|
|
2807
2807
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2822,7 +2822,7 @@ function ShoppingCartIcon(props, ref) {
|
|
|
2822
2822
|
clipRule: "evenodd"
|
|
2823
2823
|
}));
|
|
2824
2824
|
}
|
|
2825
|
-
const ForwardRef$
|
|
2825
|
+
const ForwardRef$4b = /*#__PURE__*/forwardRef(ShoppingCartIcon);
|
|
2826
2826
|
|
|
2827
2827
|
function StatsIcon(props, ref) {
|
|
2828
2828
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2843,7 +2843,7 @@ function StatsIcon(props, ref) {
|
|
|
2843
2843
|
clipRule: "evenodd"
|
|
2844
2844
|
}));
|
|
2845
2845
|
}
|
|
2846
|
-
const ForwardRef$
|
|
2846
|
+
const ForwardRef$4a = /*#__PURE__*/forwardRef(StatsIcon);
|
|
2847
2847
|
|
|
2848
2848
|
function VippsIcon(props, ref) {
|
|
2849
2849
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2870,7 +2870,7 @@ function VippsIcon(props, ref) {
|
|
|
2870
2870
|
clipRule: "evenodd"
|
|
2871
2871
|
}));
|
|
2872
2872
|
}
|
|
2873
|
-
const ForwardRef$
|
|
2873
|
+
const ForwardRef$49 = /*#__PURE__*/forwardRef(VippsIcon);
|
|
2874
2874
|
|
|
2875
2875
|
function VippsLogoIcon(props, ref) {
|
|
2876
2876
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2889,7 +2889,7 @@ function VippsLogoIcon(props, ref) {
|
|
|
2889
2889
|
d: "m6 .6 5.1 14.9 5-14.9H22l-8.8 22.1H8.8L0 .6zM35.3 19.2c3.7 0 5.8-1.8 7.8-4.4 1.1-1.4 2.5-1.7 3.5-.9s1.1 2.3 0 3.7c-2.9 3.8-6.6 6.1-11.3 6.1-5.1 0-9.6-2.8-12.7-7.7-.9-1.3-.7-2.7.3-3.4s2.5-.4 3.4 1c2.2 3.3 5.2 5.6 9 5.6m6.9-12.3c0 1.8-1.4 3-3 3s-3-1.2-3-3 1.4-3 3-3 3 1.3 3 3M56.3.6v3C57.8 1.5 60.1 0 63.5 0c4.3 0 9.3 3.6 9.3 11.3 0 8.1-4.8 12-9.8 12-2.6 0-5-1-6.8-3.5v10.6h-5.4V.6zm0 11c0 4.5 2.6 6.9 5.5 6.9 2.8 0 5.6-2.2 5.6-6.9 0-4.6-2.8-6.8-5.6-6.8s-5.5 2.1-5.5 6.8M82.3.6v3C83.8 1.5 86.1 0 89.5 0c4.3 0 9.3 3.6 9.3 11.3 0 8.1-4.8 12-9.8 12-2.6 0-5-1-6.8-3.5v10.6h-5.4V.6zm0 11c0 4.5 2.6 6.9 5.5 6.9 2.8 0 5.6-2.2 5.6-6.9 0-4.6-2.8-6.8-5.6-6.8-2.9 0-5.5 2.1-5.5 6.8M110.3 0c4.5 0 7.7 2.1 9.1 7.3l-4.9.8c-.1-2.6-1.7-3.5-4.1-3.5-1.8 0-3.2.8-3.2 2.1 0 1 .7 2 2.8 2.4l3.7.7c3.6.7 5.6 3.1 5.6 6.3 0 4.8-4.3 7.2-8.4 7.2-4.3 0-9.1-2.2-9.8-7.6l4.9-.8c.3 2.8 2 3.8 4.8 3.8 2.1 0 3.5-.8 3.5-2.1 0-1.2-.7-2.1-3-2.5l-3.4-.6c-3.6-.7-5.8-3.2-5.8-6.4.1-5 4.6-7.1 8.2-7.1"
|
|
2890
2890
|
}));
|
|
2891
2891
|
}
|
|
2892
|
-
const ForwardRef$
|
|
2892
|
+
const ForwardRef$48 = /*#__PURE__*/forwardRef(VippsLogoIcon);
|
|
2893
2893
|
|
|
2894
2894
|
function VisaIcon(props, ref) {
|
|
2895
2895
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2917,7 +2917,7 @@ function VisaIcon(props, ref) {
|
|
|
2917
2917
|
d: "M6.65 6.337 5.252 9.672H4.34L3.652 7.01c-.041-.163-.078-.224-.205-.293-.207-.113-.55-.218-.85-.283l.02-.097h1.468c.187 0 .355.124.398.34l.363 1.93.898-2.27zm3.574 2.246c.004-.88-1.217-.929-1.209-1.322.003-.12.117-.247.366-.28.124-.015.464-.028.85.15l.152-.708a2.3 2.3 0 0 0-.807-.147c-.853 0-1.453.453-1.458 1.102-.005.48.429.748.755.908.337.163.45.268.448.414-.002.224-.269.323-.516.327-.434.007-.686-.117-.886-.211l-.157.731c.202.093.574.173.96.177.906 0 1.499-.448 1.502-1.141m2.252 1.089h.798l-.697-3.335h-.736a.39.39 0 0 0-.368.244l-1.294 3.09h.906l.18-.497h1.107zm-.963-1.182.454-1.252.262 1.252zm-3.63-2.153L7.17 9.672h-.863l.713-3.335z"
|
|
2918
2918
|
}));
|
|
2919
2919
|
}
|
|
2920
|
-
const ForwardRef$
|
|
2920
|
+
const ForwardRef$47 = /*#__PURE__*/forwardRef(VisaIcon);
|
|
2921
2921
|
|
|
2922
2922
|
function FacebookIcon(props, ref) {
|
|
2923
2923
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2936,7 +2936,7 @@ function FacebookIcon(props, ref) {
|
|
|
2936
2936
|
d: "M6.418 15 6.4 8.875H4V6.25h2.4V4.5C6.4 2.138 7.738 1 9.664 1c.922 0 1.715.075 1.946.108v2.469h-1.336c-1.048 0-1.25.545-1.25 1.344V6.25H12l-.8 2.625H9.024V15z"
|
|
2937
2937
|
}));
|
|
2938
2938
|
}
|
|
2939
|
-
const ForwardRef$
|
|
2939
|
+
const ForwardRef$46 = /*#__PURE__*/forwardRef(FacebookIcon);
|
|
2940
2940
|
|
|
2941
2941
|
function GithubIcon(props, ref) {
|
|
2942
2942
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2953,7 +2953,7 @@ function GithubIcon(props, ref) {
|
|
|
2953
2953
|
d: "M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"
|
|
2954
2954
|
}));
|
|
2955
2955
|
}
|
|
2956
|
-
const ForwardRef$
|
|
2956
|
+
const ForwardRef$45 = /*#__PURE__*/forwardRef(GithubIcon);
|
|
2957
2957
|
|
|
2958
2958
|
function GoogleIcon(props, ref) {
|
|
2959
2959
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2972,7 +2972,7 @@ function GoogleIcon(props, ref) {
|
|
|
2972
2972
|
d: "M7.9 7v2.4H12c-.2 1-1.2 3-4 3-2.4 0-4.3-2-4.3-4.4s2-4.4 4.3-4.4c1.4 0 2.3.6 2.8 1.1l1.9-1.8C11.5 1.7 9.9 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7c4 0 6.7-2.8 6.7-6.8 0-.5 0-.8-.1-1.2z"
|
|
2973
2973
|
}));
|
|
2974
2974
|
}
|
|
2975
|
-
const ForwardRef$
|
|
2975
|
+
const ForwardRef$44 = /*#__PURE__*/forwardRef(GoogleIcon);
|
|
2976
2976
|
|
|
2977
2977
|
function InstagramIcon(props, ref) {
|
|
2978
2978
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2991,7 +2991,7 @@ function InstagramIcon(props, ref) {
|
|
|
2991
2991
|
d: "M4.5 2.75c-.818 0-1.75.932-1.75 1.75v7c0 .834.916 1.75 1.75 1.75h7c.818 0 1.75-.932 1.75-1.75v-7c0-.818-.932-1.75-1.75-1.75zm7 12.25h-7C2.701 15 1 13.299 1 11.5v-7C1 2.701 2.701 1 4.5 1h7C13.299 1 15 2.701 15 4.5v7c0 1.799-1.701 3.5-3.5 3.5M8 6.25c-.965 0-1.75.785-1.75 1.75S7.035 9.75 8 9.75 9.75 8.965 9.75 8 8.965 6.25 8 6.25m0 5.25c-1.93 0-3.5-1.57-3.5-3.5S6.07 4.5 8 4.5s3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5m3.627-7.935a.84.84 0 1 1 0 1.68.84.84 0 0 1 0-1.68"
|
|
2992
2992
|
}));
|
|
2993
2993
|
}
|
|
2994
|
-
const ForwardRef$
|
|
2994
|
+
const ForwardRef$43 = /*#__PURE__*/forwardRef(InstagramIcon);
|
|
2995
2995
|
|
|
2996
2996
|
function LinkedinIcon(props, ref) {
|
|
2997
2997
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3013,7 +3013,7 @@ function LinkedinIcon(props, ref) {
|
|
|
3013
3013
|
transform: "translate(-1137 -141) translate(1136 140)"
|
|
3014
3014
|
}));
|
|
3015
3015
|
}
|
|
3016
|
-
const ForwardRef$
|
|
3016
|
+
const ForwardRef$42 = /*#__PURE__*/forwardRef(LinkedinIcon);
|
|
3017
3017
|
|
|
3018
3018
|
function SkypeIcon(props, ref) {
|
|
3019
3019
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3032,7 +3032,7 @@ function SkypeIcon(props, ref) {
|
|
|
3032
3032
|
d: "M8 12.025c-2.362 0-3.412-1.138-3.412-2.013 0-.437.35-.787.787-.787.963 0 .788 1.4 2.625 1.4.963 0 1.488-.525 1.488-1.05 0-1.05-1.225-.875-2.888-1.313S4.675 6.95 4.675 6.075c0-1.75 1.663-2.45 3.238-2.45 1.487 0 3.15.787 3.15 1.837 0 .438-.438.7-.876.7-.874 0-.7-1.225-2.45-1.225-.875 0-1.312.35-1.312.963 0 .787 1.575.962 2.8 1.225 1.663.437 2.1 1.4 2.1 2.275.088 1.575-1.05 2.625-3.325 2.625m6.475-2.888c.088-.35.525-3.325-1.837-5.862-2.188-2.363-5.6-1.925-5.95-1.838C6.161 1.175 5.55 1 4.937 1 1.874 1 1 3.887 1 4.937s.525 1.925.525 1.925c-.35 1.4.088 2.888.35 3.675.788 2.013 2.713 3.15 3.5 3.5 1.925.788 3.5.438 3.763.438.612.35 1.224.525 1.924.525 1.05 0 3.938-.875 3.938-3.938 0-1.05-.525-1.925-.525-1.925"
|
|
3033
3033
|
}));
|
|
3034
3034
|
}
|
|
3035
|
-
const ForwardRef$
|
|
3035
|
+
const ForwardRef$41 = /*#__PURE__*/forwardRef(SkypeIcon);
|
|
3036
3036
|
|
|
3037
3037
|
function TwitterIcon(props, ref) {
|
|
3038
3038
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3051,7 +3051,7 @@ function TwitterIcon(props, ref) {
|
|
|
3051
3051
|
d: "M15 4.27c-.525.253-1.05.338-1.662.422.612-.338 1.05-.846 1.225-1.523-.526.339-1.138.508-1.838.677a3.1 3.1 0 0 0-2.1-.846c-1.487 0-2.8 1.27-2.8 2.792 0 .254 0 .423.088.593C5.55 6.3 3.363 5.2 1.963 3.508c-.263.423-.35.846-.35 1.438 0 .93.525 1.777 1.312 2.285-.437 0-.875-.17-1.312-.339 0 1.354.962 2.454 2.275 2.708-.263.085-.526.085-.788.085-.175 0-.35 0-.525-.085.35 1.1 1.4 1.946 2.713 1.946-.963.762-2.188 1.185-3.588 1.185H1C2.313 13.492 3.8 14 5.375 14c5.25 0 8.137-4.23 8.137-7.87v-.338c.613-.423 1.138-.93 1.488-1.523"
|
|
3052
3052
|
}));
|
|
3053
3053
|
}
|
|
3054
|
-
const ForwardRef$
|
|
3054
|
+
const ForwardRef$40 = /*#__PURE__*/forwardRef(TwitterIcon);
|
|
3055
3055
|
|
|
3056
3056
|
function VimeoIcon(props, ref) {
|
|
3057
3057
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3070,7 +3070,7 @@ function VimeoIcon(props, ref) {
|
|
|
3070
3070
|
d: "M14.993 4.849c-.088 1.381-1.05 3.194-2.886 5.525C10.183 12.791 8.609 14 7.297 14c-.787 0-1.487-.777-2.1-2.245-.699-2.072-1.224-6.302-2.448-6.302-.087 0-.437.26-1.05.69L1 5.282c.7-.605 3.06-2.936 4.11-3.022s1.75.604 2.012 2.158c.262 1.727.7 5.266 1.574 5.266.787 0 2.186-2.935 2.274-3.453.087-.777-.263-1.64-2.012-.95C9.658 3.037 10.97 2 12.894 2q2.23.13 2.099 2.849"
|
|
3071
3071
|
}));
|
|
3072
3072
|
}
|
|
3073
|
-
const ForwardRef$
|
|
3073
|
+
const ForwardRef$3$ = /*#__PURE__*/forwardRef(VimeoIcon);
|
|
3074
3074
|
|
|
3075
3075
|
function YoutubeIcon(props, ref) {
|
|
3076
3076
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3089,7 +3089,7 @@ function YoutubeIcon(props, ref) {
|
|
|
3089
3089
|
d: "M6.25 10.5v-5L10.625 8zm8.575-5.167c-.175-1.083-.7-1.833-1.925-2C10.975 3 8 3 8 3s-2.975 0-4.9.333c-1.225.167-1.838.917-1.925 2C1 6.417 1 8 1 8s0 1.583.175 2.667.7 1.833 1.925 2C5.025 13 8 13 8 13s2.975 0 4.9-.333c1.225-.25 1.75-.917 1.925-2S15 8 15 8s0-1.583-.175-2.667"
|
|
3090
3090
|
}));
|
|
3091
3091
|
}
|
|
3092
|
-
const ForwardRef$
|
|
3092
|
+
const ForwardRef$3_ = /*#__PURE__*/forwardRef(YoutubeIcon);
|
|
3093
3093
|
|
|
3094
3094
|
function BatteryIcon(props, ref) {
|
|
3095
3095
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3110,7 +3110,7 @@ function BatteryIcon(props, ref) {
|
|
|
3110
3110
|
clipRule: "evenodd"
|
|
3111
3111
|
}));
|
|
3112
3112
|
}
|
|
3113
|
-
const ForwardRef$
|
|
3113
|
+
const ForwardRef$3Z = /*#__PURE__*/forwardRef(BatteryIcon);
|
|
3114
3114
|
|
|
3115
3115
|
function CalculatorIcon(props, ref) {
|
|
3116
3116
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3132,7 +3132,7 @@ function CalculatorIcon(props, ref) {
|
|
|
3132
3132
|
clipRule: "evenodd"
|
|
3133
3133
|
}));
|
|
3134
3134
|
}
|
|
3135
|
-
const ForwardRef$
|
|
3135
|
+
const ForwardRef$3Y = /*#__PURE__*/forwardRef(CalculatorIcon);
|
|
3136
3136
|
|
|
3137
3137
|
function CameraIcon(props, ref) {
|
|
3138
3138
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3153,7 +3153,7 @@ function CameraIcon(props, ref) {
|
|
|
3153
3153
|
clipRule: "evenodd"
|
|
3154
3154
|
}));
|
|
3155
3155
|
}
|
|
3156
|
-
const ForwardRef$
|
|
3156
|
+
const ForwardRef$3X = /*#__PURE__*/forwardRef(CameraIcon);
|
|
3157
3157
|
|
|
3158
3158
|
function DatabaseIcon(props, ref) {
|
|
3159
3159
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3175,7 +3175,7 @@ function DatabaseIcon(props, ref) {
|
|
|
3175
3175
|
transform: "translate(-1210 -463) translate(1208 462)"
|
|
3176
3176
|
}));
|
|
3177
3177
|
}
|
|
3178
|
-
const ForwardRef$
|
|
3178
|
+
const ForwardRef$3W = /*#__PURE__*/forwardRef(DatabaseIcon);
|
|
3179
3179
|
|
|
3180
3180
|
function DesktopIcon(props, ref) {
|
|
3181
3181
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3196,7 +3196,7 @@ function DesktopIcon(props, ref) {
|
|
|
3196
3196
|
clipRule: "evenodd"
|
|
3197
3197
|
}));
|
|
3198
3198
|
}
|
|
3199
|
-
const ForwardRef$
|
|
3199
|
+
const ForwardRef$3V = /*#__PURE__*/forwardRef(DesktopIcon);
|
|
3200
3200
|
|
|
3201
3201
|
function FigmaIcon(props, ref) {
|
|
3202
3202
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3225,7 +3225,7 @@ function FigmaIcon(props, ref) {
|
|
|
3225
3225
|
d: "M6 12.914a3 3 0 0 0 3 3h3v-6H9a3 3 0 0 0-3 3"
|
|
3226
3226
|
}));
|
|
3227
3227
|
}
|
|
3228
|
-
const ForwardRef$
|
|
3228
|
+
const ForwardRef$3U = /*#__PURE__*/forwardRef(FigmaIcon);
|
|
3229
3229
|
|
|
3230
3230
|
function ImageIcon(props, ref) {
|
|
3231
3231
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3246,7 +3246,7 @@ function ImageIcon(props, ref) {
|
|
|
3246
3246
|
clipRule: "evenodd"
|
|
3247
3247
|
}));
|
|
3248
3248
|
}
|
|
3249
|
-
const ForwardRef$
|
|
3249
|
+
const ForwardRef$3T = /*#__PURE__*/forwardRef(ImageIcon);
|
|
3250
3250
|
|
|
3251
3251
|
function LaptopIcon(props, ref) {
|
|
3252
3252
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3267,7 +3267,7 @@ function LaptopIcon(props, ref) {
|
|
|
3267
3267
|
clipRule: "evenodd"
|
|
3268
3268
|
}));
|
|
3269
3269
|
}
|
|
3270
|
-
const ForwardRef$
|
|
3270
|
+
const ForwardRef$3S = /*#__PURE__*/forwardRef(LaptopIcon);
|
|
3271
3271
|
|
|
3272
3272
|
function MobileIcon(props, ref) {
|
|
3273
3273
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3288,7 +3288,7 @@ function MobileIcon(props, ref) {
|
|
|
3288
3288
|
clipRule: "evenodd"
|
|
3289
3289
|
}));
|
|
3290
3290
|
}
|
|
3291
|
-
const ForwardRef$
|
|
3291
|
+
const ForwardRef$3R = /*#__PURE__*/forwardRef(MobileIcon);
|
|
3292
3292
|
|
|
3293
3293
|
function MuralIcon(props, ref) {
|
|
3294
3294
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3331,7 +3331,7 @@ function MuralIcon(props, ref) {
|
|
|
3331
3331
|
transform: "translate(0 .914)"
|
|
3332
3332
|
}))));
|
|
3333
3333
|
}
|
|
3334
|
-
const ForwardRef$
|
|
3334
|
+
const ForwardRef$3Q = /*#__PURE__*/forwardRef(MuralIcon);
|
|
3335
3335
|
|
|
3336
3336
|
function PhoneIcon(props, ref) {
|
|
3337
3337
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3352,7 +3352,7 @@ function PhoneIcon(props, ref) {
|
|
|
3352
3352
|
clipRule: "evenodd"
|
|
3353
3353
|
}));
|
|
3354
3354
|
}
|
|
3355
|
-
const ForwardRef$
|
|
3355
|
+
const ForwardRef$3P = /*#__PURE__*/forwardRef(PhoneIcon);
|
|
3356
3356
|
|
|
3357
3357
|
function PrinterIcon(props, ref) {
|
|
3358
3358
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3373,7 +3373,7 @@ function PrinterIcon(props, ref) {
|
|
|
3373
3373
|
clipRule: "evenodd"
|
|
3374
3374
|
}));
|
|
3375
3375
|
}
|
|
3376
|
-
const ForwardRef$
|
|
3376
|
+
const ForwardRef$3O = /*#__PURE__*/forwardRef(PrinterIcon);
|
|
3377
3377
|
|
|
3378
3378
|
function QRIcon(props, ref) {
|
|
3379
3379
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3394,7 +3394,7 @@ function QRIcon(props, ref) {
|
|
|
3394
3394
|
clipRule: "evenodd"
|
|
3395
3395
|
}));
|
|
3396
3396
|
}
|
|
3397
|
-
const ForwardRef$
|
|
3397
|
+
const ForwardRef$3N = /*#__PURE__*/forwardRef(QRIcon);
|
|
3398
3398
|
|
|
3399
3399
|
function SaveIcon(props, ref) {
|
|
3400
3400
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3415,7 +3415,7 @@ function SaveIcon(props, ref) {
|
|
|
3415
3415
|
clipRule: "evenodd"
|
|
3416
3416
|
}));
|
|
3417
3417
|
}
|
|
3418
|
-
const ForwardRef$
|
|
3418
|
+
const ForwardRef$3M = /*#__PURE__*/forwardRef(SaveIcon);
|
|
3419
3419
|
|
|
3420
3420
|
function AlignCenterIcon(props, ref) {
|
|
3421
3421
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3436,7 +3436,7 @@ function AlignCenterIcon(props, ref) {
|
|
|
3436
3436
|
clipRule: "evenodd"
|
|
3437
3437
|
}));
|
|
3438
3438
|
}
|
|
3439
|
-
const ForwardRef$
|
|
3439
|
+
const ForwardRef$3L = /*#__PURE__*/forwardRef(AlignCenterIcon);
|
|
3440
3440
|
|
|
3441
3441
|
function AlignLeftIcon(props, ref) {
|
|
3442
3442
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3457,7 +3457,7 @@ function AlignLeftIcon(props, ref) {
|
|
|
3457
3457
|
clipRule: "evenodd"
|
|
3458
3458
|
}));
|
|
3459
3459
|
}
|
|
3460
|
-
const ForwardRef$
|
|
3460
|
+
const ForwardRef$3K = /*#__PURE__*/forwardRef(AlignLeftIcon);
|
|
3461
3461
|
|
|
3462
3462
|
function AlignRightIcon(props, ref) {
|
|
3463
3463
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3478,7 +3478,7 @@ function AlignRightIcon(props, ref) {
|
|
|
3478
3478
|
clipRule: "evenodd"
|
|
3479
3479
|
}));
|
|
3480
3480
|
}
|
|
3481
|
-
const ForwardRef$
|
|
3481
|
+
const ForwardRef$3J = /*#__PURE__*/forwardRef(AlignRightIcon);
|
|
3482
3482
|
|
|
3483
3483
|
function AttachmentIcon(props, ref) {
|
|
3484
3484
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3499,7 +3499,7 @@ function AttachmentIcon(props, ref) {
|
|
|
3499
3499
|
clipRule: "evenodd"
|
|
3500
3500
|
}));
|
|
3501
3501
|
}
|
|
3502
|
-
const ForwardRef$
|
|
3502
|
+
const ForwardRef$3I = /*#__PURE__*/forwardRef(AttachmentIcon);
|
|
3503
3503
|
|
|
3504
3504
|
function BoldIcon(props, ref) {
|
|
3505
3505
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3520,7 +3520,7 @@ function BoldIcon(props, ref) {
|
|
|
3520
3520
|
clipRule: "evenodd"
|
|
3521
3521
|
}));
|
|
3522
3522
|
}
|
|
3523
|
-
const ForwardRef$
|
|
3523
|
+
const ForwardRef$3H = /*#__PURE__*/forwardRef(BoldIcon);
|
|
3524
3524
|
|
|
3525
3525
|
function BulletListIcon(props, ref) {
|
|
3526
3526
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3541,7 +3541,7 @@ function BulletListIcon(props, ref) {
|
|
|
3541
3541
|
clipRule: "evenodd"
|
|
3542
3542
|
}));
|
|
3543
3543
|
}
|
|
3544
|
-
const ForwardRef$
|
|
3544
|
+
const ForwardRef$3G = /*#__PURE__*/forwardRef(BulletListIcon);
|
|
3545
3545
|
|
|
3546
3546
|
function ItalicIcon(props, ref) {
|
|
3547
3547
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3562,7 +3562,7 @@ function ItalicIcon(props, ref) {
|
|
|
3562
3562
|
clipRule: "evenodd"
|
|
3563
3563
|
}));
|
|
3564
3564
|
}
|
|
3565
|
-
const ForwardRef$
|
|
3565
|
+
const ForwardRef$3F = /*#__PURE__*/forwardRef(ItalicIcon);
|
|
3566
3566
|
|
|
3567
3567
|
function LinkIcon(props, ref) {
|
|
3568
3568
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3583,7 +3583,7 @@ function LinkIcon(props, ref) {
|
|
|
3583
3583
|
clipRule: "evenodd"
|
|
3584
3584
|
}));
|
|
3585
3585
|
}
|
|
3586
|
-
const ForwardRef$
|
|
3586
|
+
const ForwardRef$3E = /*#__PURE__*/forwardRef(LinkIcon);
|
|
3587
3587
|
|
|
3588
3588
|
function NumberListIcon(props, ref) {
|
|
3589
3589
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3604,7 +3604,7 @@ function NumberListIcon(props, ref) {
|
|
|
3604
3604
|
clipRule: "evenodd"
|
|
3605
3605
|
}));
|
|
3606
3606
|
}
|
|
3607
|
-
const ForwardRef$
|
|
3607
|
+
const ForwardRef$3D = /*#__PURE__*/forwardRef(NumberListIcon);
|
|
3608
3608
|
|
|
3609
3609
|
function SourceCodeIcon(props, ref) {
|
|
3610
3610
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3625,7 +3625,7 @@ function SourceCodeIcon(props, ref) {
|
|
|
3625
3625
|
clipRule: "evenodd"
|
|
3626
3626
|
}));
|
|
3627
3627
|
}
|
|
3628
|
-
const ForwardRef$
|
|
3628
|
+
const ForwardRef$3C = /*#__PURE__*/forwardRef(SourceCodeIcon);
|
|
3629
3629
|
|
|
3630
3630
|
function TextColorIcon(props, ref) {
|
|
3631
3631
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3646,7 +3646,7 @@ function TextColorIcon(props, ref) {
|
|
|
3646
3646
|
clipRule: "evenodd"
|
|
3647
3647
|
}));
|
|
3648
3648
|
}
|
|
3649
|
-
const ForwardRef$
|
|
3649
|
+
const ForwardRef$3B = /*#__PURE__*/forwardRef(TextColorIcon);
|
|
3650
3650
|
|
|
3651
3651
|
function UnderlineIcon(props, ref) {
|
|
3652
3652
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3667,7 +3667,7 @@ function UnderlineIcon(props, ref) {
|
|
|
3667
3667
|
clipRule: "evenodd"
|
|
3668
3668
|
}));
|
|
3669
3669
|
}
|
|
3670
|
-
const ForwardRef$
|
|
3670
|
+
const ForwardRef$3A = /*#__PURE__*/forwardRef(UnderlineIcon);
|
|
3671
3671
|
|
|
3672
3672
|
function UnlinkIcon(props, ref) {
|
|
3673
3673
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3688,7 +3688,7 @@ function UnlinkIcon(props, ref) {
|
|
|
3688
3688
|
clipRule: "evenodd"
|
|
3689
3689
|
}));
|
|
3690
3690
|
}
|
|
3691
|
-
const ForwardRef$
|
|
3691
|
+
const ForwardRef$3z = /*#__PURE__*/forwardRef(UnlinkIcon);
|
|
3692
3692
|
|
|
3693
3693
|
function BicycleIcon(props, ref) {
|
|
3694
3694
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3707,7 +3707,7 @@ function BicycleIcon(props, ref) {
|
|
|
3707
3707
|
clipRule: "evenodd"
|
|
3708
3708
|
}));
|
|
3709
3709
|
}
|
|
3710
|
-
const ForwardRef$
|
|
3710
|
+
const ForwardRef$3y = /*#__PURE__*/forwardRef(BicycleIcon);
|
|
3711
3711
|
|
|
3712
3712
|
function BusIcon(props, ref) {
|
|
3713
3713
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3733,7 +3733,7 @@ function BusIcon(props, ref) {
|
|
|
3733
3733
|
d: "M3.55 11.8c0-.551.449-1 1-1s1 .449 1 1a1 1 0 0 1-2 0"
|
|
3734
3734
|
})));
|
|
3735
3735
|
}
|
|
3736
|
-
const ForwardRef$
|
|
3736
|
+
const ForwardRef$3x = /*#__PURE__*/forwardRef(BusIcon);
|
|
3737
3737
|
|
|
3738
3738
|
function CablewayIcon(props, ref) {
|
|
3739
3739
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3752,7 +3752,7 @@ function CablewayIcon(props, ref) {
|
|
|
3752
3752
|
clipRule: "evenodd"
|
|
3753
3753
|
}));
|
|
3754
3754
|
}
|
|
3755
|
-
const ForwardRef$
|
|
3755
|
+
const ForwardRef$3w = /*#__PURE__*/forwardRef(CablewayIcon);
|
|
3756
3756
|
|
|
3757
3757
|
function CarIcon(props, ref) {
|
|
3758
3758
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3773,7 +3773,7 @@ function CarIcon(props, ref) {
|
|
|
3773
3773
|
clipRule: "evenodd"
|
|
3774
3774
|
}));
|
|
3775
3775
|
}
|
|
3776
|
-
const ForwardRef$
|
|
3776
|
+
const ForwardRef$3v = /*#__PURE__*/forwardRef(CarIcon);
|
|
3777
3777
|
|
|
3778
3778
|
function CarSharingIcon(props, ref) {
|
|
3779
3779
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3798,7 +3798,7 @@ function CarSharingIcon(props, ref) {
|
|
|
3798
3798
|
d: "M5.516 10.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0"
|
|
3799
3799
|
}));
|
|
3800
3800
|
}
|
|
3801
|
-
const ForwardRef$
|
|
3801
|
+
const ForwardRef$3u = /*#__PURE__*/forwardRef(CarSharingIcon);
|
|
3802
3802
|
|
|
3803
3803
|
function CarferryIcon(props, ref) {
|
|
3804
3804
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3822,7 +3822,7 @@ function CarferryIcon(props, ref) {
|
|
|
3822
3822
|
d: "M2 12.289q.162-.023.373-.023c.576 0 .837.136 1.167.31.101.053.122.067.238.12.023.01.196.097.438.172q.158.048.348.08c.037.006.307.052.608.052.824 0 1.254-.226 1.633-.425.33-.173.591-.31 1.167-.31s.837.137 1.167.31c.38.2.81.425 1.633.425s1.253-.226 1.633-.425c.33-.173.59-.31 1.168-.31.145 0 .29.017.427.045v-1.013a3 3 0 0 0-.427-.031c-.823 0-1.253.225-1.633.424-.33.173-.59.31-1.168.31s-.838-.137-1.168-.31c-.379-.199-.809-.424-1.632-.424s-1.253.225-1.632.424c-.33.173-.59.31-1.168.31-.179 0-.326-.012-.454-.04-.094-.022-.192-.04-.322-.09a3 3 0 0 1-.392-.18c-.378-.199-.808-.424-1.631-.424a4 4 0 0 0-.373.017z"
|
|
3823
3823
|
}));
|
|
3824
3824
|
}
|
|
3825
|
-
const ForwardRef$
|
|
3825
|
+
const ForwardRef$3t = /*#__PURE__*/forwardRef(CarferryIcon);
|
|
3826
3826
|
|
|
3827
3827
|
function CityBikeIcon(props, ref) {
|
|
3828
3828
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3841,7 +3841,7 @@ function CityBikeIcon(props, ref) {
|
|
|
3841
3841
|
clipRule: "evenodd"
|
|
3842
3842
|
}));
|
|
3843
3843
|
}
|
|
3844
|
-
const ForwardRef$
|
|
3844
|
+
const ForwardRef$3s = /*#__PURE__*/forwardRef(CityBikeIcon);
|
|
3845
3845
|
|
|
3846
3846
|
function FerryIcon(props, ref) {
|
|
3847
3847
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3860,13 +3860,11 @@ function FerryIcon(props, ref) {
|
|
|
3860
3860
|
d: "M8.737 13c-.824 0-1.253-.226-1.632-.425-.33-.173-.591-.31-1.168-.31s-.838.137-1.168.31c-.38.2-.81.425-1.633.425-1.052 0-1.969-.588-2.007-.613L1 12.316l.447-.894.196.108c.037.023.743.47 1.493.47.577 0 .838-.137 1.168-.31.38-.199.81-.424 1.633-.424s1.254.225 1.633.424c.33.173.59.31 1.167.31s.837-.137 1.167-.31c.379-.199.81-.424 1.632-.424.643 0 1.046.137 1.372.292l-.479.88c-.23-.103-.48-.172-.893-.172-.577 0-.837.136-1.168.31-.378.198-.808.424-1.631.424M14.75 7.456h-1.432a.05.05 0 0 1-.05-.036l-.907-2.746a.35.35 0 0 0-.33-.242h-.554a.05.05 0 0 1-.047-.034l-.34-.825c-.073-.186-.214-.298-.417-.198l-1.213.706a.45.45 0 0 0-.244.402v.463c0 .04-.026.054-.047.054H5.78a.35.35 0 0 0-.318.198L4.362 7.422a.05.05 0 0 1-.047.034h-.667a.35.35 0 0 0-.314.195l-1.496 3.047c.313.16.658.302 1.275.302 1.4 0 1.4-.733 2.8-.733s1.4.733 2.8.733 1.4-.733 2.8-.733c.9 0 1.45.306 1.845.521l1.611-2.963a.25.25 0 0 0-.22-.37m-7.353-.2a.2.2 0 0 1-.2.2H5.272c-.125 0-.236-.098-.133-.279l.381-.78a.25.25 0 0 1 .228-.141h1.45c.11 0 .2.09.2.2zm2.204-.004a.204.204 0 0 1-.204.204H8.005a.204.204 0 0 1-.204-.204V6.46c0-.113.091-.204.204-.204h1.392c.113 0 .204.091.204.204zm2.535.204-1.933.001A.2.2 0 0 1 10 7.256v-.799c0-.11.09-.201.202-.201h1.653c.116 0 .217.079.245.191l.193.78c.053.165-.049.229-.158.229"
|
|
3861
3861
|
}));
|
|
3862
3862
|
}
|
|
3863
|
-
const ForwardRef$
|
|
3863
|
+
const ForwardRef$3r = /*#__PURE__*/forwardRef(FerryIcon);
|
|
3864
3864
|
|
|
3865
3865
|
function FunicularIcon(props, ref) {
|
|
3866
3866
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
3867
|
-
|
|
3868
|
-
x: 0,
|
|
3869
|
-
y: 0,
|
|
3867
|
+
fill: "none",
|
|
3870
3868
|
viewBox: "0 0 16 16",
|
|
3871
3869
|
width: props.width || props.size || '1em',
|
|
3872
3870
|
height: props.height || props.size || '1em',
|
|
@@ -3876,17 +3874,15 @@ function FunicularIcon(props, ref) {
|
|
|
3876
3874
|
ref: ref
|
|
3877
3875
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3878
3876
|
fill: "#78469A",
|
|
3879
|
-
|
|
3880
|
-
d: "M14.062 5.273A.35.35 0 0 0 13.721 5H2.279a.35.35 0 0 0-.341.273L1.009 9.38a.45.45 0 0 0 .074.35l.812 1.124a.35.35 0 0 0 .283.145h11.643a.35.35 0 0 0 .284-.145l.812-1.123a.45.45 0 0 0 .074-.351zM3.75 8.183a.35.35 0 0 1-.35.35H2.35a.35.35 0 0 1-.342-.426l.31-1.4a.35.35 0 0 1 .34-.275H3.4a.35.35 0 0 1 .35.35zm3.5 0a.35.35 0 0 1-.35.35H4.799a.35.35 0 0 1-.35-.35V6.781a.35.35 0 0 1 .35-.35h2.1a.35.35 0 0 1 .35.35zm3.51 0a.35.35 0 0 1-.35.35h-2.1a.35.35 0 0 1-.35-.35V6.781a.35.35 0 0 1 .35-.35h2.1a.35.35 0 0 1 .35.35zm3.073.219a.35.35 0 0 1-.272.131H11.81a.35.35 0 0 1-.35-.35V6.782a.35.35 0 0 1 .35-.35h1.441a.35.35 0 0 1 .342.275l.309 1.4a.35.35 0 0 1-.07.295",
|
|
3881
|
-
clipRule: "evenodd"
|
|
3877
|
+
d: "m15 9.125-14 4.01v.99l14-4.01z"
|
|
3882
3878
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3883
3879
|
fill: "#78469A",
|
|
3884
3880
|
fillRule: "evenodd",
|
|
3885
|
-
d: "
|
|
3881
|
+
d: "m2.38 11.52 11.253-3.1A.5.5 0 0 0 14 7.938V3.825a1.5 1.5 0 0 0-1.885-1.45L3.487 4.668A2 2 0 0 0 2 6.6v4.631a.3.3 0 0 0 .38.29m8.917-6.08c0 .111.09.2.2.2h1.6a.2.2 0 0 0 .2-.2V4.026a.8.8 0 0 0-.983-.779l-.863.202a.2.2 0 0 0-.154.195zm-.7.75a.2.2 0 0 1-.2.2h-2.1a.2.2 0 0 1-.2-.2V4.508a.2.2 0 0 1 .148-.194l2.1-.552a.2.2 0 0 1 .251.194zM4.194 7.598a.2.2 0 0 1-.2.2h-1.1a.2.2 0 0 1-.2-.2v-1.06a1 1 0 0 1 .75-.968l.5-.13a.2.2 0 0 1 .25.194zm3-.472a.2.2 0 0 0 .2-.2V4.808a.2.2 0 0 0-.246-.194l-2.1.505a.2.2 0 0 0-.153.195v1.61c0 .111.09.2.2.2z",
|
|
3886
3882
|
clipRule: "evenodd"
|
|
3887
3883
|
}));
|
|
3888
3884
|
}
|
|
3889
|
-
const ForwardRef$
|
|
3885
|
+
const ForwardRef$3q = /*#__PURE__*/forwardRef(FunicularIcon);
|
|
3890
3886
|
|
|
3891
3887
|
function HelicopterIcon(props, ref) {
|
|
3892
3888
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3912,7 +3908,7 @@ function HelicopterIcon(props, ref) {
|
|
|
3912
3908
|
clipRule: "evenodd"
|
|
3913
3909
|
}));
|
|
3914
3910
|
}
|
|
3915
|
-
const ForwardRef$
|
|
3911
|
+
const ForwardRef$3p = /*#__PURE__*/forwardRef(HelicopterIcon);
|
|
3916
3912
|
|
|
3917
3913
|
function MetroIcon(props, ref) {
|
|
3918
3914
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3936,7 +3932,7 @@ function MetroIcon(props, ref) {
|
|
|
3936
3932
|
d: "M8 2c3.308 0 6 2.692 6 6s-2.692 6-6 6c-3.309 0-6-2.692-6-6s2.691-6 6-6m0-1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7"
|
|
3937
3933
|
}));
|
|
3938
3934
|
}
|
|
3939
|
-
const ForwardRef$
|
|
3935
|
+
const ForwardRef$3o = /*#__PURE__*/forwardRef(MetroIcon);
|
|
3940
3936
|
|
|
3941
3937
|
function MobilityIcon(props, ref) {
|
|
3942
3938
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3957,7 +3953,7 @@ function MobilityIcon(props, ref) {
|
|
|
3957
3953
|
clipRule: "evenodd"
|
|
3958
3954
|
}));
|
|
3959
3955
|
}
|
|
3960
|
-
const ForwardRef$
|
|
3956
|
+
const ForwardRef$3n = /*#__PURE__*/forwardRef(MobilityIcon);
|
|
3961
3957
|
|
|
3962
3958
|
function PlaneIcon(props, ref) {
|
|
3963
3959
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3983,7 +3979,7 @@ function PlaneIcon(props, ref) {
|
|
|
3983
3979
|
clipRule: "evenodd"
|
|
3984
3980
|
}));
|
|
3985
3981
|
}
|
|
3986
|
-
const ForwardRef$
|
|
3982
|
+
const ForwardRef$3m = /*#__PURE__*/forwardRef(PlaneIcon);
|
|
3987
3983
|
|
|
3988
3984
|
function RunningIcon(props, ref) {
|
|
3989
3985
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4007,7 +4003,27 @@ function RunningIcon(props, ref) {
|
|
|
4007
4003
|
d: "M5.708 9.6a1.3 1.3 0 0 1-.075-.282l-.975 1.75-2.886 1.134a.6.6 0 1 0 .394 1.134l3.371-.959 1.133-1.851-.33-.183c-.353-.228-.513-.456-.632-.743"
|
|
4008
4004
|
})));
|
|
4009
4005
|
}
|
|
4010
|
-
const ForwardRef$
|
|
4006
|
+
const ForwardRef$3l = /*#__PURE__*/forwardRef(RunningIcon);
|
|
4007
|
+
|
|
4008
|
+
function SnowCoachIcon(props, ref) {
|
|
4009
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
4010
|
+
fill: "none",
|
|
4011
|
+
viewBox: "0 0 16 16",
|
|
4012
|
+
width: props.width || props.size || '1em',
|
|
4013
|
+
height: props.height || props.size || '1em',
|
|
4014
|
+
className: (!props.color ? 'eds-icon eds-icon__snowcoach ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
4015
|
+
color: props.color || 'undefined',
|
|
4016
|
+
inline: undefined,
|
|
4017
|
+
ref: ref
|
|
4018
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4019
|
+
fill: "#3D3E40",
|
|
4020
|
+
d: "M1.924 10.478c.207.207.49.324.783.324h2.297l1 1.198H2.707a2.3 2.3 0 0 1-1.63-.675zM10.5 4C12.433 4 14 5.566 14 7.497v.643c0 .197-.16.357-.357.357H6.567a1.5 1.5 0 0 0-1.5 1.499H2.961c-.534 0-1.05-.193-1.453-.543A1.48 1.48 0 0 1 1 8.34v-.797c0-.33.2-.626.507-.748L3.5 5.999A5 5 0 0 1 7.5 4zM6.198 5.017c-.459.153-.96.55-1.194.89l-.14.21c-.039.085.01.131.054.131H6.15a.1.1 0 0 0 .1-.1V5.054a.04.04 0 0 0-.052-.036m1.252-.018a.2.2 0 0 0-.2.2v.85c0 .11.09.2.2.2h1.6a.2.2 0 0 0 .2-.2v-.85a.2.2 0 0 0-.2-.2zm2.5 0a.2.2 0 0 0-.2.2v.85c0 .11.09.2.2.2h2.318a.2.2 0 0 0 .14-.342l-.54-.79a.4.4 0 0 0-.284-.118z"
|
|
4021
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4022
|
+
fill: "#3D3E40",
|
|
4023
|
+
d: "M13.625 9.246a1.375 1.375 0 1 1 0 2.748H7.99c-.622 0-1.206-.3-1.567-.806l-.353-.494a.915.915 0 0 1 .745-1.448zm-6 .75a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25m2 0a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25m2 0a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25m2 0a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25"
|
|
4024
|
+
}));
|
|
4025
|
+
}
|
|
4026
|
+
const ForwardRef$3k = /*#__PURE__*/forwardRef(SnowCoachIcon);
|
|
4011
4027
|
|
|
4012
4028
|
function StandingIcon(props, ref) {
|
|
4013
4029
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -8461,4 +8477,4 @@ function ZoomOutIcon(props, ref) {
|
|
|
8461
8477
|
}
|
|
8462
8478
|
const ForwardRef = /*#__PURE__*/forwardRef(ZoomOutIcon);
|
|
8463
8479
|
|
|
8464
|
-
export { ForwardRef$53 as AKTIcon, ForwardRef$2G as AccessibilityIcon, ForwardRef$2F as AddCardIcon, ForwardRef$2E as AddIcon, ForwardRef$2D as AdditionalIcon, ForwardRef$3d as AdditionalZonesTicketIcon, ForwardRef$2C as AdjustmentsIcon, ForwardRef$2B as AdminIcon, ForwardRef$2A as AgreesIcon, ForwardRef$52 as AlesundTurvognIcon, ForwardRef$3K as AlignCenterIcon, ForwardRef$3J as AlignLeftIcon, ForwardRef$3I as AlignRightIcon, ForwardRef$4n as AmericanExpressIcon, ForwardRef$2j as AnimalFreeIcon, ForwardRef$5E as AnimalIcon, ForwardRef$4m as ApplePayIcon, ForwardRef$2h as AssignToMeFilledIcon, ForwardRef$2i as AssignToMeIcon, ForwardRef$51 as AtBIcon, ForwardRef$3H as AttachmentIcon, ForwardRef$5D as BabyIcon, ForwardRef$65 as BackArrowIcon, ForwardRef$50 as BaneNORIcon, ForwardRef$4l as BanknoteIcon, ForwardRef$4k as BanknoteMultiIcon, ForwardRef$3Y as BatteryIcon, ForwardRef$2g as BellIcon, ForwardRef$4S as BergenBysykkelIcon, ForwardRef$5C as BicycleHotelIcon, ForwardRef$3x as BicycleIcon, ForwardRef$5B as BicycleParkingIcon, ForwardRef$2e as BirthdateFilledIcon, ForwardRef$2f as BirthdateIcon, ForwardRef$2c as BoardFilledIcon, ForwardRef$2d as BoardIcon, ForwardRef$3G as BoldIcon, ForwardRef$4R as BoltIcon, ForwardRef$2b as BookmarkIcon, ForwardRef$4$ as BrakarIcon, ForwardRef$4_ as BrakarNoTextIcon, ForwardRef$2a as BrightnessIcon, ForwardRef$29 as BugIcon, ForwardRef$3F as BulletListIcon, ForwardRef$3w as BusIcon, ForwardRef$5A as BusShelterIcon, ForwardRef$3c as CabinIcon, ForwardRef$3v as CablewayIcon, ForwardRef$3X as CalculatorIcon, ForwardRef$26 as CalendarDetailedFilledIcon, ForwardRef$27 as CalendarDetailedIcon, ForwardRef$28 as CalendarIcon, ForwardRef$3W as CameraIcon, ForwardRef$3u as CarIcon, ForwardRef$3t as CarSharingIcon, ForwardRef$25 as CardIcon, ForwardRef$3s as CarferryIcon, ForwardRef$24 as ChannelsIcon, ForwardRef$22 as ChartFilledIcon, ForwardRef$23 as ChartIcon, ForwardRef$21 as ChatIcon, ForwardRef$1$ as CheckFilledIcon, ForwardRef$20 as CheckIcon, ForwardRef$1Z as CheckSmallFilledIcon, ForwardRef$1_ as CheckSmallIcon, ForwardRef$I as CircleFilledIcon, ForwardRef$J as CircleIcon, ForwardRef$3r as CityBikeIcon, ForwardRef$3b as CityIcon, ForwardRef$1X as ClockFilledIcon, ForwardRef$1Y as ClockIcon, ForwardRef$1V as CloseFilledIcon, ForwardRef$1W as CloseIcon, ForwardRef$1T as CloseSmallFilledIcon, ForwardRef$1U as CloseSmallIcon, ForwardRef$1d as ClosedLockIcon, ForwardRef$64 as CloudDownloadIcon, ForwardRef$b as CloudIcon, ForwardRef$a as CloudLightningIcon, ForwardRef$9 as CloudRainIcon, ForwardRef$8 as CloudSnowIcon, ForwardRef$5z as CoffeeIcon, ForwardRef$63 as CollapsedIcon, ForwardRef$1S as ColorPickerIcon, ForwardRef$1R as CommentIcon, ForwardRef$3a as CompassNeedleIcon, ForwardRef$1Q as ComponentIcon, ForwardRef$39 as ConductorIcon, ForwardRef$1P as ConfigurationIcon, ForwardRef$1O as ContactsIcon, ForwardRef$1M as CookieFilledIcon, ForwardRef$1N as CookieIcon, ForwardRef$1L as CopyIcon, ForwardRef$38 as CorrespondenceIcon, ForwardRef$5y as CouchetteIcon, ForwardRef$1J as CustomerServiceFilledIcon, ForwardRef$1K as CustomerServiceIcon, ForwardRef$5x as CutleryIcon, ForwardRef$3V as DatabaseIcon, ForwardRef$1I as DateIcon, ForwardRef$1H as DeleteIcon, ForwardRef$58 as DenmarkIcon, ForwardRef$4j as DepositionIcon, ForwardRef$3U as DesktopIcon, ForwardRef$37 as DestinationIcon, ForwardRef$4i as DiffIcon, ForwardRef$35 as DirectionFilledIcon, ForwardRef$36 as DirectionIcon, ForwardRef$62 as DownArrowIcon, ForwardRef$61 as DownloadIcon, ForwardRef$60 as DownwardIcon, ForwardRef$1E as DraggableIcon, ForwardRef$1D as EditIcon, ForwardRef$1C as EmailIcon, ForwardRef$34 as EnvironmentIcon, ForwardRef$4h as EuroIcon, ForwardRef$5$ as ExpandIcon, ForwardRef$1B as ExtendIcon, ForwardRef$5_ as ExternalIcon, ForwardRef$45 as FacebookIcon, ForwardRef$4Z as FarteIcon, ForwardRef$4Q as FartebysykkelIcon, ForwardRef$1z as FavoriteRouteFilledIcon, ForwardRef$1A as FavoriteRouteIcon, ForwardRef$1x as FavoriteStopFilledIcon, ForwardRef$1y as FavoriteStopIcon, ForwardRef$1v as FeedbackFilledIcon, ForwardRef$1w as FeedbackIcon, ForwardRef$3q as FerryIcon, ForwardRef$3T as FigmaIcon, ForwardRef$1u as FileIcon, ForwardRef$1t as FillIcon, ForwardRef$1r as FilterFilledIcon, ForwardRef$1s as FilterIcon, ForwardRef$4Y as FlybussenIcon, ForwardRef$1p as FolderFilledIcon, ForwardRef$1q as FolderIcon, ForwardRef$5Z as ForwardIcon, ForwardRef$4X as FramIcon, ForwardRef$5w as FullIcon, ForwardRef$3p as FunicularIcon, ForwardRef$4W as GOAIcon, ForwardRef$4P as GetAroundIcon, ForwardRef$44 as GithubIcon, ForwardRef$33 as GoalIcon, ForwardRef$43 as GoogleIcon, ForwardRef$4g as GooglePayIcon, ForwardRef$1o as GridViewIcon, ForwardRef$32 as GymIcon, ForwardRef$4O as HafjellIcon, ForwardRef$1n as HandToolIcon, ForwardRef$1m as HeartIcon, ForwardRef$3o as HelicopterIcon, ForwardRef$4N as HertzIcon, ForwardRef$1k as HistoryFilledIcon, ForwardRef$1l as HistoryIcon, ForwardRef$31 as HomeIcon, ForwardRef$1G as HorizontalDotsIcon, ForwardRef$4V as HykeIcon, ForwardRef$1j as IconIcon, ForwardRef$3S as ImageIcon, ForwardRef$4U as InnlandstrafikkIcon, ForwardRef$42 as InstagramIcon, ForwardRef$30 as InternationalIcon, ForwardRef$2$ as InterrailIcon, ForwardRef$2_ as InvalidTicketIcon, ForwardRef$3E as ItalicIcon, ForwardRef$4M as KolumbusBysykkelIcon, ForwardRef$4T as KolumbusIcon, ForwardRef$1h as LanguageFilledIcon, ForwardRef$1i as LanguageIcon, ForwardRef$3R as LaptopIcon, ForwardRef$5Y as LeftArrowIcon, ForwardRef$1g as LikeIcon, ForwardRef$4L as LimeIcon, ForwardRef$3D as LinkIcon, ForwardRef$41 as LinkedinIcon, ForwardRef$1f as ListViewIcon, ForwardRef$1e as LoadingIcon, ForwardRef$5v as LockerIcon, ForwardRef$1b as LogOutIcon, ForwardRef$5G as LogoNegativeIcon, ForwardRef$5F as LogoPositiveIcon, ForwardRef$19 as LostAndFoundFilledIcon, ForwardRef$1a as LostAndFoundIcon, ForwardRef$2Z as LuggageIcon, ForwardRef$5u as ManySeatsAvailableIcon, ForwardRef$2X as MapFilledIcon, ForwardRef$2Y as MapIcon, ForwardRef$2W as MapPinIcon, ForwardRef$4f as MastercardIcon, ForwardRef$17 as MeasureFilledIcon, ForwardRef$18 as MeasureIcon, ForwardRef$16 as MenuIcon, ForwardRef$5X as MergeProfilesIcon, ForwardRef$3n as MetroIcon, ForwardRef$15 as MinimizeIcon, ForwardRef$3Q as MobileIcon, ForwardRef$3m as MobilityIcon, ForwardRef$4e as MoneyIcon, ForwardRef$2V as MountainIcon, ForwardRef$4K as MoveAboutIcon, ForwardRef$3P as MuralIcon, ForwardRef$14 as NewIcon, ForwardRef$13 as NightIcon, ForwardRef$4C as NordlandIcon, ForwardRef$57 as NorwayIcon, ForwardRef$3C as NumberListIcon, ForwardRef$2z as ObjectAlignBottomFilledIcon, ForwardRef$2y as ObjectAlignBottomIcon, ForwardRef$2x as ObjectAlignCenterFilledIcon, ForwardRef$2w as ObjectAlignCenterIcon, ForwardRef$2v as ObjectAlignLeftFilledIcon, ForwardRef$2u as ObjectAlignLeftIcon, ForwardRef$2t as ObjectAlignMiddleFilledIcon, ForwardRef$2s as ObjectAlignMiddleIcon, ForwardRef$2r as ObjectAlignRightFilledIcon, ForwardRef$2q as ObjectAlignRightIcon, ForwardRef$2p as ObjectAlignTopFilledIcon, ForwardRef$2o as ObjectAlignTopIcon, ForwardRef$2n as ObjectDistributeHorizontallyFilledIcon, ForwardRef$2m as ObjectDistributeHorizontallyIcon, ForwardRef$2l as ObjectDistributeVerticallyFilledIcon, ForwardRef$2k as ObjectDistributeVerticallyIcon, ForwardRef$1c as OpenedLockIcon, ForwardRef$12 as OrganizationIcon, ForwardRef$4J as OsloBysykkelIcon, ForwardRef$4B as OstfoldIcon, ForwardRef$4I as OttoMobilityIcon, ForwardRef$11 as PackageIcon, ForwardRef$5W as PageNavigationIcon, ForwardRef$5s as ParkAndRideIcon, ForwardRef$5t as ParkIcon, ForwardRef$5r as ParkingGarageIcon, ForwardRef$3O as PhoneIcon, ForwardRef$3l as PlaneIcon, ForwardRef$10 as PlayIcon, ForwardRef$2U as PlaygroundIcon, ForwardRef$5q as PlayroomIcon, ForwardRef$2S as PositionFilledIcon, ForwardRef$2T as PositionIcon, ForwardRef$5p as PowerIcon, ForwardRef$5o as PremiumSeatIcon, ForwardRef$4d as PriceFromIcon, ForwardRef$4c as PricelistIcon, ForwardRef$3N as PrinterIcon, ForwardRef$2R as PrioritySeatPregnantIcon, ForwardRef$2Q as PrioritySeatSeniorsIcon, ForwardRef$$ as PrivacyIcon, ForwardRef$_ as PurposeIcon, ForwardRef$Z as PuzzleIcon, ForwardRef$3M as QRIcon, ForwardRef$p as QuestionFilledIcon, ForwardRef$q as QuestionIcon, ForwardRef$Y as QuietIcon, ForwardRef$X as QuitIcon, ForwardRef$W as RSSIcon, ForwardRef$2O as RebateTicketFilledIcon, ForwardRef$2P as RebateTicketIcon, ForwardRef$5V as RedoIcon, ForwardRef$4b as ReferenceIcon, ForwardRef$5U as RefreshIcon, ForwardRef$4A as ReisNordlandIcon, ForwardRef$5T as ResetIcon, ForwardRef$5S as RightArrowIcon, ForwardRef$U as RouteFilledIcon, ForwardRef$V as RouteIcon, ForwardRef$T as RowHeightDefaultIcon, ForwardRef$S as RowHeightMiddleIcon, ForwardRef$R as RowHeightSmallIcon, ForwardRef$Q as RulesIcon, ForwardRef$3k as RunningIcon, ForwardRef$4z as RuterIcon, ForwardRef$4y as RuterNoTextIcon, ForwardRef$4x as SJIcon, ForwardRef$4w as SJNordIcon, ForwardRef$4H as SURFIcon, ForwardRef$56 as SamiIcon, ForwardRef$3L as SaveIcon, ForwardRef$P as ScopeIcon, ForwardRef$N as SearchFilledIcon, ForwardRef$O as SearchIcon, ForwardRef$5l as SeatCompartmentFilledIcon, ForwardRef$5m as SeatCompartmentIcon, ForwardRef$5n as SeatIcon, ForwardRef$5k as SeatsAvailableIcon, ForwardRef$M as SelectIcon, ForwardRef$L as SendIcon, ForwardRef$K as SettingsIcon, ForwardRef$5R as ShareIcon, ForwardRef$4a as ShoppingCartIcon, ForwardRef$2N as SkiIcon, ForwardRef$40 as SkypeIcon, ForwardRef$4v as SkyssIcon, ForwardRef$4u as SkyssNoTextIcon, ForwardRef$5j as SleepIcon, ForwardRef$4t as SnelandiaIcon, ForwardRef$3B as SourceCodeIcon, ForwardRef$F as StandardIcon, ForwardRef$5i as StandingAvailableIcon, ForwardRef$3j as StandingIcon, ForwardRef$H as StarredIcon, ForwardRef$49 as StatsIcon, ForwardRef$5h as StrollerIcon, ForwardRef$3i as StrollingIcon, ForwardRef$D as StudentFilledIcon, ForwardRef$E as StudentIcon, ForwardRef$C as SubtractIcon, ForwardRef$2M as SuitcaseIcon, ForwardRef$6 as SunCloudIcon, ForwardRef$5 as SunCloudRainIcon, ForwardRef$7 as SunIcon, ForwardRef$4s as SvipperIcon, ForwardRef$55 as SwedenIcon, ForwardRef$5Q as SwitchIcon, ForwardRef$5g as TVMIcon, ForwardRef$B as TagIcon, ForwardRef$3h as TaxiIcon, ForwardRef$z as TerminalFilledIcon, ForwardRef$A as TerminalIcon, ForwardRef$3A as TextColorIcon, ForwardRef$4 as ThermometerIcon, ForwardRef$4G as TierIcon, ForwardRef$x as TimeglassFilledIcon, ForwardRef$y as TimeglassIcon, ForwardRef$w as TimelineIcon, ForwardRef$5P as ToFromIcon, ForwardRef$5f as ToiletIcon, ForwardRef$v as TokenIcon, ForwardRef$u as ToneSmileIcon, ForwardRef$2L as TrackIcon, ForwardRef$5e as TrainCarIcon, ForwardRef$3g as TrainIcon, ForwardRef$3f as TramIcon, ForwardRef$5O as TransferIcon, ForwardRef$4r as TromsFylkestrafikkIcon, ForwardRef$4F as TrondheimBysykkelIcon, ForwardRef$5N as TurnableIcon, ForwardRef$3$ as TwitterIcon, ForwardRef$54 as UKIcon, ForwardRef$3 as UmbrellaIcon, ForwardRef$3z as UnderlineIcon, ForwardRef$5M as UndoIcon, ForwardRef$2K as UniversityIcon, ForwardRef$3y as UnlinkIcon, ForwardRef$5L as UnsortedIcon, ForwardRef$G as UnstarredIcon, ForwardRef$t as UnviewIcon, ForwardRef$5K as UpArrowIcon, ForwardRef$5J as UploadIcon, ForwardRef$5I as UpwardIcon, ForwardRef$s as UserIcon, ForwardRef$r as UsersIcon, ForwardRef$4q as VKTIcon, ForwardRef$2I as ValidTicketFilledIcon, ForwardRef$2J as ValidTicketIcon, ForwardRef$n as ValidationErrorFilledIcon, ForwardRef$o as ValidationErrorIcon, ForwardRef$k as ValidationExclamationCircleFilledIcon, ForwardRef$l as ValidationExclamationCircleIcon, ForwardRef$j as ValidationExclamationFilledIcon, ForwardRef$m as ValidationExclamationIcon, ForwardRef$h as ValidationInfoFilledIcon, ForwardRef$i as ValidationInfoIcon, ForwardRef$f as ValidationSuccessFilledIcon, ForwardRef$g as ValidationSuccessIcon, ForwardRef$e as ValueIcon, ForwardRef$5d as VendingMachineIcon, ForwardRef$1F as VerticalDotsIcon, ForwardRef$5H as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$3_ as VimeoIcon, ForwardRef$48 as VippsIcon, ForwardRef$47 as VippsLogoIcon, ForwardRef$46 as VisaIcon, ForwardRef$4E as VoiIcon, ForwardRef$4p as VyIcon, ForwardRef$5c as WaitingRoomIcon, ForwardRef$3e as WalkIcon, ForwardRef$c as WarningIcon, ForwardRef$5b as WaterTapIcon, ForwardRef$5a as WheelchairIcon, ForwardRef$59 as WifiIcon, ForwardRef$2 as WindIcon, ForwardRef$3Z as YoutubeIcon, ForwardRef$2H as ZoneIcon, ForwardRef$1 as ZoomInIcon, ForwardRef as ZoomOutIcon, ForwardRef$4D as ZvippIcon, ForwardRef$4o as ØresundstågIcon };
|
|
8480
|
+
export { ForwardRef$54 as AKTIcon, ForwardRef$2G as AccessibilityIcon, ForwardRef$2F as AddCardIcon, ForwardRef$2E as AddIcon, ForwardRef$2D as AdditionalIcon, ForwardRef$3d as AdditionalZonesTicketIcon, ForwardRef$2C as AdjustmentsIcon, ForwardRef$2B as AdminIcon, ForwardRef$2A as AgreesIcon, ForwardRef$53 as AlesundTurvognIcon, ForwardRef$3L as AlignCenterIcon, ForwardRef$3K as AlignLeftIcon, ForwardRef$3J as AlignRightIcon, ForwardRef$4o as AmericanExpressIcon, ForwardRef$2j as AnimalFreeIcon, ForwardRef$5F as AnimalIcon, ForwardRef$4n as ApplePayIcon, ForwardRef$2h as AssignToMeFilledIcon, ForwardRef$2i as AssignToMeIcon, ForwardRef$52 as AtBIcon, ForwardRef$3I as AttachmentIcon, ForwardRef$5E as BabyIcon, ForwardRef$66 as BackArrowIcon, ForwardRef$51 as BaneNORIcon, ForwardRef$4m as BanknoteIcon, ForwardRef$4l as BanknoteMultiIcon, ForwardRef$3Z as BatteryIcon, ForwardRef$2g as BellIcon, ForwardRef$4T as BergenBysykkelIcon, ForwardRef$5D as BicycleHotelIcon, ForwardRef$3y as BicycleIcon, ForwardRef$5C as BicycleParkingIcon, ForwardRef$2e as BirthdateFilledIcon, ForwardRef$2f as BirthdateIcon, ForwardRef$2c as BoardFilledIcon, ForwardRef$2d as BoardIcon, ForwardRef$3H as BoldIcon, ForwardRef$4S as BoltIcon, ForwardRef$2b as BookmarkIcon, ForwardRef$50 as BrakarIcon, ForwardRef$4$ as BrakarNoTextIcon, ForwardRef$2a as BrightnessIcon, ForwardRef$29 as BugIcon, ForwardRef$3G as BulletListIcon, ForwardRef$3x as BusIcon, ForwardRef$5B as BusShelterIcon, ForwardRef$3c as CabinIcon, ForwardRef$3w as CablewayIcon, ForwardRef$3Y as CalculatorIcon, ForwardRef$26 as CalendarDetailedFilledIcon, ForwardRef$27 as CalendarDetailedIcon, ForwardRef$28 as CalendarIcon, ForwardRef$3X as CameraIcon, ForwardRef$3v as CarIcon, ForwardRef$3u as CarSharingIcon, ForwardRef$25 as CardIcon, ForwardRef$3t as CarferryIcon, ForwardRef$24 as ChannelsIcon, ForwardRef$22 as ChartFilledIcon, ForwardRef$23 as ChartIcon, ForwardRef$21 as ChatIcon, ForwardRef$1$ as CheckFilledIcon, ForwardRef$20 as CheckIcon, ForwardRef$1Z as CheckSmallFilledIcon, ForwardRef$1_ as CheckSmallIcon, ForwardRef$I as CircleFilledIcon, ForwardRef$J as CircleIcon, ForwardRef$3s as CityBikeIcon, ForwardRef$3b as CityIcon, ForwardRef$1X as ClockFilledIcon, ForwardRef$1Y as ClockIcon, ForwardRef$1V as CloseFilledIcon, ForwardRef$1W as CloseIcon, ForwardRef$1T as CloseSmallFilledIcon, ForwardRef$1U as CloseSmallIcon, ForwardRef$1d as ClosedLockIcon, ForwardRef$65 as CloudDownloadIcon, ForwardRef$b as CloudIcon, ForwardRef$a as CloudLightningIcon, ForwardRef$9 as CloudRainIcon, ForwardRef$8 as CloudSnowIcon, ForwardRef$5A as CoffeeIcon, ForwardRef$64 as CollapsedIcon, ForwardRef$1S as ColorPickerIcon, ForwardRef$1R as CommentIcon, ForwardRef$3a as CompassNeedleIcon, ForwardRef$1Q as ComponentIcon, ForwardRef$39 as ConductorIcon, ForwardRef$1P as ConfigurationIcon, ForwardRef$1O as ContactsIcon, ForwardRef$1M as CookieFilledIcon, ForwardRef$1N as CookieIcon, ForwardRef$1L as CopyIcon, ForwardRef$38 as CorrespondenceIcon, ForwardRef$5z as CouchetteIcon, ForwardRef$1J as CustomerServiceFilledIcon, ForwardRef$1K as CustomerServiceIcon, ForwardRef$5y as CutleryIcon, ForwardRef$3W as DatabaseIcon, ForwardRef$1I as DateIcon, ForwardRef$1H as DeleteIcon, ForwardRef$59 as DenmarkIcon, ForwardRef$4k as DepositionIcon, ForwardRef$3V as DesktopIcon, ForwardRef$37 as DestinationIcon, ForwardRef$4j as DiffIcon, ForwardRef$35 as DirectionFilledIcon, ForwardRef$36 as DirectionIcon, ForwardRef$63 as DownArrowIcon, ForwardRef$62 as DownloadIcon, ForwardRef$61 as DownwardIcon, ForwardRef$1E as DraggableIcon, ForwardRef$1D as EditIcon, ForwardRef$1C as EmailIcon, ForwardRef$34 as EnvironmentIcon, ForwardRef$4i as EuroIcon, ForwardRef$60 as ExpandIcon, ForwardRef$1B as ExtendIcon, ForwardRef$5$ as ExternalIcon, ForwardRef$46 as FacebookIcon, ForwardRef$4_ as FarteIcon, ForwardRef$4R as FartebysykkelIcon, ForwardRef$1z as FavoriteRouteFilledIcon, ForwardRef$1A as FavoriteRouteIcon, ForwardRef$1x as FavoriteStopFilledIcon, ForwardRef$1y as FavoriteStopIcon, ForwardRef$1v as FeedbackFilledIcon, ForwardRef$1w as FeedbackIcon, ForwardRef$3r as FerryIcon, ForwardRef$3U as FigmaIcon, ForwardRef$1u as FileIcon, ForwardRef$1t as FillIcon, ForwardRef$1r as FilterFilledIcon, ForwardRef$1s as FilterIcon, ForwardRef$4Z as FlybussenIcon, ForwardRef$1p as FolderFilledIcon, ForwardRef$1q as FolderIcon, ForwardRef$5_ as ForwardIcon, ForwardRef$4Y as FramIcon, ForwardRef$5x as FullIcon, ForwardRef$3q as FunicularIcon, ForwardRef$4X as GOAIcon, ForwardRef$4Q as GetAroundIcon, ForwardRef$45 as GithubIcon, ForwardRef$33 as GoalIcon, ForwardRef$44 as GoogleIcon, ForwardRef$4h as GooglePayIcon, ForwardRef$1o as GridViewIcon, ForwardRef$32 as GymIcon, ForwardRef$4P as HafjellIcon, ForwardRef$1n as HandToolIcon, ForwardRef$1m as HeartIcon, ForwardRef$3p as HelicopterIcon, ForwardRef$4O as HertzIcon, ForwardRef$1k as HistoryFilledIcon, ForwardRef$1l as HistoryIcon, ForwardRef$31 as HomeIcon, ForwardRef$1G as HorizontalDotsIcon, ForwardRef$4W as HykeIcon, ForwardRef$1j as IconIcon, ForwardRef$3T as ImageIcon, ForwardRef$4V as InnlandstrafikkIcon, ForwardRef$43 as InstagramIcon, ForwardRef$30 as InternationalIcon, ForwardRef$2$ as InterrailIcon, ForwardRef$2_ as InvalidTicketIcon, ForwardRef$3F as ItalicIcon, ForwardRef$4N as KolumbusBysykkelIcon, ForwardRef$4U as KolumbusIcon, ForwardRef$1h as LanguageFilledIcon, ForwardRef$1i as LanguageIcon, ForwardRef$3S as LaptopIcon, ForwardRef$5Z as LeftArrowIcon, ForwardRef$1g as LikeIcon, ForwardRef$4M as LimeIcon, ForwardRef$3E as LinkIcon, ForwardRef$42 as LinkedinIcon, ForwardRef$1f as ListViewIcon, ForwardRef$1e as LoadingIcon, ForwardRef$5w as LockerIcon, ForwardRef$1b as LogOutIcon, ForwardRef$5H as LogoNegativeIcon, ForwardRef$5G as LogoPositiveIcon, ForwardRef$19 as LostAndFoundFilledIcon, ForwardRef$1a as LostAndFoundIcon, ForwardRef$2Z as LuggageIcon, ForwardRef$5v as ManySeatsAvailableIcon, ForwardRef$2X as MapFilledIcon, ForwardRef$2Y as MapIcon, ForwardRef$2W as MapPinIcon, ForwardRef$4g as MastercardIcon, ForwardRef$17 as MeasureFilledIcon, ForwardRef$18 as MeasureIcon, ForwardRef$16 as MenuIcon, ForwardRef$5Y as MergeProfilesIcon, ForwardRef$3o as MetroIcon, ForwardRef$15 as MinimizeIcon, ForwardRef$3R as MobileIcon, ForwardRef$3n as MobilityIcon, ForwardRef$4f as MoneyIcon, ForwardRef$2V as MountainIcon, ForwardRef$4L as MoveAboutIcon, ForwardRef$3Q as MuralIcon, ForwardRef$14 as NewIcon, ForwardRef$13 as NightIcon, ForwardRef$4D as NordlandIcon, ForwardRef$58 as NorwayIcon, ForwardRef$3D as NumberListIcon, ForwardRef$2z as ObjectAlignBottomFilledIcon, ForwardRef$2y as ObjectAlignBottomIcon, ForwardRef$2x as ObjectAlignCenterFilledIcon, ForwardRef$2w as ObjectAlignCenterIcon, ForwardRef$2v as ObjectAlignLeftFilledIcon, ForwardRef$2u as ObjectAlignLeftIcon, ForwardRef$2t as ObjectAlignMiddleFilledIcon, ForwardRef$2s as ObjectAlignMiddleIcon, ForwardRef$2r as ObjectAlignRightFilledIcon, ForwardRef$2q as ObjectAlignRightIcon, ForwardRef$2p as ObjectAlignTopFilledIcon, ForwardRef$2o as ObjectAlignTopIcon, ForwardRef$2n as ObjectDistributeHorizontallyFilledIcon, ForwardRef$2m as ObjectDistributeHorizontallyIcon, ForwardRef$2l as ObjectDistributeVerticallyFilledIcon, ForwardRef$2k as ObjectDistributeVerticallyIcon, ForwardRef$1c as OpenedLockIcon, ForwardRef$12 as OrganizationIcon, ForwardRef$4K as OsloBysykkelIcon, ForwardRef$4C as OstfoldIcon, ForwardRef$4J as OttoMobilityIcon, ForwardRef$11 as PackageIcon, ForwardRef$5X as PageNavigationIcon, ForwardRef$5t as ParkAndRideIcon, ForwardRef$5u as ParkIcon, ForwardRef$5s as ParkingGarageIcon, ForwardRef$3P as PhoneIcon, ForwardRef$3m as PlaneIcon, ForwardRef$10 as PlayIcon, ForwardRef$2U as PlaygroundIcon, ForwardRef$5r as PlayroomIcon, ForwardRef$2S as PositionFilledIcon, ForwardRef$2T as PositionIcon, ForwardRef$5q as PowerIcon, ForwardRef$5p as PremiumSeatIcon, ForwardRef$4e as PriceFromIcon, ForwardRef$4d as PricelistIcon, ForwardRef$3O as PrinterIcon, ForwardRef$2R as PrioritySeatPregnantIcon, ForwardRef$2Q as PrioritySeatSeniorsIcon, ForwardRef$$ as PrivacyIcon, ForwardRef$_ as PurposeIcon, ForwardRef$Z as PuzzleIcon, ForwardRef$3N as QRIcon, ForwardRef$p as QuestionFilledIcon, ForwardRef$q as QuestionIcon, ForwardRef$Y as QuietIcon, ForwardRef$X as QuitIcon, ForwardRef$W as RSSIcon, ForwardRef$2O as RebateTicketFilledIcon, ForwardRef$2P as RebateTicketIcon, ForwardRef$5W as RedoIcon, ForwardRef$4c as ReferenceIcon, ForwardRef$5V as RefreshIcon, ForwardRef$4B as ReisNordlandIcon, ForwardRef$5U as ResetIcon, ForwardRef$5T as RightArrowIcon, ForwardRef$U as RouteFilledIcon, ForwardRef$V as RouteIcon, ForwardRef$T as RowHeightDefaultIcon, ForwardRef$S as RowHeightMiddleIcon, ForwardRef$R as RowHeightSmallIcon, ForwardRef$Q as RulesIcon, ForwardRef$3l as RunningIcon, ForwardRef$4A as RuterIcon, ForwardRef$4z as RuterNoTextIcon, ForwardRef$4y as SJIcon, ForwardRef$4x as SJNordIcon, ForwardRef$4I as SURFIcon, ForwardRef$57 as SamiIcon, ForwardRef$3M as SaveIcon, ForwardRef$P as ScopeIcon, ForwardRef$N as SearchFilledIcon, ForwardRef$O as SearchIcon, ForwardRef$5m as SeatCompartmentFilledIcon, ForwardRef$5n as SeatCompartmentIcon, ForwardRef$5o as SeatIcon, ForwardRef$5l as SeatsAvailableIcon, ForwardRef$M as SelectIcon, ForwardRef$L as SendIcon, ForwardRef$K as SettingsIcon, ForwardRef$5S as ShareIcon, ForwardRef$4b as ShoppingCartIcon, ForwardRef$2N as SkiIcon, ForwardRef$41 as SkypeIcon, ForwardRef$4w as SkyssIcon, ForwardRef$4v as SkyssNoTextIcon, ForwardRef$5k as SleepIcon, ForwardRef$4u as SnelandiaIcon, ForwardRef$3k as SnowCoachIcon, ForwardRef$3C as SourceCodeIcon, ForwardRef$F as StandardIcon, ForwardRef$5j as StandingAvailableIcon, ForwardRef$3j as StandingIcon, ForwardRef$H as StarredIcon, ForwardRef$4a as StatsIcon, ForwardRef$5i as StrollerIcon, ForwardRef$3i as StrollingIcon, ForwardRef$D as StudentFilledIcon, ForwardRef$E as StudentIcon, ForwardRef$C as SubtractIcon, ForwardRef$2M as SuitcaseIcon, ForwardRef$6 as SunCloudIcon, ForwardRef$5 as SunCloudRainIcon, ForwardRef$7 as SunIcon, ForwardRef$4t as SvipperIcon, ForwardRef$56 as SwedenIcon, ForwardRef$5R as SwitchIcon, ForwardRef$5h as TVMIcon, ForwardRef$B as TagIcon, ForwardRef$3h as TaxiIcon, ForwardRef$z as TerminalFilledIcon, ForwardRef$A as TerminalIcon, ForwardRef$3B as TextColorIcon, ForwardRef$4 as ThermometerIcon, ForwardRef$4H as TierIcon, ForwardRef$x as TimeglassFilledIcon, ForwardRef$y as TimeglassIcon, ForwardRef$w as TimelineIcon, ForwardRef$5Q as ToFromIcon, ForwardRef$5g as ToiletIcon, ForwardRef$v as TokenIcon, ForwardRef$u as ToneSmileIcon, ForwardRef$2L as TrackIcon, ForwardRef$5f as TrainCarIcon, ForwardRef$3g as TrainIcon, ForwardRef$3f as TramIcon, ForwardRef$5P as TransferIcon, ForwardRef$4s as TromsFylkestrafikkIcon, ForwardRef$4G as TrondheimBysykkelIcon, ForwardRef$5O as TurnableIcon, ForwardRef$40 as TwitterIcon, ForwardRef$55 as UKIcon, ForwardRef$3 as UmbrellaIcon, ForwardRef$3A as UnderlineIcon, ForwardRef$5N as UndoIcon, ForwardRef$2K as UniversityIcon, ForwardRef$3z as UnlinkIcon, ForwardRef$5M as UnsortedIcon, ForwardRef$G as UnstarredIcon, ForwardRef$t as UnviewIcon, ForwardRef$5L as UpArrowIcon, ForwardRef$5K as UploadIcon, ForwardRef$5J as UpwardIcon, ForwardRef$s as UserIcon, ForwardRef$r as UsersIcon, ForwardRef$4r as VKTIcon, ForwardRef$2I as ValidTicketFilledIcon, ForwardRef$2J as ValidTicketIcon, ForwardRef$n as ValidationErrorFilledIcon, ForwardRef$o as ValidationErrorIcon, ForwardRef$k as ValidationExclamationCircleFilledIcon, ForwardRef$l as ValidationExclamationCircleIcon, ForwardRef$j as ValidationExclamationFilledIcon, ForwardRef$m as ValidationExclamationIcon, ForwardRef$h as ValidationInfoFilledIcon, ForwardRef$i as ValidationInfoIcon, ForwardRef$f as ValidationSuccessFilledIcon, ForwardRef$g as ValidationSuccessIcon, ForwardRef$e as ValueIcon, ForwardRef$5e as VendingMachineIcon, ForwardRef$1F as VerticalDotsIcon, ForwardRef$5I as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$3$ as VimeoIcon, ForwardRef$49 as VippsIcon, ForwardRef$48 as VippsLogoIcon, ForwardRef$47 as VisaIcon, ForwardRef$4F as VoiIcon, ForwardRef$4q as VyIcon, ForwardRef$5d as WaitingRoomIcon, ForwardRef$3e as WalkIcon, ForwardRef$c as WarningIcon, ForwardRef$5c as WaterTapIcon, ForwardRef$5b as WheelchairIcon, ForwardRef$5a as WifiIcon, ForwardRef$2 as WindIcon, ForwardRef$3_ as YoutubeIcon, ForwardRef$2H as ZoneIcon, ForwardRef$1 as ZoomInIcon, ForwardRef as ZoomOutIcon, ForwardRef$4E as ZvippIcon, ForwardRef$4p as ØresundstågIcon };
|