@entur/icons 7.9.0 → 7.11.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 +6 -0
- package/dist/index.esm.js +405 -279
- package/dist/index.esm.native.js +393 -279
- package/dist/index.js +688 -556
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -30,7 +30,7 @@ function BackArrowIcon(props, ref) {
|
|
|
30
30
|
clipRule: "evenodd"
|
|
31
31
|
}));
|
|
32
32
|
}
|
|
33
|
-
var ForwardRef$
|
|
33
|
+
var ForwardRef$61 = /*#__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
|
-
var ForwardRef$
|
|
57
|
+
var ForwardRef$60 = /*#__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
|
-
var ForwardRef$
|
|
78
|
+
var ForwardRef$5$ = /*#__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
|
-
var ForwardRef$
|
|
99
|
+
var ForwardRef$5_ = /*#__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
|
-
var ForwardRef$
|
|
120
|
+
var ForwardRef$5Z = /*#__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
|
-
var ForwardRef$
|
|
141
|
+
var ForwardRef$5Y = /*#__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
|
-
var ForwardRef$
|
|
162
|
+
var ForwardRef$5X = /*#__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
|
-
var ForwardRef$
|
|
183
|
+
var ForwardRef$5W = /*#__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
|
-
var ForwardRef$
|
|
204
|
+
var ForwardRef$5V = /*#__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
|
-
var ForwardRef$
|
|
225
|
+
var ForwardRef$5U = /*#__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
|
-
var ForwardRef$
|
|
246
|
+
var ForwardRef$5T = /*#__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
|
-
var ForwardRef$
|
|
265
|
+
var ForwardRef$5S = /*#__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
|
-
var ForwardRef$
|
|
286
|
+
var ForwardRef$5R = /*#__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
|
-
var ForwardRef$
|
|
307
|
+
var ForwardRef$5Q = /*#__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
|
-
var ForwardRef$
|
|
328
|
+
var ForwardRef$5P = /*#__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
|
-
var ForwardRef$
|
|
349
|
+
var ForwardRef$5O = /*#__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
|
-
var ForwardRef$
|
|
370
|
+
var ForwardRef$5N = /*#__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
|
-
var ForwardRef$
|
|
392
|
+
var ForwardRef$5M = /*#__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
|
-
var ForwardRef$
|
|
413
|
+
var ForwardRef$5L = /*#__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
|
-
var ForwardRef$
|
|
434
|
+
var ForwardRef$5K = /*#__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
|
-
var ForwardRef$
|
|
455
|
+
var ForwardRef$5J = /*#__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
|
-
var ForwardRef$
|
|
476
|
+
var ForwardRef$5I = /*#__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
|
-
var ForwardRef$
|
|
494
|
+
var ForwardRef$5H = /*#__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
|
-
var ForwardRef$
|
|
515
|
+
var ForwardRef$5G = /*#__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
|
-
var ForwardRef$
|
|
536
|
+
var ForwardRef$5F = /*#__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
|
-
var ForwardRef$
|
|
557
|
+
var ForwardRef$5E = /*#__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
|
-
var ForwardRef$
|
|
578
|
+
var ForwardRef$5D = /*#__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
|
-
var ForwardRef$
|
|
600
|
+
var ForwardRef$5C = /*#__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
|
-
var ForwardRef$
|
|
622
|
+
var ForwardRef$5B = /*#__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
|
-
var ForwardRef$
|
|
643
|
+
var ForwardRef$5A = /*#__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
|
-
var ForwardRef$
|
|
665
|
+
var ForwardRef$5z = /*#__PURE__*/forwardRef(BabyIcon);
|
|
666
666
|
|
|
667
667
|
function BicycleHotelIcon(props, ref) {
|
|
668
668
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -683,7 +683,7 @@ function BicycleHotelIcon(props, ref) {
|
|
|
683
683
|
clipRule: "evenodd"
|
|
684
684
|
}));
|
|
685
685
|
}
|
|
686
|
-
var ForwardRef$
|
|
686
|
+
var ForwardRef$5y = /*#__PURE__*/forwardRef(BicycleHotelIcon);
|
|
687
687
|
|
|
688
688
|
function BicycleParkingIcon(props, ref) {
|
|
689
689
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -704,7 +704,7 @@ function BicycleParkingIcon(props, ref) {
|
|
|
704
704
|
clipRule: "evenodd"
|
|
705
705
|
}));
|
|
706
706
|
}
|
|
707
|
-
var ForwardRef$
|
|
707
|
+
var ForwardRef$5x = /*#__PURE__*/forwardRef(BicycleParkingIcon);
|
|
708
708
|
|
|
709
709
|
function BusShelterIcon(props, ref) {
|
|
710
710
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -725,7 +725,7 @@ function BusShelterIcon(props, ref) {
|
|
|
725
725
|
clipRule: "evenodd"
|
|
726
726
|
}));
|
|
727
727
|
}
|
|
728
|
-
var ForwardRef$
|
|
728
|
+
var ForwardRef$5w = /*#__PURE__*/forwardRef(BusShelterIcon);
|
|
729
729
|
|
|
730
730
|
function CoffeeIcon(props, ref) {
|
|
731
731
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -746,7 +746,7 @@ function CoffeeIcon(props, ref) {
|
|
|
746
746
|
clipRule: "evenodd"
|
|
747
747
|
}));
|
|
748
748
|
}
|
|
749
|
-
var ForwardRef$
|
|
749
|
+
var ForwardRef$5v = /*#__PURE__*/forwardRef(CoffeeIcon);
|
|
750
750
|
|
|
751
751
|
function CouchetteIcon(props, ref) {
|
|
752
752
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -767,7 +767,7 @@ function CouchetteIcon(props, ref) {
|
|
|
767
767
|
clipRule: "evenodd"
|
|
768
768
|
}));
|
|
769
769
|
}
|
|
770
|
-
var ForwardRef$
|
|
770
|
+
var ForwardRef$5u = /*#__PURE__*/forwardRef(CouchetteIcon);
|
|
771
771
|
|
|
772
772
|
function CutleryIcon(props, ref) {
|
|
773
773
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -788,7 +788,7 @@ function CutleryIcon(props, ref) {
|
|
|
788
788
|
clipRule: "evenodd"
|
|
789
789
|
}));
|
|
790
790
|
}
|
|
791
|
-
var ForwardRef$
|
|
791
|
+
var ForwardRef$5t = /*#__PURE__*/forwardRef(CutleryIcon);
|
|
792
792
|
|
|
793
793
|
function FullIcon(props, ref) {
|
|
794
794
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -807,7 +807,49 @@ function FullIcon(props, ref) {
|
|
|
807
807
|
clipRule: "evenodd"
|
|
808
808
|
}));
|
|
809
809
|
}
|
|
810
|
-
var ForwardRef$
|
|
810
|
+
var ForwardRef$5s = /*#__PURE__*/forwardRef(FullIcon);
|
|
811
|
+
|
|
812
|
+
function KupéIcon(props, ref) {
|
|
813
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
814
|
+
fill: "none",
|
|
815
|
+
viewBox: "0 0 16 16",
|
|
816
|
+
width: props.width || props.size || '1em',
|
|
817
|
+
height: props.height || props.size || '1em',
|
|
818
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
819
|
+
color: props.color || 'currentColor',
|
|
820
|
+
inline: undefined,
|
|
821
|
+
ref: ref
|
|
822
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
823
|
+
fill: "currentColor",
|
|
824
|
+
fillRule: "evenodd",
|
|
825
|
+
d: "M2.617 2.999a1.1 1.1 0 0 1 1.082.902l.014.106.408 4.861h1.41a1.1 1.1 0 0 1 1.1 1.1v2.434a.6.6 0 0 1-.6.6H1.6a.6.6 0 0 1-.6-.6V3.6l.012-.121a.6.6 0 0 1 .588-.479zM2.2 11.802h3.232v-1.735H3.569a.6.6 0 0 1-.598-.55l-.446-5.319H2.2zM14.4 2.999a.6.6 0 0 1 .588.479l.012.12v8.804a.6.6 0 0 1-.6.6H9.97a.6.6 0 0 1-.6-.6V9.968a1.1 1.1 0 0 1 1.1-1.1h1.41l.408-4.861.014-.106A1.1 1.1 0 0 1 13.383 3zm-.925 1.2-.446 5.319a.6.6 0 0 1-.598.55h-1.862v1.734h3.232V4.198z",
|
|
826
|
+
clipRule: "evenodd"
|
|
827
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
828
|
+
fill: "currentColor",
|
|
829
|
+
d: "M9.969 7.621h-1.37v5.27H7.4V7.62H6.03v-1.2H9.97z"
|
|
830
|
+
}));
|
|
831
|
+
}
|
|
832
|
+
var ForwardRef$5r = /*#__PURE__*/forwardRef(KupéIcon);
|
|
833
|
+
|
|
834
|
+
function KupéFilledIcon(props, ref) {
|
|
835
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
836
|
+
fill: "none",
|
|
837
|
+
viewBox: "0 0 14 10",
|
|
838
|
+
width: props.width || props.size || '1em',
|
|
839
|
+
height: props.height || props.size || '1em',
|
|
840
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
841
|
+
color: props.color || 'currentColor',
|
|
842
|
+
inline: undefined,
|
|
843
|
+
ref: ref
|
|
844
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
845
|
+
fill: "currentColor",
|
|
846
|
+
d: "M1.617-.001A1.1 1.1 0 0 1 2.7.901l.014.106.408 4.861h1.41a1.1 1.1 0 0 1 1.1 1.1v2.434a.6.6 0 0 1-.6.6H.6a.6.6 0 0 1-.6-.6V.6L.012.478A.6.6 0 0 1 .6-.001zM13.4-.001a.6.6 0 0 1 .588.479l.012.12v8.804a.6.6 0 0 1-.6.6H8.97a.6.6 0 0 1-.6-.6V6.968a1.1 1.1 0 0 1 1.1-1.1h1.41l.408-4.861.014-.106A1.1 1.1 0 0 1 12.383 0z"
|
|
847
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
848
|
+
fill: "currentColor",
|
|
849
|
+
d: "M8.969 4.621h-1.37v5.27H6.4V4.62H5.03v-1.2H8.97z"
|
|
850
|
+
}));
|
|
851
|
+
}
|
|
852
|
+
var ForwardRef$5q = /*#__PURE__*/forwardRef(KupéFilledIcon);
|
|
811
853
|
|
|
812
854
|
function LockerIcon(props, ref) {
|
|
813
855
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -829,7 +871,7 @@ function LockerIcon(props, ref) {
|
|
|
829
871
|
transform: "translate(-1283 -504) translate(1280 503)"
|
|
830
872
|
}));
|
|
831
873
|
}
|
|
832
|
-
var ForwardRef$
|
|
874
|
+
var ForwardRef$5p = /*#__PURE__*/forwardRef(LockerIcon);
|
|
833
875
|
|
|
834
876
|
function ManySeatsAvailableIcon(props, ref) {
|
|
835
877
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -853,7 +895,7 @@ function ManySeatsAvailableIcon(props, ref) {
|
|
|
853
895
|
clipRule: "evenodd"
|
|
854
896
|
}));
|
|
855
897
|
}
|
|
856
|
-
var ForwardRef$
|
|
898
|
+
var ForwardRef$5o = /*#__PURE__*/forwardRef(ManySeatsAvailableIcon);
|
|
857
899
|
|
|
858
900
|
function ParkIcon(props, ref) {
|
|
859
901
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -874,7 +916,7 @@ function ParkIcon(props, ref) {
|
|
|
874
916
|
clipRule: "evenodd"
|
|
875
917
|
}));
|
|
876
918
|
}
|
|
877
|
-
var ForwardRef$
|
|
919
|
+
var ForwardRef$5n = /*#__PURE__*/forwardRef(ParkIcon);
|
|
878
920
|
|
|
879
921
|
function ParkAndRideIcon(props, ref) {
|
|
880
922
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -895,7 +937,7 @@ function ParkAndRideIcon(props, ref) {
|
|
|
895
937
|
clipRule: "evenodd"
|
|
896
938
|
}));
|
|
897
939
|
}
|
|
898
|
-
var ForwardRef$
|
|
940
|
+
var ForwardRef$5m = /*#__PURE__*/forwardRef(ParkAndRideIcon);
|
|
899
941
|
|
|
900
942
|
function ParkingGarageIcon(props, ref) {
|
|
901
943
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -915,7 +957,7 @@ function ParkingGarageIcon(props, ref) {
|
|
|
915
957
|
transform: "translate(-2 -1)"
|
|
916
958
|
}));
|
|
917
959
|
}
|
|
918
|
-
var ForwardRef$
|
|
960
|
+
var ForwardRef$5l = /*#__PURE__*/forwardRef(ParkingGarageIcon);
|
|
919
961
|
|
|
920
962
|
function PlayroomIcon(props, ref) {
|
|
921
963
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -936,7 +978,7 @@ function PlayroomIcon(props, ref) {
|
|
|
936
978
|
clipRule: "evenodd"
|
|
937
979
|
}));
|
|
938
980
|
}
|
|
939
|
-
var ForwardRef$
|
|
981
|
+
var ForwardRef$5k = /*#__PURE__*/forwardRef(PlayroomIcon);
|
|
940
982
|
|
|
941
983
|
function PowerIcon(props, ref) {
|
|
942
984
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -958,7 +1000,7 @@ function PowerIcon(props, ref) {
|
|
|
958
1000
|
transform: "translate(-1245 -233) translate(1244 232)"
|
|
959
1001
|
}));
|
|
960
1002
|
}
|
|
961
|
-
var ForwardRef$
|
|
1003
|
+
var ForwardRef$5j = /*#__PURE__*/forwardRef(PowerIcon);
|
|
962
1004
|
|
|
963
1005
|
function PremiumSeatIcon(props, ref) {
|
|
964
1006
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -979,7 +1021,7 @@ function PremiumSeatIcon(props, ref) {
|
|
|
979
1021
|
clipRule: "evenodd"
|
|
980
1022
|
}));
|
|
981
1023
|
}
|
|
982
|
-
var ForwardRef$
|
|
1024
|
+
var ForwardRef$5i = /*#__PURE__*/forwardRef(PremiumSeatIcon);
|
|
983
1025
|
|
|
984
1026
|
function SeatIcon(props, ref) {
|
|
985
1027
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1000,7 +1042,7 @@ function SeatIcon(props, ref) {
|
|
|
1000
1042
|
clipRule: "evenodd"
|
|
1001
1043
|
}));
|
|
1002
1044
|
}
|
|
1003
|
-
var ForwardRef$
|
|
1045
|
+
var ForwardRef$5h = /*#__PURE__*/forwardRef(SeatIcon);
|
|
1004
1046
|
|
|
1005
1047
|
function SeatsAvailableIcon(props, ref) {
|
|
1006
1048
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1024,7 +1066,7 @@ function SeatsAvailableIcon(props, ref) {
|
|
|
1024
1066
|
clipRule: "evenodd"
|
|
1025
1067
|
}));
|
|
1026
1068
|
}
|
|
1027
|
-
var ForwardRef$
|
|
1069
|
+
var ForwardRef$5g = /*#__PURE__*/forwardRef(SeatsAvailableIcon);
|
|
1028
1070
|
|
|
1029
1071
|
function SleepIcon(props, ref) {
|
|
1030
1072
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1045,7 +1087,7 @@ function SleepIcon(props, ref) {
|
|
|
1045
1087
|
clipRule: "evenodd"
|
|
1046
1088
|
}));
|
|
1047
1089
|
}
|
|
1048
|
-
var ForwardRef$
|
|
1090
|
+
var ForwardRef$5f = /*#__PURE__*/forwardRef(SleepIcon);
|
|
1049
1091
|
|
|
1050
1092
|
function StandingAvailableIcon(props, ref) {
|
|
1051
1093
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1069,7 +1111,7 @@ function StandingAvailableIcon(props, ref) {
|
|
|
1069
1111
|
clipRule: "evenodd"
|
|
1070
1112
|
}));
|
|
1071
1113
|
}
|
|
1072
|
-
var ForwardRef$
|
|
1114
|
+
var ForwardRef$5e = /*#__PURE__*/forwardRef(StandingAvailableIcon);
|
|
1073
1115
|
|
|
1074
1116
|
function StrollerIcon(props, ref) {
|
|
1075
1117
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1090,7 +1132,7 @@ function StrollerIcon(props, ref) {
|
|
|
1090
1132
|
clipRule: "evenodd"
|
|
1091
1133
|
}));
|
|
1092
1134
|
}
|
|
1093
|
-
var ForwardRef$
|
|
1135
|
+
var ForwardRef$5d = /*#__PURE__*/forwardRef(StrollerIcon);
|
|
1094
1136
|
|
|
1095
1137
|
function TVMIcon(props, ref) {
|
|
1096
1138
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1111,7 +1153,7 @@ function TVMIcon(props, ref) {
|
|
|
1111
1153
|
clipRule: "evenodd"
|
|
1112
1154
|
}));
|
|
1113
1155
|
}
|
|
1114
|
-
var ForwardRef$
|
|
1156
|
+
var ForwardRef$5c = /*#__PURE__*/forwardRef(TVMIcon);
|
|
1115
1157
|
|
|
1116
1158
|
function ToiletIcon(props, ref) {
|
|
1117
1159
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1133,7 +1175,7 @@ function ToiletIcon(props, ref) {
|
|
|
1133
1175
|
transform: "translate(-1173 -237) translate(1172 232)"
|
|
1134
1176
|
}));
|
|
1135
1177
|
}
|
|
1136
|
-
var ForwardRef$
|
|
1178
|
+
var ForwardRef$5b = /*#__PURE__*/forwardRef(ToiletIcon);
|
|
1137
1179
|
|
|
1138
1180
|
function TrainCarIcon(props, ref) {
|
|
1139
1181
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1154,7 +1196,7 @@ function TrainCarIcon(props, ref) {
|
|
|
1154
1196
|
clipRule: "evenodd"
|
|
1155
1197
|
}));
|
|
1156
1198
|
}
|
|
1157
|
-
var ForwardRef$
|
|
1199
|
+
var ForwardRef$5a = /*#__PURE__*/forwardRef(TrainCarIcon);
|
|
1158
1200
|
|
|
1159
1201
|
function VendingMachineIcon(props, ref) {
|
|
1160
1202
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1176,7 +1218,7 @@ function VendingMachineIcon(props, ref) {
|
|
|
1176
1218
|
transform: "translate(-1389 -504) translate(1388 503)"
|
|
1177
1219
|
}));
|
|
1178
1220
|
}
|
|
1179
|
-
var ForwardRef$
|
|
1221
|
+
var ForwardRef$59 = /*#__PURE__*/forwardRef(VendingMachineIcon);
|
|
1180
1222
|
|
|
1181
1223
|
function WaitingRoomIcon(props, ref) {
|
|
1182
1224
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1197,7 +1239,7 @@ function WaitingRoomIcon(props, ref) {
|
|
|
1197
1239
|
clipRule: "evenodd"
|
|
1198
1240
|
}));
|
|
1199
1241
|
}
|
|
1200
|
-
var ForwardRef$
|
|
1242
|
+
var ForwardRef$58 = /*#__PURE__*/forwardRef(WaitingRoomIcon);
|
|
1201
1243
|
|
|
1202
1244
|
function WaterTapIcon(props, ref) {
|
|
1203
1245
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1223,7 +1265,7 @@ function WaterTapIcon(props, ref) {
|
|
|
1223
1265
|
clipRule: "evenodd"
|
|
1224
1266
|
}));
|
|
1225
1267
|
}
|
|
1226
|
-
var ForwardRef$
|
|
1268
|
+
var ForwardRef$57 = /*#__PURE__*/forwardRef(WaterTapIcon);
|
|
1227
1269
|
|
|
1228
1270
|
function WheelchairIcon(props, ref) {
|
|
1229
1271
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1244,7 +1286,7 @@ function WheelchairIcon(props, ref) {
|
|
|
1244
1286
|
clipRule: "evenodd"
|
|
1245
1287
|
}));
|
|
1246
1288
|
}
|
|
1247
|
-
var ForwardRef$
|
|
1289
|
+
var ForwardRef$56 = /*#__PURE__*/forwardRef(WheelchairIcon);
|
|
1248
1290
|
|
|
1249
1291
|
function WifiIcon(props, ref) {
|
|
1250
1292
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1265,7 +1307,7 @@ function WifiIcon(props, ref) {
|
|
|
1265
1307
|
clipRule: "evenodd"
|
|
1266
1308
|
}));
|
|
1267
1309
|
}
|
|
1268
|
-
var ForwardRef$
|
|
1310
|
+
var ForwardRef$55 = /*#__PURE__*/forwardRef(WifiIcon);
|
|
1269
1311
|
|
|
1270
1312
|
function DenmarkIcon(props, ref) {
|
|
1271
1313
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1289,7 +1331,7 @@ function DenmarkIcon(props, ref) {
|
|
|
1289
1331
|
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"
|
|
1290
1332
|
})));
|
|
1291
1333
|
}
|
|
1292
|
-
var ForwardRef$
|
|
1334
|
+
var ForwardRef$54 = /*#__PURE__*/forwardRef(DenmarkIcon);
|
|
1293
1335
|
|
|
1294
1336
|
function NorwayIcon(props, ref) {
|
|
1295
1337
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1317,7 +1359,7 @@ function NorwayIcon(props, ref) {
|
|
|
1317
1359
|
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"
|
|
1318
1360
|
})));
|
|
1319
1361
|
}
|
|
1320
|
-
var ForwardRef$
|
|
1362
|
+
var ForwardRef$53 = /*#__PURE__*/forwardRef(NorwayIcon);
|
|
1321
1363
|
|
|
1322
1364
|
function SamiIcon(props, ref) {
|
|
1323
1365
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1354,7 +1396,7 @@ function SamiIcon(props, ref) {
|
|
|
1354
1396
|
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"
|
|
1355
1397
|
}));
|
|
1356
1398
|
}
|
|
1357
|
-
var ForwardRef$
|
|
1399
|
+
var ForwardRef$52 = /*#__PURE__*/forwardRef(SamiIcon);
|
|
1358
1400
|
|
|
1359
1401
|
function SwedenIcon(props, ref) {
|
|
1360
1402
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1378,7 +1420,7 @@ function SwedenIcon(props, ref) {
|
|
|
1378
1420
|
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"
|
|
1379
1421
|
})));
|
|
1380
1422
|
}
|
|
1381
|
-
var ForwardRef$
|
|
1423
|
+
var ForwardRef$51 = /*#__PURE__*/forwardRef(SwedenIcon);
|
|
1382
1424
|
|
|
1383
1425
|
function UKIcon(props, ref) {
|
|
1384
1426
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1440,7 +1482,7 @@ function UKIcon(props, ref) {
|
|
|
1440
1482
|
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"
|
|
1441
1483
|
})));
|
|
1442
1484
|
}
|
|
1443
|
-
var ForwardRef$
|
|
1485
|
+
var ForwardRef$50 = /*#__PURE__*/forwardRef(UKIcon);
|
|
1444
1486
|
|
|
1445
1487
|
function AKTIcon(props, ref) {
|
|
1446
1488
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1459,7 +1501,7 @@ function AKTIcon(props, ref) {
|
|
|
1459
1501
|
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"
|
|
1460
1502
|
}));
|
|
1461
1503
|
}
|
|
1462
|
-
var ForwardRef$
|
|
1504
|
+
var ForwardRef$4$ = /*#__PURE__*/forwardRef(AKTIcon);
|
|
1463
1505
|
|
|
1464
1506
|
function AlesundTurvognIcon(props, ref) {
|
|
1465
1507
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1478,7 +1520,7 @@ function AlesundTurvognIcon(props, ref) {
|
|
|
1478
1520
|
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"
|
|
1479
1521
|
}));
|
|
1480
1522
|
}
|
|
1481
|
-
var ForwardRef$
|
|
1523
|
+
var ForwardRef$4_ = /*#__PURE__*/forwardRef(AlesundTurvognIcon);
|
|
1482
1524
|
|
|
1483
1525
|
function AtBIcon(props, ref) {
|
|
1484
1526
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1496,7 +1538,7 @@ function AtBIcon(props, ref) {
|
|
|
1496
1538
|
clipRule: "evenodd"
|
|
1497
1539
|
}));
|
|
1498
1540
|
}
|
|
1499
|
-
var ForwardRef$
|
|
1541
|
+
var ForwardRef$4Z = /*#__PURE__*/forwardRef(AtBIcon);
|
|
1500
1542
|
|
|
1501
1543
|
function BaneNORIcon(props, ref) {
|
|
1502
1544
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1515,7 +1557,7 @@ function BaneNORIcon(props, ref) {
|
|
|
1515
1557
|
clipRule: "evenodd"
|
|
1516
1558
|
}));
|
|
1517
1559
|
}
|
|
1518
|
-
var ForwardRef$
|
|
1560
|
+
var ForwardRef$4Y = /*#__PURE__*/forwardRef(BaneNORIcon);
|
|
1519
1561
|
|
|
1520
1562
|
function BergenBysykkelIcon(props, ref) {
|
|
1521
1563
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1534,7 +1576,7 @@ function BergenBysykkelIcon(props, ref) {
|
|
|
1534
1576
|
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"
|
|
1535
1577
|
}));
|
|
1536
1578
|
}
|
|
1537
|
-
var ForwardRef$
|
|
1579
|
+
var ForwardRef$4X = /*#__PURE__*/forwardRef(BergenBysykkelIcon);
|
|
1538
1580
|
|
|
1539
1581
|
function BoltIcon(props, ref) {
|
|
1540
1582
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1558,7 +1600,7 @@ function BoltIcon(props, ref) {
|
|
|
1558
1600
|
r: 1.575
|
|
1559
1601
|
})));
|
|
1560
1602
|
}
|
|
1561
|
-
var ForwardRef$
|
|
1603
|
+
var ForwardRef$4W = /*#__PURE__*/forwardRef(BoltIcon);
|
|
1562
1604
|
|
|
1563
1605
|
function BrakarIcon(props, ref) {
|
|
1564
1606
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1590,7 +1632,7 @@ function BrakarIcon(props, ref) {
|
|
|
1590
1632
|
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"
|
|
1591
1633
|
})));
|
|
1592
1634
|
}
|
|
1593
|
-
var ForwardRef$
|
|
1635
|
+
var ForwardRef$4V = /*#__PURE__*/forwardRef(BrakarIcon);
|
|
1594
1636
|
|
|
1595
1637
|
function BrakarNoTextIcon(props, ref) {
|
|
1596
1638
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1615,7 +1657,7 @@ function BrakarNoTextIcon(props, ref) {
|
|
|
1615
1657
|
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"
|
|
1616
1658
|
}));
|
|
1617
1659
|
}
|
|
1618
|
-
var ForwardRef$
|
|
1660
|
+
var ForwardRef$4U = /*#__PURE__*/forwardRef(BrakarNoTextIcon);
|
|
1619
1661
|
|
|
1620
1662
|
function FarteIcon(props, ref) {
|
|
1621
1663
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1649,7 +1691,7 @@ function FarteIcon(props, ref) {
|
|
|
1649
1691
|
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"
|
|
1650
1692
|
}));
|
|
1651
1693
|
}
|
|
1652
|
-
var ForwardRef$
|
|
1694
|
+
var ForwardRef$4T = /*#__PURE__*/forwardRef(FarteIcon);
|
|
1653
1695
|
|
|
1654
1696
|
function FlybussenIcon(props, ref) {
|
|
1655
1697
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1685,7 +1727,7 @@ function FlybussenIcon(props, ref) {
|
|
|
1685
1727
|
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"
|
|
1686
1728
|
})));
|
|
1687
1729
|
}
|
|
1688
|
-
var ForwardRef$
|
|
1730
|
+
var ForwardRef$4S = /*#__PURE__*/forwardRef(FlybussenIcon);
|
|
1689
1731
|
|
|
1690
1732
|
function FramIcon(props, ref) {
|
|
1691
1733
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1715,7 +1757,7 @@ function FramIcon(props, ref) {
|
|
|
1715
1757
|
d: "M0 0H48V13H0z"
|
|
1716
1758
|
}))));
|
|
1717
1759
|
}
|
|
1718
|
-
var ForwardRef$
|
|
1760
|
+
var ForwardRef$4R = /*#__PURE__*/forwardRef(FramIcon);
|
|
1719
1761
|
|
|
1720
1762
|
function GOAIcon(props, ref) {
|
|
1721
1763
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1740,7 +1782,7 @@ function GOAIcon(props, ref) {
|
|
|
1740
1782
|
d: "M17.739 6.605 15.776 9.686 18.316 9.686 19.314 8.032 20.127 6.605z"
|
|
1741
1783
|
}));
|
|
1742
1784
|
}
|
|
1743
|
-
var ForwardRef$
|
|
1785
|
+
var ForwardRef$4Q = /*#__PURE__*/forwardRef(GOAIcon);
|
|
1744
1786
|
|
|
1745
1787
|
function GetAroundIcon(props, ref) {
|
|
1746
1788
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1757,7 +1799,7 @@ function GetAroundIcon(props, ref) {
|
|
|
1757
1799
|
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"
|
|
1758
1800
|
}));
|
|
1759
1801
|
}
|
|
1760
|
-
var ForwardRef$
|
|
1802
|
+
var ForwardRef$4P = /*#__PURE__*/forwardRef(GetAroundIcon);
|
|
1761
1803
|
|
|
1762
1804
|
function HykeIcon(props, ref) {
|
|
1763
1805
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1780,7 +1822,7 @@ function HykeIcon(props, ref) {
|
|
|
1780
1822
|
className: "cls-1"
|
|
1781
1823
|
})));
|
|
1782
1824
|
}
|
|
1783
|
-
var ForwardRef$
|
|
1825
|
+
var ForwardRef$4O = /*#__PURE__*/forwardRef(HykeIcon);
|
|
1784
1826
|
|
|
1785
1827
|
function InnlandstrafikkIcon(props, ref) {
|
|
1786
1828
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1800,7 +1842,7 @@ function InnlandstrafikkIcon(props, ref) {
|
|
|
1800
1842
|
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"
|
|
1801
1843
|
})));
|
|
1802
1844
|
}
|
|
1803
|
-
var ForwardRef$
|
|
1845
|
+
var ForwardRef$4N = /*#__PURE__*/forwardRef(InnlandstrafikkIcon);
|
|
1804
1846
|
|
|
1805
1847
|
function KolumbusIcon(props, ref) {
|
|
1806
1848
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1834,7 +1876,7 @@ function KolumbusIcon(props, ref) {
|
|
|
1834
1876
|
d: "M0 2 0 5.3 3.8 7.4 6.9 5.7z"
|
|
1835
1877
|
}));
|
|
1836
1878
|
}
|
|
1837
|
-
var ForwardRef$
|
|
1879
|
+
var ForwardRef$4M = /*#__PURE__*/forwardRef(KolumbusIcon);
|
|
1838
1880
|
|
|
1839
1881
|
function KolumbusBysykkelIcon(props, ref) {
|
|
1840
1882
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1856,7 +1898,7 @@ function KolumbusBysykkelIcon(props, ref) {
|
|
|
1856
1898
|
d: "M3.45 1 3.45 4.85 7.883 7.3 11.5 5.317z"
|
|
1857
1899
|
}));
|
|
1858
1900
|
}
|
|
1859
|
-
var ForwardRef$
|
|
1901
|
+
var ForwardRef$4L = /*#__PURE__*/forwardRef(KolumbusBysykkelIcon);
|
|
1860
1902
|
|
|
1861
1903
|
function LimeIcon(props, ref) {
|
|
1862
1904
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1882,7 +1924,7 @@ function LimeIcon(props, ref) {
|
|
|
1882
1924
|
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"
|
|
1883
1925
|
})));
|
|
1884
1926
|
}
|
|
1885
|
-
var ForwardRef$
|
|
1927
|
+
var ForwardRef$4K = /*#__PURE__*/forwardRef(LimeIcon);
|
|
1886
1928
|
|
|
1887
1929
|
function MoveAboutIcon(props, ref) {
|
|
1888
1930
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1906,7 +1948,7 @@ function MoveAboutIcon(props, ref) {
|
|
|
1906
1948
|
transform: "matrix(1.63557 0 0 1.63557 -92.815 545.086)"
|
|
1907
1949
|
})));
|
|
1908
1950
|
}
|
|
1909
|
-
var ForwardRef$
|
|
1951
|
+
var ForwardRef$4J = /*#__PURE__*/forwardRef(MoveAboutIcon);
|
|
1910
1952
|
|
|
1911
1953
|
function NordlandIcon(props, ref) {
|
|
1912
1954
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1935,7 +1977,7 @@ function NordlandIcon(props, ref) {
|
|
|
1935
1977
|
transform: "translate(0 .448)"
|
|
1936
1978
|
}))));
|
|
1937
1979
|
}
|
|
1938
|
-
var ForwardRef$
|
|
1980
|
+
var ForwardRef$4I = /*#__PURE__*/forwardRef(NordlandIcon);
|
|
1939
1981
|
|
|
1940
1982
|
function OsloBysykkelIcon(props, ref) {
|
|
1941
1983
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1954,7 +1996,7 @@ function OsloBysykkelIcon(props, ref) {
|
|
|
1954
1996
|
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"
|
|
1955
1997
|
}));
|
|
1956
1998
|
}
|
|
1957
|
-
var ForwardRef$
|
|
1999
|
+
var ForwardRef$4H = /*#__PURE__*/forwardRef(OsloBysykkelIcon);
|
|
1958
2000
|
|
|
1959
2001
|
function OstfoldIcon(props, ref) {
|
|
1960
2002
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1974,7 +2016,7 @@ function OstfoldIcon(props, ref) {
|
|
|
1974
2016
|
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"
|
|
1975
2017
|
})));
|
|
1976
2018
|
}
|
|
1977
|
-
var ForwardRef$
|
|
2019
|
+
var ForwardRef$4G = /*#__PURE__*/forwardRef(OstfoldIcon);
|
|
1978
2020
|
|
|
1979
2021
|
function ReisNordlandIcon(props, ref) {
|
|
1980
2022
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -1994,7 +2036,7 @@ function ReisNordlandIcon(props, ref) {
|
|
|
1994
2036
|
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"
|
|
1995
2037
|
})));
|
|
1996
2038
|
}
|
|
1997
|
-
var ForwardRef$
|
|
2039
|
+
var ForwardRef$4F = /*#__PURE__*/forwardRef(ReisNordlandIcon);
|
|
1998
2040
|
|
|
1999
2041
|
function RuterIcon(props, ref) {
|
|
2000
2042
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2013,7 +2055,7 @@ function RuterIcon(props, ref) {
|
|
|
2013
2055
|
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"
|
|
2014
2056
|
}));
|
|
2015
2057
|
}
|
|
2016
|
-
var ForwardRef$
|
|
2058
|
+
var ForwardRef$4E = /*#__PURE__*/forwardRef(RuterIcon);
|
|
2017
2059
|
|
|
2018
2060
|
function RuterNoTextIcon(props, ref) {
|
|
2019
2061
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2030,7 +2072,7 @@ function RuterNoTextIcon(props, ref) {
|
|
|
2030
2072
|
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"
|
|
2031
2073
|
}));
|
|
2032
2074
|
}
|
|
2033
|
-
var ForwardRef$
|
|
2075
|
+
var ForwardRef$4D = /*#__PURE__*/forwardRef(RuterNoTextIcon);
|
|
2034
2076
|
|
|
2035
2077
|
function SJIcon(props, ref) {
|
|
2036
2078
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2052,7 +2094,7 @@ function SJIcon(props, ref) {
|
|
|
2052
2094
|
transform: "translate(-161 -134) translate(161 134)"
|
|
2053
2095
|
}));
|
|
2054
2096
|
}
|
|
2055
|
-
var ForwardRef$
|
|
2097
|
+
var ForwardRef$4C = /*#__PURE__*/forwardRef(SJIcon);
|
|
2056
2098
|
|
|
2057
2099
|
function SkyssIcon(props, ref) {
|
|
2058
2100
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2071,7 +2113,7 @@ function SkyssIcon(props, ref) {
|
|
|
2071
2113
|
clipRule: "evenodd"
|
|
2072
2114
|
}));
|
|
2073
2115
|
}
|
|
2074
|
-
var ForwardRef$
|
|
2116
|
+
var ForwardRef$4B = /*#__PURE__*/forwardRef(SkyssIcon);
|
|
2075
2117
|
|
|
2076
2118
|
function SkyssNoTextIcon(props, ref) {
|
|
2077
2119
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2088,7 +2130,7 @@ function SkyssNoTextIcon(props, ref) {
|
|
|
2088
2130
|
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"
|
|
2089
2131
|
}));
|
|
2090
2132
|
}
|
|
2091
|
-
var ForwardRef$
|
|
2133
|
+
var ForwardRef$4A = /*#__PURE__*/forwardRef(SkyssNoTextIcon);
|
|
2092
2134
|
|
|
2093
2135
|
function SnelandiaIcon(props, ref) {
|
|
2094
2136
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2124,7 +2166,7 @@ function SnelandiaIcon(props, ref) {
|
|
|
2124
2166
|
d: "M0 0H63V12H0z"
|
|
2125
2167
|
}))));
|
|
2126
2168
|
}
|
|
2127
|
-
var ForwardRef$
|
|
2169
|
+
var ForwardRef$4z = /*#__PURE__*/forwardRef(SnelandiaIcon);
|
|
2128
2170
|
|
|
2129
2171
|
function SvipperIcon(props, ref) {
|
|
2130
2172
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2141,7 +2183,7 @@ function SvipperIcon(props, ref) {
|
|
|
2141
2183
|
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"
|
|
2142
2184
|
}));
|
|
2143
2185
|
}
|
|
2144
|
-
var ForwardRef$
|
|
2186
|
+
var ForwardRef$4y = /*#__PURE__*/forwardRef(SvipperIcon);
|
|
2145
2187
|
|
|
2146
2188
|
function TierIcon(props, ref) {
|
|
2147
2189
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2160,7 +2202,7 @@ function TierIcon(props, ref) {
|
|
|
2160
2202
|
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"
|
|
2161
2203
|
}));
|
|
2162
2204
|
}
|
|
2163
|
-
var ForwardRef$
|
|
2205
|
+
var ForwardRef$4x = /*#__PURE__*/forwardRef(TierIcon);
|
|
2164
2206
|
|
|
2165
2207
|
function TromsFylkestrafikkIcon(props, ref) {
|
|
2166
2208
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2188,7 +2230,7 @@ function TromsFylkestrafikkIcon(props, ref) {
|
|
|
2188
2230
|
d: "M0 0H38.856V8.868H0z"
|
|
2189
2231
|
}))));
|
|
2190
2232
|
}
|
|
2191
|
-
var ForwardRef$
|
|
2233
|
+
var ForwardRef$4w = /*#__PURE__*/forwardRef(TromsFylkestrafikkIcon);
|
|
2192
2234
|
|
|
2193
2235
|
function TrondheimBysykkelIcon(props, ref) {
|
|
2194
2236
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2207,7 +2249,7 @@ function TrondheimBysykkelIcon(props, ref) {
|
|
|
2207
2249
|
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"
|
|
2208
2250
|
}));
|
|
2209
2251
|
}
|
|
2210
|
-
var ForwardRef$
|
|
2252
|
+
var ForwardRef$4v = /*#__PURE__*/forwardRef(TrondheimBysykkelIcon);
|
|
2211
2253
|
|
|
2212
2254
|
function VKTIcon(props, ref) {
|
|
2213
2255
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2231,7 +2273,7 @@ function VKTIcon(props, ref) {
|
|
|
2231
2273
|
d: "M0 0H56V14.606H0z"
|
|
2232
2274
|
}))));
|
|
2233
2275
|
}
|
|
2234
|
-
var ForwardRef$
|
|
2276
|
+
var ForwardRef$4u = /*#__PURE__*/forwardRef(VKTIcon);
|
|
2235
2277
|
|
|
2236
2278
|
function VoiIcon(props, ref) {
|
|
2237
2279
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2250,7 +2292,7 @@ function VoiIcon(props, ref) {
|
|
|
2250
2292
|
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"
|
|
2251
2293
|
}));
|
|
2252
2294
|
}
|
|
2253
|
-
var ForwardRef$
|
|
2295
|
+
var ForwardRef$4t = /*#__PURE__*/forwardRef(VoiIcon);
|
|
2254
2296
|
|
|
2255
2297
|
function VyIcon(props, ref) {
|
|
2256
2298
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2281,7 +2323,7 @@ function VyIcon(props, ref) {
|
|
|
2281
2323
|
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"
|
|
2282
2324
|
}));
|
|
2283
2325
|
}
|
|
2284
|
-
var ForwardRef$
|
|
2326
|
+
var ForwardRef$4s = /*#__PURE__*/forwardRef(VyIcon);
|
|
2285
2327
|
|
|
2286
2328
|
function ZvippIcon(props, ref) {
|
|
2287
2329
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2319,7 +2361,7 @@ function ZvippIcon(props, ref) {
|
|
|
2319
2361
|
d: "M12.232 7.448 8.59 7.448 10.577 10.489 15 5.511 12.014 2.58 8.26 2.58z"
|
|
2320
2362
|
})));
|
|
2321
2363
|
}
|
|
2322
|
-
var ForwardRef$
|
|
2364
|
+
var ForwardRef$4r = /*#__PURE__*/forwardRef(ZvippIcon);
|
|
2323
2365
|
|
|
2324
2366
|
function ØresundstågIcon(props, ref) {
|
|
2325
2367
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2335,7 +2377,7 @@ function ØresundstågIcon(props, ref) {
|
|
|
2335
2377
|
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"
|
|
2336
2378
|
}));
|
|
2337
2379
|
}
|
|
2338
|
-
var ForwardRef$
|
|
2380
|
+
var ForwardRef$4q = /*#__PURE__*/forwardRef(ØresundstågIcon);
|
|
2339
2381
|
|
|
2340
2382
|
function AmericanExpressIcon(props, ref) {
|
|
2341
2383
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2354,7 +2396,7 @@ function AmericanExpressIcon(props, ref) {
|
|
|
2354
2396
|
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"
|
|
2355
2397
|
}));
|
|
2356
2398
|
}
|
|
2357
|
-
var ForwardRef$
|
|
2399
|
+
var ForwardRef$4p = /*#__PURE__*/forwardRef(AmericanExpressIcon);
|
|
2358
2400
|
|
|
2359
2401
|
function BanknoteIcon(props, ref) {
|
|
2360
2402
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2375,7 +2417,7 @@ function BanknoteIcon(props, ref) {
|
|
|
2375
2417
|
clipRule: "evenodd"
|
|
2376
2418
|
}));
|
|
2377
2419
|
}
|
|
2378
|
-
var ForwardRef$
|
|
2420
|
+
var ForwardRef$4o = /*#__PURE__*/forwardRef(BanknoteIcon);
|
|
2379
2421
|
|
|
2380
2422
|
function BanknoteMultiIcon(props, ref) {
|
|
2381
2423
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2396,7 +2438,7 @@ function BanknoteMultiIcon(props, ref) {
|
|
|
2396
2438
|
clipRule: "evenodd"
|
|
2397
2439
|
}));
|
|
2398
2440
|
}
|
|
2399
|
-
var ForwardRef$
|
|
2441
|
+
var ForwardRef$4n = /*#__PURE__*/forwardRef(BanknoteMultiIcon);
|
|
2400
2442
|
|
|
2401
2443
|
function DepositionIcon(props, ref) {
|
|
2402
2444
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2417,7 +2459,7 @@ function DepositionIcon(props, ref) {
|
|
|
2417
2459
|
clipRule: "evenodd"
|
|
2418
2460
|
}));
|
|
2419
2461
|
}
|
|
2420
|
-
var ForwardRef$
|
|
2462
|
+
var ForwardRef$4m = /*#__PURE__*/forwardRef(DepositionIcon);
|
|
2421
2463
|
|
|
2422
2464
|
function DiffIcon(props, ref) {
|
|
2423
2465
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2438,7 +2480,7 @@ function DiffIcon(props, ref) {
|
|
|
2438
2480
|
clipRule: "evenodd"
|
|
2439
2481
|
}));
|
|
2440
2482
|
}
|
|
2441
|
-
var ForwardRef$
|
|
2483
|
+
var ForwardRef$4l = /*#__PURE__*/forwardRef(DiffIcon);
|
|
2442
2484
|
|
|
2443
2485
|
function EuroIcon(props, ref) {
|
|
2444
2486
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2459,7 +2501,7 @@ function EuroIcon(props, ref) {
|
|
|
2459
2501
|
clipRule: "evenodd"
|
|
2460
2502
|
}));
|
|
2461
2503
|
}
|
|
2462
|
-
var ForwardRef$
|
|
2504
|
+
var ForwardRef$4k = /*#__PURE__*/forwardRef(EuroIcon);
|
|
2463
2505
|
|
|
2464
2506
|
function MastercardIcon(props, ref) {
|
|
2465
2507
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2484,7 +2526,7 @@ function MastercardIcon(props, ref) {
|
|
|
2484
2526
|
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"
|
|
2485
2527
|
}));
|
|
2486
2528
|
}
|
|
2487
|
-
var ForwardRef$
|
|
2529
|
+
var ForwardRef$4j = /*#__PURE__*/forwardRef(MastercardIcon);
|
|
2488
2530
|
|
|
2489
2531
|
function MoneyIcon(props, ref) {
|
|
2490
2532
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2505,7 +2547,7 @@ function MoneyIcon(props, ref) {
|
|
|
2505
2547
|
clipRule: "evenodd"
|
|
2506
2548
|
}));
|
|
2507
2549
|
}
|
|
2508
|
-
var ForwardRef$
|
|
2550
|
+
var ForwardRef$4i = /*#__PURE__*/forwardRef(MoneyIcon);
|
|
2509
2551
|
|
|
2510
2552
|
function PriceFromIcon(props, ref) {
|
|
2511
2553
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2524,7 +2566,7 @@ function PriceFromIcon(props, ref) {
|
|
|
2524
2566
|
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"
|
|
2525
2567
|
}));
|
|
2526
2568
|
}
|
|
2527
|
-
var ForwardRef$
|
|
2569
|
+
var ForwardRef$4h = /*#__PURE__*/forwardRef(PriceFromIcon);
|
|
2528
2570
|
|
|
2529
2571
|
function PricelistIcon(props, ref) {
|
|
2530
2572
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2545,7 +2587,7 @@ function PricelistIcon(props, ref) {
|
|
|
2545
2587
|
clipRule: "evenodd"
|
|
2546
2588
|
}));
|
|
2547
2589
|
}
|
|
2548
|
-
var ForwardRef$
|
|
2590
|
+
var ForwardRef$4g = /*#__PURE__*/forwardRef(PricelistIcon);
|
|
2549
2591
|
|
|
2550
2592
|
function ReferenceIcon(props, ref) {
|
|
2551
2593
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2566,7 +2608,7 @@ function ReferenceIcon(props, ref) {
|
|
|
2566
2608
|
clipRule: "evenodd"
|
|
2567
2609
|
}));
|
|
2568
2610
|
}
|
|
2569
|
-
var ForwardRef$
|
|
2611
|
+
var ForwardRef$4f = /*#__PURE__*/forwardRef(ReferenceIcon);
|
|
2570
2612
|
|
|
2571
2613
|
function ShoppingCartIcon(props, ref) {
|
|
2572
2614
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2587,7 +2629,7 @@ function ShoppingCartIcon(props, ref) {
|
|
|
2587
2629
|
clipRule: "evenodd"
|
|
2588
2630
|
}));
|
|
2589
2631
|
}
|
|
2590
|
-
var ForwardRef$
|
|
2632
|
+
var ForwardRef$4e = /*#__PURE__*/forwardRef(ShoppingCartIcon);
|
|
2591
2633
|
|
|
2592
2634
|
function StatsIcon(props, ref) {
|
|
2593
2635
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2608,7 +2650,7 @@ function StatsIcon(props, ref) {
|
|
|
2608
2650
|
clipRule: "evenodd"
|
|
2609
2651
|
}));
|
|
2610
2652
|
}
|
|
2611
|
-
var ForwardRef$
|
|
2653
|
+
var ForwardRef$4d = /*#__PURE__*/forwardRef(StatsIcon);
|
|
2612
2654
|
|
|
2613
2655
|
function VippsIcon(props, ref) {
|
|
2614
2656
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2635,7 +2677,7 @@ function VippsIcon(props, ref) {
|
|
|
2635
2677
|
clipRule: "evenodd"
|
|
2636
2678
|
}));
|
|
2637
2679
|
}
|
|
2638
|
-
var ForwardRef$
|
|
2680
|
+
var ForwardRef$4c = /*#__PURE__*/forwardRef(VippsIcon);
|
|
2639
2681
|
|
|
2640
2682
|
function VippsLogoIcon(props, ref) {
|
|
2641
2683
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2654,7 +2696,7 @@ function VippsLogoIcon(props, ref) {
|
|
|
2654
2696
|
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"
|
|
2655
2697
|
}));
|
|
2656
2698
|
}
|
|
2657
|
-
var ForwardRef$
|
|
2699
|
+
var ForwardRef$4b = /*#__PURE__*/forwardRef(VippsLogoIcon);
|
|
2658
2700
|
|
|
2659
2701
|
function VisaIcon(props, ref) {
|
|
2660
2702
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2682,7 +2724,7 @@ function VisaIcon(props, ref) {
|
|
|
2682
2724
|
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"
|
|
2683
2725
|
}));
|
|
2684
2726
|
}
|
|
2685
|
-
var ForwardRef$
|
|
2727
|
+
var ForwardRef$4a = /*#__PURE__*/forwardRef(VisaIcon);
|
|
2686
2728
|
|
|
2687
2729
|
function FacebookIcon(props, ref) {
|
|
2688
2730
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2701,7 +2743,7 @@ function FacebookIcon(props, ref) {
|
|
|
2701
2743
|
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"
|
|
2702
2744
|
}));
|
|
2703
2745
|
}
|
|
2704
|
-
var ForwardRef$
|
|
2746
|
+
var ForwardRef$49 = /*#__PURE__*/forwardRef(FacebookIcon);
|
|
2705
2747
|
|
|
2706
2748
|
function GithubIcon(props, ref) {
|
|
2707
2749
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2718,7 +2760,7 @@ function GithubIcon(props, ref) {
|
|
|
2718
2760
|
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"
|
|
2719
2761
|
}));
|
|
2720
2762
|
}
|
|
2721
|
-
var ForwardRef$
|
|
2763
|
+
var ForwardRef$48 = /*#__PURE__*/forwardRef(GithubIcon);
|
|
2722
2764
|
|
|
2723
2765
|
function GoogleIcon(props, ref) {
|
|
2724
2766
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2737,7 +2779,7 @@ function GoogleIcon(props, ref) {
|
|
|
2737
2779
|
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"
|
|
2738
2780
|
}));
|
|
2739
2781
|
}
|
|
2740
|
-
var ForwardRef$
|
|
2782
|
+
var ForwardRef$47 = /*#__PURE__*/forwardRef(GoogleIcon);
|
|
2741
2783
|
|
|
2742
2784
|
function InstagramIcon(props, ref) {
|
|
2743
2785
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2756,7 +2798,7 @@ function InstagramIcon(props, ref) {
|
|
|
2756
2798
|
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"
|
|
2757
2799
|
}));
|
|
2758
2800
|
}
|
|
2759
|
-
var ForwardRef$
|
|
2801
|
+
var ForwardRef$46 = /*#__PURE__*/forwardRef(InstagramIcon);
|
|
2760
2802
|
|
|
2761
2803
|
function LinkedinIcon(props, ref) {
|
|
2762
2804
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2778,7 +2820,7 @@ function LinkedinIcon(props, ref) {
|
|
|
2778
2820
|
transform: "translate(-1137 -141) translate(1136 140)"
|
|
2779
2821
|
}));
|
|
2780
2822
|
}
|
|
2781
|
-
var ForwardRef$
|
|
2823
|
+
var ForwardRef$45 = /*#__PURE__*/forwardRef(LinkedinIcon);
|
|
2782
2824
|
|
|
2783
2825
|
function SkypeIcon(props, ref) {
|
|
2784
2826
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2797,7 +2839,7 @@ function SkypeIcon(props, ref) {
|
|
|
2797
2839
|
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"
|
|
2798
2840
|
}));
|
|
2799
2841
|
}
|
|
2800
|
-
var ForwardRef$
|
|
2842
|
+
var ForwardRef$44 = /*#__PURE__*/forwardRef(SkypeIcon);
|
|
2801
2843
|
|
|
2802
2844
|
function TwitterIcon(props, ref) {
|
|
2803
2845
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2816,7 +2858,7 @@ function TwitterIcon(props, ref) {
|
|
|
2816
2858
|
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"
|
|
2817
2859
|
}));
|
|
2818
2860
|
}
|
|
2819
|
-
var ForwardRef$
|
|
2861
|
+
var ForwardRef$43 = /*#__PURE__*/forwardRef(TwitterIcon);
|
|
2820
2862
|
|
|
2821
2863
|
function VimeoIcon(props, ref) {
|
|
2822
2864
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2835,7 +2877,7 @@ function VimeoIcon(props, ref) {
|
|
|
2835
2877
|
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"
|
|
2836
2878
|
}));
|
|
2837
2879
|
}
|
|
2838
|
-
var ForwardRef$
|
|
2880
|
+
var ForwardRef$42 = /*#__PURE__*/forwardRef(VimeoIcon);
|
|
2839
2881
|
|
|
2840
2882
|
function YoutubeIcon(props, ref) {
|
|
2841
2883
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2854,7 +2896,7 @@ function YoutubeIcon(props, ref) {
|
|
|
2854
2896
|
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"
|
|
2855
2897
|
}));
|
|
2856
2898
|
}
|
|
2857
|
-
var ForwardRef$
|
|
2899
|
+
var ForwardRef$41 = /*#__PURE__*/forwardRef(YoutubeIcon);
|
|
2858
2900
|
|
|
2859
2901
|
function BatteryIcon(props, ref) {
|
|
2860
2902
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2875,7 +2917,7 @@ function BatteryIcon(props, ref) {
|
|
|
2875
2917
|
clipRule: "evenodd"
|
|
2876
2918
|
}));
|
|
2877
2919
|
}
|
|
2878
|
-
var ForwardRef$
|
|
2920
|
+
var ForwardRef$40 = /*#__PURE__*/forwardRef(BatteryIcon);
|
|
2879
2921
|
|
|
2880
2922
|
function CalculatorIcon(props, ref) {
|
|
2881
2923
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2897,7 +2939,7 @@ function CalculatorIcon(props, ref) {
|
|
|
2897
2939
|
clipRule: "evenodd"
|
|
2898
2940
|
}));
|
|
2899
2941
|
}
|
|
2900
|
-
var ForwardRef$
|
|
2942
|
+
var ForwardRef$3$ = /*#__PURE__*/forwardRef(CalculatorIcon);
|
|
2901
2943
|
|
|
2902
2944
|
function CameraIcon(props, ref) {
|
|
2903
2945
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2918,7 +2960,7 @@ function CameraIcon(props, ref) {
|
|
|
2918
2960
|
clipRule: "evenodd"
|
|
2919
2961
|
}));
|
|
2920
2962
|
}
|
|
2921
|
-
var ForwardRef$
|
|
2963
|
+
var ForwardRef$3_ = /*#__PURE__*/forwardRef(CameraIcon);
|
|
2922
2964
|
|
|
2923
2965
|
function DatabaseIcon(props, ref) {
|
|
2924
2966
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2940,7 +2982,7 @@ function DatabaseIcon(props, ref) {
|
|
|
2940
2982
|
transform: "translate(-1210 -463) translate(1208 462)"
|
|
2941
2983
|
}));
|
|
2942
2984
|
}
|
|
2943
|
-
var ForwardRef$
|
|
2985
|
+
var ForwardRef$3Z = /*#__PURE__*/forwardRef(DatabaseIcon);
|
|
2944
2986
|
|
|
2945
2987
|
function DesktopIcon(props, ref) {
|
|
2946
2988
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2961,7 +3003,7 @@ function DesktopIcon(props, ref) {
|
|
|
2961
3003
|
clipRule: "evenodd"
|
|
2962
3004
|
}));
|
|
2963
3005
|
}
|
|
2964
|
-
var ForwardRef$
|
|
3006
|
+
var ForwardRef$3Y = /*#__PURE__*/forwardRef(DesktopIcon);
|
|
2965
3007
|
|
|
2966
3008
|
function ImageIcon(props, ref) {
|
|
2967
3009
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -2982,7 +3024,7 @@ function ImageIcon(props, ref) {
|
|
|
2982
3024
|
clipRule: "evenodd"
|
|
2983
3025
|
}));
|
|
2984
3026
|
}
|
|
2985
|
-
var ForwardRef$
|
|
3027
|
+
var ForwardRef$3X = /*#__PURE__*/forwardRef(ImageIcon);
|
|
2986
3028
|
|
|
2987
3029
|
function LaptopIcon(props, ref) {
|
|
2988
3030
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3003,7 +3045,7 @@ function LaptopIcon(props, ref) {
|
|
|
3003
3045
|
clipRule: "evenodd"
|
|
3004
3046
|
}));
|
|
3005
3047
|
}
|
|
3006
|
-
var ForwardRef$
|
|
3048
|
+
var ForwardRef$3W = /*#__PURE__*/forwardRef(LaptopIcon);
|
|
3007
3049
|
|
|
3008
3050
|
function MobileIcon(props, ref) {
|
|
3009
3051
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3024,7 +3066,7 @@ function MobileIcon(props, ref) {
|
|
|
3024
3066
|
clipRule: "evenodd"
|
|
3025
3067
|
}));
|
|
3026
3068
|
}
|
|
3027
|
-
var ForwardRef$
|
|
3069
|
+
var ForwardRef$3V = /*#__PURE__*/forwardRef(MobileIcon);
|
|
3028
3070
|
|
|
3029
3071
|
function PhoneIcon(props, ref) {
|
|
3030
3072
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3045,7 +3087,7 @@ function PhoneIcon(props, ref) {
|
|
|
3045
3087
|
clipRule: "evenodd"
|
|
3046
3088
|
}));
|
|
3047
3089
|
}
|
|
3048
|
-
var ForwardRef$
|
|
3090
|
+
var ForwardRef$3U = /*#__PURE__*/forwardRef(PhoneIcon);
|
|
3049
3091
|
|
|
3050
3092
|
function PrinterIcon(props, ref) {
|
|
3051
3093
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3066,7 +3108,7 @@ function PrinterIcon(props, ref) {
|
|
|
3066
3108
|
clipRule: "evenodd"
|
|
3067
3109
|
}));
|
|
3068
3110
|
}
|
|
3069
|
-
var ForwardRef$
|
|
3111
|
+
var ForwardRef$3T = /*#__PURE__*/forwardRef(PrinterIcon);
|
|
3070
3112
|
|
|
3071
3113
|
function QRIcon(props, ref) {
|
|
3072
3114
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3087,7 +3129,7 @@ function QRIcon(props, ref) {
|
|
|
3087
3129
|
clipRule: "evenodd"
|
|
3088
3130
|
}));
|
|
3089
3131
|
}
|
|
3090
|
-
var ForwardRef$
|
|
3132
|
+
var ForwardRef$3S = /*#__PURE__*/forwardRef(QRIcon);
|
|
3091
3133
|
|
|
3092
3134
|
function SaveIcon(props, ref) {
|
|
3093
3135
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3108,7 +3150,7 @@ function SaveIcon(props, ref) {
|
|
|
3108
3150
|
clipRule: "evenodd"
|
|
3109
3151
|
}));
|
|
3110
3152
|
}
|
|
3111
|
-
var ForwardRef$
|
|
3153
|
+
var ForwardRef$3R = /*#__PURE__*/forwardRef(SaveIcon);
|
|
3112
3154
|
|
|
3113
3155
|
function AlignCenterIcon(props, ref) {
|
|
3114
3156
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3129,7 +3171,7 @@ function AlignCenterIcon(props, ref) {
|
|
|
3129
3171
|
clipRule: "evenodd"
|
|
3130
3172
|
}));
|
|
3131
3173
|
}
|
|
3132
|
-
var ForwardRef$
|
|
3174
|
+
var ForwardRef$3Q = /*#__PURE__*/forwardRef(AlignCenterIcon);
|
|
3133
3175
|
|
|
3134
3176
|
function AlignLeftIcon(props, ref) {
|
|
3135
3177
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3150,7 +3192,7 @@ function AlignLeftIcon(props, ref) {
|
|
|
3150
3192
|
clipRule: "evenodd"
|
|
3151
3193
|
}));
|
|
3152
3194
|
}
|
|
3153
|
-
var ForwardRef$
|
|
3195
|
+
var ForwardRef$3P = /*#__PURE__*/forwardRef(AlignLeftIcon);
|
|
3154
3196
|
|
|
3155
3197
|
function AlignRightIcon(props, ref) {
|
|
3156
3198
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3171,7 +3213,7 @@ function AlignRightIcon(props, ref) {
|
|
|
3171
3213
|
clipRule: "evenodd"
|
|
3172
3214
|
}));
|
|
3173
3215
|
}
|
|
3174
|
-
var ForwardRef$
|
|
3216
|
+
var ForwardRef$3O = /*#__PURE__*/forwardRef(AlignRightIcon);
|
|
3175
3217
|
|
|
3176
3218
|
function AttachmentIcon(props, ref) {
|
|
3177
3219
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3192,7 +3234,7 @@ function AttachmentIcon(props, ref) {
|
|
|
3192
3234
|
clipRule: "evenodd"
|
|
3193
3235
|
}));
|
|
3194
3236
|
}
|
|
3195
|
-
var ForwardRef$
|
|
3237
|
+
var ForwardRef$3N = /*#__PURE__*/forwardRef(AttachmentIcon);
|
|
3196
3238
|
|
|
3197
3239
|
function BoldIcon(props, ref) {
|
|
3198
3240
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3213,7 +3255,7 @@ function BoldIcon(props, ref) {
|
|
|
3213
3255
|
clipRule: "evenodd"
|
|
3214
3256
|
}));
|
|
3215
3257
|
}
|
|
3216
|
-
var ForwardRef$
|
|
3258
|
+
var ForwardRef$3M = /*#__PURE__*/forwardRef(BoldIcon);
|
|
3217
3259
|
|
|
3218
3260
|
function BulletListIcon(props, ref) {
|
|
3219
3261
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3234,7 +3276,7 @@ function BulletListIcon(props, ref) {
|
|
|
3234
3276
|
clipRule: "evenodd"
|
|
3235
3277
|
}));
|
|
3236
3278
|
}
|
|
3237
|
-
var ForwardRef$
|
|
3279
|
+
var ForwardRef$3L = /*#__PURE__*/forwardRef(BulletListIcon);
|
|
3238
3280
|
|
|
3239
3281
|
function ItalicIcon(props, ref) {
|
|
3240
3282
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3255,7 +3297,7 @@ function ItalicIcon(props, ref) {
|
|
|
3255
3297
|
clipRule: "evenodd"
|
|
3256
3298
|
}));
|
|
3257
3299
|
}
|
|
3258
|
-
var ForwardRef$
|
|
3300
|
+
var ForwardRef$3K = /*#__PURE__*/forwardRef(ItalicIcon);
|
|
3259
3301
|
|
|
3260
3302
|
function LinkIcon(props, ref) {
|
|
3261
3303
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3276,7 +3318,7 @@ function LinkIcon(props, ref) {
|
|
|
3276
3318
|
clipRule: "evenodd"
|
|
3277
3319
|
}));
|
|
3278
3320
|
}
|
|
3279
|
-
var ForwardRef$
|
|
3321
|
+
var ForwardRef$3J = /*#__PURE__*/forwardRef(LinkIcon);
|
|
3280
3322
|
|
|
3281
3323
|
function NumberListIcon(props, ref) {
|
|
3282
3324
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3297,7 +3339,7 @@ function NumberListIcon(props, ref) {
|
|
|
3297
3339
|
clipRule: "evenodd"
|
|
3298
3340
|
}));
|
|
3299
3341
|
}
|
|
3300
|
-
var ForwardRef$
|
|
3342
|
+
var ForwardRef$3I = /*#__PURE__*/forwardRef(NumberListIcon);
|
|
3301
3343
|
|
|
3302
3344
|
function SourceCodeIcon(props, ref) {
|
|
3303
3345
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3318,7 +3360,7 @@ function SourceCodeIcon(props, ref) {
|
|
|
3318
3360
|
clipRule: "evenodd"
|
|
3319
3361
|
}));
|
|
3320
3362
|
}
|
|
3321
|
-
var ForwardRef$
|
|
3363
|
+
var ForwardRef$3H = /*#__PURE__*/forwardRef(SourceCodeIcon);
|
|
3322
3364
|
|
|
3323
3365
|
function TextColorIcon(props, ref) {
|
|
3324
3366
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3339,7 +3381,7 @@ function TextColorIcon(props, ref) {
|
|
|
3339
3381
|
clipRule: "evenodd"
|
|
3340
3382
|
}));
|
|
3341
3383
|
}
|
|
3342
|
-
var ForwardRef$
|
|
3384
|
+
var ForwardRef$3G = /*#__PURE__*/forwardRef(TextColorIcon);
|
|
3343
3385
|
|
|
3344
3386
|
function UnderlineIcon(props, ref) {
|
|
3345
3387
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3360,7 +3402,7 @@ function UnderlineIcon(props, ref) {
|
|
|
3360
3402
|
clipRule: "evenodd"
|
|
3361
3403
|
}));
|
|
3362
3404
|
}
|
|
3363
|
-
var ForwardRef$
|
|
3405
|
+
var ForwardRef$3F = /*#__PURE__*/forwardRef(UnderlineIcon);
|
|
3364
3406
|
|
|
3365
3407
|
function UnlinkIcon(props, ref) {
|
|
3366
3408
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3381,7 +3423,7 @@ function UnlinkIcon(props, ref) {
|
|
|
3381
3423
|
clipRule: "evenodd"
|
|
3382
3424
|
}));
|
|
3383
3425
|
}
|
|
3384
|
-
var ForwardRef$
|
|
3426
|
+
var ForwardRef$3E = /*#__PURE__*/forwardRef(UnlinkIcon);
|
|
3385
3427
|
|
|
3386
3428
|
function BicycleIcon(props, ref) {
|
|
3387
3429
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3405,7 +3447,7 @@ function BicycleIcon(props, ref) {
|
|
|
3405
3447
|
d: "M7.977 10.65a.35.35 0 1 1 0 .7.35.35 0 0 1 0-.7m0-.65a1 1 0 1 0 0 2 1 1 0 0 0 0-2M12.327 9.45c1.048 0 1.9.852 1.9 1.9s-.852 1.9-1.9 1.9-1.9-.852-1.9-1.9.852-1.9 1.9-1.9m0-.75a2.65 2.65 0 1 0 0 5.3 2.65 2.65 0 0 0 0-5.3M3.627 9.45c1.048 0 1.9.852 1.9 1.9s-.852 1.9-1.9 1.9-1.9-.852-1.9-1.9.852-1.9 1.9-1.9m0-.75a2.65 2.65 0 1 0 0 5.3 2.65 2.65 0 0 0 0-5.3"
|
|
3406
3448
|
}));
|
|
3407
3449
|
}
|
|
3408
|
-
var ForwardRef$
|
|
3450
|
+
var ForwardRef$3D = /*#__PURE__*/forwardRef(BicycleIcon);
|
|
3409
3451
|
|
|
3410
3452
|
function BusIcon(props, ref) {
|
|
3411
3453
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3431,7 +3473,7 @@ function BusIcon(props, ref) {
|
|
|
3431
3473
|
d: "M3.55 11.8c0-.551.449-1 1-1s1 .449 1 1a1 1 0 0 1-2 0"
|
|
3432
3474
|
})));
|
|
3433
3475
|
}
|
|
3434
|
-
var ForwardRef$
|
|
3476
|
+
var ForwardRef$3C = /*#__PURE__*/forwardRef(BusIcon);
|
|
3435
3477
|
|
|
3436
3478
|
function CablewayIcon(props, ref) {
|
|
3437
3479
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3450,7 +3492,7 @@ function CablewayIcon(props, ref) {
|
|
|
3450
3492
|
clipRule: "evenodd"
|
|
3451
3493
|
}));
|
|
3452
3494
|
}
|
|
3453
|
-
var ForwardRef$
|
|
3495
|
+
var ForwardRef$3B = /*#__PURE__*/forwardRef(CablewayIcon);
|
|
3454
3496
|
|
|
3455
3497
|
function CarIcon(props, ref) {
|
|
3456
3498
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3471,7 +3513,7 @@ function CarIcon(props, ref) {
|
|
|
3471
3513
|
clipRule: "evenodd"
|
|
3472
3514
|
}));
|
|
3473
3515
|
}
|
|
3474
|
-
var ForwardRef$
|
|
3516
|
+
var ForwardRef$3A = /*#__PURE__*/forwardRef(CarIcon);
|
|
3475
3517
|
|
|
3476
3518
|
function CarSharingIcon(props, ref) {
|
|
3477
3519
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3496,7 +3538,7 @@ function CarSharingIcon(props, ref) {
|
|
|
3496
3538
|
d: "M5.516 10.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0"
|
|
3497
3539
|
}));
|
|
3498
3540
|
}
|
|
3499
|
-
var ForwardRef$
|
|
3541
|
+
var ForwardRef$3z = /*#__PURE__*/forwardRef(CarSharingIcon);
|
|
3500
3542
|
|
|
3501
3543
|
function CarferryIcon(props, ref) {
|
|
3502
3544
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3520,7 +3562,7 @@ function CarferryIcon(props, ref) {
|
|
|
3520
3562
|
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"
|
|
3521
3563
|
}));
|
|
3522
3564
|
}
|
|
3523
|
-
var ForwardRef$
|
|
3565
|
+
var ForwardRef$3y = /*#__PURE__*/forwardRef(CarferryIcon);
|
|
3524
3566
|
|
|
3525
3567
|
function CityBikeIcon(props, ref) {
|
|
3526
3568
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3539,7 +3581,7 @@ function CityBikeIcon(props, ref) {
|
|
|
3539
3581
|
clipRule: "evenodd"
|
|
3540
3582
|
}));
|
|
3541
3583
|
}
|
|
3542
|
-
var ForwardRef$
|
|
3584
|
+
var ForwardRef$3x = /*#__PURE__*/forwardRef(CityBikeIcon);
|
|
3543
3585
|
|
|
3544
3586
|
function FerryIcon(props, ref) {
|
|
3545
3587
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3558,7 +3600,7 @@ function FerryIcon(props, ref) {
|
|
|
3558
3600
|
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"
|
|
3559
3601
|
}));
|
|
3560
3602
|
}
|
|
3561
|
-
var ForwardRef$
|
|
3603
|
+
var ForwardRef$3w = /*#__PURE__*/forwardRef(FerryIcon);
|
|
3562
3604
|
|
|
3563
3605
|
function FunicularIcon(props, ref) {
|
|
3564
3606
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3584,7 +3626,7 @@ function FunicularIcon(props, ref) {
|
|
|
3584
3626
|
clipRule: "evenodd"
|
|
3585
3627
|
}));
|
|
3586
3628
|
}
|
|
3587
|
-
var ForwardRef$
|
|
3629
|
+
var ForwardRef$3v = /*#__PURE__*/forwardRef(FunicularIcon);
|
|
3588
3630
|
|
|
3589
3631
|
function HelicopterIcon(props, ref) {
|
|
3590
3632
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3610,7 +3652,7 @@ function HelicopterIcon(props, ref) {
|
|
|
3610
3652
|
clipRule: "evenodd"
|
|
3611
3653
|
}));
|
|
3612
3654
|
}
|
|
3613
|
-
var ForwardRef$
|
|
3655
|
+
var ForwardRef$3u = /*#__PURE__*/forwardRef(HelicopterIcon);
|
|
3614
3656
|
|
|
3615
3657
|
function MetroIcon(props, ref) {
|
|
3616
3658
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3634,7 +3676,7 @@ function MetroIcon(props, ref) {
|
|
|
3634
3676
|
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"
|
|
3635
3677
|
}));
|
|
3636
3678
|
}
|
|
3637
|
-
var ForwardRef$
|
|
3679
|
+
var ForwardRef$3t = /*#__PURE__*/forwardRef(MetroIcon);
|
|
3638
3680
|
|
|
3639
3681
|
function MobilityIcon(props, ref) {
|
|
3640
3682
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3655,7 +3697,7 @@ function MobilityIcon(props, ref) {
|
|
|
3655
3697
|
clipRule: "evenodd"
|
|
3656
3698
|
}));
|
|
3657
3699
|
}
|
|
3658
|
-
var ForwardRef$
|
|
3700
|
+
var ForwardRef$3s = /*#__PURE__*/forwardRef(MobilityIcon);
|
|
3659
3701
|
|
|
3660
3702
|
function PlaneIcon(props, ref) {
|
|
3661
3703
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3681,7 +3723,7 @@ function PlaneIcon(props, ref) {
|
|
|
3681
3723
|
clipRule: "evenodd"
|
|
3682
3724
|
}));
|
|
3683
3725
|
}
|
|
3684
|
-
var ForwardRef$
|
|
3726
|
+
var ForwardRef$3r = /*#__PURE__*/forwardRef(PlaneIcon);
|
|
3685
3727
|
|
|
3686
3728
|
function RunningIcon(props, ref) {
|
|
3687
3729
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3705,7 +3747,7 @@ function RunningIcon(props, ref) {
|
|
|
3705
3747
|
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"
|
|
3706
3748
|
})));
|
|
3707
3749
|
}
|
|
3708
|
-
var ForwardRef$
|
|
3750
|
+
var ForwardRef$3q = /*#__PURE__*/forwardRef(RunningIcon);
|
|
3709
3751
|
|
|
3710
3752
|
/** @deprecated ScooterIcon is deprecated; use MobilityIcon instead */
|
|
3711
3753
|
function ScooterIcon(props, ref) {
|
|
@@ -3728,7 +3770,7 @@ function ScooterIcon(props, ref) {
|
|
|
3728
3770
|
clipRule: "evenodd"
|
|
3729
3771
|
}));
|
|
3730
3772
|
}
|
|
3731
|
-
var ForwardRef$
|
|
3773
|
+
var ForwardRef$3p = /*#__PURE__*/forwardRef(ScooterIcon);
|
|
3732
3774
|
|
|
3733
3775
|
function StandingIcon(props, ref) {
|
|
3734
3776
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3750,7 +3792,7 @@ function StandingIcon(props, ref) {
|
|
|
3750
3792
|
d: "M8 3.5a1.25 1.25 0 1 1-.001-2.499A1.25 1.25 0 0 1 8 3.5M10.99 8.786l-.825-3.989A1 1 0 0 0 9.185 4h-2.37a1 1 0 0 0-.98.797l-.825 3.99a.428.428 0 0 0 .836.184l.587-2.197h.047L6.5 10v4.4a.6.6 0 1 0 1.2 0l.101-4.338c.004-.033.026-.062.056-.062h.29c.032 0 .055.03.057.064L8.3 14.4a.6.6 0 1 0 1.2 0V10l.02-3.226h.047l.587 2.197a.428.428 0 0 0 .836-.185"
|
|
3751
3793
|
})));
|
|
3752
3794
|
}
|
|
3753
|
-
var ForwardRef$
|
|
3795
|
+
var ForwardRef$3o = /*#__PURE__*/forwardRef(StandingIcon);
|
|
3754
3796
|
|
|
3755
3797
|
function StrollingIcon(props, ref) {
|
|
3756
3798
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3774,7 +3816,7 @@ function StrollingIcon(props, ref) {
|
|
|
3774
3816
|
d: "m6.507 9.362-.073 1.815a.2.2 0 0 1-.012.06l-1.059 2.946a.6.6 0 1 0 1.113.45l1.298-2.776a1 1 0 0 0 .066-.188l.072-.252zM8.003 3.5a1.25 1.25 0 1 1-.001-2.499 1.25 1.25 0 0 1 0 2.499"
|
|
3775
3817
|
})));
|
|
3776
3818
|
}
|
|
3777
|
-
var ForwardRef$
|
|
3819
|
+
var ForwardRef$3n = /*#__PURE__*/forwardRef(StrollingIcon);
|
|
3778
3820
|
|
|
3779
3821
|
/** @deprecated SubwayIcon is deprecated; use MetroIcon instead */
|
|
3780
3822
|
function SubwayIcon(props, ref) {
|
|
@@ -3800,7 +3842,7 @@ function SubwayIcon(props, ref) {
|
|
|
3800
3842
|
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"
|
|
3801
3843
|
}));
|
|
3802
3844
|
}
|
|
3803
|
-
var ForwardRef$
|
|
3845
|
+
var ForwardRef$3m = /*#__PURE__*/forwardRef(SubwayIcon);
|
|
3804
3846
|
|
|
3805
3847
|
function TaxiIcon(props, ref) {
|
|
3806
3848
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3821,7 +3863,7 @@ function TaxiIcon(props, ref) {
|
|
|
3821
3863
|
clipRule: "evenodd"
|
|
3822
3864
|
}));
|
|
3823
3865
|
}
|
|
3824
|
-
var ForwardRef$
|
|
3866
|
+
var ForwardRef$3l = /*#__PURE__*/forwardRef(TaxiIcon);
|
|
3825
3867
|
|
|
3826
3868
|
function TrainIcon(props, ref) {
|
|
3827
3869
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3845,7 +3887,7 @@ function TrainIcon(props, ref) {
|
|
|
3845
3887
|
d: "M14.75 8.1a.6.6 0 0 0-.091-.11l-.035-.036-.093-.095c-.315-.314-2.34-1.805-3.436-2.528-.358-.236-.76-.331-.999-.331h-3.54l1.295-.89c.1-.076.149-.134.149-.256a.33.33 0 0 0-.142-.276L6.364 2.399H5.4l1.702 1.434-1.7 1.166h.001H1v6h12.612c.196 0 .38-.098.488-.263.49-.755.9-1.41.9-1.902 0-.277-.095-.529-.25-.735m-2.537-.508c-.046.136-.173.172-.317.172h-.666c-.071 0-.185.01-.284-.063l-.95-.671a.332.332 0 0 1 .2-.599h.666c.072 0 .142.024.2.068l1.034.778c.115.086.162.18.117.315"
|
|
3846
3888
|
}));
|
|
3847
3889
|
}
|
|
3848
|
-
var ForwardRef$
|
|
3890
|
+
var ForwardRef$3k = /*#__PURE__*/forwardRef(TrainIcon);
|
|
3849
3891
|
|
|
3850
3892
|
function TramIcon(props, ref) {
|
|
3851
3893
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3871,7 +3913,7 @@ function TramIcon(props, ref) {
|
|
|
3871
3913
|
clipRule: "evenodd"
|
|
3872
3914
|
}));
|
|
3873
3915
|
}
|
|
3874
|
-
var ForwardRef$
|
|
3916
|
+
var ForwardRef$3j = /*#__PURE__*/forwardRef(TramIcon);
|
|
3875
3917
|
|
|
3876
3918
|
function WalkIcon(props, ref) {
|
|
3877
3919
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3895,7 +3937,7 @@ function WalkIcon(props, ref) {
|
|
|
3895
3937
|
d: "m12.791 7.79-2.026-1.244a.2.2 0 0 1-.064-.063l-.98-1.702a1 1 0 0 0-.644-.438l-1.44-.29a1 1 0 0 0-.797.18L5.04 5.582a1 1 0 0 0-.288.34L3.671 8.017a.428.428 0 0 0 .724.456l1.293-1.996a.2.2 0 0 1 .063-.061l1.088-.666-.309 1.533a2.3 2.3 0 0 0 .596 2.043l2.276 2.288.045.07 1.115 2.912a.6.6 0 1 0 1.137-.384l-.805-2.874-.155-.32-1.854-2.545a.35.35 0 0 1-.06-.272l.374-1.857.687.871a1 1 0 0 0 .348.28l2.12 1.03a.428.428 0 0 0 .437-.735"
|
|
3896
3938
|
})));
|
|
3897
3939
|
}
|
|
3898
|
-
var ForwardRef$
|
|
3940
|
+
var ForwardRef$3i = /*#__PURE__*/forwardRef(WalkIcon);
|
|
3899
3941
|
|
|
3900
3942
|
/** @deprecated WalkingIcon is deprecated; use WalkIcon instead */
|
|
3901
3943
|
function WalkingIcon(props, ref) {
|
|
@@ -3921,7 +3963,7 @@ function WalkingIcon(props, ref) {
|
|
|
3921
3963
|
d: "m12.791 7.79-2.026-1.244a.2.2 0 0 1-.064-.063l-.98-1.702a1 1 0 0 0-.644-.438l-1.44-.29a1 1 0 0 0-.797.18L5.04 5.582a1 1 0 0 0-.288.34L3.671 8.017a.428.428 0 0 0 .724.456l1.293-1.996a.2.2 0 0 1 .063-.061l1.088-.666-.309 1.533a2.3 2.3 0 0 0 .596 2.043l2.276 2.288.045.07 1.115 2.912a.6.6 0 1 0 1.137-.384l-.805-2.874-.155-.32-1.854-2.545a.35.35 0 0 1-.06-.272l.374-1.857.687.871a1 1 0 0 0 .348.28l2.12 1.03a.428.428 0 0 0 .437-.735"
|
|
3922
3964
|
})));
|
|
3923
3965
|
}
|
|
3924
|
-
var ForwardRef$
|
|
3966
|
+
var ForwardRef$3h = /*#__PURE__*/forwardRef(WalkingIcon);
|
|
3925
3967
|
|
|
3926
3968
|
function AdditionalZonesTicketIcon(props, ref) {
|
|
3927
3969
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3942,7 +3984,7 @@ function AdditionalZonesTicketIcon(props, ref) {
|
|
|
3942
3984
|
clipRule: "evenodd"
|
|
3943
3985
|
}));
|
|
3944
3986
|
}
|
|
3945
|
-
var ForwardRef$
|
|
3987
|
+
var ForwardRef$3g = /*#__PURE__*/forwardRef(AdditionalZonesTicketIcon);
|
|
3946
3988
|
|
|
3947
3989
|
function CabinIcon(props, ref) {
|
|
3948
3990
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3971,7 +4013,7 @@ function CabinIcon(props, ref) {
|
|
|
3971
4013
|
clipRule: "evenodd"
|
|
3972
4014
|
}));
|
|
3973
4015
|
}
|
|
3974
|
-
var ForwardRef$
|
|
4016
|
+
var ForwardRef$3f = /*#__PURE__*/forwardRef(CabinIcon);
|
|
3975
4017
|
|
|
3976
4018
|
function CityIcon(props, ref) {
|
|
3977
4019
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -3992,7 +4034,7 @@ function CityIcon(props, ref) {
|
|
|
3992
4034
|
clipRule: "evenodd"
|
|
3993
4035
|
}));
|
|
3994
4036
|
}
|
|
3995
|
-
var ForwardRef$
|
|
4037
|
+
var ForwardRef$3e = /*#__PURE__*/forwardRef(CityIcon);
|
|
3996
4038
|
|
|
3997
4039
|
function CompassNeedleIcon(props, ref) {
|
|
3998
4040
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4012,7 +4054,7 @@ function CompassNeedleIcon(props, ref) {
|
|
|
4012
4054
|
d: "M11 8 8 1 5 8z"
|
|
4013
4055
|
}));
|
|
4014
4056
|
}
|
|
4015
|
-
var ForwardRef$
|
|
4057
|
+
var ForwardRef$3d = /*#__PURE__*/forwardRef(CompassNeedleIcon);
|
|
4016
4058
|
|
|
4017
4059
|
function ConductorIcon(props, ref) {
|
|
4018
4060
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4031,7 +4073,7 @@ function ConductorIcon(props, ref) {
|
|
|
4031
4073
|
clipRule: "evenodd"
|
|
4032
4074
|
}));
|
|
4033
4075
|
}
|
|
4034
|
-
var ForwardRef$
|
|
4076
|
+
var ForwardRef$3c = /*#__PURE__*/forwardRef(ConductorIcon);
|
|
4035
4077
|
|
|
4036
4078
|
function CorrespondenceIcon(props, ref) {
|
|
4037
4079
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4057,7 +4099,7 @@ function CorrespondenceIcon(props, ref) {
|
|
|
4057
4099
|
clipRule: "evenodd"
|
|
4058
4100
|
}));
|
|
4059
4101
|
}
|
|
4060
|
-
var ForwardRef$
|
|
4102
|
+
var ForwardRef$3b = /*#__PURE__*/forwardRef(CorrespondenceIcon);
|
|
4061
4103
|
|
|
4062
4104
|
function DestinationIcon(props, ref) {
|
|
4063
4105
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4078,7 +4120,7 @@ function DestinationIcon(props, ref) {
|
|
|
4078
4120
|
clipRule: "evenodd"
|
|
4079
4121
|
}));
|
|
4080
4122
|
}
|
|
4081
|
-
var ForwardRef$
|
|
4123
|
+
var ForwardRef$3a = /*#__PURE__*/forwardRef(DestinationIcon);
|
|
4082
4124
|
|
|
4083
4125
|
function DirectionIcon(props, ref) {
|
|
4084
4126
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4097,7 +4139,7 @@ function DirectionIcon(props, ref) {
|
|
|
4097
4139
|
clipRule: "evenodd"
|
|
4098
4140
|
}));
|
|
4099
4141
|
}
|
|
4100
|
-
var ForwardRef$
|
|
4142
|
+
var ForwardRef$39 = /*#__PURE__*/forwardRef(DirectionIcon);
|
|
4101
4143
|
|
|
4102
4144
|
function DirectionFilledIcon(props, ref) {
|
|
4103
4145
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4116,7 +4158,7 @@ function DirectionFilledIcon(props, ref) {
|
|
|
4116
4158
|
clipRule: "evenodd"
|
|
4117
4159
|
}));
|
|
4118
4160
|
}
|
|
4119
|
-
var ForwardRef$
|
|
4161
|
+
var ForwardRef$38 = /*#__PURE__*/forwardRef(DirectionFilledIcon);
|
|
4120
4162
|
|
|
4121
4163
|
function EnvironmentIcon(props, ref) {
|
|
4122
4164
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4137,7 +4179,7 @@ function EnvironmentIcon(props, ref) {
|
|
|
4137
4179
|
clipRule: "evenodd"
|
|
4138
4180
|
}));
|
|
4139
4181
|
}
|
|
4140
|
-
var ForwardRef$
|
|
4182
|
+
var ForwardRef$37 = /*#__PURE__*/forwardRef(EnvironmentIcon);
|
|
4141
4183
|
|
|
4142
4184
|
function GoalIcon(props, ref) {
|
|
4143
4185
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4156,7 +4198,7 @@ function GoalIcon(props, ref) {
|
|
|
4156
4198
|
d: "M5.818 2.312 14 6.25l-8.182 3.937v3.938c0 .525-.363.875-.909.875S4 14.65 4 14.125V1.875C4 1.35 4.364 1 4.91 1s.908.35.908.875z"
|
|
4157
4199
|
}));
|
|
4158
4200
|
}
|
|
4159
|
-
var ForwardRef$
|
|
4201
|
+
var ForwardRef$36 = /*#__PURE__*/forwardRef(GoalIcon);
|
|
4160
4202
|
|
|
4161
4203
|
function GymIcon(props, ref) {
|
|
4162
4204
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4175,7 +4217,7 @@ function GymIcon(props, ref) {
|
|
|
4175
4217
|
clipRule: "evenodd"
|
|
4176
4218
|
}));
|
|
4177
4219
|
}
|
|
4178
|
-
var ForwardRef$
|
|
4220
|
+
var ForwardRef$35 = /*#__PURE__*/forwardRef(GymIcon);
|
|
4179
4221
|
|
|
4180
4222
|
function HomeIcon(props, ref) {
|
|
4181
4223
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4196,7 +4238,7 @@ function HomeIcon(props, ref) {
|
|
|
4196
4238
|
clipRule: "evenodd"
|
|
4197
4239
|
}));
|
|
4198
4240
|
}
|
|
4199
|
-
var ForwardRef$
|
|
4241
|
+
var ForwardRef$34 = /*#__PURE__*/forwardRef(HomeIcon);
|
|
4200
4242
|
|
|
4201
4243
|
function InternationalIcon(props, ref) {
|
|
4202
4244
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4217,7 +4259,7 @@ function InternationalIcon(props, ref) {
|
|
|
4217
4259
|
clipRule: "evenodd"
|
|
4218
4260
|
}));
|
|
4219
4261
|
}
|
|
4220
|
-
var ForwardRef$
|
|
4262
|
+
var ForwardRef$33 = /*#__PURE__*/forwardRef(InternationalIcon);
|
|
4221
4263
|
|
|
4222
4264
|
function InterrailIcon(props, ref) {
|
|
4223
4265
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4238,7 +4280,7 @@ function InterrailIcon(props, ref) {
|
|
|
4238
4280
|
clipRule: "evenodd"
|
|
4239
4281
|
}));
|
|
4240
4282
|
}
|
|
4241
|
-
var ForwardRef$
|
|
4283
|
+
var ForwardRef$32 = /*#__PURE__*/forwardRef(InterrailIcon);
|
|
4242
4284
|
|
|
4243
4285
|
function InvalidTicketIcon(props, ref) {
|
|
4244
4286
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4259,7 +4301,7 @@ function InvalidTicketIcon(props, ref) {
|
|
|
4259
4301
|
clipRule: "evenodd"
|
|
4260
4302
|
}));
|
|
4261
4303
|
}
|
|
4262
|
-
var ForwardRef$
|
|
4304
|
+
var ForwardRef$31 = /*#__PURE__*/forwardRef(InvalidTicketIcon);
|
|
4263
4305
|
|
|
4264
4306
|
function LuggageIcon(props, ref) {
|
|
4265
4307
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4280,7 +4322,7 @@ function LuggageIcon(props, ref) {
|
|
|
4280
4322
|
clipRule: "evenodd"
|
|
4281
4323
|
}));
|
|
4282
4324
|
}
|
|
4283
|
-
var ForwardRef$
|
|
4325
|
+
var ForwardRef$30 = /*#__PURE__*/forwardRef(LuggageIcon);
|
|
4284
4326
|
|
|
4285
4327
|
function MapIcon(props, ref) {
|
|
4286
4328
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4301,7 +4343,7 @@ function MapIcon(props, ref) {
|
|
|
4301
4343
|
clipRule: "evenodd"
|
|
4302
4344
|
}));
|
|
4303
4345
|
}
|
|
4304
|
-
var ForwardRef$
|
|
4346
|
+
var ForwardRef$2$ = /*#__PURE__*/forwardRef(MapIcon);
|
|
4305
4347
|
|
|
4306
4348
|
function MapFilledIcon(props, ref) {
|
|
4307
4349
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4323,7 +4365,7 @@ function MapFilledIcon(props, ref) {
|
|
|
4323
4365
|
clipRule: "evenodd"
|
|
4324
4366
|
}));
|
|
4325
4367
|
}
|
|
4326
|
-
var ForwardRef$
|
|
4368
|
+
var ForwardRef$2_ = /*#__PURE__*/forwardRef(MapFilledIcon);
|
|
4327
4369
|
|
|
4328
4370
|
function MapPinIcon(props, ref) {
|
|
4329
4371
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4344,7 +4386,7 @@ function MapPinIcon(props, ref) {
|
|
|
4344
4386
|
clipRule: "evenodd"
|
|
4345
4387
|
}));
|
|
4346
4388
|
}
|
|
4347
|
-
var ForwardRef$
|
|
4389
|
+
var ForwardRef$2Z = /*#__PURE__*/forwardRef(MapPinIcon);
|
|
4348
4390
|
|
|
4349
4391
|
function MountainIcon(props, ref) {
|
|
4350
4392
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4363,7 +4405,7 @@ function MountainIcon(props, ref) {
|
|
|
4363
4405
|
clipRule: "evenodd"
|
|
4364
4406
|
}));
|
|
4365
4407
|
}
|
|
4366
|
-
var ForwardRef$
|
|
4408
|
+
var ForwardRef$2Y = /*#__PURE__*/forwardRef(MountainIcon);
|
|
4367
4409
|
|
|
4368
4410
|
function PlaygroundIcon(props, ref) {
|
|
4369
4411
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4387,7 +4429,7 @@ function PlaygroundIcon(props, ref) {
|
|
|
4387
4429
|
clipRule: "evenodd"
|
|
4388
4430
|
}));
|
|
4389
4431
|
}
|
|
4390
|
-
var ForwardRef$
|
|
4432
|
+
var ForwardRef$2X = /*#__PURE__*/forwardRef(PlaygroundIcon);
|
|
4391
4433
|
|
|
4392
4434
|
function PositionIcon(props, ref) {
|
|
4393
4435
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4406,7 +4448,7 @@ function PositionIcon(props, ref) {
|
|
|
4406
4448
|
clipRule: "evenodd"
|
|
4407
4449
|
}));
|
|
4408
4450
|
}
|
|
4409
|
-
var ForwardRef$
|
|
4451
|
+
var ForwardRef$2W = /*#__PURE__*/forwardRef(PositionIcon);
|
|
4410
4452
|
|
|
4411
4453
|
function PositionFilledIcon(props, ref) {
|
|
4412
4454
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4425,7 +4467,7 @@ function PositionFilledIcon(props, ref) {
|
|
|
4425
4467
|
clipRule: "evenodd"
|
|
4426
4468
|
}));
|
|
4427
4469
|
}
|
|
4428
|
-
var ForwardRef$
|
|
4470
|
+
var ForwardRef$2V = /*#__PURE__*/forwardRef(PositionFilledIcon);
|
|
4429
4471
|
|
|
4430
4472
|
function PrioritySeatPregnantIcon(props, ref) {
|
|
4431
4473
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4447,7 +4489,7 @@ function PrioritySeatPregnantIcon(props, ref) {
|
|
|
4447
4489
|
transform: "translate(-1319 -504) translate(1316 503)"
|
|
4448
4490
|
}));
|
|
4449
4491
|
}
|
|
4450
|
-
var ForwardRef$
|
|
4492
|
+
var ForwardRef$2U = /*#__PURE__*/forwardRef(PrioritySeatPregnantIcon);
|
|
4451
4493
|
|
|
4452
4494
|
function PrioritySeatSeniorsIcon(props, ref) {
|
|
4453
4495
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4469,7 +4511,7 @@ function PrioritySeatSeniorsIcon(props, ref) {
|
|
|
4469
4511
|
transform: "translate(-1354 -504) translate(1352 503)"
|
|
4470
4512
|
}));
|
|
4471
4513
|
}
|
|
4472
|
-
var ForwardRef$
|
|
4514
|
+
var ForwardRef$2T = /*#__PURE__*/forwardRef(PrioritySeatSeniorsIcon);
|
|
4473
4515
|
|
|
4474
4516
|
function RebateTicketIcon(props, ref) {
|
|
4475
4517
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4491,7 +4533,7 @@ function RebateTicketIcon(props, ref) {
|
|
|
4491
4533
|
clipRule: "evenodd"
|
|
4492
4534
|
}));
|
|
4493
4535
|
}
|
|
4494
|
-
var ForwardRef$
|
|
4536
|
+
var ForwardRef$2S = /*#__PURE__*/forwardRef(RebateTicketIcon);
|
|
4495
4537
|
|
|
4496
4538
|
function RebateTicketFilledIcon(props, ref) {
|
|
4497
4539
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4510,7 +4552,7 @@ function RebateTicketFilledIcon(props, ref) {
|
|
|
4510
4552
|
clipRule: "evenodd"
|
|
4511
4553
|
}));
|
|
4512
4554
|
}
|
|
4513
|
-
var ForwardRef$
|
|
4555
|
+
var ForwardRef$2R = /*#__PURE__*/forwardRef(RebateTicketFilledIcon);
|
|
4514
4556
|
|
|
4515
4557
|
function SkiIcon(props, ref) {
|
|
4516
4558
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4532,7 +4574,7 @@ function SkiIcon(props, ref) {
|
|
|
4532
4574
|
transform: "translate(-1425 -504) translate(1424 503)"
|
|
4533
4575
|
}));
|
|
4534
4576
|
}
|
|
4535
|
-
var ForwardRef$
|
|
4577
|
+
var ForwardRef$2Q = /*#__PURE__*/forwardRef(SkiIcon);
|
|
4536
4578
|
|
|
4537
4579
|
function SuitcaseIcon(props, ref) {
|
|
4538
4580
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4554,7 +4596,7 @@ function SuitcaseIcon(props, ref) {
|
|
|
4554
4596
|
transform: "translate(-1245 -505) translate(1244 503)"
|
|
4555
4597
|
}));
|
|
4556
4598
|
}
|
|
4557
|
-
var ForwardRef$
|
|
4599
|
+
var ForwardRef$2P = /*#__PURE__*/forwardRef(SuitcaseIcon);
|
|
4558
4600
|
|
|
4559
4601
|
function TrackIcon(props, ref) {
|
|
4560
4602
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4573,7 +4615,7 @@ function TrackIcon(props, ref) {
|
|
|
4573
4615
|
d: "M11.492 9.467H4.538l-.445 1.493h7.844zm1.611 0 .445 1.493h.705a.747.747 0 0 1 0 1.493h-.26l.166.562c.156.373-.155.821-.544.896-.389.15-.778-.075-.933-.448l-.301-1.01H3.649l-.3 1.01c-.156.373-.545.597-1.012.523-.389-.15-.622-.523-.544-.896l.19-.637h-.236a.747.747 0 0 1 0-1.493h.68l.444-1.494h-.347a.747.747 0 0 1 0-1.493h.791L3.76 6.48h-.458a.747.747 0 0 1 0-1.493h.902l.7-2.35c.155-.448.544-.672 1.01-.598a.85.85 0 0 1 .545.97l-.588 1.978h4.288L9.57 3.01a.85.85 0 0 1 .545-.97c.389-.15.855.149.933.522l.722 2.425h.928a.747.747 0 0 1 0 1.493h-.484l.445 1.493h.817a.747.747 0 0 1 0 1.494zm-2.055-1.494-.445-1.493H5.427l-.445 1.493z"
|
|
4574
4616
|
}));
|
|
4575
4617
|
}
|
|
4576
|
-
var ForwardRef$
|
|
4618
|
+
var ForwardRef$2O = /*#__PURE__*/forwardRef(TrackIcon);
|
|
4577
4619
|
|
|
4578
4620
|
function UniversityIcon(props, ref) {
|
|
4579
4621
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4592,7 +4634,7 @@ function UniversityIcon(props, ref) {
|
|
|
4592
4634
|
clipRule: "evenodd"
|
|
4593
4635
|
}));
|
|
4594
4636
|
}
|
|
4595
|
-
var ForwardRef$
|
|
4637
|
+
var ForwardRef$2N = /*#__PURE__*/forwardRef(UniversityIcon);
|
|
4596
4638
|
|
|
4597
4639
|
function ValidTicketIcon(props, ref) {
|
|
4598
4640
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4613,7 +4655,7 @@ function ValidTicketIcon(props, ref) {
|
|
|
4613
4655
|
clipRule: "evenodd"
|
|
4614
4656
|
}));
|
|
4615
4657
|
}
|
|
4616
|
-
var ForwardRef$
|
|
4658
|
+
var ForwardRef$2M = /*#__PURE__*/forwardRef(ValidTicketIcon);
|
|
4617
4659
|
|
|
4618
4660
|
function ValidTicketFilledIcon(props, ref) {
|
|
4619
4661
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4632,7 +4674,7 @@ function ValidTicketFilledIcon(props, ref) {
|
|
|
4632
4674
|
clipRule: "evenodd"
|
|
4633
4675
|
}));
|
|
4634
4676
|
}
|
|
4635
|
-
var ForwardRef$
|
|
4677
|
+
var ForwardRef$2L = /*#__PURE__*/forwardRef(ValidTicketFilledIcon);
|
|
4636
4678
|
|
|
4637
4679
|
function ZoneIcon(props, ref) {
|
|
4638
4680
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4658,7 +4700,7 @@ function ZoneIcon(props, ref) {
|
|
|
4658
4700
|
clipRule: "evenodd"
|
|
4659
4701
|
}));
|
|
4660
4702
|
}
|
|
4661
|
-
var ForwardRef$
|
|
4703
|
+
var ForwardRef$2K = /*#__PURE__*/forwardRef(ZoneIcon);
|
|
4662
4704
|
|
|
4663
4705
|
function AccessibilityIcon(props, ref) {
|
|
4664
4706
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4682,7 +4724,7 @@ function AccessibilityIcon(props, ref) {
|
|
|
4682
4724
|
clipRule: "evenodd"
|
|
4683
4725
|
}));
|
|
4684
4726
|
}
|
|
4685
|
-
var ForwardRef$
|
|
4727
|
+
var ForwardRef$2J = /*#__PURE__*/forwardRef(AccessibilityIcon);
|
|
4686
4728
|
|
|
4687
4729
|
function AddCardIcon(props, ref) {
|
|
4688
4730
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4703,7 +4745,7 @@ function AddCardIcon(props, ref) {
|
|
|
4703
4745
|
clipRule: "evenodd"
|
|
4704
4746
|
}));
|
|
4705
4747
|
}
|
|
4706
|
-
var ForwardRef$
|
|
4748
|
+
var ForwardRef$2I = /*#__PURE__*/forwardRef(AddCardIcon);
|
|
4707
4749
|
|
|
4708
4750
|
function AddIcon(props, ref) {
|
|
4709
4751
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4724,7 +4766,7 @@ function AddIcon(props, ref) {
|
|
|
4724
4766
|
clipRule: "evenodd"
|
|
4725
4767
|
}));
|
|
4726
4768
|
}
|
|
4727
|
-
var ForwardRef$
|
|
4769
|
+
var ForwardRef$2H = /*#__PURE__*/forwardRef(AddIcon);
|
|
4728
4770
|
|
|
4729
4771
|
function AdditionalIcon(props, ref) {
|
|
4730
4772
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4745,7 +4787,7 @@ function AdditionalIcon(props, ref) {
|
|
|
4745
4787
|
clipRule: "evenodd"
|
|
4746
4788
|
}));
|
|
4747
4789
|
}
|
|
4748
|
-
var ForwardRef$
|
|
4790
|
+
var ForwardRef$2G = /*#__PURE__*/forwardRef(AdditionalIcon);
|
|
4749
4791
|
|
|
4750
4792
|
function AdjustmentsIcon(props, ref) {
|
|
4751
4793
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4766,7 +4808,7 @@ function AdjustmentsIcon(props, ref) {
|
|
|
4766
4808
|
clipRule: "evenodd"
|
|
4767
4809
|
}));
|
|
4768
4810
|
}
|
|
4769
|
-
var ForwardRef$
|
|
4811
|
+
var ForwardRef$2F = /*#__PURE__*/forwardRef(AdjustmentsIcon);
|
|
4770
4812
|
|
|
4771
4813
|
function AdminIcon(props, ref) {
|
|
4772
4814
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4788,7 +4830,7 @@ function AdminIcon(props, ref) {
|
|
|
4788
4830
|
d: "M11.5 10.25c-.689 0-1.25.561-1.25 1.25 0 .69.561 1.25 1.25 1.25s1.25-.56 1.25-1.25c0-.689-.561-1.25-1.25-1.25m0 1.975a.726.726 0 1 1 .725-.725c0 .4-.326.725-.725.725"
|
|
4789
4831
|
}));
|
|
4790
4832
|
}
|
|
4791
|
-
var ForwardRef$
|
|
4833
|
+
var ForwardRef$2E = /*#__PURE__*/forwardRef(AdminIcon);
|
|
4792
4834
|
|
|
4793
4835
|
function AgreesIcon(props, ref) {
|
|
4794
4836
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4809,7 +4851,7 @@ function AgreesIcon(props, ref) {
|
|
|
4809
4851
|
clipRule: "evenodd"
|
|
4810
4852
|
}));
|
|
4811
4853
|
}
|
|
4812
|
-
var ForwardRef$
|
|
4854
|
+
var ForwardRef$2D = /*#__PURE__*/forwardRef(AgreesIcon);
|
|
4813
4855
|
|
|
4814
4856
|
function ObjectAlignBottomFilledIcon(props, ref) {
|
|
4815
4857
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4826,7 +4868,7 @@ function ObjectAlignBottomFilledIcon(props, ref) {
|
|
|
4826
4868
|
d: "M4.5 1.9a.6.6 0 0 0-.6.6v9a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-9a.6.6 0 0 0-.6-.6zM15 14.1H1v-1.2h14zM9.5 4.9a.6.6 0 0 0-.6.6v6a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-6a.6.6 0 0 0-.6-.6z"
|
|
4827
4869
|
}));
|
|
4828
4870
|
}
|
|
4829
|
-
var ForwardRef$
|
|
4871
|
+
var ForwardRef$2C = /*#__PURE__*/forwardRef(ObjectAlignBottomFilledIcon);
|
|
4830
4872
|
|
|
4831
4873
|
function ObjectAlignBottomIcon(props, ref) {
|
|
4832
4874
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4853,7 +4895,7 @@ function ObjectAlignBottomIcon(props, ref) {
|
|
|
4853
4895
|
clipRule: "evenodd"
|
|
4854
4896
|
}));
|
|
4855
4897
|
}
|
|
4856
|
-
var ForwardRef$
|
|
4898
|
+
var ForwardRef$2B = /*#__PURE__*/forwardRef(ObjectAlignBottomIcon);
|
|
4857
4899
|
|
|
4858
4900
|
function ObjectAlignCenterFilledIcon(props, ref) {
|
|
4859
4901
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4870,7 +4912,7 @@ function ObjectAlignCenterFilledIcon(props, ref) {
|
|
|
4870
4912
|
d: "M7.4 3.9H5a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h2.4v1.8H3.5a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h3.9V15h1.2v-2.9h3.9a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6H8.6V7.1H11a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6H8.6V1H7.4z"
|
|
4871
4913
|
}));
|
|
4872
4914
|
}
|
|
4873
|
-
var ForwardRef$
|
|
4915
|
+
var ForwardRef$2A = /*#__PURE__*/forwardRef(ObjectAlignCenterFilledIcon);
|
|
4874
4916
|
|
|
4875
4917
|
function ObjectAlignCenterIcon(props, ref) {
|
|
4876
4918
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4889,7 +4931,7 @@ function ObjectAlignCenterIcon(props, ref) {
|
|
|
4889
4931
|
clipRule: "evenodd"
|
|
4890
4932
|
}));
|
|
4891
4933
|
}
|
|
4892
|
-
var ForwardRef$
|
|
4934
|
+
var ForwardRef$2z = /*#__PURE__*/forwardRef(ObjectAlignCenterIcon);
|
|
4893
4935
|
|
|
4894
4936
|
function ObjectAlignLeftFilledIcon(props, ref) {
|
|
4895
4937
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4906,7 +4948,7 @@ function ObjectAlignLeftFilledIcon(props, ref) {
|
|
|
4906
4948
|
d: "M1.9 15V1h1.2v14zM4.5 3.9a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h6a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6zM4.5 8.9a.6.6 0 0 0-.6.6v2a.6.6 0 0 0 .6.6h9a.6.6 0 0 0 .6-.6v-2a.6.6 0 0 0-.6-.6z"
|
|
4907
4949
|
}));
|
|
4908
4950
|
}
|
|
4909
|
-
var ForwardRef$
|
|
4951
|
+
var ForwardRef$2y = /*#__PURE__*/forwardRef(ObjectAlignLeftFilledIcon);
|
|
4910
4952
|
|
|
4911
4953
|
function ObjectAlignLeftIcon(props, ref) {
|
|
4912
4954
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4925,7 +4967,7 @@ function ObjectAlignLeftIcon(props, ref) {
|
|
|
4925
4967
|
clipRule: "evenodd"
|
|
4926
4968
|
}));
|
|
4927
4969
|
}
|
|
4928
|
-
var ForwardRef$
|
|
4970
|
+
var ForwardRef$2x = /*#__PURE__*/forwardRef(ObjectAlignLeftIcon);
|
|
4929
4971
|
|
|
4930
4972
|
function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
4931
4973
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4942,7 +4984,7 @@ function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
|
4942
4984
|
d: "M9.5 2.9a.6.6 0 0 0-.6.6v3.9H7.1V5a.6.6 0 0 0-.6-.6h-2a.6.6 0 0 0-.6.6v2.4H1v1.2h2.9V11a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6V8.6h1.8v3.9a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6V8.6H15V7.4h-2.9V3.5a.6.6 0 0 0-.6-.6z"
|
|
4943
4985
|
}));
|
|
4944
4986
|
}
|
|
4945
|
-
var ForwardRef$
|
|
4987
|
+
var ForwardRef$2w = /*#__PURE__*/forwardRef(ObjectAlignMiddleFilledIcon);
|
|
4946
4988
|
|
|
4947
4989
|
function ObjectAlignMiddleIcon(props, ref) {
|
|
4948
4990
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4961,7 +5003,7 @@ function ObjectAlignMiddleIcon(props, ref) {
|
|
|
4961
5003
|
clipRule: "evenodd"
|
|
4962
5004
|
}));
|
|
4963
5005
|
}
|
|
4964
|
-
var ForwardRef$
|
|
5006
|
+
var ForwardRef$2v = /*#__PURE__*/forwardRef(ObjectAlignMiddleIcon);
|
|
4965
5007
|
|
|
4966
5008
|
function ObjectAlignRightFilledIcon(props, ref) {
|
|
4967
5009
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -4980,7 +5022,7 @@ function ObjectAlignRightFilledIcon(props, ref) {
|
|
|
4980
5022
|
clipRule: "evenodd"
|
|
4981
5023
|
}));
|
|
4982
5024
|
}
|
|
4983
|
-
var ForwardRef$
|
|
5025
|
+
var ForwardRef$2u = /*#__PURE__*/forwardRef(ObjectAlignRightFilledIcon);
|
|
4984
5026
|
|
|
4985
5027
|
function ObjectAlignRightIcon(props, ref) {
|
|
4986
5028
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5002,7 +5044,7 @@ function ObjectAlignRightIcon(props, ref) {
|
|
|
5002
5044
|
clipRule: "evenodd"
|
|
5003
5045
|
}));
|
|
5004
5046
|
}
|
|
5005
|
-
var ForwardRef$
|
|
5047
|
+
var ForwardRef$2t = /*#__PURE__*/forwardRef(ObjectAlignRightIcon);
|
|
5006
5048
|
|
|
5007
5049
|
function ObjectAlignTopFilledIcon(props, ref) {
|
|
5008
5050
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5019,7 +5061,7 @@ function ObjectAlignTopFilledIcon(props, ref) {
|
|
|
5019
5061
|
d: "M15 3.1H1V1.9h14zM4.5 3.9a.6.6 0 0 0-.6.6v9a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-9a.6.6 0 0 0-.6-.6zM9.5 3.9a.6.6 0 0 0-.6.6v6a.6.6 0 0 0 .6.6h2a.6.6 0 0 0 .6-.6v-6a.6.6 0 0 0-.6-.6z"
|
|
5020
5062
|
}));
|
|
5021
5063
|
}
|
|
5022
|
-
var ForwardRef$
|
|
5064
|
+
var ForwardRef$2s = /*#__PURE__*/forwardRef(ObjectAlignTopFilledIcon);
|
|
5023
5065
|
|
|
5024
5066
|
function ObjectAlignTopIcon(props, ref) {
|
|
5025
5067
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5041,7 +5083,7 @@ function ObjectAlignTopIcon(props, ref) {
|
|
|
5041
5083
|
clipRule: "evenodd"
|
|
5042
5084
|
}));
|
|
5043
5085
|
}
|
|
5044
|
-
var ForwardRef$
|
|
5086
|
+
var ForwardRef$2r = /*#__PURE__*/forwardRef(ObjectAlignTopIcon);
|
|
5045
5087
|
|
|
5046
5088
|
function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
5047
5089
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5058,7 +5100,7 @@ function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
|
5058
5100
|
d: "M4.9 13.1h-.4a.6.6 0 0 1-.6-.6v-9a.6.6 0 0 1 .6-.6h.4V1.5h1.2v1.4h.4a.6.6 0 0 1 .6.6v9a.6.6 0 0 1-.6.6h-.4V15H4.9zM9.9 11.1h-.4a.6.6 0 0 1-.6-.6v-5a.6.6 0 0 1 .6-.6h.4V1.5h1.2v3.4h.4a.6.6 0 0 1 .6.6v5a.6.6 0 0 1-.6.6h-.4V15H9.9z"
|
|
5059
5101
|
}));
|
|
5060
5102
|
}
|
|
5061
|
-
var ForwardRef$
|
|
5103
|
+
var ForwardRef$2q = /*#__PURE__*/forwardRef(ObjectDistributeHorizontallyFilledIcon);
|
|
5062
5104
|
|
|
5063
5105
|
function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
5064
5106
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5077,7 +5119,7 @@ function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
|
5077
5119
|
clipRule: "evenodd"
|
|
5078
5120
|
}));
|
|
5079
5121
|
}
|
|
5080
|
-
var ForwardRef$
|
|
5122
|
+
var ForwardRef$2p = /*#__PURE__*/forwardRef(ObjectDistributeHorizontallyIcon);
|
|
5081
5123
|
|
|
5082
5124
|
function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
5083
5125
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5094,7 +5136,7 @@ function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
|
5094
5136
|
d: "M5.5 3.9a.6.6 0 0 0-.6.6v.4H1v1.2h3.9v.4a.6.6 0 0 0 .6.6h5a.6.6 0 0 0 .6-.6v-.4H15V4.9h-3.9v-.4a.6.6 0 0 0-.6-.6zM13.1 11.1v.4a.6.6 0 0 1-.6.6h-9a.6.6 0 0 1-.6-.6v-.4H1V9.9h1.9v-.4a.6.6 0 0 1 .6-.6h9a.6.6 0 0 1 .6.6v.4H15v1.2z"
|
|
5095
5137
|
}));
|
|
5096
5138
|
}
|
|
5097
|
-
var ForwardRef$
|
|
5139
|
+
var ForwardRef$2o = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyFilledIcon);
|
|
5098
5140
|
|
|
5099
5141
|
function ObjectDistributeVerticallyIcon(props, ref) {
|
|
5100
5142
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5113,7 +5155,7 @@ function ObjectDistributeVerticallyIcon(props, ref) {
|
|
|
5113
5155
|
clipRule: "evenodd"
|
|
5114
5156
|
}));
|
|
5115
5157
|
}
|
|
5116
|
-
var ForwardRef$
|
|
5158
|
+
var ForwardRef$2n = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyIcon);
|
|
5117
5159
|
|
|
5118
5160
|
function AnimalFreeIcon(props, ref) {
|
|
5119
5161
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5135,7 +5177,7 @@ function AnimalFreeIcon(props, ref) {
|
|
|
5135
5177
|
transform: "translate(-669 -233) translate(668 232)"
|
|
5136
5178
|
}));
|
|
5137
5179
|
}
|
|
5138
|
-
var ForwardRef$
|
|
5180
|
+
var ForwardRef$2m = /*#__PURE__*/forwardRef(AnimalFreeIcon);
|
|
5139
5181
|
|
|
5140
5182
|
function AssignToMeIcon(props, ref) {
|
|
5141
5183
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5157,7 +5199,7 @@ function AssignToMeIcon(props, ref) {
|
|
|
5157
5199
|
d: "m11.576 10.154.848.848-.976.976H15v1.2h-3.552l.976.976-.848.848-2.425-2.424z"
|
|
5158
5200
|
}));
|
|
5159
5201
|
}
|
|
5160
|
-
var ForwardRef$
|
|
5202
|
+
var ForwardRef$2l = /*#__PURE__*/forwardRef(AssignToMeIcon);
|
|
5161
5203
|
|
|
5162
5204
|
function AssignToMeFilledIcon(props, ref) {
|
|
5163
5205
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5174,7 +5216,7 @@ function AssignToMeFilledIcon(props, ref) {
|
|
|
5174
5216
|
d: "M7.888 1a3.965 3.965 0 0 0-2.3 7.195 5.9 5.9 0 0 0-3.548 4.736 5 5 0 0 0-.038.467v.6h4.236l5.22-5.13-.699-.392a6 6 0 0 0-.519-.258l-.054-.023A3.965 3.965 0 0 0 7.887 1M11.576 10.154l.848.848-.976.976H15v1.2h-3.552l.976.976-.848.848-2.425-2.424z"
|
|
5175
5217
|
}));
|
|
5176
5218
|
}
|
|
5177
|
-
var ForwardRef$
|
|
5219
|
+
var ForwardRef$2k = /*#__PURE__*/forwardRef(AssignToMeFilledIcon);
|
|
5178
5220
|
|
|
5179
5221
|
function BellIcon(props, ref) {
|
|
5180
5222
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5195,7 +5237,7 @@ function BellIcon(props, ref) {
|
|
|
5195
5237
|
clipRule: "evenodd"
|
|
5196
5238
|
}));
|
|
5197
5239
|
}
|
|
5198
|
-
var ForwardRef$
|
|
5240
|
+
var ForwardRef$2j = /*#__PURE__*/forwardRef(BellIcon);
|
|
5199
5241
|
|
|
5200
5242
|
function BirthdateIcon(props, ref) {
|
|
5201
5243
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5219,7 +5261,7 @@ function BirthdateIcon(props, ref) {
|
|
|
5219
5261
|
clipRule: "evenodd"
|
|
5220
5262
|
}));
|
|
5221
5263
|
}
|
|
5222
|
-
var ForwardRef$
|
|
5264
|
+
var ForwardRef$2i = /*#__PURE__*/forwardRef(BirthdateIcon);
|
|
5223
5265
|
|
|
5224
5266
|
function BirthdateFilledIcon(props, ref) {
|
|
5225
5267
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5241,7 +5283,7 @@ function BirthdateFilledIcon(props, ref) {
|
|
|
5241
5283
|
clipRule: "evenodd"
|
|
5242
5284
|
}));
|
|
5243
5285
|
}
|
|
5244
|
-
var ForwardRef$
|
|
5286
|
+
var ForwardRef$2h = /*#__PURE__*/forwardRef(BirthdateFilledIcon);
|
|
5245
5287
|
|
|
5246
5288
|
function BoardIcon(props, ref) {
|
|
5247
5289
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5263,7 +5305,7 @@ function BoardIcon(props, ref) {
|
|
|
5263
5305
|
clipRule: "evenodd"
|
|
5264
5306
|
}));
|
|
5265
5307
|
}
|
|
5266
|
-
var ForwardRef$
|
|
5308
|
+
var ForwardRef$2g = /*#__PURE__*/forwardRef(BoardIcon);
|
|
5267
5309
|
|
|
5268
5310
|
function BoardFilledIcon(props, ref) {
|
|
5269
5311
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5282,7 +5324,7 @@ function BoardFilledIcon(props, ref) {
|
|
|
5282
5324
|
clipRule: "evenodd"
|
|
5283
5325
|
}));
|
|
5284
5326
|
}
|
|
5285
|
-
var ForwardRef$
|
|
5327
|
+
var ForwardRef$2f = /*#__PURE__*/forwardRef(BoardFilledIcon);
|
|
5286
5328
|
|
|
5287
5329
|
function BookmarkIcon(props, ref) {
|
|
5288
5330
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5301,7 +5343,7 @@ function BookmarkIcon(props, ref) {
|
|
|
5301
5343
|
d: "M12.79 15a.7.7 0 0 1-.376-.108L8 12.132l-4.414 2.76A.71.71 0 0 1 2.5 14.29V1.71A.71.71 0 0 1 3.21 1h9.58a.71.71 0 0 1 .71.71v12.58a.71.71 0 0 1-.71.71M8 10.584c.13 0 .26.036.376.108l3.704 2.317V2.42H3.92v10.588l3.704-2.317A.7.7 0 0 1 8 10.584"
|
|
5302
5344
|
}));
|
|
5303
5345
|
}
|
|
5304
|
-
var ForwardRef$
|
|
5346
|
+
var ForwardRef$2e = /*#__PURE__*/forwardRef(BookmarkIcon);
|
|
5305
5347
|
|
|
5306
5348
|
function BrightnessIcon(props, ref) {
|
|
5307
5349
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5322,7 +5364,7 @@ function BrightnessIcon(props, ref) {
|
|
|
5322
5364
|
clipRule: "evenodd"
|
|
5323
5365
|
}));
|
|
5324
5366
|
}
|
|
5325
|
-
var ForwardRef$
|
|
5367
|
+
var ForwardRef$2d = /*#__PURE__*/forwardRef(BrightnessIcon);
|
|
5326
5368
|
|
|
5327
5369
|
function BugIcon(props, ref) {
|
|
5328
5370
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5343,7 +5385,7 @@ function BugIcon(props, ref) {
|
|
|
5343
5385
|
clipRule: "evenodd"
|
|
5344
5386
|
}));
|
|
5345
5387
|
}
|
|
5346
|
-
var ForwardRef$
|
|
5388
|
+
var ForwardRef$2c = /*#__PURE__*/forwardRef(BugIcon);
|
|
5347
5389
|
|
|
5348
5390
|
function CalendarIcon(props, ref) {
|
|
5349
5391
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5364,7 +5406,7 @@ function CalendarIcon(props, ref) {
|
|
|
5364
5406
|
clipRule: "evenodd"
|
|
5365
5407
|
}));
|
|
5366
5408
|
}
|
|
5367
|
-
var ForwardRef$
|
|
5409
|
+
var ForwardRef$2b = /*#__PURE__*/forwardRef(CalendarIcon);
|
|
5368
5410
|
|
|
5369
5411
|
function CalendarDetailedIcon(props, ref) {
|
|
5370
5412
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5386,7 +5428,7 @@ function CalendarDetailedIcon(props, ref) {
|
|
|
5386
5428
|
clipRule: "evenodd"
|
|
5387
5429
|
}));
|
|
5388
5430
|
}
|
|
5389
|
-
var ForwardRef$
|
|
5431
|
+
var ForwardRef$2a = /*#__PURE__*/forwardRef(CalendarDetailedIcon);
|
|
5390
5432
|
|
|
5391
5433
|
function CalendarDetailedFilledIcon(props, ref) {
|
|
5392
5434
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5408,7 +5450,7 @@ function CalendarDetailedFilledIcon(props, ref) {
|
|
|
5408
5450
|
clipRule: "evenodd"
|
|
5409
5451
|
}));
|
|
5410
5452
|
}
|
|
5411
|
-
var ForwardRef$
|
|
5453
|
+
var ForwardRef$29 = /*#__PURE__*/forwardRef(CalendarDetailedFilledIcon);
|
|
5412
5454
|
|
|
5413
5455
|
function CardIcon(props, ref) {
|
|
5414
5456
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5429,7 +5471,7 @@ function CardIcon(props, ref) {
|
|
|
5429
5471
|
clipRule: "evenodd"
|
|
5430
5472
|
}));
|
|
5431
5473
|
}
|
|
5432
|
-
var ForwardRef$
|
|
5474
|
+
var ForwardRef$28 = /*#__PURE__*/forwardRef(CardIcon);
|
|
5433
5475
|
|
|
5434
5476
|
function ChannelsIcon(props, ref) {
|
|
5435
5477
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5450,7 +5492,7 @@ function ChannelsIcon(props, ref) {
|
|
|
5450
5492
|
clipRule: "evenodd"
|
|
5451
5493
|
}));
|
|
5452
5494
|
}
|
|
5453
|
-
var ForwardRef$
|
|
5495
|
+
var ForwardRef$27 = /*#__PURE__*/forwardRef(ChannelsIcon);
|
|
5454
5496
|
|
|
5455
5497
|
function ChartIcon(props, ref) {
|
|
5456
5498
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5469,7 +5511,7 @@ function ChartIcon(props, ref) {
|
|
|
5469
5511
|
clipRule: "evenodd"
|
|
5470
5512
|
}));
|
|
5471
5513
|
}
|
|
5472
|
-
var ForwardRef$
|
|
5514
|
+
var ForwardRef$26 = /*#__PURE__*/forwardRef(ChartIcon);
|
|
5473
5515
|
|
|
5474
5516
|
function ChartFilledIcon(props, ref) {
|
|
5475
5517
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5486,7 +5528,7 @@ function ChartFilledIcon(props, ref) {
|
|
|
5486
5528
|
d: "M12.4 2.4a.6.6 0 0 0-.6.6v8.6H15V3a.6.6 0 0 0-.6-.6zM1.6 4.9a.6.6 0 0 0-.6.6v6.1h3.2V5.5a.6.6 0 0 0-.6-.6zM7 6.9a.6.6 0 0 0-.6.6v4.1h3.2V7.5a.6.6 0 0 0-.6-.6zM1 13.6h14v-1.2H1z"
|
|
5487
5529
|
}));
|
|
5488
5530
|
}
|
|
5489
|
-
var ForwardRef$
|
|
5531
|
+
var ForwardRef$25 = /*#__PURE__*/forwardRef(ChartFilledIcon);
|
|
5490
5532
|
|
|
5491
5533
|
function ChatIcon(props, ref) {
|
|
5492
5534
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5507,7 +5549,7 @@ function ChatIcon(props, ref) {
|
|
|
5507
5549
|
clipRule: "evenodd"
|
|
5508
5550
|
}));
|
|
5509
5551
|
}
|
|
5510
|
-
var ForwardRef$
|
|
5552
|
+
var ForwardRef$24 = /*#__PURE__*/forwardRef(ChatIcon);
|
|
5511
5553
|
|
|
5512
5554
|
function CheckIcon(props, ref) {
|
|
5513
5555
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5528,7 +5570,7 @@ function CheckIcon(props, ref) {
|
|
|
5528
5570
|
clipRule: "evenodd"
|
|
5529
5571
|
}));
|
|
5530
5572
|
}
|
|
5531
|
-
var ForwardRef$
|
|
5573
|
+
var ForwardRef$23 = /*#__PURE__*/forwardRef(CheckIcon);
|
|
5532
5574
|
|
|
5533
5575
|
function CheckFilledIcon(props, ref) {
|
|
5534
5576
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5547,7 +5589,7 @@ function CheckFilledIcon(props, ref) {
|
|
|
5547
5589
|
clipRule: "evenodd"
|
|
5548
5590
|
}));
|
|
5549
5591
|
}
|
|
5550
|
-
var ForwardRef$
|
|
5592
|
+
var ForwardRef$22 = /*#__PURE__*/forwardRef(CheckFilledIcon);
|
|
5551
5593
|
|
|
5552
5594
|
function CheckSmallIcon(props, ref) {
|
|
5553
5595
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5564,7 +5606,7 @@ function CheckSmallIcon(props, ref) {
|
|
|
5564
5606
|
d: "m13.498 5.357-6.603 6.476a.6.6 0 0 1-.84 0L2.5 8.346l.84-.857 3.135 3.075L12.657 4.5z"
|
|
5565
5607
|
}));
|
|
5566
5608
|
}
|
|
5567
|
-
var ForwardRef$
|
|
5609
|
+
var ForwardRef$21 = /*#__PURE__*/forwardRef(CheckSmallIcon);
|
|
5568
5610
|
|
|
5569
5611
|
function CheckSmallFilledIcon(props, ref) {
|
|
5570
5612
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5581,7 +5623,7 @@ function CheckSmallFilledIcon(props, ref) {
|
|
|
5581
5623
|
d: "m13.998 5.424-6.885 6.792a1 1 0 0 1-1.404 0L2.002 8.56l1.404-1.424L6.411 10.1 12.594 4z"
|
|
5582
5624
|
}));
|
|
5583
5625
|
}
|
|
5584
|
-
var ForwardRef$
|
|
5626
|
+
var ForwardRef$20 = /*#__PURE__*/forwardRef(CheckSmallFilledIcon);
|
|
5585
5627
|
|
|
5586
5628
|
function ClockIcon(props, ref) {
|
|
5587
5629
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5602,7 +5644,7 @@ function ClockIcon(props, ref) {
|
|
|
5602
5644
|
clipRule: "evenodd"
|
|
5603
5645
|
}));
|
|
5604
5646
|
}
|
|
5605
|
-
var ForwardRef$
|
|
5647
|
+
var ForwardRef$1$ = /*#__PURE__*/forwardRef(ClockIcon);
|
|
5606
5648
|
|
|
5607
5649
|
function ClockFilledIcon(props, ref) {
|
|
5608
5650
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5621,7 +5663,7 @@ function ClockFilledIcon(props, ref) {
|
|
|
5621
5663
|
clipRule: "evenodd"
|
|
5622
5664
|
}));
|
|
5623
5665
|
}
|
|
5624
|
-
var ForwardRef$
|
|
5666
|
+
var ForwardRef$1_ = /*#__PURE__*/forwardRef(ClockFilledIcon);
|
|
5625
5667
|
|
|
5626
5668
|
function CloseIcon(props, ref) {
|
|
5627
5669
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5642,7 +5684,7 @@ function CloseIcon(props, ref) {
|
|
|
5642
5684
|
clipRule: "evenodd"
|
|
5643
5685
|
}));
|
|
5644
5686
|
}
|
|
5645
|
-
var ForwardRef$
|
|
5687
|
+
var ForwardRef$1Z = /*#__PURE__*/forwardRef(CloseIcon);
|
|
5646
5688
|
|
|
5647
5689
|
function CloseFilledIcon(props, ref) {
|
|
5648
5690
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5659,7 +5701,7 @@ function CloseFilledIcon(props, ref) {
|
|
|
5659
5701
|
d: "M6.585 7.999 2 12.583l1.414 1.415L8 9.413l4.584 4.585 1.415-1.415L9.413 8l4.585-4.585L12.583 2 8 6.585 3.414 2 2 3.414z"
|
|
5660
5702
|
}));
|
|
5661
5703
|
}
|
|
5662
|
-
var ForwardRef$
|
|
5704
|
+
var ForwardRef$1Y = /*#__PURE__*/forwardRef(CloseFilledIcon);
|
|
5663
5705
|
|
|
5664
5706
|
function CloseSmallIcon(props, ref) {
|
|
5665
5707
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5676,7 +5718,7 @@ function CloseSmallIcon(props, ref) {
|
|
|
5676
5718
|
d: "M7.15 8 4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849z"
|
|
5677
5719
|
}));
|
|
5678
5720
|
}
|
|
5679
|
-
var ForwardRef$
|
|
5721
|
+
var ForwardRef$1X = /*#__PURE__*/forwardRef(CloseSmallIcon);
|
|
5680
5722
|
|
|
5681
5723
|
function CloseSmallFilledIcon(props, ref) {
|
|
5682
5724
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5693,7 +5735,7 @@ function CloseSmallFilledIcon(props, ref) {
|
|
|
5693
5735
|
d: "M6.587 8.001 4 10.59l1.414 1.414 2.587-2.587 2.588 2.587 1.414-1.414L9.416 8l2.587-2.587L10.589 4 8 6.587 5.414 4 4 5.414z"
|
|
5694
5736
|
}));
|
|
5695
5737
|
}
|
|
5696
|
-
var ForwardRef$
|
|
5738
|
+
var ForwardRef$1W = /*#__PURE__*/forwardRef(CloseSmallFilledIcon);
|
|
5697
5739
|
|
|
5698
5740
|
function ColorPickerIcon(props, ref) {
|
|
5699
5741
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5714,7 +5756,7 @@ function ColorPickerIcon(props, ref) {
|
|
|
5714
5756
|
clipRule: "evenodd"
|
|
5715
5757
|
}));
|
|
5716
5758
|
}
|
|
5717
|
-
var ForwardRef$
|
|
5759
|
+
var ForwardRef$1V = /*#__PURE__*/forwardRef(ColorPickerIcon);
|
|
5718
5760
|
|
|
5719
5761
|
function CommentIcon(props, ref) {
|
|
5720
5762
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5735,7 +5777,7 @@ function CommentIcon(props, ref) {
|
|
|
5735
5777
|
clipRule: "evenodd"
|
|
5736
5778
|
}));
|
|
5737
5779
|
}
|
|
5738
|
-
var ForwardRef$
|
|
5780
|
+
var ForwardRef$1U = /*#__PURE__*/forwardRef(CommentIcon);
|
|
5739
5781
|
|
|
5740
5782
|
function ComponentIcon(props, ref) {
|
|
5741
5783
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5754,7 +5796,7 @@ function ComponentIcon(props, ref) {
|
|
|
5754
5796
|
clipRule: "evenodd"
|
|
5755
5797
|
}));
|
|
5756
5798
|
}
|
|
5757
|
-
var ForwardRef$
|
|
5799
|
+
var ForwardRef$1T = /*#__PURE__*/forwardRef(ComponentIcon);
|
|
5758
5800
|
|
|
5759
5801
|
function ConfigurationIcon(props, ref) {
|
|
5760
5802
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5775,7 +5817,7 @@ function ConfigurationIcon(props, ref) {
|
|
|
5775
5817
|
clipRule: "evenodd"
|
|
5776
5818
|
}));
|
|
5777
5819
|
}
|
|
5778
|
-
var ForwardRef$
|
|
5820
|
+
var ForwardRef$1S = /*#__PURE__*/forwardRef(ConfigurationIcon);
|
|
5779
5821
|
|
|
5780
5822
|
function ContactsIcon(props, ref) {
|
|
5781
5823
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5796,7 +5838,7 @@ function ContactsIcon(props, ref) {
|
|
|
5796
5838
|
clipRule: "evenodd"
|
|
5797
5839
|
}));
|
|
5798
5840
|
}
|
|
5799
|
-
var ForwardRef$
|
|
5841
|
+
var ForwardRef$1R = /*#__PURE__*/forwardRef(ContactsIcon);
|
|
5800
5842
|
|
|
5801
5843
|
function CopyIcon(props, ref) {
|
|
5802
5844
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5817,7 +5859,7 @@ function CopyIcon(props, ref) {
|
|
|
5817
5859
|
clipRule: "evenodd"
|
|
5818
5860
|
}));
|
|
5819
5861
|
}
|
|
5820
|
-
var ForwardRef$
|
|
5862
|
+
var ForwardRef$1Q = /*#__PURE__*/forwardRef(CopyIcon);
|
|
5821
5863
|
|
|
5822
5864
|
function CustomerServiceIcon(props, ref) {
|
|
5823
5865
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5836,7 +5878,7 @@ function CustomerServiceIcon(props, ref) {
|
|
|
5836
5878
|
clipRule: "evenodd"
|
|
5837
5879
|
}));
|
|
5838
5880
|
}
|
|
5839
|
-
var ForwardRef$
|
|
5881
|
+
var ForwardRef$1P = /*#__PURE__*/forwardRef(CustomerServiceIcon);
|
|
5840
5882
|
|
|
5841
5883
|
function CustomerServiceFilledIcon(props, ref) {
|
|
5842
5884
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5855,7 +5897,7 @@ function CustomerServiceFilledIcon(props, ref) {
|
|
|
5855
5897
|
clipRule: "evenodd"
|
|
5856
5898
|
}));
|
|
5857
5899
|
}
|
|
5858
|
-
var ForwardRef$
|
|
5900
|
+
var ForwardRef$1O = /*#__PURE__*/forwardRef(CustomerServiceFilledIcon);
|
|
5859
5901
|
|
|
5860
5902
|
function DateIcon(props, ref) {
|
|
5861
5903
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5874,7 +5916,7 @@ function DateIcon(props, ref) {
|
|
|
5874
5916
|
d: "M13.25 13.25H2.75V7.125h10.5zm.875-10.5h-1.75v-.875c0-.525-.35-.875-.875-.875h-.875c-.525 0-.875.35-.875.875v.875h-3.5v-.875C6.25 1.35 5.9 1 5.375 1H4.5c-.525 0-.875.35-.875.875v.875h-1.75C1.35 2.75 1 3.1 1 3.625v10.5c0 .525.35.875.875.875h12.25c.525 0 .875-.35.875-.875v-10.5c0-.525-.35-.875-.875-.875"
|
|
5875
5917
|
}));
|
|
5876
5918
|
}
|
|
5877
|
-
var ForwardRef$
|
|
5919
|
+
var ForwardRef$1N = /*#__PURE__*/forwardRef(DateIcon);
|
|
5878
5920
|
|
|
5879
5921
|
function DeleteIcon(props, ref) {
|
|
5880
5922
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5895,7 +5937,7 @@ function DeleteIcon(props, ref) {
|
|
|
5895
5937
|
clipRule: "evenodd"
|
|
5896
5938
|
}));
|
|
5897
5939
|
}
|
|
5898
|
-
var ForwardRef$
|
|
5940
|
+
var ForwardRef$1M = /*#__PURE__*/forwardRef(DeleteIcon);
|
|
5899
5941
|
|
|
5900
5942
|
function HorizontalDotsIcon(props, ref) {
|
|
5901
5943
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5916,7 +5958,7 @@ function HorizontalDotsIcon(props, ref) {
|
|
|
5916
5958
|
clipRule: "evenodd"
|
|
5917
5959
|
}));
|
|
5918
5960
|
}
|
|
5919
|
-
var ForwardRef$
|
|
5961
|
+
var ForwardRef$1L = /*#__PURE__*/forwardRef(HorizontalDotsIcon);
|
|
5920
5962
|
|
|
5921
5963
|
function VerticalDotsIcon(props, ref) {
|
|
5922
5964
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5937,7 +5979,7 @@ function VerticalDotsIcon(props, ref) {
|
|
|
5937
5979
|
clipRule: "evenodd"
|
|
5938
5980
|
}));
|
|
5939
5981
|
}
|
|
5940
|
-
var ForwardRef$
|
|
5982
|
+
var ForwardRef$1K = /*#__PURE__*/forwardRef(VerticalDotsIcon);
|
|
5941
5983
|
|
|
5942
5984
|
function DraggableIcon(props, ref) {
|
|
5943
5985
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -5995,7 +6037,7 @@ function DraggableIcon(props, ref) {
|
|
|
5995
6037
|
clipRule: "evenodd"
|
|
5996
6038
|
}));
|
|
5997
6039
|
}
|
|
5998
|
-
var ForwardRef$
|
|
6040
|
+
var ForwardRef$1J = /*#__PURE__*/forwardRef(DraggableIcon);
|
|
5999
6041
|
|
|
6000
6042
|
function EditIcon(props, ref) {
|
|
6001
6043
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -6016,7 +6058,7 @@ function EditIcon(props, ref) {
|
|
|
6016
6058
|
clipRule: "evenodd"
|
|
6017
6059
|
}));
|
|
6018
6060
|
}
|
|
6019
|
-
var ForwardRef$
|
|
6061
|
+
var ForwardRef$1I = /*#__PURE__*/forwardRef(EditIcon);
|
|
6020
6062
|
|
|
6021
6063
|
function EmailIcon(props, ref) {
|
|
6022
6064
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -6037,7 +6079,7 @@ function EmailIcon(props, ref) {
|
|
|
6037
6079
|
clipRule: "evenodd"
|
|
6038
6080
|
}));
|
|
6039
6081
|
}
|
|
6040
|
-
var ForwardRef$
|
|
6082
|
+
var ForwardRef$1H = /*#__PURE__*/forwardRef(EmailIcon);
|
|
6041
6083
|
|
|
6042
6084
|
function ExtendIcon(props, ref) {
|
|
6043
6085
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -6057,7 +6099,91 @@ function ExtendIcon(props, ref) {
|
|
|
6057
6099
|
transform: "translate(-1281 -187) translate(1280 186)"
|
|
6058
6100
|
}));
|
|
6059
6101
|
}
|
|
6060
|
-
var ForwardRef$
|
|
6102
|
+
var ForwardRef$1G = /*#__PURE__*/forwardRef(ExtendIcon);
|
|
6103
|
+
|
|
6104
|
+
function FavoriteRouteIcon(props, ref) {
|
|
6105
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6106
|
+
fill: "none",
|
|
6107
|
+
viewBox: "0 0 16 16",
|
|
6108
|
+
width: props.width || props.size || '1em',
|
|
6109
|
+
height: props.height || props.size || '1em',
|
|
6110
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6111
|
+
color: props.color || 'currentColor',
|
|
6112
|
+
inline: undefined,
|
|
6113
|
+
ref: ref
|
|
6114
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6115
|
+
fill: "currentColor",
|
|
6116
|
+
fillRule: "evenodd",
|
|
6117
|
+
d: "M.998 3.085A2.09 2.09 0 0 1 3.092 1a2.09 2.09 0 0 1 2.094 2.085A2.09 2.09 0 0 1 3.092 5.17 2.09 2.09 0 0 1 .998 3.085M3.092 2.2a.89.89 0 0 0-.894.885.89.89 0 0 0 .894.885.89.89 0 0 0 .894-.885.89.89 0 0 0-.894-.885M11.56 8.426a.6.6 0 0 1 .537.334l.739 1.486 1.652.24a.6.6 0 0 1 .332 1.024l-1.194 1.156.282 1.632a.6.6 0 0 1-.87.634l-1.478-.773-1.479.773a.6.6 0 0 1-.87-.634l.282-1.632L8.3 11.51a.6.6 0 0 1 .332-1.025l1.652-.239.738-1.486a.6.6 0 0 1 .538-.334m0 1.95-.341.686a.6.6 0 0 1-.452.327l-.755.11.544.526a.6.6 0 0 1 .174.533l-.13.749.682-.356a.6.6 0 0 1 .556 0l.68.356-.128-.749a.6.6 0 0 1 .173-.533l.544-.527-.755-.109a.6.6 0 0 1-.451-.327z",
|
|
6118
|
+
clipRule: "evenodd"
|
|
6119
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6120
|
+
fill: "currentColor",
|
|
6121
|
+
d: "M6 3.685h3.438a1.522 1.522 0 1 1 0 3.044H5.674a3.182 3.182 0 1 0 0 6.363H8v-1.2H5.674a1.982 1.982 0 0 1 0-3.963h3.764a2.722 2.722 0 0 0 0-5.444H6z"
|
|
6122
|
+
}));
|
|
6123
|
+
}
|
|
6124
|
+
var ForwardRef$1F = /*#__PURE__*/forwardRef(FavoriteRouteIcon);
|
|
6125
|
+
|
|
6126
|
+
function FavoriteRouteFilledIcon(props, ref) {
|
|
6127
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6128
|
+
fill: "none",
|
|
6129
|
+
viewBox: "0 0 16 16",
|
|
6130
|
+
width: props.width || props.size || '1em',
|
|
6131
|
+
height: props.height || props.size || '1em',
|
|
6132
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6133
|
+
color: props.color || 'currentColor',
|
|
6134
|
+
inline: undefined,
|
|
6135
|
+
ref: ref
|
|
6136
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6137
|
+
fill: "currentColor",
|
|
6138
|
+
fillRule: "evenodd",
|
|
6139
|
+
d: "M1 3.085A2.09 2.09 0 0 1 3.094 1 2.09 2.09 0 0 1 5.19 3.085 2.09 2.09 0 0 1 3.094 5.17 2.09 2.09 0 0 1 1 3.085m10.562 5.341a.6.6 0 0 1 .538.334l.738 1.487 1.652.238a.6.6 0 0 1 .332 1.025l-1.193 1.156.281 1.632a.6.6 0 0 1-.87.634l-1.478-.773-1.479.773a.6.6 0 0 1-.869-.634l.282-1.632-1.194-1.156a.6.6 0 0 1 .332-1.025l1.652-.239.739-1.486a.6.6 0 0 1 .537-.334m-5.56-4.741H9.44a1.522 1.522 0 0 1 0 3.044H5.676a3.182 3.182 0 1 0 0 6.363h2.326v-1.2H5.676a1.982 1.982 0 0 1 0-3.963H9.44a2.722 2.722 0 1 0 0-5.444H6.002z",
|
|
6140
|
+
clipRule: "evenodd"
|
|
6141
|
+
}));
|
|
6142
|
+
}
|
|
6143
|
+
var ForwardRef$1E = /*#__PURE__*/forwardRef(FavoriteRouteFilledIcon);
|
|
6144
|
+
|
|
6145
|
+
function FavoriteStopIcon(props, ref) {
|
|
6146
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6147
|
+
fill: "none",
|
|
6148
|
+
viewBox: "0 0 16 16",
|
|
6149
|
+
width: props.width || props.size || '1em',
|
|
6150
|
+
height: props.height || props.size || '1em',
|
|
6151
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6152
|
+
color: props.color || 'currentColor',
|
|
6153
|
+
inline: undefined,
|
|
6154
|
+
ref: ref
|
|
6155
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6156
|
+
fill: "currentColor",
|
|
6157
|
+
fillRule: "evenodd",
|
|
6158
|
+
d: "M8.542 3.171a.6.6 0 0 0-1.084 0L6.82 4.516l-1.42.215a.6.6 0 0 0-.336 1.015l1.04 1.053-.246 1.494a.6.6 0 0 0 .88.624L8 8.227l1.265.69a.6.6 0 0 0 .88-.624L9.897 6.8l1.04-1.053a.6.6 0 0 0-.337-1.015l-1.42-.215zM7.766 5.32 8 4.827l.234.493a.6.6 0 0 0 .453.335l.57.086-.428.433a.6.6 0 0 0-.165.52l.096.58-.472-.257a.6.6 0 0 0-.575 0l-.472.257.096-.58a.6.6 0 0 0-.165-.52l-.427-.433.57-.086a.6.6 0 0 0 .451-.335",
|
|
6159
|
+
clipRule: "evenodd"
|
|
6160
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6161
|
+
fill: "currentColor",
|
|
6162
|
+
fillRule: "evenodd",
|
|
6163
|
+
d: "m7.57 14.818.43-.417za.6.6 0 0 0 .86 0L8 14.402l.43.418.002-.002.003-.003.011-.011.04-.042.146-.157a24.656 24.656 0 0 0 2.064-2.602C11.804 10.384 13 8.178 13 6.098 13 3.295 10.774 1 8 1 5.225 1 3 3.295 3 6.098c0 2.08 1.196 4.286 2.305 5.904a25 25 0 0 0 2.21 2.759l.04.042.01.01.003.004zM4.2 6.098C4.2 3.933 5.914 2.2 8 2.2c2.087 0 3.8 1.733 3.8 3.898 0 1.69-1.003 3.634-2.094 5.225A23 23 0 0 1 8 13.511l-.23-.267c-.403-.472-.94-1.14-1.475-1.92C5.204 9.731 4.2 7.786 4.2 6.097",
|
|
6164
|
+
clipRule: "evenodd"
|
|
6165
|
+
}));
|
|
6166
|
+
}
|
|
6167
|
+
var ForwardRef$1D = /*#__PURE__*/forwardRef(FavoriteStopIcon);
|
|
6168
|
+
|
|
6169
|
+
function FavoriteStopFilledIcon(props, ref) {
|
|
6170
|
+
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
6171
|
+
fill: "none",
|
|
6172
|
+
viewBox: "0 0 16 16",
|
|
6173
|
+
width: props.width || props.size || '1em',
|
|
6174
|
+
height: props.height || props.size || '1em',
|
|
6175
|
+
className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
6176
|
+
color: props.color || 'currentColor',
|
|
6177
|
+
inline: undefined,
|
|
6178
|
+
ref: ref
|
|
6179
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6180
|
+
fill: "currentColor",
|
|
6181
|
+
fillRule: "evenodd",
|
|
6182
|
+
d: "m7.57 14.818.43-.417c.43.418.431.417.431.417a.6.6 0 0 1-.861 0m0 0 .43-.417.431.417.001-.001.054-.056.146-.157a24.656 24.656 0 0 0 2.064-2.602C11.804 10.384 13 8.178 13 6.098 13 3.295 10.774 1 8 1 5.225 1 3 3.295 3 6.098c0 2.08 1.196 4.286 2.305 5.904a25 25 0 0 0 2.064 2.602l.185.199.011.01.003.004zM8.653 3.171a.6.6 0 0 0-1.084 0L6.93 4.516l-1.42.215a.6.6 0 0 0-.337 1.015l1.04 1.053-.246 1.494a.6.6 0 0 0 .88.624l1.264-.69 1.264.69a.6.6 0 0 0 .88-.624L10.008 6.8l1.04-1.053a.6.6 0 0 0-.337-1.015l-1.419-.215z",
|
|
6183
|
+
clipRule: "evenodd"
|
|
6184
|
+
}));
|
|
6185
|
+
}
|
|
6186
|
+
var ForwardRef$1C = /*#__PURE__*/forwardRef(FavoriteStopFilledIcon);
|
|
6061
6187
|
|
|
6062
6188
|
function FeedbackIcon(props, ref) {
|
|
6063
6189
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
@@ -8244,4 +8370,4 @@ function ZoomOutIcon(props, ref) {
|
|
|
8244
8370
|
}
|
|
8245
8371
|
var ForwardRef = /*#__PURE__*/forwardRef(ZoomOutIcon);
|
|
8246
8372
|
|
|
8247
|
-
export { ForwardRef$4X as AKTIcon, ForwardRef$2F as AccessibilityIcon, ForwardRef$2E as AddCardIcon, ForwardRef$2D as AddIcon, ForwardRef$2C as AdditionalIcon, ForwardRef$3c as AdditionalZonesTicketIcon, ForwardRef$2B as AdjustmentsIcon, ForwardRef$2A as AdminIcon, ForwardRef$2z as AgreesIcon, ForwardRef$4W as AlesundTurvognIcon, ForwardRef$3M as AlignCenterIcon, ForwardRef$3L as AlignLeftIcon, ForwardRef$3K as AlignRightIcon, ForwardRef$4l as AmericanExpressIcon, ForwardRef$2i as AnimalFreeIcon, ForwardRef$5u as AnimalIcon, ForwardRef$2g as AssignToMeFilledIcon, ForwardRef$2h as AssignToMeIcon, ForwardRef$4V as AtBIcon, ForwardRef$3J as AttachmentIcon, ForwardRef$5t as BabyIcon, ForwardRef$5X as BackArrowIcon, ForwardRef$4U as BaneNORIcon, ForwardRef$4k as BanknoteIcon, ForwardRef$4j as BanknoteMultiIcon, ForwardRef$3Y as BatteryIcon, ForwardRef$2f as BellIcon, ForwardRef$4T as BergenBysykkelIcon, ForwardRef$5s as BicycleHotelIcon, ForwardRef$3z as BicycleIcon, ForwardRef$5r as BicycleParkingIcon, ForwardRef$2d as BirthdateFilledIcon, ForwardRef$2e as BirthdateIcon, ForwardRef$2b as BoardFilledIcon, ForwardRef$2c as BoardIcon, ForwardRef$3I as BoldIcon, ForwardRef$4S as BoltIcon, ForwardRef$2a as BookmarkIcon, ForwardRef$4R as BrakarIcon, ForwardRef$4Q as BrakarNoTextIcon, ForwardRef$29 as BrightnessIcon, ForwardRef$28 as BugIcon, ForwardRef$3H as BulletListIcon, ForwardRef$3y as BusIcon, ForwardRef$5q as BusShelterIcon, ForwardRef$3b as CabinIcon, ForwardRef$3x as CablewayIcon, ForwardRef$3X as CalculatorIcon, ForwardRef$25 as CalendarDetailedFilledIcon, ForwardRef$26 as CalendarDetailedIcon, ForwardRef$27 as CalendarIcon, ForwardRef$3W as CameraIcon, ForwardRef$3w as CarIcon, ForwardRef$3v as CarSharingIcon, ForwardRef$24 as CardIcon, ForwardRef$3u as CarferryIcon, ForwardRef$23 as ChannelsIcon, ForwardRef$21 as ChartFilledIcon, ForwardRef$22 as ChartIcon, ForwardRef$20 as ChatIcon, ForwardRef$1_ as CheckFilledIcon, ForwardRef$1$ as CheckIcon, ForwardRef$1Y as CheckSmallFilledIcon, ForwardRef$1Z as CheckSmallIcon, ForwardRef$O as CircleFilledIcon, ForwardRef$P as CircleIcon, ForwardRef$3t as CityBikeIcon, ForwardRef$3a as CityIcon, ForwardRef$1W as ClockFilledIcon, ForwardRef$1X as ClockIcon, ForwardRef$1U as CloseFilledIcon, ForwardRef$1V as CloseIcon, ForwardRef$1S as CloseSmallFilledIcon, ForwardRef$1T as CloseSmallIcon, ForwardRef$1i as ClosedLockIcon, ForwardRef$5W as CloudDownloadIcon, ForwardRef$b as CloudIcon, ForwardRef$a as CloudLightningIcon, ForwardRef$9 as CloudRainIcon, ForwardRef$8 as CloudSnowIcon, ForwardRef$5p as CoffeeIcon, ForwardRef$5V as CollapsedIcon, ForwardRef$1R as ColorPickerIcon, ForwardRef$1Q as CommentIcon, ForwardRef$39 as CompassNeedleIcon, ForwardRef$1P as ComponentIcon, ForwardRef$38 as ConductorIcon, ForwardRef$1O as ConfigurationIcon, ForwardRef$1N as ContactsIcon, ForwardRef$1M as CopyIcon, ForwardRef$37 as CorrespondenceIcon, ForwardRef$5o as CouchetteIcon, ForwardRef$1K as CustomerServiceFilledIcon, ForwardRef$1L as CustomerServiceIcon, ForwardRef$5n as CutleryIcon, ForwardRef$3V as DatabaseIcon, ForwardRef$1J as DateIcon, ForwardRef$1I as DeleteIcon, ForwardRef$50 as DenmarkIcon, ForwardRef$4i as DepositionIcon, ForwardRef$3U as DesktopIcon, ForwardRef$36 as DestinationIcon, ForwardRef$4h as DiffIcon, ForwardRef$34 as DirectionFilledIcon, ForwardRef$35 as DirectionIcon, ForwardRef$5U as DownArrowIcon, ForwardRef$5T as DownloadIcon, ForwardRef$5S as DownwardIcon, ForwardRef$1F as DraggableIcon, ForwardRef$1E as EditIcon, ForwardRef$1D as EmailIcon, ForwardRef$33 as EnvironmentIcon, ForwardRef$4g as EuroIcon, ForwardRef$5R as ExpandIcon, ForwardRef$1C as ExtendIcon, ForwardRef$5Q as ExternalIcon, ForwardRef$45 as FacebookIcon, ForwardRef$4P as FarteIcon, ForwardRef$1A as FeedbackFilledIcon, ForwardRef$1B as FeedbackIcon, ForwardRef$3s as FerryIcon, ForwardRef$1z as FileIcon, ForwardRef$1y as FillIcon, ForwardRef$1w as FilterFilledIcon, ForwardRef$1x as FilterIcon, ForwardRef$4O as FlybussenIcon, ForwardRef$1u as FolderFilledIcon, ForwardRef$1v as FolderIcon, ForwardRef$5P as ForwardIcon, ForwardRef$4N as FramIcon, ForwardRef$5m as FullIcon, ForwardRef$3r as FunicularIcon, ForwardRef$4M as GOAIcon, ForwardRef$4L as GetAroundIcon, ForwardRef$44 as GithubIcon, ForwardRef$32 as GoalIcon, ForwardRef$43 as GoogleIcon, ForwardRef$1t as GridViewIcon, ForwardRef$31 as GymIcon, ForwardRef$1s as HandToolIcon, ForwardRef$1r as HeartIcon, ForwardRef$3q as HelicopterIcon, ForwardRef$1p as HistoryFilledIcon, ForwardRef$1q as HistoryIcon, ForwardRef$30 as HomeIcon, ForwardRef$1H as HorizontalDotsIcon, ForwardRef$4K as HykeIcon, ForwardRef$1o as IconIcon, ForwardRef$3T as ImageIcon, ForwardRef$4J as InnlandstrafikkIcon, ForwardRef$42 as InstagramIcon, ForwardRef$2$ as InternationalIcon, ForwardRef$2_ as InterrailIcon, ForwardRef$2Z as InvalidTicketIcon, ForwardRef$3G as ItalicIcon, ForwardRef$4H as KolumbusBysykkelIcon, ForwardRef$4I as KolumbusIcon, ForwardRef$1m as LanguageFilledIcon, ForwardRef$1n as LanguageIcon, ForwardRef$3S as LaptopIcon, ForwardRef$5O as LeftArrowIcon, ForwardRef$1l as LikeIcon, ForwardRef$4G as LimeIcon, ForwardRef$3F as LinkIcon, ForwardRef$41 as LinkedinIcon, ForwardRef$1k as ListViewIcon, ForwardRef$1j as LoadingIcon, ForwardRef$5l as LockerIcon, ForwardRef$1g as LogOutIcon, ForwardRef$5w as LogoNegativeIcon, ForwardRef$5v as LogoPositiveIcon, ForwardRef$1e as LostAndFoundFilledIcon, ForwardRef$1f as LostAndFoundIcon, ForwardRef$2Y as LuggageIcon, ForwardRef$5k as ManySeatsAvailableIcon, ForwardRef$2W as MapFilledIcon, ForwardRef$2X as MapIcon, ForwardRef$2V as MapPinIcon, ForwardRef$4f as MastercardIcon, ForwardRef$1c as MeasureFilledIcon, ForwardRef$1d as MeasureIcon, ForwardRef$1b as MenuIcon, ForwardRef$5N as MergeProfilesIcon, ForwardRef$3p as MetroIcon, ForwardRef$1a as MinimizeIcon, ForwardRef$3R as MobileIcon, ForwardRef$3o as MobilityIcon, ForwardRef$4e as MoneyIcon, ForwardRef$2U as MountainIcon, ForwardRef$4F as MoveAboutIcon, ForwardRef$19 as NewIcon, ForwardRef$18 as NightIcon, ForwardRef$4E as NordlandIcon, ForwardRef$4$ as NorwayIcon, ForwardRef$3E as NumberListIcon, ForwardRef$2y as ObjectAlignBottomFilledIcon, ForwardRef$2x as ObjectAlignBottomIcon, ForwardRef$2w as ObjectAlignCenterFilledIcon, ForwardRef$2v as ObjectAlignCenterIcon, ForwardRef$2u as ObjectAlignLeftFilledIcon, ForwardRef$2t as ObjectAlignLeftIcon, ForwardRef$2s as ObjectAlignMiddleFilledIcon, ForwardRef$2r as ObjectAlignMiddleIcon, ForwardRef$2q as ObjectAlignRightFilledIcon, ForwardRef$2p as ObjectAlignRightIcon, ForwardRef$2o as ObjectAlignTopFilledIcon, ForwardRef$2n as ObjectAlignTopIcon, ForwardRef$2m as ObjectDistributeHorizontallyFilledIcon, ForwardRef$2l as ObjectDistributeHorizontallyIcon, ForwardRef$2k as ObjectDistributeVerticallyFilledIcon, ForwardRef$2j as ObjectDistributeVerticallyIcon, ForwardRef$1h as OpenedLockIcon, ForwardRef$17 as OrganizationIcon, ForwardRef$4D as OsloBysykkelIcon, ForwardRef$4C as OstfoldIcon, ForwardRef$w as OutlinedValidationCheckIcon, ForwardRef$v as OutlinedValidationErrorIcon, ForwardRef$u as OutlinedValidationExclamationIcon, ForwardRef$t as OutlinedValidationInfoIcon, ForwardRef$16 as PackageIcon, ForwardRef$5M as PageNavigationIcon, ForwardRef$5i as ParkAndRideIcon, ForwardRef$5j as ParkIcon, ForwardRef$5h as ParkingGarageIcon, ForwardRef$3Q as PhoneIcon, ForwardRef$3n as PlaneIcon, ForwardRef$15 as PlayIcon, ForwardRef$2T as PlaygroundIcon, ForwardRef$5g as PlayroomIcon, ForwardRef$2R as PositionFilledIcon, ForwardRef$2S as PositionIcon, ForwardRef$5f as PowerIcon, ForwardRef$5e as PremiumSeatIcon, ForwardRef$4d as PriceFromIcon, ForwardRef$4c as PricelistIcon, ForwardRef$3P as PrinterIcon, ForwardRef$2Q as PrioritySeatPregnantIcon, ForwardRef$2P as PrioritySeatSeniorsIcon, ForwardRef$14 as PrivacyIcon, ForwardRef$13 as PurposeIcon, ForwardRef$12 as PuzzleIcon, ForwardRef$3O as QRIcon, ForwardRef$r as QuestionFilledIcon, ForwardRef$s as QuestionIcon, ForwardRef$11 as QuietIcon, ForwardRef$10 as QuitIcon, ForwardRef$$ as RSSIcon, ForwardRef$2N as RebateTicketFilledIcon, ForwardRef$2O as RebateTicketIcon, ForwardRef$5L as RedoIcon, ForwardRef$4b as ReferenceIcon, ForwardRef$5K as RefreshIcon, ForwardRef$4B as ReisNordlandIcon, ForwardRef$_ as ReportsIcon, ForwardRef$5J as ResetIcon, ForwardRef$5I as RightArrowIcon, ForwardRef$Z as RowHeightDefaultIcon, ForwardRef$Y as RowHeightMiddleIcon, ForwardRef$X as RowHeightSmallIcon, ForwardRef$W as RulesIcon, ForwardRef$3m as RunningIcon, ForwardRef$4A as RuterIcon, ForwardRef$4z as RuterNoTextIcon, ForwardRef$4y as SJIcon, ForwardRef$4_ as SamiIcon, ForwardRef$3N as SaveIcon, ForwardRef$3l as ScooterIcon, ForwardRef$V as ScopeIcon, ForwardRef$T as SearchFilledIcon, ForwardRef$U as SearchIcon, ForwardRef$5d as SeatIcon, ForwardRef$5c as SeatsAvailableIcon, ForwardRef$S as SelectIcon, ForwardRef$R as SendIcon, ForwardRef$Q as SettingsIcon, ForwardRef$5H as ShareIcon, ForwardRef$4a as ShoppingCartIcon, ForwardRef$2M as SkiIcon, ForwardRef$40 as SkypeIcon, ForwardRef$4x as SkyssIcon, ForwardRef$4w as SkyssNoTextIcon, ForwardRef$5b as SleepIcon, ForwardRef$4v as SnelandiaIcon, ForwardRef$3D as SourceCodeIcon, ForwardRef$L as StandardIcon, ForwardRef$5a as StandingAvailableIcon, ForwardRef$3k as StandingIcon, ForwardRef$N as StarredIcon, ForwardRef$49 as StatsIcon, ForwardRef$59 as StrollerIcon, ForwardRef$3j as StrollingIcon, ForwardRef$J as StudentFilledIcon, ForwardRef$K as StudentIcon, ForwardRef$I as SubtractIcon, ForwardRef$3i as SubwayIcon, ForwardRef$2L as SuitcaseIcon, ForwardRef$6 as SunCloudIcon, ForwardRef$5 as SunCloudRainIcon, ForwardRef$7 as SunIcon, ForwardRef$4u as SvipperIcon, ForwardRef$4Z as SwedenIcon, ForwardRef$5G as SwitchIcon, ForwardRef$58 as TVMIcon, ForwardRef$H as TagIcon, ForwardRef$3h as TaxiIcon, ForwardRef$F as TerminalFilledIcon, ForwardRef$G as TerminalIcon, ForwardRef$3C as TextColorIcon, ForwardRef$4 as ThermometerIcon, ForwardRef$4t as TierIcon, ForwardRef$D as TimeglassFilledIcon, ForwardRef$E as TimeglassIcon, ForwardRef$C as TimelineIcon, ForwardRef$5F as ToFromIcon, ForwardRef$57 as ToiletIcon, ForwardRef$B as TokenIcon, ForwardRef$A as ToneSmileIcon, ForwardRef$2K as TrackIcon, ForwardRef$56 as TrainCarIcon, ForwardRef$3g as TrainIcon, ForwardRef$3f as TramIcon, ForwardRef$5E as TransferIcon, ForwardRef$4s as TromsFylkestrafikkIcon, ForwardRef$4r as TrondheimBysykkelIcon, ForwardRef$5D as TurnableIcon, ForwardRef$3$ as TwitterIcon, ForwardRef$4Y as UKIcon, ForwardRef$3 as UmbrellaIcon, ForwardRef$3B as UnderlineIcon, ForwardRef$5C as UndoIcon, ForwardRef$2J as UniversityIcon, ForwardRef$3A as UnlinkIcon, ForwardRef$5B as UnsortedIcon, ForwardRef$M as UnstarredIcon, ForwardRef$z as UnviewIcon, ForwardRef$5A as UpArrowIcon, ForwardRef$5z as UploadIcon, ForwardRef$5y as UpwardIcon, ForwardRef$y as UserIcon, ForwardRef$x as UsersIcon, ForwardRef$4q as VKTIcon, ForwardRef$2H as ValidTicketFilledIcon, ForwardRef$2I as ValidTicketIcon, ForwardRef$p as ValidationCheckFilledIcon, ForwardRef$q as ValidationCheckIcon, 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$55 as VendingMachineIcon, ForwardRef$1G as VerticalDotsIcon, ForwardRef$5x as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$3_ as VimeoIcon, ForwardRef$48 as VippsIcon, ForwardRef$47 as VippsLogoIcon, ForwardRef$46 as VisaIcon, ForwardRef$4p as VoiIcon, ForwardRef$4o as VyIcon, ForwardRef$54 as WaitingRoomIcon, ForwardRef$3e as WalkIcon, ForwardRef$3d as WalkingIcon, ForwardRef$c as WarningIcon, ForwardRef$53 as WaterTapIcon, ForwardRef$52 as WheelchairIcon, ForwardRef$51 as WifiIcon, ForwardRef$2 as WindIcon, ForwardRef$3Z as YoutubeIcon, ForwardRef$2G as ZoneIcon, ForwardRef$1 as ZoomInIcon, ForwardRef as ZoomOutIcon, ForwardRef$4n as ZvippIcon, ForwardRef$4m as ØresundstågIcon };
|
|
8373
|
+
export { ForwardRef$4$ as AKTIcon, ForwardRef$2J as AccessibilityIcon, ForwardRef$2I as AddCardIcon, ForwardRef$2H as AddIcon, ForwardRef$2G as AdditionalIcon, ForwardRef$3g as AdditionalZonesTicketIcon, ForwardRef$2F as AdjustmentsIcon, ForwardRef$2E as AdminIcon, ForwardRef$2D as AgreesIcon, ForwardRef$4_ as AlesundTurvognIcon, ForwardRef$3Q as AlignCenterIcon, ForwardRef$3P as AlignLeftIcon, ForwardRef$3O as AlignRightIcon, ForwardRef$4p as AmericanExpressIcon, ForwardRef$2m as AnimalFreeIcon, ForwardRef$5A as AnimalIcon, ForwardRef$2k as AssignToMeFilledIcon, ForwardRef$2l as AssignToMeIcon, ForwardRef$4Z as AtBIcon, ForwardRef$3N as AttachmentIcon, ForwardRef$5z as BabyIcon, ForwardRef$61 as BackArrowIcon, ForwardRef$4Y as BaneNORIcon, ForwardRef$4o as BanknoteIcon, ForwardRef$4n as BanknoteMultiIcon, ForwardRef$40 as BatteryIcon, ForwardRef$2j as BellIcon, ForwardRef$4X as BergenBysykkelIcon, ForwardRef$5y as BicycleHotelIcon, ForwardRef$3D as BicycleIcon, ForwardRef$5x as BicycleParkingIcon, ForwardRef$2h as BirthdateFilledIcon, ForwardRef$2i as BirthdateIcon, ForwardRef$2f as BoardFilledIcon, ForwardRef$2g as BoardIcon, ForwardRef$3M as BoldIcon, ForwardRef$4W as BoltIcon, ForwardRef$2e as BookmarkIcon, ForwardRef$4V as BrakarIcon, ForwardRef$4U as BrakarNoTextIcon, ForwardRef$2d as BrightnessIcon, ForwardRef$2c as BugIcon, ForwardRef$3L as BulletListIcon, ForwardRef$3C as BusIcon, ForwardRef$5w as BusShelterIcon, ForwardRef$3f as CabinIcon, ForwardRef$3B as CablewayIcon, ForwardRef$3$ as CalculatorIcon, ForwardRef$29 as CalendarDetailedFilledIcon, ForwardRef$2a as CalendarDetailedIcon, ForwardRef$2b as CalendarIcon, ForwardRef$3_ as CameraIcon, ForwardRef$3A as CarIcon, ForwardRef$3z as CarSharingIcon, ForwardRef$28 as CardIcon, ForwardRef$3y as CarferryIcon, ForwardRef$27 as ChannelsIcon, ForwardRef$25 as ChartFilledIcon, ForwardRef$26 as ChartIcon, ForwardRef$24 as ChatIcon, ForwardRef$22 as CheckFilledIcon, ForwardRef$23 as CheckIcon, ForwardRef$20 as CheckSmallFilledIcon, ForwardRef$21 as CheckSmallIcon, ForwardRef$O as CircleFilledIcon, ForwardRef$P as CircleIcon, ForwardRef$3x as CityBikeIcon, ForwardRef$3e as CityIcon, ForwardRef$1_ as ClockFilledIcon, ForwardRef$1$ as ClockIcon, ForwardRef$1Y as CloseFilledIcon, ForwardRef$1Z as CloseIcon, ForwardRef$1W as CloseSmallFilledIcon, ForwardRef$1X as CloseSmallIcon, ForwardRef$1i as ClosedLockIcon, ForwardRef$60 as CloudDownloadIcon, ForwardRef$b as CloudIcon, ForwardRef$a as CloudLightningIcon, ForwardRef$9 as CloudRainIcon, ForwardRef$8 as CloudSnowIcon, ForwardRef$5v as CoffeeIcon, ForwardRef$5$ as CollapsedIcon, ForwardRef$1V as ColorPickerIcon, ForwardRef$1U as CommentIcon, ForwardRef$3d as CompassNeedleIcon, ForwardRef$1T as ComponentIcon, ForwardRef$3c as ConductorIcon, ForwardRef$1S as ConfigurationIcon, ForwardRef$1R as ContactsIcon, ForwardRef$1Q as CopyIcon, ForwardRef$3b as CorrespondenceIcon, ForwardRef$5u as CouchetteIcon, ForwardRef$1O as CustomerServiceFilledIcon, ForwardRef$1P as CustomerServiceIcon, ForwardRef$5t as CutleryIcon, ForwardRef$3Z as DatabaseIcon, ForwardRef$1N as DateIcon, ForwardRef$1M as DeleteIcon, ForwardRef$54 as DenmarkIcon, ForwardRef$4m as DepositionIcon, ForwardRef$3Y as DesktopIcon, ForwardRef$3a as DestinationIcon, ForwardRef$4l as DiffIcon, ForwardRef$38 as DirectionFilledIcon, ForwardRef$39 as DirectionIcon, ForwardRef$5_ as DownArrowIcon, ForwardRef$5Z as DownloadIcon, ForwardRef$5Y as DownwardIcon, ForwardRef$1J as DraggableIcon, ForwardRef$1I as EditIcon, ForwardRef$1H as EmailIcon, ForwardRef$37 as EnvironmentIcon, ForwardRef$4k as EuroIcon, ForwardRef$5X as ExpandIcon, ForwardRef$1G as ExtendIcon, ForwardRef$5W as ExternalIcon, ForwardRef$49 as FacebookIcon, ForwardRef$4T as FarteIcon, ForwardRef$1E as FavoriteRouteFilledIcon, ForwardRef$1F as FavoriteRouteIcon, ForwardRef$1C as FavoriteStopFilledIcon, ForwardRef$1D as FavoriteStopIcon, ForwardRef$1A as FeedbackFilledIcon, ForwardRef$1B as FeedbackIcon, ForwardRef$3w as FerryIcon, ForwardRef$1z as FileIcon, ForwardRef$1y as FillIcon, ForwardRef$1w as FilterFilledIcon, ForwardRef$1x as FilterIcon, ForwardRef$4S as FlybussenIcon, ForwardRef$1u as FolderFilledIcon, ForwardRef$1v as FolderIcon, ForwardRef$5V as ForwardIcon, ForwardRef$4R as FramIcon, ForwardRef$5s as FullIcon, ForwardRef$3v as FunicularIcon, ForwardRef$4Q as GOAIcon, ForwardRef$4P as GetAroundIcon, ForwardRef$48 as GithubIcon, ForwardRef$36 as GoalIcon, ForwardRef$47 as GoogleIcon, ForwardRef$1t as GridViewIcon, ForwardRef$35 as GymIcon, ForwardRef$1s as HandToolIcon, ForwardRef$1r as HeartIcon, ForwardRef$3u as HelicopterIcon, ForwardRef$1p as HistoryFilledIcon, ForwardRef$1q as HistoryIcon, ForwardRef$34 as HomeIcon, ForwardRef$1L as HorizontalDotsIcon, ForwardRef$4O as HykeIcon, ForwardRef$1o as IconIcon, ForwardRef$3X as ImageIcon, ForwardRef$4N as InnlandstrafikkIcon, ForwardRef$46 as InstagramIcon, ForwardRef$33 as InternationalIcon, ForwardRef$32 as InterrailIcon, ForwardRef$31 as InvalidTicketIcon, ForwardRef$3K as ItalicIcon, ForwardRef$4L as KolumbusBysykkelIcon, ForwardRef$4M as KolumbusIcon, ForwardRef$5q as KupéFilledIcon, ForwardRef$5r as KupéIcon, ForwardRef$1m as LanguageFilledIcon, ForwardRef$1n as LanguageIcon, ForwardRef$3W as LaptopIcon, ForwardRef$5U as LeftArrowIcon, ForwardRef$1l as LikeIcon, ForwardRef$4K as LimeIcon, ForwardRef$3J as LinkIcon, ForwardRef$45 as LinkedinIcon, ForwardRef$1k as ListViewIcon, ForwardRef$1j as LoadingIcon, ForwardRef$5p as LockerIcon, ForwardRef$1g as LogOutIcon, ForwardRef$5C as LogoNegativeIcon, ForwardRef$5B as LogoPositiveIcon, ForwardRef$1e as LostAndFoundFilledIcon, ForwardRef$1f as LostAndFoundIcon, ForwardRef$30 as LuggageIcon, ForwardRef$5o as ManySeatsAvailableIcon, ForwardRef$2_ as MapFilledIcon, ForwardRef$2$ as MapIcon, ForwardRef$2Z as MapPinIcon, ForwardRef$4j as MastercardIcon, ForwardRef$1c as MeasureFilledIcon, ForwardRef$1d as MeasureIcon, ForwardRef$1b as MenuIcon, ForwardRef$5T as MergeProfilesIcon, ForwardRef$3t as MetroIcon, ForwardRef$1a as MinimizeIcon, ForwardRef$3V as MobileIcon, ForwardRef$3s as MobilityIcon, ForwardRef$4i as MoneyIcon, ForwardRef$2Y as MountainIcon, ForwardRef$4J as MoveAboutIcon, ForwardRef$19 as NewIcon, ForwardRef$18 as NightIcon, ForwardRef$4I as NordlandIcon, ForwardRef$53 as NorwayIcon, ForwardRef$3I as NumberListIcon, ForwardRef$2C as ObjectAlignBottomFilledIcon, ForwardRef$2B as ObjectAlignBottomIcon, ForwardRef$2A as ObjectAlignCenterFilledIcon, ForwardRef$2z as ObjectAlignCenterIcon, ForwardRef$2y as ObjectAlignLeftFilledIcon, ForwardRef$2x as ObjectAlignLeftIcon, ForwardRef$2w as ObjectAlignMiddleFilledIcon, ForwardRef$2v as ObjectAlignMiddleIcon, ForwardRef$2u as ObjectAlignRightFilledIcon, ForwardRef$2t as ObjectAlignRightIcon, ForwardRef$2s as ObjectAlignTopFilledIcon, ForwardRef$2r as ObjectAlignTopIcon, ForwardRef$2q as ObjectDistributeHorizontallyFilledIcon, ForwardRef$2p as ObjectDistributeHorizontallyIcon, ForwardRef$2o as ObjectDistributeVerticallyFilledIcon, ForwardRef$2n as ObjectDistributeVerticallyIcon, ForwardRef$1h as OpenedLockIcon, ForwardRef$17 as OrganizationIcon, ForwardRef$4H as OsloBysykkelIcon, ForwardRef$4G as OstfoldIcon, ForwardRef$w as OutlinedValidationCheckIcon, ForwardRef$v as OutlinedValidationErrorIcon, ForwardRef$u as OutlinedValidationExclamationIcon, ForwardRef$t as OutlinedValidationInfoIcon, ForwardRef$16 as PackageIcon, ForwardRef$5S as PageNavigationIcon, ForwardRef$5m as ParkAndRideIcon, ForwardRef$5n as ParkIcon, ForwardRef$5l as ParkingGarageIcon, ForwardRef$3U as PhoneIcon, ForwardRef$3r as PlaneIcon, ForwardRef$15 as PlayIcon, ForwardRef$2X as PlaygroundIcon, ForwardRef$5k as PlayroomIcon, ForwardRef$2V as PositionFilledIcon, ForwardRef$2W as PositionIcon, ForwardRef$5j as PowerIcon, ForwardRef$5i as PremiumSeatIcon, ForwardRef$4h as PriceFromIcon, ForwardRef$4g as PricelistIcon, ForwardRef$3T as PrinterIcon, ForwardRef$2U as PrioritySeatPregnantIcon, ForwardRef$2T as PrioritySeatSeniorsIcon, ForwardRef$14 as PrivacyIcon, ForwardRef$13 as PurposeIcon, ForwardRef$12 as PuzzleIcon, ForwardRef$3S as QRIcon, ForwardRef$r as QuestionFilledIcon, ForwardRef$s as QuestionIcon, ForwardRef$11 as QuietIcon, ForwardRef$10 as QuitIcon, ForwardRef$$ as RSSIcon, ForwardRef$2R as RebateTicketFilledIcon, ForwardRef$2S as RebateTicketIcon, ForwardRef$5R as RedoIcon, ForwardRef$4f as ReferenceIcon, ForwardRef$5Q as RefreshIcon, ForwardRef$4F as ReisNordlandIcon, ForwardRef$_ as ReportsIcon, ForwardRef$5P as ResetIcon, ForwardRef$5O as RightArrowIcon, ForwardRef$Z as RowHeightDefaultIcon, ForwardRef$Y as RowHeightMiddleIcon, ForwardRef$X as RowHeightSmallIcon, ForwardRef$W as RulesIcon, ForwardRef$3q as RunningIcon, ForwardRef$4E as RuterIcon, ForwardRef$4D as RuterNoTextIcon, ForwardRef$4C as SJIcon, ForwardRef$52 as SamiIcon, ForwardRef$3R as SaveIcon, ForwardRef$3p as ScooterIcon, ForwardRef$V as ScopeIcon, ForwardRef$T as SearchFilledIcon, ForwardRef$U as SearchIcon, ForwardRef$5h as SeatIcon, ForwardRef$5g as SeatsAvailableIcon, ForwardRef$S as SelectIcon, ForwardRef$R as SendIcon, ForwardRef$Q as SettingsIcon, ForwardRef$5N as ShareIcon, ForwardRef$4e as ShoppingCartIcon, ForwardRef$2Q as SkiIcon, ForwardRef$44 as SkypeIcon, ForwardRef$4B as SkyssIcon, ForwardRef$4A as SkyssNoTextIcon, ForwardRef$5f as SleepIcon, ForwardRef$4z as SnelandiaIcon, ForwardRef$3H as SourceCodeIcon, ForwardRef$L as StandardIcon, ForwardRef$5e as StandingAvailableIcon, ForwardRef$3o as StandingIcon, ForwardRef$N as StarredIcon, ForwardRef$4d as StatsIcon, ForwardRef$5d as StrollerIcon, ForwardRef$3n as StrollingIcon, ForwardRef$J as StudentFilledIcon, ForwardRef$K as StudentIcon, ForwardRef$I as SubtractIcon, ForwardRef$3m as SubwayIcon, ForwardRef$2P as SuitcaseIcon, ForwardRef$6 as SunCloudIcon, ForwardRef$5 as SunCloudRainIcon, ForwardRef$7 as SunIcon, ForwardRef$4y as SvipperIcon, ForwardRef$51 as SwedenIcon, ForwardRef$5M as SwitchIcon, ForwardRef$5c as TVMIcon, ForwardRef$H as TagIcon, ForwardRef$3l as TaxiIcon, ForwardRef$F as TerminalFilledIcon, ForwardRef$G as TerminalIcon, ForwardRef$3G as TextColorIcon, ForwardRef$4 as ThermometerIcon, ForwardRef$4x as TierIcon, ForwardRef$D as TimeglassFilledIcon, ForwardRef$E as TimeglassIcon, ForwardRef$C as TimelineIcon, ForwardRef$5L as ToFromIcon, ForwardRef$5b as ToiletIcon, ForwardRef$B as TokenIcon, ForwardRef$A as ToneSmileIcon, ForwardRef$2O as TrackIcon, ForwardRef$5a as TrainCarIcon, ForwardRef$3k as TrainIcon, ForwardRef$3j as TramIcon, ForwardRef$5K as TransferIcon, ForwardRef$4w as TromsFylkestrafikkIcon, ForwardRef$4v as TrondheimBysykkelIcon, ForwardRef$5J as TurnableIcon, ForwardRef$43 as TwitterIcon, ForwardRef$50 as UKIcon, ForwardRef$3 as UmbrellaIcon, ForwardRef$3F as UnderlineIcon, ForwardRef$5I as UndoIcon, ForwardRef$2N as UniversityIcon, ForwardRef$3E as UnlinkIcon, ForwardRef$5H as UnsortedIcon, ForwardRef$M as UnstarredIcon, ForwardRef$z as UnviewIcon, ForwardRef$5G as UpArrowIcon, ForwardRef$5F as UploadIcon, ForwardRef$5E as UpwardIcon, ForwardRef$y as UserIcon, ForwardRef$x as UsersIcon, ForwardRef$4u as VKTIcon, ForwardRef$2L as ValidTicketFilledIcon, ForwardRef$2M as ValidTicketIcon, ForwardRef$p as ValidationCheckFilledIcon, ForwardRef$q as ValidationCheckIcon, 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$59 as VendingMachineIcon, ForwardRef$1K as VerticalDotsIcon, ForwardRef$5D as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$42 as VimeoIcon, ForwardRef$4c as VippsIcon, ForwardRef$4b as VippsLogoIcon, ForwardRef$4a as VisaIcon, ForwardRef$4t as VoiIcon, ForwardRef$4s as VyIcon, ForwardRef$58 as WaitingRoomIcon, ForwardRef$3i as WalkIcon, ForwardRef$3h as WalkingIcon, ForwardRef$c as WarningIcon, ForwardRef$57 as WaterTapIcon, ForwardRef$56 as WheelchairIcon, ForwardRef$55 as WifiIcon, ForwardRef$2 as WindIcon, ForwardRef$41 as YoutubeIcon, ForwardRef$2K as ZoneIcon, ForwardRef$1 as ZoomInIcon, ForwardRef as ZoomOutIcon, ForwardRef$4r as ZvippIcon, ForwardRef$4q as ØresundstågIcon };
|