@entur/icons 7.7.0-beta.0 → 7.7.1
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 +12 -0
- package/dist/index.esm.js +598 -361
- package/dist/index.esm.native.js +650 -405
- package/dist/index.js +938 -689
- package/package.json +5 -4
package/dist/index.esm.native.js
CHANGED
|
@@ -29,7 +29,7 @@ function BackArrowIcon(props, ref) {
|
|
|
29
29
|
clipRule: "evenodd"
|
|
30
30
|
}));
|
|
31
31
|
}
|
|
32
|
-
var ForwardRef$
|
|
32
|
+
var ForwardRef$5U = /*#__PURE__*/forwardRef(BackArrowIcon);
|
|
33
33
|
|
|
34
34
|
function CloudDownloadIcon(props, ref) {
|
|
35
35
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -51,7 +51,7 @@ function CloudDownloadIcon(props, ref) {
|
|
|
51
51
|
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"
|
|
52
52
|
})));
|
|
53
53
|
}
|
|
54
|
-
var ForwardRef$
|
|
54
|
+
var ForwardRef$5T = /*#__PURE__*/forwardRef(CloudDownloadIcon);
|
|
55
55
|
|
|
56
56
|
function CollapsedIcon(props, ref) {
|
|
57
57
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -70,7 +70,7 @@ function CollapsedIcon(props, ref) {
|
|
|
70
70
|
clipRule: "evenodd"
|
|
71
71
|
}));
|
|
72
72
|
}
|
|
73
|
-
var ForwardRef$
|
|
73
|
+
var ForwardRef$5S = /*#__PURE__*/forwardRef(CollapsedIcon);
|
|
74
74
|
|
|
75
75
|
function DownArrowIcon(props, ref) {
|
|
76
76
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -89,7 +89,7 @@ function DownArrowIcon(props, ref) {
|
|
|
89
89
|
clipRule: "evenodd"
|
|
90
90
|
}));
|
|
91
91
|
}
|
|
92
|
-
var ForwardRef$
|
|
92
|
+
var ForwardRef$5R = /*#__PURE__*/forwardRef(DownArrowIcon);
|
|
93
93
|
|
|
94
94
|
function DownloadIcon(props, ref) {
|
|
95
95
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -108,7 +108,7 @@ function DownloadIcon(props, ref) {
|
|
|
108
108
|
clipRule: "evenodd"
|
|
109
109
|
}));
|
|
110
110
|
}
|
|
111
|
-
var ForwardRef$
|
|
111
|
+
var ForwardRef$5Q = /*#__PURE__*/forwardRef(DownloadIcon);
|
|
112
112
|
|
|
113
113
|
function DownwardIcon(props, ref) {
|
|
114
114
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -127,7 +127,7 @@ function DownwardIcon(props, ref) {
|
|
|
127
127
|
clipRule: "evenodd"
|
|
128
128
|
}));
|
|
129
129
|
}
|
|
130
|
-
var ForwardRef$
|
|
130
|
+
var ForwardRef$5P = /*#__PURE__*/forwardRef(DownwardIcon);
|
|
131
131
|
|
|
132
132
|
function ExpandIcon(props, ref) {
|
|
133
133
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -146,7 +146,7 @@ function ExpandIcon(props, ref) {
|
|
|
146
146
|
clipRule: "evenodd"
|
|
147
147
|
}));
|
|
148
148
|
}
|
|
149
|
-
var ForwardRef$
|
|
149
|
+
var ForwardRef$5O = /*#__PURE__*/forwardRef(ExpandIcon);
|
|
150
150
|
|
|
151
151
|
function ExternalIcon(props, ref) {
|
|
152
152
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -165,7 +165,7 @@ function ExternalIcon(props, ref) {
|
|
|
165
165
|
clipRule: "evenodd"
|
|
166
166
|
}));
|
|
167
167
|
}
|
|
168
|
-
var ForwardRef$
|
|
168
|
+
var ForwardRef$5N = /*#__PURE__*/forwardRef(ExternalIcon);
|
|
169
169
|
|
|
170
170
|
function ForwardIcon(props, ref) {
|
|
171
171
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -184,7 +184,7 @@ function ForwardIcon(props, ref) {
|
|
|
184
184
|
clipRule: "evenodd"
|
|
185
185
|
}));
|
|
186
186
|
}
|
|
187
|
-
var ForwardRef$
|
|
187
|
+
var ForwardRef$5M = /*#__PURE__*/forwardRef(ForwardIcon);
|
|
188
188
|
|
|
189
189
|
function LeftArrowIcon(props, ref) {
|
|
190
190
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -203,7 +203,7 @@ function LeftArrowIcon(props, ref) {
|
|
|
203
203
|
clipRule: "evenodd"
|
|
204
204
|
}));
|
|
205
205
|
}
|
|
206
|
-
var ForwardRef$
|
|
206
|
+
var ForwardRef$5L = /*#__PURE__*/forwardRef(LeftArrowIcon);
|
|
207
207
|
|
|
208
208
|
function MergeProfilesIcon(props, ref) {
|
|
209
209
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -222,7 +222,7 @@ function MergeProfilesIcon(props, ref) {
|
|
|
222
222
|
clipRule: "evenodd"
|
|
223
223
|
}));
|
|
224
224
|
}
|
|
225
|
-
var ForwardRef$
|
|
225
|
+
var ForwardRef$5K = /*#__PURE__*/forwardRef(MergeProfilesIcon);
|
|
226
226
|
|
|
227
227
|
function RedoIcon(props, ref) {
|
|
228
228
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -241,7 +241,7 @@ function RedoIcon(props, ref) {
|
|
|
241
241
|
clipRule: "evenodd"
|
|
242
242
|
}));
|
|
243
243
|
}
|
|
244
|
-
var ForwardRef$
|
|
244
|
+
var ForwardRef$5J = /*#__PURE__*/forwardRef(RedoIcon);
|
|
245
245
|
|
|
246
246
|
function RefreshIcon(props, ref) {
|
|
247
247
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -260,7 +260,7 @@ function RefreshIcon(props, ref) {
|
|
|
260
260
|
clipRule: "evenodd"
|
|
261
261
|
}));
|
|
262
262
|
}
|
|
263
|
-
var ForwardRef$
|
|
263
|
+
var ForwardRef$5I = /*#__PURE__*/forwardRef(RefreshIcon);
|
|
264
264
|
|
|
265
265
|
function ResetIcon(props, ref) {
|
|
266
266
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -279,7 +279,7 @@ function ResetIcon(props, ref) {
|
|
|
279
279
|
clipRule: "evenodd"
|
|
280
280
|
}));
|
|
281
281
|
}
|
|
282
|
-
var ForwardRef$
|
|
282
|
+
var ForwardRef$5H = /*#__PURE__*/forwardRef(ResetIcon);
|
|
283
283
|
|
|
284
284
|
function RightArrowIcon(props, ref) {
|
|
285
285
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -298,7 +298,7 @@ function RightArrowIcon(props, ref) {
|
|
|
298
298
|
clipRule: "evenodd"
|
|
299
299
|
}));
|
|
300
300
|
}
|
|
301
|
-
var ForwardRef$
|
|
301
|
+
var ForwardRef$5G = /*#__PURE__*/forwardRef(RightArrowIcon);
|
|
302
302
|
|
|
303
303
|
function ShareIcon(props, ref) {
|
|
304
304
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -317,7 +317,7 @@ function ShareIcon(props, ref) {
|
|
|
317
317
|
clipRule: "evenodd"
|
|
318
318
|
}));
|
|
319
319
|
}
|
|
320
|
-
var ForwardRef$
|
|
320
|
+
var ForwardRef$5F = /*#__PURE__*/forwardRef(ShareIcon);
|
|
321
321
|
|
|
322
322
|
function SwitchIcon(props, ref) {
|
|
323
323
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -337,7 +337,7 @@ function SwitchIcon(props, ref) {
|
|
|
337
337
|
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"
|
|
338
338
|
})));
|
|
339
339
|
}
|
|
340
|
-
var ForwardRef$
|
|
340
|
+
var ForwardRef$5E = /*#__PURE__*/forwardRef(SwitchIcon);
|
|
341
341
|
|
|
342
342
|
function ToFromIcon(props, ref) {
|
|
343
343
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -356,7 +356,7 @@ function ToFromIcon(props, ref) {
|
|
|
356
356
|
clipRule: "evenodd"
|
|
357
357
|
}));
|
|
358
358
|
}
|
|
359
|
-
var ForwardRef$
|
|
359
|
+
var ForwardRef$5D = /*#__PURE__*/forwardRef(ToFromIcon);
|
|
360
360
|
|
|
361
361
|
function TransferIcon(props, ref) {
|
|
362
362
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -375,7 +375,7 @@ function TransferIcon(props, ref) {
|
|
|
375
375
|
clipRule: "evenodd"
|
|
376
376
|
}));
|
|
377
377
|
}
|
|
378
|
-
var ForwardRef$
|
|
378
|
+
var ForwardRef$5C = /*#__PURE__*/forwardRef(TransferIcon);
|
|
379
379
|
|
|
380
380
|
function TurnableIcon(props, ref) {
|
|
381
381
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -394,7 +394,7 @@ function TurnableIcon(props, ref) {
|
|
|
394
394
|
clipRule: "evenodd"
|
|
395
395
|
}));
|
|
396
396
|
}
|
|
397
|
-
var ForwardRef$
|
|
397
|
+
var ForwardRef$5B = /*#__PURE__*/forwardRef(TurnableIcon);
|
|
398
398
|
|
|
399
399
|
function UndoIcon(props, ref) {
|
|
400
400
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -413,7 +413,7 @@ function UndoIcon(props, ref) {
|
|
|
413
413
|
clipRule: "evenodd"
|
|
414
414
|
}));
|
|
415
415
|
}
|
|
416
|
-
var ForwardRef$
|
|
416
|
+
var ForwardRef$5A = /*#__PURE__*/forwardRef(UndoIcon);
|
|
417
417
|
|
|
418
418
|
function UnsortedIcon(props, ref) {
|
|
419
419
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -429,7 +429,7 @@ function UnsortedIcon(props, ref) {
|
|
|
429
429
|
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"
|
|
430
430
|
}));
|
|
431
431
|
}
|
|
432
|
-
var ForwardRef$
|
|
432
|
+
var ForwardRef$5z = /*#__PURE__*/forwardRef(UnsortedIcon);
|
|
433
433
|
|
|
434
434
|
function UpArrowIcon(props, ref) {
|
|
435
435
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -448,7 +448,7 @@ function UpArrowIcon(props, ref) {
|
|
|
448
448
|
clipRule: "evenodd"
|
|
449
449
|
}));
|
|
450
450
|
}
|
|
451
|
-
var ForwardRef$
|
|
451
|
+
var ForwardRef$5y = /*#__PURE__*/forwardRef(UpArrowIcon);
|
|
452
452
|
|
|
453
453
|
function UploadIcon(props, ref) {
|
|
454
454
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -467,7 +467,7 @@ function UploadIcon(props, ref) {
|
|
|
467
467
|
clipRule: "evenodd"
|
|
468
468
|
}));
|
|
469
469
|
}
|
|
470
|
-
var ForwardRef$
|
|
470
|
+
var ForwardRef$5x = /*#__PURE__*/forwardRef(UploadIcon);
|
|
471
471
|
|
|
472
472
|
function UpwardIcon(props, ref) {
|
|
473
473
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -486,7 +486,7 @@ function UpwardIcon(props, ref) {
|
|
|
486
486
|
clipRule: "evenodd"
|
|
487
487
|
}));
|
|
488
488
|
}
|
|
489
|
-
var ForwardRef$
|
|
489
|
+
var ForwardRef$5w = /*#__PURE__*/forwardRef(UpwardIcon);
|
|
490
490
|
|
|
491
491
|
function VerticalSwitchIcon(props, ref) {
|
|
492
492
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -505,7 +505,7 @@ function VerticalSwitchIcon(props, ref) {
|
|
|
505
505
|
clipRule: "evenodd"
|
|
506
506
|
}));
|
|
507
507
|
}
|
|
508
|
-
var ForwardRef$
|
|
508
|
+
var ForwardRef$5v = /*#__PURE__*/forwardRef(VerticalSwitchIcon);
|
|
509
509
|
|
|
510
510
|
function LogoNegativeIcon(props, ref) {
|
|
511
511
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -521,11 +521,11 @@ function LogoNegativeIcon(props, ref) {
|
|
|
521
521
|
fill: "#FF5959",
|
|
522
522
|
d: "M0 14.799 15.783 14.799 15.783 13.377 0 13.377z"
|
|
523
523
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
524
|
-
fill: "#
|
|
524
|
+
fill: "#FFF",
|
|
525
525
|
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"
|
|
526
526
|
}));
|
|
527
527
|
}
|
|
528
|
-
var ForwardRef$
|
|
528
|
+
var ForwardRef$5u = /*#__PURE__*/forwardRef(LogoNegativeIcon);
|
|
529
529
|
|
|
530
530
|
function LogoPositiveIcon(props, ref) {
|
|
531
531
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -545,7 +545,7 @@ function LogoPositiveIcon(props, ref) {
|
|
|
545
545
|
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"
|
|
546
546
|
}));
|
|
547
547
|
}
|
|
548
|
-
var ForwardRef$
|
|
548
|
+
var ForwardRef$5t = /*#__PURE__*/forwardRef(LogoPositiveIcon);
|
|
549
549
|
|
|
550
550
|
function AnimalIcon(props, ref) {
|
|
551
551
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -564,7 +564,7 @@ function AnimalIcon(props, ref) {
|
|
|
564
564
|
clipRule: "evenodd"
|
|
565
565
|
}));
|
|
566
566
|
}
|
|
567
|
-
var ForwardRef$
|
|
567
|
+
var ForwardRef$5s = /*#__PURE__*/forwardRef(AnimalIcon);
|
|
568
568
|
|
|
569
569
|
function BabyIcon(props, ref) {
|
|
570
570
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -584,7 +584,7 @@ function BabyIcon(props, ref) {
|
|
|
584
584
|
transform: "translate(-527 -279) translate(524 278)"
|
|
585
585
|
}));
|
|
586
586
|
}
|
|
587
|
-
var ForwardRef$
|
|
587
|
+
var ForwardRef$5r = /*#__PURE__*/forwardRef(BabyIcon);
|
|
588
588
|
|
|
589
589
|
function BicycleHotelIcon(props, ref) {
|
|
590
590
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -603,7 +603,7 @@ function BicycleHotelIcon(props, ref) {
|
|
|
603
603
|
clipRule: "evenodd"
|
|
604
604
|
}));
|
|
605
605
|
}
|
|
606
|
-
var ForwardRef$
|
|
606
|
+
var ForwardRef$5q = /*#__PURE__*/forwardRef(BicycleHotelIcon);
|
|
607
607
|
|
|
608
608
|
function BicycleParkingIcon(props, ref) {
|
|
609
609
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -622,7 +622,7 @@ function BicycleParkingIcon(props, ref) {
|
|
|
622
622
|
clipRule: "evenodd"
|
|
623
623
|
}));
|
|
624
624
|
}
|
|
625
|
-
var ForwardRef$
|
|
625
|
+
var ForwardRef$5p = /*#__PURE__*/forwardRef(BicycleParkingIcon);
|
|
626
626
|
|
|
627
627
|
function BusShelterIcon(props, ref) {
|
|
628
628
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -641,7 +641,7 @@ function BusShelterIcon(props, ref) {
|
|
|
641
641
|
clipRule: "evenodd"
|
|
642
642
|
}));
|
|
643
643
|
}
|
|
644
|
-
var ForwardRef$
|
|
644
|
+
var ForwardRef$5o = /*#__PURE__*/forwardRef(BusShelterIcon);
|
|
645
645
|
|
|
646
646
|
function CoffeeIcon(props, ref) {
|
|
647
647
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -660,7 +660,7 @@ function CoffeeIcon(props, ref) {
|
|
|
660
660
|
clipRule: "evenodd"
|
|
661
661
|
}));
|
|
662
662
|
}
|
|
663
|
-
var ForwardRef$
|
|
663
|
+
var ForwardRef$5n = /*#__PURE__*/forwardRef(CoffeeIcon);
|
|
664
664
|
|
|
665
665
|
function CouchetteIcon(props, ref) {
|
|
666
666
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -679,7 +679,7 @@ function CouchetteIcon(props, ref) {
|
|
|
679
679
|
clipRule: "evenodd"
|
|
680
680
|
}));
|
|
681
681
|
}
|
|
682
|
-
var ForwardRef$
|
|
682
|
+
var ForwardRef$5m = /*#__PURE__*/forwardRef(CouchetteIcon);
|
|
683
683
|
|
|
684
684
|
function CutleryIcon(props, ref) {
|
|
685
685
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -698,7 +698,7 @@ function CutleryIcon(props, ref) {
|
|
|
698
698
|
clipRule: "evenodd"
|
|
699
699
|
}));
|
|
700
700
|
}
|
|
701
|
-
var ForwardRef$
|
|
701
|
+
var ForwardRef$5l = /*#__PURE__*/forwardRef(CutleryIcon);
|
|
702
702
|
|
|
703
703
|
function FullIcon(props, ref) {
|
|
704
704
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -715,7 +715,7 @@ function FullIcon(props, ref) {
|
|
|
715
715
|
clipRule: "evenodd"
|
|
716
716
|
}));
|
|
717
717
|
}
|
|
718
|
-
var ForwardRef$
|
|
718
|
+
var ForwardRef$5k = /*#__PURE__*/forwardRef(FullIcon);
|
|
719
719
|
|
|
720
720
|
function LockerIcon(props, ref) {
|
|
721
721
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -735,7 +735,7 @@ function LockerIcon(props, ref) {
|
|
|
735
735
|
transform: "translate(-1283 -504) translate(1280 503)"
|
|
736
736
|
}));
|
|
737
737
|
}
|
|
738
|
-
var ForwardRef$
|
|
738
|
+
var ForwardRef$5j = /*#__PURE__*/forwardRef(LockerIcon);
|
|
739
739
|
|
|
740
740
|
function ManySeatsAvailableIcon(props, ref) {
|
|
741
741
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -757,7 +757,7 @@ function ManySeatsAvailableIcon(props, ref) {
|
|
|
757
757
|
clipRule: "evenodd"
|
|
758
758
|
}));
|
|
759
759
|
}
|
|
760
|
-
var ForwardRef$
|
|
760
|
+
var ForwardRef$5i = /*#__PURE__*/forwardRef(ManySeatsAvailableIcon);
|
|
761
761
|
|
|
762
762
|
function ParkIcon(props, ref) {
|
|
763
763
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -776,7 +776,7 @@ function ParkIcon(props, ref) {
|
|
|
776
776
|
clipRule: "evenodd"
|
|
777
777
|
}));
|
|
778
778
|
}
|
|
779
|
-
var ForwardRef$
|
|
779
|
+
var ForwardRef$5h = /*#__PURE__*/forwardRef(ParkIcon);
|
|
780
780
|
|
|
781
781
|
function ParkAndRideIcon(props, ref) {
|
|
782
782
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -795,7 +795,7 @@ function ParkAndRideIcon(props, ref) {
|
|
|
795
795
|
clipRule: "evenodd"
|
|
796
796
|
}));
|
|
797
797
|
}
|
|
798
|
-
var ForwardRef$
|
|
798
|
+
var ForwardRef$5g = /*#__PURE__*/forwardRef(ParkAndRideIcon);
|
|
799
799
|
|
|
800
800
|
function ParkingGarageIcon(props, ref) {
|
|
801
801
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -813,7 +813,7 @@ function ParkingGarageIcon(props, ref) {
|
|
|
813
813
|
transform: "translate(-2 -1)"
|
|
814
814
|
}));
|
|
815
815
|
}
|
|
816
|
-
var ForwardRef$
|
|
816
|
+
var ForwardRef$5f = /*#__PURE__*/forwardRef(ParkingGarageIcon);
|
|
817
817
|
|
|
818
818
|
function PlayroomIcon(props, ref) {
|
|
819
819
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -832,7 +832,7 @@ function PlayroomIcon(props, ref) {
|
|
|
832
832
|
clipRule: "evenodd"
|
|
833
833
|
}));
|
|
834
834
|
}
|
|
835
|
-
var ForwardRef$
|
|
835
|
+
var ForwardRef$5e = /*#__PURE__*/forwardRef(PlayroomIcon);
|
|
836
836
|
|
|
837
837
|
function PowerIcon(props, ref) {
|
|
838
838
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -852,7 +852,7 @@ function PowerIcon(props, ref) {
|
|
|
852
852
|
transform: "translate(-1245 -233) translate(1244 232)"
|
|
853
853
|
}));
|
|
854
854
|
}
|
|
855
|
-
var ForwardRef$
|
|
855
|
+
var ForwardRef$5d = /*#__PURE__*/forwardRef(PowerIcon);
|
|
856
856
|
|
|
857
857
|
function PremiumSeatIcon(props, ref) {
|
|
858
858
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -871,7 +871,7 @@ function PremiumSeatIcon(props, ref) {
|
|
|
871
871
|
clipRule: "evenodd"
|
|
872
872
|
}));
|
|
873
873
|
}
|
|
874
|
-
var ForwardRef$
|
|
874
|
+
var ForwardRef$5c = /*#__PURE__*/forwardRef(PremiumSeatIcon);
|
|
875
875
|
|
|
876
876
|
function SeatIcon(props, ref) {
|
|
877
877
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -890,7 +890,7 @@ function SeatIcon(props, ref) {
|
|
|
890
890
|
clipRule: "evenodd"
|
|
891
891
|
}));
|
|
892
892
|
}
|
|
893
|
-
var ForwardRef$
|
|
893
|
+
var ForwardRef$5b = /*#__PURE__*/forwardRef(SeatIcon);
|
|
894
894
|
|
|
895
895
|
function SeatsAvailableIcon(props, ref) {
|
|
896
896
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -912,7 +912,7 @@ function SeatsAvailableIcon(props, ref) {
|
|
|
912
912
|
clipRule: "evenodd"
|
|
913
913
|
}));
|
|
914
914
|
}
|
|
915
|
-
var ForwardRef$
|
|
915
|
+
var ForwardRef$5a = /*#__PURE__*/forwardRef(SeatsAvailableIcon);
|
|
916
916
|
|
|
917
917
|
function SleepIcon(props, ref) {
|
|
918
918
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -931,7 +931,7 @@ function SleepIcon(props, ref) {
|
|
|
931
931
|
clipRule: "evenodd"
|
|
932
932
|
}));
|
|
933
933
|
}
|
|
934
|
-
var ForwardRef$
|
|
934
|
+
var ForwardRef$59 = /*#__PURE__*/forwardRef(SleepIcon);
|
|
935
935
|
|
|
936
936
|
function StandingAvailableIcon(props, ref) {
|
|
937
937
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -953,7 +953,7 @@ function StandingAvailableIcon(props, ref) {
|
|
|
953
953
|
clipRule: "evenodd"
|
|
954
954
|
}));
|
|
955
955
|
}
|
|
956
|
-
var ForwardRef$
|
|
956
|
+
var ForwardRef$58 = /*#__PURE__*/forwardRef(StandingAvailableIcon);
|
|
957
957
|
|
|
958
958
|
function StrollerIcon(props, ref) {
|
|
959
959
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -972,7 +972,7 @@ function StrollerIcon(props, ref) {
|
|
|
972
972
|
clipRule: "evenodd"
|
|
973
973
|
}));
|
|
974
974
|
}
|
|
975
|
-
var ForwardRef$
|
|
975
|
+
var ForwardRef$57 = /*#__PURE__*/forwardRef(StrollerIcon);
|
|
976
976
|
|
|
977
977
|
function TVMIcon(props, ref) {
|
|
978
978
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -991,7 +991,7 @@ function TVMIcon(props, ref) {
|
|
|
991
991
|
clipRule: "evenodd"
|
|
992
992
|
}));
|
|
993
993
|
}
|
|
994
|
-
var ForwardRef$
|
|
994
|
+
var ForwardRef$56 = /*#__PURE__*/forwardRef(TVMIcon);
|
|
995
995
|
|
|
996
996
|
function ToiletIcon(props, ref) {
|
|
997
997
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1011,7 +1011,7 @@ function ToiletIcon(props, ref) {
|
|
|
1011
1011
|
transform: "translate(-1173 -237) translate(1172 232)"
|
|
1012
1012
|
}));
|
|
1013
1013
|
}
|
|
1014
|
-
var ForwardRef$
|
|
1014
|
+
var ForwardRef$55 = /*#__PURE__*/forwardRef(ToiletIcon);
|
|
1015
1015
|
|
|
1016
1016
|
function TrainCarIcon(props, ref) {
|
|
1017
1017
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1030,7 +1030,7 @@ function TrainCarIcon(props, ref) {
|
|
|
1030
1030
|
clipRule: "evenodd"
|
|
1031
1031
|
}));
|
|
1032
1032
|
}
|
|
1033
|
-
var ForwardRef$
|
|
1033
|
+
var ForwardRef$54 = /*#__PURE__*/forwardRef(TrainCarIcon);
|
|
1034
1034
|
|
|
1035
1035
|
function VendingMachineIcon(props, ref) {
|
|
1036
1036
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1050,7 +1050,7 @@ function VendingMachineIcon(props, ref) {
|
|
|
1050
1050
|
transform: "translate(-1389 -504) translate(1388 503)"
|
|
1051
1051
|
}));
|
|
1052
1052
|
}
|
|
1053
|
-
var ForwardRef$
|
|
1053
|
+
var ForwardRef$53 = /*#__PURE__*/forwardRef(VendingMachineIcon);
|
|
1054
1054
|
|
|
1055
1055
|
function WaitingRoomIcon(props, ref) {
|
|
1056
1056
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1069,7 +1069,7 @@ function WaitingRoomIcon(props, ref) {
|
|
|
1069
1069
|
clipRule: "evenodd"
|
|
1070
1070
|
}));
|
|
1071
1071
|
}
|
|
1072
|
-
var ForwardRef$
|
|
1072
|
+
var ForwardRef$52 = /*#__PURE__*/forwardRef(WaitingRoomIcon);
|
|
1073
1073
|
|
|
1074
1074
|
function WaterTapIcon(props, ref) {
|
|
1075
1075
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1093,7 +1093,7 @@ function WaterTapIcon(props, ref) {
|
|
|
1093
1093
|
clipRule: "evenodd"
|
|
1094
1094
|
}));
|
|
1095
1095
|
}
|
|
1096
|
-
var ForwardRef$
|
|
1096
|
+
var ForwardRef$51 = /*#__PURE__*/forwardRef(WaterTapIcon);
|
|
1097
1097
|
|
|
1098
1098
|
function WheelchairIcon(props, ref) {
|
|
1099
1099
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1112,7 +1112,7 @@ function WheelchairIcon(props, ref) {
|
|
|
1112
1112
|
clipRule: "evenodd"
|
|
1113
1113
|
}));
|
|
1114
1114
|
}
|
|
1115
|
-
var ForwardRef$
|
|
1115
|
+
var ForwardRef$50 = /*#__PURE__*/forwardRef(WheelchairIcon);
|
|
1116
1116
|
|
|
1117
1117
|
function WifiIcon(props, ref) {
|
|
1118
1118
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1131,7 +1131,7 @@ function WifiIcon(props, ref) {
|
|
|
1131
1131
|
clipRule: "evenodd"
|
|
1132
1132
|
}));
|
|
1133
1133
|
}
|
|
1134
|
-
var ForwardRef$
|
|
1134
|
+
var ForwardRef$4$ = /*#__PURE__*/forwardRef(WifiIcon);
|
|
1135
1135
|
|
|
1136
1136
|
function DenmarkIcon(props, ref) {
|
|
1137
1137
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1149,11 +1149,11 @@ function DenmarkIcon(props, ref) {
|
|
|
1149
1149
|
fill: "#D80027",
|
|
1150
1150
|
d: "M0 10 14 10 14 0 0 0z"
|
|
1151
1151
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1152
|
-
fill: "#
|
|
1152
|
+
fill: "#FFF",
|
|
1153
1153
|
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"
|
|
1154
1154
|
})));
|
|
1155
1155
|
}
|
|
1156
|
-
var ForwardRef$
|
|
1156
|
+
var ForwardRef$4_ = /*#__PURE__*/forwardRef(DenmarkIcon);
|
|
1157
1157
|
|
|
1158
1158
|
function NorwayIcon(props, ref) {
|
|
1159
1159
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1172,14 +1172,14 @@ function NorwayIcon(props, ref) {
|
|
|
1172
1172
|
fill: "#d80027",
|
|
1173
1173
|
d: "M14 0 0 0 0 10 14 10z"
|
|
1174
1174
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1175
|
-
fill: "#
|
|
1175
|
+
fill: "#fff",
|
|
1176
1176
|
d: "M6.594 10 6.594 6.304 14 6.304 14 3.696 6.594 3.696 6.594 0 4.16 0 4.16 3.696 0 3.696 0 4.348 0 5.652 0 6.304 4.16 6.304 4.16 10 4.768 10 5.986 10z"
|
|
1177
1177
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1178
1178
|
fill: "#0052b4",
|
|
1179
1179
|
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"
|
|
1180
1180
|
})));
|
|
1181
1181
|
}
|
|
1182
|
-
var ForwardRef$
|
|
1182
|
+
var ForwardRef$4Z = /*#__PURE__*/forwardRef(NorwayIcon);
|
|
1183
1183
|
|
|
1184
1184
|
function SamiIcon(props, ref) {
|
|
1185
1185
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1214,7 +1214,7 @@ function SamiIcon(props, ref) {
|
|
|
1214
1214
|
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"
|
|
1215
1215
|
}));
|
|
1216
1216
|
}
|
|
1217
|
-
var ForwardRef$
|
|
1217
|
+
var ForwardRef$4Y = /*#__PURE__*/forwardRef(SamiIcon);
|
|
1218
1218
|
|
|
1219
1219
|
function SwedenIcon(props, ref) {
|
|
1220
1220
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1236,7 +1236,7 @@ function SwedenIcon(props, ref) {
|
|
|
1236
1236
|
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"
|
|
1237
1237
|
})));
|
|
1238
1238
|
}
|
|
1239
|
-
var ForwardRef$
|
|
1239
|
+
var ForwardRef$4X = /*#__PURE__*/forwardRef(SwedenIcon);
|
|
1240
1240
|
|
|
1241
1241
|
function UKIcon(props, ref) {
|
|
1242
1242
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1253,7 +1253,7 @@ function UKIcon(props, ref) {
|
|
|
1253
1253
|
clipRule: "evenodd",
|
|
1254
1254
|
transform: "translate(-1 -4) translate(1 4)"
|
|
1255
1255
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1256
|
-
fill: "#
|
|
1256
|
+
fill: "#FFF",
|
|
1257
1257
|
d: "M0 0H14V10H0z"
|
|
1258
1258
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1259
1259
|
fill: "#D80027",
|
|
@@ -1296,7 +1296,7 @@ function UKIcon(props, ref) {
|
|
|
1296
1296
|
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"
|
|
1297
1297
|
})));
|
|
1298
1298
|
}
|
|
1299
|
-
var ForwardRef$
|
|
1299
|
+
var ForwardRef$4W = /*#__PURE__*/forwardRef(UKIcon);
|
|
1300
1300
|
|
|
1301
1301
|
function AKTIcon(props, ref) {
|
|
1302
1302
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1306,39 +1306,39 @@ function AKTIcon(props, ref) {
|
|
|
1306
1306
|
viewBox: "0 0 16 16",
|
|
1307
1307
|
width: props.width || props.size || 16,
|
|
1308
1308
|
height: props.height || props.size || 16,
|
|
1309
|
-
color: props.color || '#
|
|
1309
|
+
color: props.color || '#fff',
|
|
1310
1310
|
ref: ref
|
|
1311
1311
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1312
1312
|
fill: "currentColor",
|
|
1313
1313
|
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"
|
|
1314
1314
|
}));
|
|
1315
1315
|
}
|
|
1316
|
-
var ForwardRef$
|
|
1316
|
+
var ForwardRef$4V = /*#__PURE__*/forwardRef(AKTIcon);
|
|
1317
1317
|
|
|
1318
1318
|
function AlesundTurvognIcon(props, ref) {
|
|
1319
1319
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1320
1320
|
viewBox: "0 0 566.929 566.929",
|
|
1321
1321
|
width: props.width || props.size || 16,
|
|
1322
1322
|
height: props.height || props.size || 16,
|
|
1323
|
-
color: props.color || '#
|
|
1323
|
+
color: props.color || '#fff',
|
|
1324
1324
|
ref: ref
|
|
1325
1325
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1326
|
-
fill: "
|
|
1326
|
+
fill: "currentColor",
|
|
1327
1327
|
d: "M240.215 545.06c-6.429-1.282-7.762-5.958-9.382-11.139-3.794-12.14-6.775-24.57-12.053-37.264-3.14 4.597-1.724 9.293-2.643 13.406-1.59 7.126-2.09 14.523-2.655 21.837-.294 3.823-1.42 6.08-5.598 5.24-3.75-.756-5.006-2.25-4.186-6.85 1.373-7.715 1.967-15.627 2.53-23.556-1.566 6.654-3.114 13.312-4.704 19.96-.803 3.358-2.559 4.664-6.42 4.946-11.942.875-28.439-9.181-30.337-23.573-.319-2.418-1.207-4.76-1.99-7.742-3.594 3.054-6.259 6.445-10.412 7.724-10.368 3.194-17.818.537-25.219-9.062-11.001-14.27-5.063-45.077 10.164-54.833 11.013-7.056 23.796-1.695 30.037 8.175 3.388 5.358 4.277 11.492 4.53 18.617 9.545-10.43 20.518-9.8 31.39-5.203 5.21 2.204 9.947 5.3 15.775 6.013 2.529.31 3.336 2.725 4.222 5.02 5.08 13.158 7.424 27.225 13.78 41.172 1.258-9.47 2.754-17.902 3.34-26.397.268-3.875 1.662-7.51 1.517-11.438-.13-3.562 2.846-3.341 5.037-2.853 2.226.497 5.19.642 4.613 4.55-2.561 17.359-4.915 34.748-7.499 52.103-.507 3.412.417 7.057-1.731 10.692-.68.455-1.199.455-2.106.455m-79.166-82.614c-.842-1.744-1.479-3.628-2.56-5.208-4.99-7.287-12.076-7.662-17.847-1.141-7.732 8.735-10.038 19.13-8.675 30.31 1.188 9.746 11.593 14.869 18.794 9.72 6.952-4.97 13.157-24.126 10.288-33.681m13.686 43.25c3.118 9.724 8.269 14.255 16.927 14.888.253-.285.656-.534.737-.862 1.008-4.128 2.669-8.26 2.718-12.407.038-3.223-4.325-3.216-6.535-4.92-2.941-2.266-.33-4.672-.02-6.857.296-2.076 2.292-1.835 4.25-1.439 4.856.983 9.086 4.196 14.506 4.245 1.319-6.03 3.55-11.624 2.6-18.214-2.555 3.208-3.488.411-4.825-.91-7.202-7.117-19.26-8.236-23.921-1.805-5.883 8.116-8.716 17.225-6.437 28.282ZM312.612 545.06c-3.652-5.12-1.993-11.015-2.878-16.502-1.686-10.46-1.837-21.164-2.683-31.762-.368-4.601-1.59-9.098-1.231-13.807.219-2.867.673-4.658 4.088-5.023 5.56-.595 11.034-2.106 16.597-2.517 8.046-.595 15.215-4.249 22.934-5.837 15.35-3.157 21.482 5.851 21.062 18.963-.132 4.096-1.034 8.524-4.582 11.832 8.574 7.51 9.041 19.076 15.225 27.617-7.378 5.036-9.654 4.507-12.977-2.645-1.952-4.201-3.732-8.483-5.723-12.665-1.754-3.685-4.449-4.74-8.563-3.507-4.497 1.346-3.126 4.71-2.512 7.082 1.446 5.59 1.112 11.574 3.912 16.874.999 1.89.82 3.849-2.063 4.237-2.28.306-4.394 1.627-7.282.998-2.827-14.713-6-29.594-8.447-44.594-1.423-8.725-1.283-9.093-10.258-7.789-3.616.525-7.244.967-10.851 1.444-.265.789-.68 1.366-.58 1.833.924 4.336-1.758 9.787 1.615 12.917 3.479 3.227 8.337-.021 12.553-.642 4.084-.602 6.2.99 6.86 4.978.642 3.877-1.24 4.762-4.783 5.357-14.75 2.476-14.622 2.612-12.56 17.758.472 3.465 2.518 3.533 4.912 3.255 3.83-.444 7.68-.92 11.432-1.777 3.204-.733 5.012.495 5.585 3.376.568 2.86.956 5.975-3.258 6.71a953 953 0 0 0-19.803 3.645c-2.016.191-3.636.191-5.741.191m37.842-65.965c-4.189.759-6.067 2.579-4.373 7.236 1.09 2.994.94 6.419 1.587 9.601.42 2.06.901 4.094 4.108 3.495 5.517-1.03 9.166-5.303 8.908-11.071-.276-6.15-2.955-8.819-10.23-9.26M273.024 545.06c-3.26-3.704-2.081-7.303-.323-11.092 2.618.941 5.078 1.942 7.608 2.712 5.754 1.75 9.411.178 12.19-4.694 2.875-5.044.265-8.642-3.179-11.645-2.588-2.257-5.774-3.885-8.833-5.536-8.768-4.731-12.27-15.741-8.054-25.72 3.795-8.983 13.493-12.88 23.286-9.357 4.536 1.632 5.05 4.462 1.867 11.311-2.327-.686-4.726-1.315-7.072-2.103-4.224-1.42-7.433.45-9.485 3.696-2.126 3.362-1.734 6.98 1.224 10.108 2.87 3.035 6.37 5.072 10.147 6.608 6.549 2.664 9.237 7.633 9.692 14.452.51 7.645-.521 14.685-6.135 20.89-7.567.37-14.977.37-22.933.37M366.712 224.262c1.142 1.263 2.95 1.968 3.38 4.324-4.506 1.326-8.794-.535-13.293-.4 5.76 2.025 11.407 4.491 17.301 5.982 12.613 3.191 23.296 10.442 34.833 15.88 3.376 1.591 5.614 4.071 1.191 7.767 10.921 5.226 21.617 9.096 32.398 12.767 3.477 1.185 6.963 2.376 10.343 3.805 3.67 1.55 4.338 3.666.46 6.195 4.307 4.452 11.339 4.485 16.354 9.762-5.045.989-8.388-1.185-11.871-2.094-29.387-7.664-58.01-17.985-87.509-25.254-6.932-1.708-13.983-2.959-21.015-4.22-2.85-.51-5.867-.739-8.235 1.609-10.52 10.428-24.159 13.413-38.003 15.48-13.213 1.973-26.517 3.471-39.943 2.551-.942-.064-1.88-.168-3.077-.276 3.18-2.815 7.444-3.378 16.115-4.142 13.847-1.218 27.852-2.175 40.715-8.245 6.699-3.161 12.165-7.725 13.71-15.492 1.045-5.255-3.456-11.037-8.795-11.382-18.457-1.195-36.529.559-53.138 9.286-10.566 5.551-19.077 13.813-26.133 23.489-.673.923-1.367 1.837-2.135 2.68-.195.214-.71.139-1.227.22-1.035-2.722 1.516-5.062.688-8.772-4.049 3.922-7.892 7.258-11.251 11.027-2.49 2.793-5.394 4.812-8.922 4.92-19.358.594-38.513 4.497-57.94 3.64-6.765-.3-13.51-1.376-19.84-3.903-10.729-4.281-16.33-14.535-15.19-28.032 9.743-1.257 19.639-2.574 29.547-3.788 3.495-.428 5.92 1.12 7.421 4.364.876 1.894 1.826 3.924 4.747 4.379 1.671-5.804 6.05-7.875 12.35-7.623-2.957-4.83-1.923-9.744-1.731-14.693-1.141-1.113-2.334-.755-3.534.027.2 2.304.502 4.568.573 6.84.138 4.378-1.617 7.938-6.1 8.638-5.603.874-3.195-4.453-4.782-7.561-9.094 2.178-18.474 2.781-27.84 3.609-5.18.457-10.435.357-15.561 1.71-4.703 1.241-5.126 4.046-2.598 7.242 3.056 3.864 4.995 8.264 7.07 12.584 1.715 3.573 1.898 7.787-.351 11.043-1.866 2.7-4.686 5.474-9.28 3.164 1.062-7.55-.035-14.675-5.147-21.026-3.94-4.894-9.152-6.954-14.836-8.393-2.387-.604-4.056.037-4.521 2.956-1.394 8.757-3.145 17.459-4.438 26.229-.586 3.974 1.443 6.287 5.725 6.12 9.869-.386 19.737-1.06 29.607-1.088 43.129-.118 86.264-.478 129.384.16 18.102.267 36.16 2.948 54.257 4.249 18.71 1.344 37.228 4.057 55.729 7.007 3.11.495 5.807 1.7 8.927 3.357-4.14 2.538-8.096 2.113-12.276 2.747q8.12 1.657 16.24 3.312c1.89.385 3.786.739 5.67 1.146 6.038 1.306 8.92 8.527 5.563 14.374-3.54-1.847-3.062-8.077-9.177-7.765-3.575 11.936-6.222 24.284-5.178 37.143.422 5.209 5.551 4.137 8.691 5.039 3.12.896 4.211-1.928 4.34-4.753.095-2.125.641-4.018 3.202-3.978 2.901.045 3.158 2.35 3.397 4.537.021.193.074.412.01.58-3.232 8.322 2.495 8.993 8.222 9.572 5.001.506 10.011.919 15.021 1.328 3.266.266 5.227-.919 5.145-4.571-.03-1.325.385-2.67.663-3.99 1.665-7.916 5.473-10.626 13.213-8.132 5.468 1.762 7.319-.784 9.074-4.989 3.289-7.882 3.243-16.714 7.223-24.408 2.39-4.622 12.648-9.374 17.337-7.444 4.543 1.87 3.657 6.562 4.3 10.111 1.137 6.277-2.136 11.166-7.375 12.239-2.8-2.337.2-6.502-3.076-9.334-5.513 12.282-6.868 24.556-4.688 37.504 1.364-.216 1.971-.153 2.076-.353 1.75-3.341 3.923-7.395 8.097-5.315 3.57 1.778 1.724 6.178 1.116 9.474-2.17 11.767-13.183 16.295-26.379 17.588-4.921.482-9.633-.855-14.42-1.459-3.799-.48-5.427-3.362-6.113-6.869-.98-5.013-3.963-7.092-9.114-6.895-4.623.178-9.297.378-13.885-.962-1.615-.472-3.495-.3-5.216-.1-4.368.508-5.596 4.053-6.024 7.493-.409 3.287 2.693 3.005 4.898 3.367.972.16 1.889.486 2.327 2.322-13.17 1.924-24.743 10.2-38.764 8.947-5.154-.46-9.793-.833-12.223-6.69-2.56-6.168-8.988-5.786-14.113-6.018-24.764-1.12-49.546-1.96-74.323-2.773-43.309-1.421-86.6-.344-129.893-.88-5.392-.066-8.825-4.018-9.103-10.872-.173-4.267-.056-8.55.036-12.822.084-3.883-1.549-5.577-5.588-5.553-6.765.04-13.56.62-20.273-1.107-5.503-1.416-8.831-4.3-10.927-9.933-5.255-14.124-4.85-28.403-2.873-42.892.027-.193-.029-.438.07-.573 6.878-9.376 6.13-20.723 8.434-31.34 3.275-15.083 13.136-25.888 25.2-35.052 11.908-9.046 25.404-15.565 37.484-24.36 6.858-4.994 13.26-10.43 17.836-17.33 10.856-16.373 25.172-29.828 37.038-45.325 4.802-6.27 12.535-7.637 19.5-9.406 21.38-5.43 43.105-8.64 65.211-9.883 15.913-.895 31.715-1.975 47.41 1.345 10.484 2.218 20.356 6.344 29.337 12.135 19.838 12.793 38.818 26.843 58.175 40.34 17.484 12.194 33.174 25.95 44.842 43.938 1.945 2.999 4.087 5.985 4.158 10.46-5.636-2.659-8.563-7.456-12.103-11.3-13.938-15.133-29.532-28.325-45.525-41.182-13.906-11.18-28.314-21.64-43.833-30.309-19.202-10.725-40.102-15.906-62.216-16.27-21.371-.351-42.62.827-63.591 4.913-8.624 1.68-17.077 4.498-24.85 9.299 31.256-4.91 62.49-7.961 94.005-4.097-.215 7.268-11.795 1.585-10.106 10.026-3.472 2.094-8.68-.92-10.786 3.819-.032 2.477 3.187 1.835 3.158 4.73-12.21 7.4-27.372 9.01-40.81 17.364 7.067 3.16 13.897 5.776 15.474 14.437-4.926.46-10.018 1.406-15.094 1.33-32.074-.477-63.338 4.21-93.259 15.76-12.196 4.707-23.528 11.612-32.76 22.288 3.232 1.637 5.966.98 8.428.598 18.323-2.85 36.587-6.085 54.924-8.834 25.566-3.833 51.365-4.955 77.11-3.55 24.06 1.314 48.08 4.037 71.583 9.752 3.476.845 5.374-1.79 8.177-1.74 5.045.091 10.086.313 15.902.608 1.191.341 1.61.553 2.028.765M273.55 346.763c-16.58-1.966-33.258-.57-49.91-1.523-22.643-1.295-45.42-.282-68.138-.258-.777 0-1.567-.075-2.327.041-.741.114-1.933-.421-2.073 2.099h35.67c1.14 3.172-1.966 3.504-1.656 5.826 2.61.155 5.279.477 7.944.449 51.803-.544 103.623 1.249 155.418-1.083 3.995-.18 5.982-1.59 7.102-5.267 3.415-11.218 5.477-22.856 11.126-34.226-13.34-.841-25.934-2.52-38.656-1.498-2.446.197-4.498 1.758-4.85 4.361-.424 3.147-2.382 3.42-4.926 3.594-6.109.42-12.201 1.078-17.551 1.571 1.761 10.96-9.228 7.513-12.368 12.226 10.847.78 21.066 5.15 32.144 5.9-.61 3.599-3.586 5.12-2.9 8.058-14.651 0-28.815 0-44.05-.27M119.34 328.606c5.377.52 10.822 1.179 16.143 1.273 24.427.43 48.866.195 73.3.179 1.532-.001 3.606.305 4.24-1.248 2.118-5.195 5.244-10.057 6.42-15.55-2.938-1.447-5.302-.946-7.588-.998-23.622-.536-47.1 3.307-70.741 2.333a119 119 0 0 0-10.47.026c-6.44.303-12.156 6.822-11.304 13.984m151.894-92.44c-19.313-1.2-38.651-2.155-57.875.782-8.155 1.246-16.236 2.89-25.898 2.956 4.612 5.641.494 11.215.49 17.082 2.85-1.058 3.897-2.519 4.3-4.238 1.186-5.055 4.706-6.007 9.355-6.82 15.186-2.658 30.451-2.052 45.715-2.094 1.123-.004 2.373-.158 3.23 1.353.895 3.354-3.174 5.906-2.044 11.098 7.13-8.292 16.4-12.398 22.727-20.12m111.049 136.697c.533-6.095-.877-6.99-7.086-4.499 1.393 5.647 2.964 6.854 7.086 4.499m-14.51-123.6c2.76-1.83 2.203-3.172-.806-2.954-2.44.177-4.833-.142-8.223-.483 3.035 2.43 5.758 2.754 9.03 3.436M59.754 408.249c1.184-2.204 2.2-4.033 3.735-6.8-4.31 1.805-6.31 4.65-8.475 7.232-6.793 8.1-21.259 9.773-28.553-2.301-7.364-12.19-5.877-26.177 3.762-36.916 4.79-5.337 9.367-10.874 13.888-16.443 2.646-3.258.002-11.498-3.921-12.77-2.113-.684-3.275.933-4.47 2.065-8.722 8.262-17.368 16.602-26.048 24.906-1.863 1.783-3.496 4.816-6.632 2.102-3.358-2.906-4.174-8.537-1.23-10.813 4.953-3.826 8.736-9 13.74-12.5 6.15-4.3 10.126-10.527 15.643-15.361 4.62-4.05-.288-8.081-2.542-11.597-2.28-3.556-4.387-6.748.564-9.735 2.585-1.56 4.426-1.452 6.103 1.593 4.199 7.627 9.089 14.89 12.997 22.654 2.4 4.767 5.783 8.683 8.772 12.944 2.068 2.95 2.217 5.598-.197 8.416-6.676 7.79-13.344 15.59-19.894 23.487-3.41 4.111-5.659 8.737-5.527 14.32.112 4.72 2.034 8.4 6.283 10.283 4.705 2.087 8.305-.626 11.196-3.959 7.972-9.19 15.772-18.528 23.578-27.734 4.71 4.47 9.594 8.459 13.64 13.168 2.78 3.235 6.57 5.387 8.789 9.187 4.792 8.206 6.164 16.487 1.701 25.297-2.074 4.095-5.076 6.79-9.693 7.469-1.77.26-3.788.424-3.937 2.667-.701 10.5-7.138 19.159-9 29.316-6.243-3.202-7.927-7.194-6.268-13.094 1.472-5.23 4.37-9.919 5.362-15.347.374-2.047.514-3.75-.492-5.545-1.313-2.342-2.165-5.474-5.303-5.631-2.77-.139-3.306 2.873-4.514 4.775-1.872 2.949-3.583 6.01-5.616 8.842-1.348 1.877-1.802 6.21-5.61 3.534-3.194-2.243-6.17-5.303-3.388-9.776 3.684-5.923 7.581-11.714 11.556-17.935m29.656-4.656q-6.247-10.187-13.075-.798c-.798 1.099-1.484 2.278-2.276 3.382-1.216 1.695-.923 3.057.421 4.656 2.576 3.067 5.33 6.356 9.652 4.787 4.959-1.8 7.06-5.827 5.278-12.026ZM460.237 401.629c3.447-3.165 6.5-6.148 9.69-8.976 1.858-1.646 3.556-4.782 6.503-1.095 2.38 2.977 4.315 5.94.303 8.874-3.956 2.893-7.263 6.375-10.384 10.086-1.813 2.157.18 10.11 3.38 12.52 3.522 2.653 4.579-1.233 6.399-2.79 1.913-1.636 3.558-3.581 5.434-5.264 1.751-1.57 3.563-4.77 6.148-2.004 2.225 2.38 4.678 5.56.964 9.015-3.102 2.885-6.055 5.932-9.184 8.786-2.378 2.17-2.672 4.045-.846 7.01 6.49 10.54 6.329 10.6 15.317 2.323 2.53-2.33 4.933-4.911 8.418-6.012 2.569 1.627 3.065 4.417 6.266 8.688-7.289 6.39-14.632 12.72-21.843 19.195-3.659 3.285-5.57.778-7.288-2.003-4.07-6.587-7.984-13.27-11.979-19.902-3.28-5.45-6.587-10.883-9.743-16.094-18.284-.901-27.39 22.83-18.05 35.367 1.935 2.598 2.915 5.849 5.054 8.451 5.511 6.705 13.505 7.13 19.502.778 2.64-2.796 5.157-5.71 7.695-8.532 7.216 4.127 7.894 7.523 2.391 12.997-3.555 3.537-7.154 7.263-11.762 9.35-12 5.439-20.283 1.997-27.376-7.94-9.108-12.762-10.927-27.482-5.306-42.559 2.622-7.03 8.006-12.087 14.187-15.556 4.34-2.436 7.998-4.748 10.46-9.168 1.17-2.1 3.506-3.553 5.65-5.546ZM417.498 97.153c.538 4.491 1.075 8.473 1.683 12.984 8.013-11.855 12.912-24.762 19.688-36.653 1.043-1.83 1.6-4.726 4.12-4.134 3.1.727 6.504 1.439 8.872 3.924.845.887.324 2.147-.254 3.244-9.81 18.615-19.626 37.225-29.333 55.893-1.138 2.19-2.505 3.871-4.816 2.501-3.317-1.967-8.47-1.288-9.06-7.356-1.589-16.336-4.773-32.49-5.889-48.893-.047-.691-.61-1.348-1.544-3.3l-22.344 42.668c-.875.05-1.493.256-1.983.089-10.142-3.462-10.357-4.11-5.341-13.597a12166 12166 0 0 0 24.898-47.35c1.39-2.658 2.696-5.8 6.369-4.203 3.528 1.534 8.508.818 9.241 7.058 1.443 12.259 3.745 24.416 5.693 37.125ZM44.506 87.96c-1.868-8.163-.67-11.481 4.992-14.846 4.851-2.883 11.057-2.282 15.152 1.346 2.01 1.78 3.444 3.805 2.957 6.563-.853 4.827 1.75 7.348 5.473 9.755 19.17 12.396 38.222 24.975 57.301 37.51.767.504 1.395 1.218 2.072 1.82-5.702 7.405-9.719 8.14-16.87 3.286-13.495-9.163-13.425-9.047-27.98-.225-3.8 2.303-4.95 4.712-3.308 8.854 1.35 3.402 2.23 6.997 3.228 10.532 1.474 5.217-.37 8.098-6.416 9.828-4.956 1.418-4.812-3.106-5.609-5.57a3364 3364 0 0 1-18.71-59.694c-.876-2.893-1.875-4.174-4.99-4.268-3-.09-5.484-1.75-7.292-4.89m31.636 19.046-3.991-1.823 6.346 20.444c5.527-1.618 9.193-4.521 13.427-8.15-5.336-3.584-10.217-6.862-15.782-10.471M56.872 85.06c2.354-1.596 2.36-3.315.127-4.965-1.526-1.128-3.155-.706-3.851.874-1.204 2.732.723 3.7 3.723 4.09M516.586 133.016c-2.622 18.072-27.664 36.818-49.94 29.817-11.87-3.73-21.804-10.649-31.475-18.107-2.27-1.75-1.766-3.426-.048-5.355 8.457-9.492 16.821-19.067 25.245-28.588 5.362-6.06 10.881-11.986 16.103-18.164 2.109-2.495 4.106-3.127 7.045-1.72 11.804 5.65 22.548 12.614 30.2 23.577 3.88 5.557 2.684 11.89 2.87 18.54m-62.88 11.195c5.308 5.233 11.722 7.948 19.114 8.636 12.67 1.178 20.615-6.416 27.687-15.167 5.464-6.76 4.951-16.784-1.168-22.873a73.7 73.7 0 0 0-9.715-8.15c-4.253-2.974-6.937-1.942-9.813 1.647-2.412 3.01-5.206 5.71-7.737 8.628-6.32 7.288-12.581 14.629-18.881 21.935-1.39 1.613-2.424 3.177.514 5.344M363.016 84.863c-4.921 25.766-31.007 27.156-46.466 18.61-8.633-4.773-12.035-13.868-10.455-23.586 2.232-13.725 5.698-27.245 8.195-40.933 1.31-7.177 5.902-4.262 9.656-3.753 4.598.624 3.793 3.946 3.172 7.146-2.613 13.463-6.818 26.658-7.51 40.443-.418 8.356 3.125 12.746 10.872 14.937 5.672 1.605 12.71-1.623 16.49-7.255 2.578-3.84 3.346-8.23 4.355-12.544 2.466-10.537 4.8-21.105 7.163-31.666 1.632-7.302 6.7-2.906 10.311-2.899 3.954.008 3.294 2.928 2.698 5.484a6580 6580 0 0 1-8.48 36.016"
|
|
1328
1328
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1329
|
-
fill: "
|
|
1329
|
+
fill: "currentColor",
|
|
1330
1330
|
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"
|
|
1331
1331
|
}));
|
|
1332
1332
|
}
|
|
1333
|
-
var ForwardRef$
|
|
1333
|
+
var ForwardRef$4U = /*#__PURE__*/forwardRef(AlesundTurvognIcon);
|
|
1334
1334
|
|
|
1335
1335
|
function AtBIcon(props, ref) {
|
|
1336
1336
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1337
|
-
fill: "
|
|
1337
|
+
fill: "currentColor",
|
|
1338
1338
|
viewBox: "0 0 40 40",
|
|
1339
1339
|
width: props.width || props.size || 16,
|
|
1340
1340
|
height: props.height || props.size || 16,
|
|
1341
|
-
color: props.color || '#
|
|
1341
|
+
color: props.color || '#fff',
|
|
1342
1342
|
ref: ref
|
|
1343
1343
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1344
1344
|
fillRule: "evenodd",
|
|
@@ -1346,7 +1346,7 @@ function AtBIcon(props, ref) {
|
|
|
1346
1346
|
clipRule: "evenodd"
|
|
1347
1347
|
}));
|
|
1348
1348
|
}
|
|
1349
|
-
var ForwardRef$
|
|
1349
|
+
var ForwardRef$4T = /*#__PURE__*/forwardRef(AtBIcon);
|
|
1350
1350
|
|
|
1351
1351
|
function BaneNORIcon(props, ref) {
|
|
1352
1352
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1354,16 +1354,16 @@ function BaneNORIcon(props, ref) {
|
|
|
1354
1354
|
viewBox: "0 0 77 13",
|
|
1355
1355
|
width: props.width || props.size || 16,
|
|
1356
1356
|
height: props.height || props.size || 16,
|
|
1357
|
-
color: props.color || '#
|
|
1357
|
+
color: props.color || '#fff',
|
|
1358
1358
|
ref: ref
|
|
1359
1359
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1360
|
-
fill: "
|
|
1360
|
+
fill: "currentColor",
|
|
1361
1361
|
fillRule: "evenodd",
|
|
1362
1362
|
d: "M70.718 2.166h1.401a.9.9 0 0 1 .894.905.9.9 0 0 1-.894.906h-1.401zm5.205 7.13L73.72 5.37c1.077-.474 1.368-1.368 1.368-2.456 0-1.172-.676-2.424-2.773-2.424H68.6V9.3h2.117V5.654h1.166l1.74 3.643zm-23.907.005-4.901-5.594v5.594h-2.118V.488h1.708l4.355 4.973V.488h2.117v8.813m-26.812 0-4.901-5.594v5.594h-2.117V.488h1.707l4.355 4.973V.488h2.118v8.813M4.563 6.657a.996.996 0 0 1-.99 1.002H2.317V5.654h1.256c.546 0 .99.449.99 1.001zM2.317 2.13h.912c.512 0 .928.421.928.94s-.416.94-.928.94h-.912zm4.422 4.72c0-1.787-1.324-2.267-1.324-2.267s.775-.459.775-1.618C6.19 1.646 5.468.49 3.37.49H.2v8.813h4.015c1.335 0 2.524-.95 2.524-2.451M31.48 9.3V.488h5.227v1.74H33.6v1.65h2.53v1.74h-2.53v1.944h3.209v1.74M60.883 7.514c-1.444 0-2.615-1.184-2.615-2.646 0-1.46 1.17-2.645 2.614-2.645s2.615 1.184 2.615 2.645-1.17 2.646-2.614 2.646m0-7.315c-2.548 0-4.614 2.09-4.614 4.67 0 2.578 2.066 4.668 4.614 4.668s4.613-2.09 4.613-4.67C65.496 2.29 63.43.2 60.882.2M10.915 5.63V3.885c0-.982.786-1.778 1.756-1.778h.002c.97 0 1.756.796 1.756 1.777V5.63zM10.197 7.133l-4.034 5.668h2.621l3.074-5.668M15.148 7.133h-1.66l3.072 5.668h2.621",
|
|
1363
1363
|
clipRule: "evenodd"
|
|
1364
1364
|
}));
|
|
1365
1365
|
}
|
|
1366
|
-
var ForwardRef$
|
|
1366
|
+
var ForwardRef$4S = /*#__PURE__*/forwardRef(BaneNORIcon);
|
|
1367
1367
|
|
|
1368
1368
|
function BergenBysykkelIcon(props, ref) {
|
|
1369
1369
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1373,14 +1373,14 @@ function BergenBysykkelIcon(props, ref) {
|
|
|
1373
1373
|
viewBox: "0 0 16 16",
|
|
1374
1374
|
width: props.width || props.size || 16,
|
|
1375
1375
|
height: props.height || props.size || 16,
|
|
1376
|
-
color: props.color || '#
|
|
1376
|
+
color: props.color || '#fff',
|
|
1377
1377
|
ref: ref
|
|
1378
1378
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1379
1379
|
fill: "#008A34",
|
|
1380
1380
|
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"
|
|
1381
1381
|
}));
|
|
1382
1382
|
}
|
|
1383
|
-
var ForwardRef$
|
|
1383
|
+
var ForwardRef$4R = /*#__PURE__*/forwardRef(BergenBysykkelIcon);
|
|
1384
1384
|
|
|
1385
1385
|
function BoltIcon(props, ref) {
|
|
1386
1386
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1390,7 +1390,7 @@ function BoltIcon(props, ref) {
|
|
|
1390
1390
|
viewBox: "0 0 16 16",
|
|
1391
1391
|
width: props.width || props.size || 16,
|
|
1392
1392
|
height: props.height || props.size || 16,
|
|
1393
|
-
color: props.color || '#
|
|
1393
|
+
color: props.color || '#fff',
|
|
1394
1394
|
ref: ref
|
|
1395
1395
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1396
1396
|
fill: "#34D186"
|
|
@@ -1402,7 +1402,7 @@ function BoltIcon(props, ref) {
|
|
|
1402
1402
|
r: 1.575
|
|
1403
1403
|
})));
|
|
1404
1404
|
}
|
|
1405
|
-
var ForwardRef$
|
|
1405
|
+
var ForwardRef$4Q = /*#__PURE__*/forwardRef(BoltIcon);
|
|
1406
1406
|
|
|
1407
1407
|
function BrakarIcon(props, ref) {
|
|
1408
1408
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1412,10 +1412,10 @@ function BrakarIcon(props, ref) {
|
|
|
1412
1412
|
viewBox: "0 0 49.8 16",
|
|
1413
1413
|
width: props.width || props.size || 16,
|
|
1414
1414
|
height: props.height || props.size || 16,
|
|
1415
|
-
color: props.color || '#
|
|
1415
|
+
color: props.color || '#fff',
|
|
1416
1416
|
ref: ref
|
|
1417
1417
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1418
|
-
fill: "
|
|
1418
|
+
fill: "currentColor"
|
|
1419
1419
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1420
1420
|
d: "M23.5 8c.8-.2 1.2-.9 1.2-1.7 0-1.2-.9-2.1-2.3-2.1h-3.1v8.3h2.9c1.8 0 2.7-1 2.7-2.4.1-1-.4-1.8-1.4-2.1m-3-2.8h1.7c.9 0 1.3.5 1.3 1.3 0 .7-.4 1.2-1.3 1.2h-1.8zm1.7 6.2h-1.6V8.6h1.8c1 0 1.5.6 1.5 1.4s-.6 1.4-1.7 1.4M27.1 7.7V6.5H26v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8q.6 0 .9.3v-1c-.2-.2-.5-.3-.8-.3-.6-.1-1.1.4-1.3 1.2M31.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9s.9 1.9 2.1 1.9c.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1-2.5-2.6-2.5m.1 5.4c-.8 0-1.3-.4-1.3-1.1s.5-1.1 1.3-1.1 1.3.4 1.3 1.1c.1.6-.4 1.1-1.3 1.1"
|
|
1421
1421
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
@@ -1423,7 +1423,7 @@ function BrakarIcon(props, ref) {
|
|
|
1423
1423
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1424
1424
|
d: "M42.9 6.3c-.8 0-1.5.3-2 .7v1.1c.5-.5 1.1-.8 1.8-.8 1 0 1.6.6 1.6 1.6v.5c-.3-.4-.8-.7-1.6-.7-1.3 0-2.1.8-2.1 1.9s.9 1.9 2.1 1.9c.8 0 1.4-.4 1.7-1v.8h1.1V8.8c-.1-1.5-1.1-2.5-2.6-2.5m.1 5.4c-.8 0-1.3-.4-1.3-1.1s.5-1.1 1.3-1.1 1.3.4 1.3 1.1c0 .6-.5 1.1-1.3 1.1M49 6.4c-.6 0-1.1.4-1.4 1.3V6.5h-1.1v5.9h1.1V9.3c0-1.1.5-1.8 1.2-1.8q.6 0 .9.3v-1c-.2-.3-.4-.4-.7-.4"
|
|
1425
1425
|
})), /*#__PURE__*/React.createElement(G, {
|
|
1426
|
-
fill: "
|
|
1426
|
+
fill: "currentColor"
|
|
1427
1427
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1428
1428
|
d: "M.2 6.4C.1 6.9 0 7.5 0 8.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4"
|
|
1429
1429
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
@@ -1432,7 +1432,7 @@ function BrakarIcon(props, ref) {
|
|
|
1432
1432
|
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"
|
|
1433
1433
|
})));
|
|
1434
1434
|
}
|
|
1435
|
-
var ForwardRef$
|
|
1435
|
+
var ForwardRef$4P = /*#__PURE__*/forwardRef(BrakarIcon);
|
|
1436
1436
|
|
|
1437
1437
|
function BrakarNoTextIcon(props, ref) {
|
|
1438
1438
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1442,20 +1442,20 @@ function BrakarNoTextIcon(props, ref) {
|
|
|
1442
1442
|
viewBox: "0 0 16 16",
|
|
1443
1443
|
width: props.width || props.size || 16,
|
|
1444
1444
|
height: props.height || props.size || 16,
|
|
1445
|
-
color: props.color || '#
|
|
1445
|
+
color: props.color || '#fff',
|
|
1446
1446
|
ref: ref
|
|
1447
1447
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1448
|
-
fill: "
|
|
1448
|
+
fill: "currentColor",
|
|
1449
1449
|
d: "M.2 6.4C.1 6.9 0 7.4 0 8v.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1M.2 9.9c.6 2.4 2.2 4.4 4.5 5.4-.3-2.6-2.1-4.7-4.5-5.4"
|
|
1450
1450
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1451
|
-
fill: "
|
|
1451
|
+
fill: "currentColor",
|
|
1452
1452
|
d: "M8 0C4.9 0 2.2 1.8.9 4.4c1.3-.3 2.6-.4 4-.4.9 0 1.9.1 2.8.2.2-.3.6-.4 1-.4.5 0 1 .3 1.2.9.6.1 1.2.3 1.8.5 0 0 .1 0 .2.1l-.7.7c-.5-.2-1-.3-1.5-.4-.1 0-.2-.1-.4-.1 0-.1-.2-.1-.3-.2 0-.1.1-.2.1-.2 0-.2-.1-.4-.3-.4h-.2c-.2 0-.4.2-.4.4v.1c-.1 0-.3 0-.4-.1-.1 0-.3 0-.4-.1-.8 0-1.7-.1-2.5-.1-1.5 0-3 .2-4.4.5v.1c1.6.3 3.1 1 4.3 1.9h.1c2.3 0 4.6.5 6.8 1.4l1-1c-.7-.4-1.4-.6-2.2-.9h-.1l.6-.7c.9.3 1.7.7 2.5 1.1l.5.3-.6.6-1.7 1.7-.3-.1c-1.7-.9-3.6-1.4-5.6-1.5l.1.1c2 2 3.1 4.7 3.1 7.5 3.9-.5 7-3.9 7-7.9 0-4.4-3.6-8-8-8"
|
|
1453
1453
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1454
|
-
fill: "
|
|
1454
|
+
fill: "currentColor",
|
|
1455
1455
|
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"
|
|
1456
1456
|
}));
|
|
1457
1457
|
}
|
|
1458
|
-
var ForwardRef$
|
|
1458
|
+
var ForwardRef$4O = /*#__PURE__*/forwardRef(BrakarNoTextIcon);
|
|
1459
1459
|
|
|
1460
1460
|
function FarteIcon(props, ref) {
|
|
1461
1461
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1465,7 +1465,7 @@ function FarteIcon(props, ref) {
|
|
|
1465
1465
|
viewBox: "0 0 90 16",
|
|
1466
1466
|
width: props.width || props.size || 16,
|
|
1467
1467
|
height: props.height || props.size || 16,
|
|
1468
|
-
color: props.color || '#
|
|
1468
|
+
color: props.color || '#fff',
|
|
1469
1469
|
ref: ref
|
|
1470
1470
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1471
1471
|
fill: "currentColor",
|
|
@@ -1487,7 +1487,7 @@ function FarteIcon(props, ref) {
|
|
|
1487
1487
|
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"
|
|
1488
1488
|
}));
|
|
1489
1489
|
}
|
|
1490
|
-
var ForwardRef$
|
|
1490
|
+
var ForwardRef$4N = /*#__PURE__*/forwardRef(FarteIcon);
|
|
1491
1491
|
|
|
1492
1492
|
function FlybussenIcon(props, ref) {
|
|
1493
1493
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1495,14 +1495,14 @@ function FlybussenIcon(props, ref) {
|
|
|
1495
1495
|
viewBox: "0 0 306.29 51.7",
|
|
1496
1496
|
width: props.width || props.size || 16,
|
|
1497
1497
|
height: props.height || props.size || 16,
|
|
1498
|
-
color: props.color || '#
|
|
1498
|
+
color: props.color || '#fff',
|
|
1499
1499
|
ref: ref
|
|
1500
1500
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1501
|
-
fill: "
|
|
1501
|
+
fill: "currentColor",
|
|
1502
1502
|
strokeWidth: 0,
|
|
1503
1503
|
d: "M193.1 2v47.7H2V2zm2-2H0v51.7h195.1z"
|
|
1504
1504
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1505
|
-
fill: "
|
|
1505
|
+
fill: "currentColor",
|
|
1506
1506
|
strokeWidth: 0
|
|
1507
1507
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1508
1508
|
d: "M43.8 16.1c-1.6.5-3.7 1.3-6.3 2.3-.1 0-.2.1-.4 0-2.9-.5-9.2-2.1-9.3-2.1 0 0-.8-.3-1.5 0l-2 .7s-.1 0-.1.1v.1l5.1 4.3s.1.1 0 .1c-1.5.6-2.8 1.1-3.8 1.6-1 .4-1.8.7-2 .8h-.1l-4.3-1.8s-.6-.2-1.2 0l-1.2.5s-.1 0-.1.1v.1c.2.2 3.9 4.5 4.5 5 .3.3 1.9.2 10.8-2.6 2.5-.8 4.9-1.6 7-2.3 2.5-.9 4.7-1.8 6.8-2.9 2.9-1.4 4.1-2.5 3.8-3.3-.3-1-4.4-1.2-5.7-.7"
|
|
@@ -1511,17 +1511,17 @@ function FlybussenIcon(props, ref) {
|
|
|
1511
1511
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1512
1512
|
d: "m70.4 20.6-.8 3.5H64l-.5 2.4h5.6l-.7 3.5h-5.6l-1.1 5.1h-3.9l3.1-14.5zM69.9 35.1 73 20.6h3.9l-2.3 11H81l-.7 3.5zM95 20.6l-7.2 9.3-1.1 5.2h-3.9l1.1-5.2-3.2-9.3h4l1.7 5.6 4.1-5.6zM93.5 35.1l3.1-14.5h6.3c2.8 0 4.4 1.8 4.4 3.5 0 2.7-2.6 3.5-2.6 3.5s2 .9 2 2.9c0 2.4-2.2 4.5-5.8 4.5zm7.4-3.1c1.1 0 1.8-.7 1.8-1.7 0-.7-.6-1.2-1.4-1.2h-2.6l-.6 2.9zm-1-8.3-.5 2.5h2.3c.9 0 1.6-.6 1.6-1.4 0-.6-.5-1.1-1.2-1.1zM118.4 29.1l1.8-8.5h3.9l-1.8 8.5c-.8 3.6-3.5 6.4-7.4 6.4s-6.7-2.8-5.9-6.4l1.8-8.5h3.9l-1.8 8.5c-.4 1.7.8 2.9 2.2 2.9 1.6 0 2.9-1.2 3.3-2.9M131 30.8c0-1.6-5.6-1.8-5.6-5.6 0-2.6 2.2-5 6.1-5 3.5 0 5.1 2.1 5.1 2.1l-2.7 2.3s-1-1-2.4-1c-1 0-1.7.5-1.7 1.2 0 1.6 5.6 1.7 5.6 5.5 0 3-2.2 5.3-6.3 5.3-3.8 0-5.9-2.5-5.9-2.5l2.7-2.3s1.3 1.5 3.2 1.5c.9-.1 1.9-.4 1.9-1.5M144 30.8c0-1.6-5.6-1.8-5.6-5.6 0-2.6 2.2-5 6.1-5 3.5 0 5.1 2.1 5.1 2.1l-2.7 2.3s-1-1-2.4-1c-1 0-1.7.5-1.7 1.2 0 1.6 5.6 1.7 5.6 5.5 0 3-2.2 5.3-6.3 5.3-3.8 0-5.9-2.5-5.9-2.5l2.7-2.3s1.3 1.5 3.2 1.5c.9-.1 1.9-.4 1.9-1.5M160 31.8l-.7 3.3h-9.6l3.1-14.5h9.6l-.7 3.3h-5.6l-.5 2.3h5.6l-.7 3.1h-5.6l-.5 2.5zM178.6 20.6l-3.1 14.5h-3.3l-4.6-8.1-1.7 8.1H162l3.1-14.5h3.4l4.6 8.1 1.7-8.1z"
|
|
1513
1513
|
})), /*#__PURE__*/React.createElement(Path, {
|
|
1514
|
-
fill: "
|
|
1514
|
+
fill: "currentColor",
|
|
1515
1515
|
strokeWidth: 0,
|
|
1516
1516
|
d: "M304.29 2v47.7H195.1V2zm2-2H193.1v51.7h113.19z"
|
|
1517
1517
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1518
|
-
fill: "
|
|
1518
|
+
fill: "currentColor",
|
|
1519
1519
|
strokeWidth: 0
|
|
1520
1520
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1521
1521
|
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"
|
|
1522
1522
|
})));
|
|
1523
1523
|
}
|
|
1524
|
-
var ForwardRef$
|
|
1524
|
+
var ForwardRef$4M = /*#__PURE__*/forwardRef(FlybussenIcon);
|
|
1525
1525
|
|
|
1526
1526
|
function FramIcon(props, ref) {
|
|
1527
1527
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1529,10 +1529,10 @@ function FramIcon(props, ref) {
|
|
|
1529
1529
|
viewBox: "0 0 48 13",
|
|
1530
1530
|
width: props.width || props.size || 16,
|
|
1531
1531
|
height: props.height || props.size || 16,
|
|
1532
|
-
color: props.color || '#
|
|
1532
|
+
color: props.color || '#fff',
|
|
1533
1533
|
ref: ref
|
|
1534
1534
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1535
|
-
fill: "
|
|
1535
|
+
fill: "currentColor",
|
|
1536
1536
|
clipPath: "url(#a)"
|
|
1537
1537
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1538
1538
|
d: "M.076 10.976h.372l.45 1.291.512-1.29h.358v1.536h-.293v-.771l.008-.315-.418 1.086H.716l-.368-1.102.02.33v.773H.075zM2.024 12.474l.139-.15a.7.7 0 0 1-.105-.393c0-.4.235-.633.582-.633q.238 0 .373.11l.129-.136.092.093-.127.14a.75.75 0 0 1 .103.414c0 .409-.248.617-.587.617a.58.58 0 0 1-.368-.115l-.135.146zm.805-.872a.26.26 0 0 0-.195-.074c-.227 0-.29.19-.29.394 0 .065.007.13.029.182zm.092.317a.6.6 0 0 0-.028-.191l-.458.502a.28.28 0 0 0 .203.074c.227 0 .283-.17.283-.384zM3.474 11.326h.285v.159c.056-.08.17-.183.315-.183a.5.5 0 0 1 .152.02l-.04.239a.6.6 0 0 0-.15-.013.37.37 0 0 0-.277.135v.83h-.285zM4.276 11.94c0-.485.242-.642.572-.642.338 0 .475.226.475.598V12h-.762c0 .26.16.305.368.305.082 0 .22-.029.317-.048l.045.224a1.5 1.5 0 0 1-.413.059c-.369-.001-.602-.135-.602-.6m.754-.133c.002-.179-.069-.302-.21-.302-.142 0-.24.106-.253.302zM6.013 11.93c0-.4.236-.634.583-.634.39 0 .57.232.57.624 0 .408-.249.619-.587.619-.362 0-.566-.23-.566-.608m.864-.01c0-.202-.056-.394-.287-.394-.228 0-.29.192-.29.396 0 .22.071.385.294.385.227 0 .283-.172.283-.387M7.445 12.939l.047-.235c.107.024.265.048.355.048.18 0 .303-.026.303-.235v-.063a.36.36 0 0 1-.221.079c-.268 0-.57-.07-.57-.607 0-.415.279-.63.615-.63.165 0 .293.022.458.054v1.198c0 .326-.278.452-.542.452q-.226-.004-.445-.061m.702-.685v-.696a.7.7 0 0 0-.175-.024c-.234 0-.328.163-.328.393 0 .283.114.379.302.379a.45.45 0 0 0 .201-.052M10.059 12.228l-.212-.282a1 1 0 0 1-.105.006h-.148v.561H9.3v-1.537h.553c.322 0 .549.153.549.483 0 .174-.082.33-.26.417l.188.235c.09.11.19.165.323.2l-.064.228c-.218-.01-.382-.124-.53-.31m-.304-.493c.222 0 .344-.085.344-.265 0-.187-.085-.259-.293-.259h-.212v.524zM10.773 11.93c0-.4.235-.634.582-.634.39 0 .57.232.57.624 0 .408-.248.619-.587.619-.362 0-.565-.23-.565-.608m.863-.01c0-.202-.056-.394-.287-.394-.227 0-.29.192-.29.396 0 .22.071.385.294.385.227 0 .284-.172.284-.387zM12.189 11.326h.285v.129a.64.64 0 0 1 .379-.159c.174 0 .279.072.326.179.09-.081.244-.179.409-.179.366 0 .37.263.37.465v.752h-.284v-.72c0-.16-.035-.245-.185-.245a.56.56 0 0 0-.28.098 1 1 0 0 1 .006.113v.754h-.283v-.72c0-.171-.032-.243-.18-.243a.6.6 0 0 0-.278.095v.867h-.285zM14.21 12.489l.034-.224c.123.02.242.04.333.04.182 0 .235-.057.235-.122 0-.183-.589-.111-.589-.53 0-.24.214-.357.458-.357q.181 0 .352.06l-.047.216c-.092-.022-.18-.043-.304-.043-.13 0-.174.058-.174.108 0 .19.585.137.585.53 0 .298-.293.372-.488.372a1.4 1.4 0 0 1-.395-.05M15.275 11.909c0-.409.27-.613.604-.613a1 1 0 0 1 .184.02v-.442h.284v1.64h-.285v-.097a.4.4 0 0 1-.278.116c-.225 0-.51-.105-.51-.624m.788.306v-.664a.7.7 0 0 0-.18-.024c-.231 0-.323.167-.323.389 0 .282.121.376.274.376a.54.54 0 0 0 .229-.077M16.601 12.183c0-.298.265-.359.482-.361l.231-.002v-.105c0-.136-.078-.17-.246-.17-.111 0-.24.031-.326.053l-.058-.215q.212-.082.435-.084c.324 0 .474.098.474.352v.578c0 .057.047.07.107.074l-.013.222h-.062c-.125 0-.26-.03-.285-.135a.6.6 0 0 1-.364.143c-.238 0-.375-.122-.375-.35m.713.047v-.235l-.216.009c-.135.002-.22.059-.22.156 0 .105.072.144.162.144.099 0 .214-.054.274-.074M17.979 10.874h.285v1.64h-.285zM19.127 11.535h-.172v-.209h.172v-.082c0-.337.201-.424.433-.424a.6.6 0 0 1 .2.028l-.048.23a1 1 0 0 0-.139-.01c-.111 0-.159.065-.159.191v.067h.251v.209h-.25v1.41h-.288zM20.25 12.513h-.11l-.391-1.187h.306l.223.759.054.2.062-.198.255-.76h.29l-.573 1.665h-.275zM21.13 10.874h.286v1.64h-.285zM21.75 10.874h.285v.97l.406-.516h.312l-.452.548.192.235a.56.56 0 0 0 .294.206l-.039.22a.52.52 0 0 1-.441-.229l-.272-.359v.563h-.285zM22.92 11.94c0-.485.242-.642.572-.642.338 0 .476.226.476.598V12h-.763c0 .26.16.305.369.305.081 0 .22-.029.316-.048l.046.224a1.5 1.5 0 0 1-.414.059c-.368-.001-.602-.135-.602-.6m.754-.133c.002-.179-.069-.302-.21-.302s-.24.106-.253.302zM24.148 12.489l.034-.224c.122.02.242.04.332.04.182 0 .236-.057.236-.122 0-.183-.59-.111-.59-.53 0-.24.215-.357.46-.357q.18 0 .35.06l-.046.216c-.093-.022-.18-.043-.305-.043-.13 0-.173.058-.173.108 0 .19.585.137.585.53 0 .298-.294.372-.489.372a1.4 1.4 0 0 1-.394-.05M25.284 10.874h.285v.97l.404-.516h.313l-.452.548.192.235a.56.56 0 0 0 .294.206l-.038.22a.52.52 0 0 1-.442-.229l-.272-.359v.563h-.285zM26.453 11.93c0-.4.236-.634.583-.634.39 0 .57.232.57.624 0 .408-.248.619-.587.619-.361 0-.566-.23-.566-.608m.864-.01c0-.202-.056-.394-.287-.394-.227 0-.29.192-.29.396 0 .22.071.385.294.385.227 0 .283-.172.283-.387M27.87 11.326h.285v.129a.64.64 0 0 1 .38-.159c.173 0 .278.072.325.179.09-.081.244-.179.41-.179.366 0 .37.263.37.465v.752h-.285v-.72c0-.16-.034-.245-.184-.245a.56.56 0 0 0-.28.098 1 1 0 0 1 .006.113v.754h-.283v-.72c0-.171-.032-.243-.18-.243a.6.6 0 0 0-.279.095v.867h-.285zM29.968 11.326h.285v.129a.64.64 0 0 1 .379-.159c.173 0 .278.072.326.179.09-.081.244-.179.409-.179.366 0 .37.263.37.465v.752h-.284v-.72c0-.16-.035-.245-.185-.245a.56.56 0 0 0-.28.098 1 1 0 0 1 .006.113v.754h-.283v-.72c0-.171-.032-.243-.18-.243a.6.6 0 0 0-.278.095v.867h-.285zM32.061 12.072v-.746h.285v.713c0 .171.028.245.182.245a.7.7 0 0 0 .305-.093v-.865h.285v1.187h-.285v-.128c-.077.057-.228.154-.395.154-.351 0-.377-.224-.377-.467M33.45 11.326h.285v.127c.086-.063.23-.156.392-.156.358 0 .381.219.381.465v.752h-.283v-.72c0-.18-.034-.246-.19-.246a.65.65 0 0 0-.3.094v.871h-.285zM34.766 11.94c0-.485.242-.642.572-.642.338 0 .475.226.475.598V12h-.763c0 .26.16.305.368.305.082 0 .22-.029.317-.048l.046.224a1.5 1.5 0 0 1-.414.059c-.368-.001-.601-.135-.601-.6m.754-.133c.002-.179-.069-.302-.21-.302-.144 0-.24.106-.253.302zM18.531 0h2.919l3.665 9.56H22.81l-2.772-7.843-2.333 7.843h-1.899l-.073-1.23zM2.348 5.828V9.56H.083V0h7.51l-.556 1.799H2.348v2.794m0 0h3.285v1.663H2.348"
|
|
@@ -1545,11 +1545,11 @@ function FramIcon(props, ref) {
|
|
|
1545
1545
|
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
1546
1546
|
id: "a"
|
|
1547
1547
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1548
|
-
fill: "
|
|
1548
|
+
fill: "currentColor",
|
|
1549
1549
|
d: "M0 0H48V13H0z"
|
|
1550
1550
|
}))));
|
|
1551
1551
|
}
|
|
1552
|
-
var ForwardRef$
|
|
1552
|
+
var ForwardRef$4L = /*#__PURE__*/forwardRef(FramIcon);
|
|
1553
1553
|
|
|
1554
1554
|
function GOAIcon(props, ref) {
|
|
1555
1555
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1559,7 +1559,7 @@ function GOAIcon(props, ref) {
|
|
|
1559
1559
|
viewBox: "0 0 56.732 16",
|
|
1560
1560
|
width: props.width || props.size || 16,
|
|
1561
1561
|
height: props.height || props.size || 16,
|
|
1562
|
-
color: props.color || '#
|
|
1562
|
+
color: props.color || '#fff',
|
|
1563
1563
|
ref: ref
|
|
1564
1564
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1565
1565
|
fill: "currentColor",
|
|
@@ -1572,7 +1572,7 @@ function GOAIcon(props, ref) {
|
|
|
1572
1572
|
d: "M17.739 6.605 15.776 9.686 18.316 9.686 19.314 8.032 20.127 6.605z"
|
|
1573
1573
|
}));
|
|
1574
1574
|
}
|
|
1575
|
-
var ForwardRef$
|
|
1575
|
+
var ForwardRef$4K = /*#__PURE__*/forwardRef(GOAIcon);
|
|
1576
1576
|
|
|
1577
1577
|
function GetAroundIcon(props, ref) {
|
|
1578
1578
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1580,14 +1580,14 @@ function GetAroundIcon(props, ref) {
|
|
|
1580
1580
|
viewBox: "0 0 76 76",
|
|
1581
1581
|
width: props.width || props.size || 16,
|
|
1582
1582
|
height: props.height || props.size || 16,
|
|
1583
|
-
color: props.color || '#
|
|
1583
|
+
color: props.color || '#fff',
|
|
1584
1584
|
ref: ref
|
|
1585
1585
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1586
1586
|
fill: "#BC00CC",
|
|
1587
1587
|
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"
|
|
1588
1588
|
}));
|
|
1589
1589
|
}
|
|
1590
|
-
var ForwardRef$
|
|
1590
|
+
var ForwardRef$4J = /*#__PURE__*/forwardRef(GetAroundIcon);
|
|
1591
1591
|
|
|
1592
1592
|
function HykeIcon(props, ref) {
|
|
1593
1593
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1595,10 +1595,10 @@ function HykeIcon(props, ref) {
|
|
|
1595
1595
|
viewBox: "0 0 482.13 147.98",
|
|
1596
1596
|
width: props.width || props.size || 16,
|
|
1597
1597
|
height: props.height || props.size || 16,
|
|
1598
|
-
color: props.color || '#
|
|
1598
|
+
color: props.color || '#fff',
|
|
1599
1599
|
ref: ref
|
|
1600
1600
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1601
|
-
fill: "
|
|
1601
|
+
fill: "currentColor",
|
|
1602
1602
|
"data-name": "Layer 1"
|
|
1603
1603
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1604
1604
|
d: "M464.65 29.45h-68.46c-9.72 0-17.08 6.14-21.28 14.47l-21 41.18c-3.69 7.25-14.5 32.81 18.7 32.81h64c9.36-.59 13.79-4.63 17.83-11l2.93-5.74h-61c-5.69 0-9.27-2.43-6-10.11l6.1-12.73h62.48c5.92 0 11.36-3.26 14.14-8.48L478.88 59c3.82-8.89 8.7-26.96-14.23-29.55m-23.48 32a12.31 12.31 0 0 1-10.95 6.59h-28.9l1.36-2.88 7.43-14.55c.5-.98 1.22-1.83 2.1-2.49a7.34 7.34 0 0 1 4.35-1.46h32.17zM15.2 30.52c8.42 0 15.26-6.82 15.28-15.24v-.08C30.46 6.78 23.62-.02 15.2 0S-.02 6.86 0 15.28v.08c-.02 8.36 6.74 15.14 15.1 15.16zM1.77 15.28C1.69 7.87 7.62 1.8 15.03 1.72h.25c7.34-.08 13.35 5.81 13.43 13.15v.41c.08 7.41-5.85 13.48-13.26 13.56h-.25c-7.34.08-13.35-5.81-13.43-13.15z",
|
|
@@ -1608,7 +1608,7 @@ function HykeIcon(props, ref) {
|
|
|
1608
1608
|
className: "cls-1"
|
|
1609
1609
|
})));
|
|
1610
1610
|
}
|
|
1611
|
-
var ForwardRef$
|
|
1611
|
+
var ForwardRef$4I = /*#__PURE__*/forwardRef(HykeIcon);
|
|
1612
1612
|
|
|
1613
1613
|
function InnlandstrafikkIcon(props, ref) {
|
|
1614
1614
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1618,7 +1618,7 @@ function InnlandstrafikkIcon(props, ref) {
|
|
|
1618
1618
|
viewBox: "0 0 77.331 16",
|
|
1619
1619
|
width: props.width || props.size || 16,
|
|
1620
1620
|
height: props.height || props.size || 16,
|
|
1621
|
-
color: props.color || '#
|
|
1621
|
+
color: props.color || '#fff',
|
|
1622
1622
|
ref: ref
|
|
1623
1623
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1624
1624
|
fill: "currentColor"
|
|
@@ -1626,7 +1626,7 @@ function InnlandstrafikkIcon(props, ref) {
|
|
|
1626
1626
|
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"
|
|
1627
1627
|
})));
|
|
1628
1628
|
}
|
|
1629
|
-
var ForwardRef$
|
|
1629
|
+
var ForwardRef$4H = /*#__PURE__*/forwardRef(InnlandstrafikkIcon);
|
|
1630
1630
|
|
|
1631
1631
|
function KolumbusIcon(props, ref) {
|
|
1632
1632
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1636,7 +1636,7 @@ function KolumbusIcon(props, ref) {
|
|
|
1636
1636
|
viewBox: "0 0 69.4 16",
|
|
1637
1637
|
width: props.width || props.size || 16,
|
|
1638
1638
|
height: props.height || props.size || 16,
|
|
1639
|
-
color: props.color || '#
|
|
1639
|
+
color: props.color || '#fff',
|
|
1640
1640
|
ref: ref
|
|
1641
1641
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1642
1642
|
fill: "currentColor",
|
|
@@ -1658,7 +1658,7 @@ function KolumbusIcon(props, ref) {
|
|
|
1658
1658
|
d: "M0 2 0 5.3 3.8 7.4 6.9 5.7z"
|
|
1659
1659
|
}));
|
|
1660
1660
|
}
|
|
1661
|
-
var ForwardRef$
|
|
1661
|
+
var ForwardRef$4G = /*#__PURE__*/forwardRef(KolumbusIcon);
|
|
1662
1662
|
|
|
1663
1663
|
function KolumbusBysykkelIcon(props, ref) {
|
|
1664
1664
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1668,7 +1668,7 @@ function KolumbusBysykkelIcon(props, ref) {
|
|
|
1668
1668
|
viewBox: "0 0 16 16",
|
|
1669
1669
|
width: props.width || props.size || 16,
|
|
1670
1670
|
height: props.height || props.size || 16,
|
|
1671
|
-
color: props.color || '#
|
|
1671
|
+
color: props.color || '#fff',
|
|
1672
1672
|
ref: ref
|
|
1673
1673
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1674
1674
|
fill: "#3CB454",
|
|
@@ -1678,7 +1678,7 @@ function KolumbusBysykkelIcon(props, ref) {
|
|
|
1678
1678
|
d: "M3.45 1 3.45 4.85 7.883 7.3 11.5 5.317z"
|
|
1679
1679
|
}));
|
|
1680
1680
|
}
|
|
1681
|
-
var ForwardRef$
|
|
1681
|
+
var ForwardRef$4F = /*#__PURE__*/forwardRef(KolumbusBysykkelIcon);
|
|
1682
1682
|
|
|
1683
1683
|
function LimeIcon(props, ref) {
|
|
1684
1684
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1688,10 +1688,10 @@ function LimeIcon(props, ref) {
|
|
|
1688
1688
|
viewBox: "0 0 16 16",
|
|
1689
1689
|
width: props.width || props.size || 16,
|
|
1690
1690
|
height: props.height || props.size || 16,
|
|
1691
|
-
color: props.color || '#
|
|
1691
|
+
color: props.color || '#fff',
|
|
1692
1692
|
ref: ref
|
|
1693
1693
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1694
|
-
fill: "#
|
|
1694
|
+
fill: "#0D0"
|
|
1695
1695
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1696
1696
|
d: "M8 1.794c3.422 0 6.206 2.784 6.206 6.206S11.422 14.206 8 14.206 1.794 11.422 1.794 8 4.578 1.794 8 1.794M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1"
|
|
1697
1697
|
}), /*#__PURE__*/React.createElement(Circle, {
|
|
@@ -1702,7 +1702,7 @@ function LimeIcon(props, ref) {
|
|
|
1702
1702
|
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"
|
|
1703
1703
|
})));
|
|
1704
1704
|
}
|
|
1705
|
-
var ForwardRef$
|
|
1705
|
+
var ForwardRef$4E = /*#__PURE__*/forwardRef(LimeIcon);
|
|
1706
1706
|
|
|
1707
1707
|
function MoveAboutIcon(props, ref) {
|
|
1708
1708
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1712,7 +1712,7 @@ function MoveAboutIcon(props, ref) {
|
|
|
1712
1712
|
viewBox: "0 0 16 16",
|
|
1713
1713
|
width: props.width || props.size || 16,
|
|
1714
1714
|
height: props.height || props.size || 16,
|
|
1715
|
-
color: props.color || '#
|
|
1715
|
+
color: props.color || '#fff',
|
|
1716
1716
|
ref: ref
|
|
1717
1717
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1718
1718
|
fill: "#5BD6FF"
|
|
@@ -1724,7 +1724,7 @@ function MoveAboutIcon(props, ref) {
|
|
|
1724
1724
|
transform: "matrix(1.63557 0 0 1.63557 -92.815 545.086)"
|
|
1725
1725
|
})));
|
|
1726
1726
|
}
|
|
1727
|
-
var ForwardRef$
|
|
1727
|
+
var ForwardRef$4D = /*#__PURE__*/forwardRef(MoveAboutIcon);
|
|
1728
1728
|
|
|
1729
1729
|
function NordlandIcon(props, ref) {
|
|
1730
1730
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1732,10 +1732,10 @@ function NordlandIcon(props, ref) {
|
|
|
1732
1732
|
viewBox: "0 0 51 16",
|
|
1733
1733
|
width: props.width || props.size || 16,
|
|
1734
1734
|
height: props.height || props.size || 16,
|
|
1735
|
-
color: props.color || '#
|
|
1735
|
+
color: props.color || '#fff',
|
|
1736
1736
|
ref: ref
|
|
1737
1737
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1738
|
-
fill: "
|
|
1738
|
+
fill: "currentColor",
|
|
1739
1739
|
clipPath: "url(#a)"
|
|
1740
1740
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1741
1741
|
fillRule: "evenodd",
|
|
@@ -1746,12 +1746,12 @@ function NordlandIcon(props, ref) {
|
|
|
1746
1746
|
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
1747
1747
|
id: "a"
|
|
1748
1748
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1749
|
-
fill: "
|
|
1749
|
+
fill: "currentColor",
|
|
1750
1750
|
d: "M0 0H51V15H0z",
|
|
1751
1751
|
transform: "translate(0 .448)"
|
|
1752
1752
|
}))));
|
|
1753
1753
|
}
|
|
1754
|
-
var ForwardRef$
|
|
1754
|
+
var ForwardRef$4C = /*#__PURE__*/forwardRef(NordlandIcon);
|
|
1755
1755
|
|
|
1756
1756
|
function OsloBysykkelIcon(props, ref) {
|
|
1757
1757
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1761,14 +1761,14 @@ function OsloBysykkelIcon(props, ref) {
|
|
|
1761
1761
|
viewBox: "0 0 16 16",
|
|
1762
1762
|
width: props.width || props.size || 16,
|
|
1763
1763
|
height: props.height || props.size || 16,
|
|
1764
|
-
color: props.color || '#
|
|
1764
|
+
color: props.color || '#fff',
|
|
1765
1765
|
ref: ref
|
|
1766
1766
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1767
1767
|
fill: "#005FC9",
|
|
1768
1768
|
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"
|
|
1769
1769
|
}));
|
|
1770
1770
|
}
|
|
1771
|
-
var ForwardRef$
|
|
1771
|
+
var ForwardRef$4B = /*#__PURE__*/forwardRef(OsloBysykkelIcon);
|
|
1772
1772
|
|
|
1773
1773
|
function OstfoldIcon(props, ref) {
|
|
1774
1774
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1778,7 +1778,7 @@ function OstfoldIcon(props, ref) {
|
|
|
1778
1778
|
viewBox: "0 0 74.153 16",
|
|
1779
1779
|
width: props.width || props.size || 16,
|
|
1780
1780
|
height: props.height || props.size || 16,
|
|
1781
|
-
color: props.color || '#
|
|
1781
|
+
color: props.color || '#fff',
|
|
1782
1782
|
ref: ref
|
|
1783
1783
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1784
1784
|
fill: "currentColor"
|
|
@@ -1786,17 +1786,17 @@ function OstfoldIcon(props, ref) {
|
|
|
1786
1786
|
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"
|
|
1787
1787
|
})));
|
|
1788
1788
|
}
|
|
1789
|
-
var ForwardRef$
|
|
1789
|
+
var ForwardRef$4A = /*#__PURE__*/forwardRef(OstfoldIcon);
|
|
1790
1790
|
|
|
1791
1791
|
function ReisNordlandIcon(props, ref) {
|
|
1792
1792
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1793
1793
|
viewBox: "0 0 641 329",
|
|
1794
1794
|
width: props.width || props.size || 16,
|
|
1795
1795
|
height: props.height || props.size || 16,
|
|
1796
|
-
color: props.color || '#
|
|
1796
|
+
color: props.color || '#fff',
|
|
1797
1797
|
ref: ref
|
|
1798
1798
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1799
|
-
fill: "
|
|
1799
|
+
fill: "currentColor",
|
|
1800
1800
|
"data-name": "Layer_1"
|
|
1801
1801
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1802
1802
|
d: "M613.6 162.1c-.7 3.4-2.2 6.5-3.9 9.1-5.2 8-12.9 12.5-22 14.3-15.9 3.2-31.4 1.9-46.7-4.7 1.1-6.4 2.1-12.5 3.1-18 8.4 1.8 16.6 4.1 24.9 5.2 4.3.6 9-.3 13.3-1.4 4.2-1 6.6-4.3 6.8-8.8.2-4.4-1.8-7.5-5.8-9-6.2-2.4-12.5-4.4-18.7-6.8-3.6-1.3-7.2-2.6-10.6-4.4-9.9-5.1-15.2-13.1-15.1-24.4 0-11.4 5.3-19.8 15-25.3 11.2-6.3 23.3-6.3 35.5-4.5 6.6 1 13.1 3.1 20.1 4.8-3.2 6.2-8.7 17.1-8.7 17.1-2.2-1.3-12.5-3.7-17.8-3.9-4.1 0-8.3.2-12.3 1.1s-6.7 3.7-7 8.1c-.3 4.1 1.7 7.2 5.3 8.8 4.8 2.1 10 3.6 14.9 5.6 6.1 2.5 12.4 4.7 18.2 7.9 3.8 2.1 6.7 5 8.8 8.6s2.9 7.4 3.1 11.4.2 5.1-.3 9.1ZM96.3 197.7c-11.3-.6-21.5-3.5-30.6-9.5-8-5.2-16-10.3-26.2-10v-38.1c9.4-.3 18 1.5 26.3 5.3 3 1.4 6 2.9 8.7 4.9 16.6 12.1 33.1 12.1 49.8.1 11.2-8 24.1-10.8 37.8-10.4 13.1.4 24.8 4.7 35.4 12.1 7.5 5.3 15.7 7.6 24.9 7.1 7.7-.4 14.1-3.6 20.2-7.8 10.3-7 21.5-11.2 34.1-11.4.8 0 1.6 0 2.7.1v38c-10.8-.4-18.9 5.9-27.8 10.9-22.1 12.3-44.1 11.7-66-.9-5.9-3.4-11.8-7.1-18.2-8.9-10.4-2.9-20.4-.4-29.4 5.8-10 7-20.9 11.7-33.3 12.3-2.7.1-5.3.1-8.4.2zM279.3 105.9v3.7h-241v-4.4c19.7-14.8 43.1-32 63-46.6.4-.3.9-.4 1.5-.7 19 13.7 37.9 27.5 57.1 41.4C179 85.4 198 71.7 217.3 57.7M435 140.4h-18.4c-1.8 9.4 2.6 18.8 11.4 23.6 11.2 6.1 23.2 5 35.1 2.5 3.6-.7 7-2.1 10.9-3.4 1.1 6 2.2 12 3.4 18.9-6.7 1.5-13.1 3.7-19.5 4.1-9.4.6-19.1 1-28.3-.6-23.8-4.2-38.1-21-39.1-45.5-.3-7.8.5-16.1 2.7-23.6 8.5-29.1 43.4-43.1 70.1-28.4 13.1 7.2 19.1 19.1 20.5 33.5.6 6.1 0 12.3 0 19H435m-6.9-37.2c-7 4.6-10.6 11.2-11.6 19.6H458c.8-18.1-12.6-27.1-29.9-19.6M326.9 115V84.2h19.3c1 5.3 2 10.8 3.2 17.2 10.8-18.9 26.4-23.3 46.4-16.3-4.8 6.6-9.2 12.7-13.7 18.6-.7.9-2.1 1.5-3.3 1.6-17.6 1.2-26.4 9.8-26.9 27.4-.4 15.5-.1 31-.2 46.5v4.7h-24.9V115zM523.9 122v62h-25.8v-4.8c0-16.5.1-33 0-49.4 0-3.9 1-7 3.3-10 4.6-5.9 8.8-12 13.7-18.6h-14.2c-1.2-7-2.4-13.7-3.5-20.6H524v41.5ZM104.4 230.9h1.1v35H39.2v-35.1M133.1 266.4h-6.6v-35.2h66v35.2zM213.2 253v-21.8h66.2V266h-66.2zM459.8 263.9c-9.9 6.5-21 2.6-23.7-8.4-1-4-1-8.6-.2-12.7 1.9-9.9 10.8-14.7 20.4-11.7 1.1.3 2.1.8 3.7 1.4v-16.9h8.8v50.3c-3.6 2.1-6.1-.2-8.9-2m-7.2-27c-5.3.3-7.7 3.8-8.4 8.4-.8 5-.8 10.4 4.1 13.5 2 1.3 5.7 1.4 7.9.5 1.8-.8 3.1-3.9 3.6-6.2.6-2.9 0-6 .2-9 .5-5-2-7-7.4-7.3ZM606.5 217.1c0 15.7 0 31.3-.2 47.5-.7.9-1.1 1.3-1.4 1.7-1.1 0-2.1 0-3.7-.2-.8-.5-1.1-.8-1.4-1-.9-.3-2-1.2-2.5-.9-11.9 6.8-23.5.7-24.5-13-.9-11.9 4.1-19.8 13.6-20.8 3.5-.4 7.1.7 11.2 1.2v-16.4c2.5 0 4.5 0 6.9.3 1 .7 1.5 1.1 2 1.5m-8.7 32.4v-4c.5-4.5-.6-7.9-5.8-8.5-4.7-.6-8.7 2.1-9.8 7.1-.5 2.1-.5 4.3-.4 6.4.4 6.3 3.8 10.1 8.8 10 5.1-.1 7.2-3 7.2-11M398.4 260.3c-7.2 7.5-17.9 8.9-25.5 3.6-6.8-4.9-9-15.9-4.8-24.4 3.8-7.7 13.1-11.2 22.3-8.5 9.7 2.9 14.4 14.3 10.3 25-.5 1.4-1.4 2.6-2.3 4.3m-6.8-18.1c-1.6-3.5-4.3-5.9-8.2-5-2.4.5-6 2.4-6.4 4.3-1 4.5-1 9.4-.2 13.9.6 3.5 3.9 5.1 7.7 5s6.6-2.2 7.2-5.7c.6-3.8.1-7.8-.1-12.4ZM336 243.5v22.6h-8.8V231h6.5c.5 1 1.1 2.3 1.7 3.8 1.4-.9 2.7-1.9 4.2-2.7 10.2-5.6 19.5-.2 19.5 11.3v21.5c0 .3-.1.6-.3 1.2h-8.6v-21c0-3.5-.3-6.8-4.5-7.8-3.6-.9-8.1 1.9-9.6 6.3h-.1ZM524.6 263v1.3c0 .6-.2.4-.3.6-.3.4-.6.6-.8.8s-.7.4-1 .4c-.8 0-1.7 0-2.7-.2s-.4-.1-.6-.2c-.8-.5-1.2-.8-1.6-.9-.7-.3-1.6-1-2.2-.8-3.6.9-7.2 2.6-10.8 2.7-5.5.2-9.5-3.4-10.4-8.2-1-5.5 1.5-10.5 7.1-12.2 4.1-1.3 8.5-1.5 12.9-2.1s1.3-.8 1.3-1.5c0-6.2-4.2-7.3-14.6-3.5s-1.6 0-1.9-.8-1-2-1.5-2.9-.1-1.7.6-2.1c9.2-5.4 19.1-4.5 24 2.3s1.7 3.6 1.6 5.6c-.3 6.8-.5 13.1-.5 19.3s.9 1.5 1.4 2.3m-11.8-3.5c3.2-1.8 3.5-4.3 2.8-7.4s-.8-1.3-1.6-1.2c-2 0-3.8 0-5.7.5-3.2.6-5.8 2.2-5.1 5.9.6 3.5 3.6 3.9 6.6 3.5.8-.1 1.6-.5 3-1.1ZM535 231.1c3-.3 6.2-1.3 6.3 3.6 2.8-1.3 5.3-3 8-3.8 9.1-2.7 15.7 1.9 16 11.3.3 7.3 0 14.6-.3 22.5-.6.9-.8 1.2-1.1 1.5-1.7 0-3.4.2-5.7-.1l-1.5-1c0-6.8-.2-13.6-.3-20.4 0-5.1-2.1-7.5-6-7.4-4.7.2-8.1 3.5-8.2 8 0 6.3 0 12.6-.4 19.5l-1 1.5c-1.7 0-3.4.2-5.7-.1l-1.5-1c0-10.7-.2-21.3 0-32.6.6-.8.8-1.1 1.1-1.3l.2-.2ZM486.9 249v17.2h-8.7v-50.7h8.7zM417.9 265.4c-2.8.7-5.6.9-8.6 1.2v-35.5h6.5c.4 1.6.8 3.2 1.4 5.2 4.2-5.5 9.1-7.6 16-4.9-.4 2.1-.8 4.3-1.2 6.7-2-.1-3.8-.4-5.6-.4-5 .2-8.2 3.6-8.4 9.3-.2 6 0 12-.2 18.4zM605.1 266.4c.2-.5.5-.9 1.1-1.3 0 .4-.5 1-1.1 1.3"
|
|
@@ -1804,7 +1804,7 @@ function ReisNordlandIcon(props, ref) {
|
|
|
1804
1804
|
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"
|
|
1805
1805
|
})));
|
|
1806
1806
|
}
|
|
1807
|
-
var ForwardRef$
|
|
1807
|
+
var ForwardRef$4z = /*#__PURE__*/forwardRef(ReisNordlandIcon);
|
|
1808
1808
|
|
|
1809
1809
|
function RuterIcon(props, ref) {
|
|
1810
1810
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1814,14 +1814,14 @@ function RuterIcon(props, ref) {
|
|
|
1814
1814
|
viewBox: "0 0 55.9 16",
|
|
1815
1815
|
width: props.width || props.size || 16,
|
|
1816
1816
|
height: props.height || props.size || 16,
|
|
1817
|
-
color: props.color || '#
|
|
1817
|
+
color: props.color || '#fff',
|
|
1818
1818
|
ref: ref
|
|
1819
1819
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1820
|
-
fill: "
|
|
1820
|
+
fill: "currentColor",
|
|
1821
1821
|
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"
|
|
1822
1822
|
}));
|
|
1823
1823
|
}
|
|
1824
|
-
var ForwardRef$
|
|
1824
|
+
var ForwardRef$4y = /*#__PURE__*/forwardRef(RuterIcon);
|
|
1825
1825
|
|
|
1826
1826
|
function RuterNoTextIcon(props, ref) {
|
|
1827
1827
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1829,14 +1829,14 @@ function RuterNoTextIcon(props, ref) {
|
|
|
1829
1829
|
viewBox: "0 0 692.83 600",
|
|
1830
1830
|
width: props.width || props.size || 16,
|
|
1831
1831
|
height: props.height || props.size || 16,
|
|
1832
|
-
color: props.color || '#
|
|
1832
|
+
color: props.color || '#fff',
|
|
1833
1833
|
ref: ref
|
|
1834
1834
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1835
1835
|
fill: "#e60000",
|
|
1836
1836
|
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"
|
|
1837
1837
|
}));
|
|
1838
1838
|
}
|
|
1839
|
-
var ForwardRef$
|
|
1839
|
+
var ForwardRef$4x = /*#__PURE__*/forwardRef(RuterNoTextIcon);
|
|
1840
1840
|
|
|
1841
1841
|
function SJIcon(props, ref) {
|
|
1842
1842
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1846,7 +1846,7 @@ function SJIcon(props, ref) {
|
|
|
1846
1846
|
viewBox: "0 0 24 16",
|
|
1847
1847
|
width: props.width || props.size || 16,
|
|
1848
1848
|
height: props.height || props.size || 16,
|
|
1849
|
-
color: props.color || '#
|
|
1849
|
+
color: props.color || '#fff',
|
|
1850
1850
|
ref: ref
|
|
1851
1851
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1852
1852
|
fill: "currentColor",
|
|
@@ -1856,7 +1856,7 @@ function SJIcon(props, ref) {
|
|
|
1856
1856
|
transform: "translate(-161 -134) translate(161 134)"
|
|
1857
1857
|
}));
|
|
1858
1858
|
}
|
|
1859
|
-
var ForwardRef$
|
|
1859
|
+
var ForwardRef$4w = /*#__PURE__*/forwardRef(SJIcon);
|
|
1860
1860
|
|
|
1861
1861
|
function SkyssIcon(props, ref) {
|
|
1862
1862
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1864,16 +1864,16 @@ function SkyssIcon(props, ref) {
|
|
|
1864
1864
|
viewBox: "0 0 47 12",
|
|
1865
1865
|
width: props.width || props.size || 16,
|
|
1866
1866
|
height: props.height || props.size || 16,
|
|
1867
|
-
color: props.color || '#
|
|
1867
|
+
color: props.color || '#fff',
|
|
1868
1868
|
ref: ref
|
|
1869
1869
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1870
|
-
fill: "
|
|
1870
|
+
fill: "currentColor",
|
|
1871
1871
|
fillRule: "evenodd",
|
|
1872
1872
|
d: "m11.248 5.745 3.817 3.667h-2.137L9.763 6.33h-.3v3.082H7.828V0h1.635v5.145H9.8l3.015-2.295h2.175zM4.31 5.49c1.763.293 2.505.848 2.498 1.965 0 1.373-1.275 2.033-3.533 2.033-.72 0-1.567-.053-2.535-.143L.59 9.33l.195-1.102.023-.128.127.015c.975.105 1.628.143 2.28.143.653 0 1.148-.083 1.463-.218.307-.142.427-.307.435-.54 0-.255-.173-.465-.69-.652-.203-.075-.42-.12-1.005-.225-.833-.158-1.425-.278-1.718-.39C.935 5.963.5 5.37.508 4.605c0-1.237 1.095-1.807 3.075-1.807.697 0 1.642.045 2.52.15l.135.015-.18 1.192-.128-.015a17 17 0 0 0-2.032-.127c-.653 0-1.118.052-1.388.165-.27.12-.345.232-.352.45 0 .292.232.502.757.622.165.038.615.113 1.395.24m18.495 3.69V2.85h-1.703v5.318c-.442.06-.952.105-1.305.105-1.972 0-2.182-.593-2.182-1.673V2.85h-1.702v3.765c0 2.332 1.387 2.895 3.69 2.895.442 0 1.102-.075 1.484-.172v.034c-.007.374-.015.799-.285 1.068-.255.255-.81.3-1.68.3-.787 0-1.71-.098-2.49-.217l-.202 1.215c1.05.18 1.92.262 2.775.262 2.933 0 3.6-.848 3.6-2.82m4.913-3.69c1.762.292 2.512.848 2.497 1.965 0 1.373-1.275 2.033-3.54 2.025-.727 0-1.567-.053-2.535-.143l-.15-.014.195-1.103.023-.128.127.015c.975.106 1.627.143 2.28.143s1.148-.082 1.463-.217c.307-.143.427-.308.434-.54 0-.256-.172-.458-.69-.653-.202-.075-.42-.12-1.005-.225-.832-.158-1.425-.277-1.717-.39-.758-.27-1.2-.862-1.193-1.627.008-1.23 1.096-1.808 3.076-1.808.697 0 1.65.052 2.527.157l.142.015-.18 1.193-.127-.015a17 17 0 0 0-2.032-.127c-.653 0-1.118.052-1.388.165-.27.12-.345.232-.352.45 0 .284.232.502.757.622.158.037.608.112 1.388.24m9.555 1.965c.007-1.117-.736-1.673-2.498-1.965a37 37 0 0 1-1.387-.24c-.526-.12-.758-.338-.758-.622.008-.218.082-.33.352-.45.27-.113.736-.165 1.388-.165.638 0 1.268.037 2.033.127l.127.015.18-1.193-.142-.015a23 23 0 0 0-2.528-.157c-1.98 0-3.075.578-3.075 1.808-.008.765.427 1.357 1.192 1.627.293.113.886.232 1.718.39.585.105.803.15 1.005.225.517.195.69.397.69.652-.008.233-.127.398-.435.54-.315.136-.81.218-1.462.218-.653 0-1.306-.037-2.28-.143l-.128-.014-.023.127-.195 1.102.15.016c.968.09 1.808.142 2.536.142 2.265.008 3.54-.652 3.54-2.025m9.557-4.668h.043c.066-.001.127-.002.127.13 0 1.39-.04 2.78-.38 4.13-.3 1.21-.99 2.17-1.85 2.98q-.166.152-.336.297l-.154.133c-.08.08-.16.15-.24.22-.05.05-.09.08-.17.02-.93-.77-1.78-1.61-2.3-2.77-.36-.81-.49-1.67-.58-2.55-.08-.8-.1-1.6-.1-2.4 0-.16.04-.19.18-.19h5.76m-3.58.25h-2.11l2.79 3.7h-2.48c.08.37.19.74.35 1.09s.36.67.58.97c.44.61.97 1.14 1.56 1.63q.068-.05.127-.106l.063-.054.124-.108a6 6 0 0 0 .346-.312h-.01c.35-.33.66-.69.93-1.07a.2.2 0 0 1-.09.02h-3.05l1.6-2.11q.106-.142.215-.28t.215-.28c.37-.48.77-1.013 1.17-1.545.4-.533.8-1.065 1.17-1.545h-3.5",
|
|
1873
1873
|
clipRule: "evenodd"
|
|
1874
1874
|
}));
|
|
1875
1875
|
}
|
|
1876
|
-
var ForwardRef$
|
|
1876
|
+
var ForwardRef$4v = /*#__PURE__*/forwardRef(SkyssIcon);
|
|
1877
1877
|
|
|
1878
1878
|
function SkyssNoTextIcon(props, ref) {
|
|
1879
1879
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1881,14 +1881,14 @@ function SkyssNoTextIcon(props, ref) {
|
|
|
1881
1881
|
viewBox: "0 0 6.1 8",
|
|
1882
1882
|
width: props.width || props.size || 16,
|
|
1883
1883
|
height: props.height || props.size || 16,
|
|
1884
|
-
color: props.color || '#
|
|
1884
|
+
color: props.color || '#fff',
|
|
1885
1885
|
ref: ref
|
|
1886
1886
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1887
|
-
fill: "
|
|
1887
|
+
fill: "currentColor",
|
|
1888
1888
|
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"
|
|
1889
1889
|
}));
|
|
1890
1890
|
}
|
|
1891
|
-
var ForwardRef$
|
|
1891
|
+
var ForwardRef$4u = /*#__PURE__*/forwardRef(SkyssNoTextIcon);
|
|
1892
1892
|
|
|
1893
1893
|
function SnelandiaIcon(props, ref) {
|
|
1894
1894
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1896,10 +1896,10 @@ function SnelandiaIcon(props, ref) {
|
|
|
1896
1896
|
viewBox: "0 0 63 12",
|
|
1897
1897
|
width: props.width || props.size || 16,
|
|
1898
1898
|
height: props.height || props.size || 16,
|
|
1899
|
-
color: props.color || '#
|
|
1899
|
+
color: props.color || '#fff',
|
|
1900
1900
|
ref: ref
|
|
1901
1901
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1902
|
-
fill: "
|
|
1902
|
+
fill: "currentColor",
|
|
1903
1903
|
clipPath: "url(#a)"
|
|
1904
1904
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1905
1905
|
d: "M51.309 8.093q-.332.318-.769.464-.259.088-.534.12c-.201.023-.399.007-.598-.005a1.2 1.2 0 0 1-.24-.04c-.136-.037-.276-.07-.404-.13a2.6 2.6 0 0 1-.414-.241c-.36-.252-.604-.595-.782-.991a3.4 3.4 0 0 1-.24-.846 4.5 4.5 0 0 1-.02-1.148c.022-.229.074-.45.138-.667.123-.427.323-.818.618-1.157a2.26 2.26 0 0 1 1.34-.758c.238-.044.477-.058.716-.026.382.048.738.165 1.04.412.007.006.016.01.036.02.001-.032.006-.056.006-.08V.789c0-.085 0-.17.012-.253.023-.167.123-.247.292-.267.215-.024.428-.06.643-.088.118-.015.239-.024.359-.037.062-.008.125-.023.187-.028a.5.5 0 0 1 .143.012.17.17 0 0 1 .136.144q.013.08.012.162v7.7330000000000005q.001.068-.011.135a.26.26 0 0 1-.242.23 1 1 0 0 1-.119.008h-.911q-.037 0-.073-.003c-.18-.018-.26-.096-.279-.273l-.018-.17-.008-.013q-.008.008-.017.014zm-.11-2.449q0-.56.002-1.12c0-.057-.017-.094-.063-.128a1.7 1.7 0 0 0-.43-.226c-.206-.071-.408-.112-.63-.073a.96.96 0 0 0-.437.195 1.23 1.23 0 0 0-.389.588c-.068.205-.115.42-.117.64-.001.29-.004.58.075.863.047.17.108.334.213.479.149.207.35.344.603.38.418.056.776-.1 1.104-.342a.16.16 0 0 0 .069-.145c-.003-.37 0-.74 0-1.11M14.775 8.673h-.419c-.035 0-.07-.018-.105-.02-.114-.013-.228-.016-.34-.036-.163-.027-.323-.063-.485-.098-.172-.038-.345-.07-.514-.12a5 5 0 0 1-.455-.156c-.133-.052-.175-.126-.17-.266.002-.109.04-.209.076-.308l.269-.794a1 1 0 0 1 .033-.081c.067-.151.177-.16.308-.14.035.005.07.02.105.031.113.04.222.088.336.121.148.044.299.077.45.113.13.032.26.071.395.086.295.035.593.07.89.035.26-.03.506-.118.7-.305a.7.7 0 0 0-.047-1.055c-.143-.12-.31-.2-.476-.28-.11-.055-.227-.094-.338-.146-.187-.086-.37-.178-.557-.265q-.34-.158-.68-.313a2.64 2.64 0 0 1-.991-.75 2.2 2.2 0 0 1-.4-.81c-.066-.247-.058-.498-.055-.749 0-.169.042-.332.099-.486a2.2 2.2 0 0 1 .727-.985q.33-.255.714-.414c.243-.1.496-.168.756-.216.442-.082.883-.06 1.323-.014q.565.059 1.105.237c.172.06.34.129.51.195a.6.6 0 0 1 .105.055c.128.078.169.172.126.314-.032.104-.075.205-.114.308l-.166.414q-.054.131-.104.263c-.09.24-.234.24-.427.181-.13-.039-.254-.098-.382-.142-.154-.053-.306-.107-.463-.146-.132-.033-.27-.05-.406-.07a3 3 0 0 0-.297-.033 1.9 1.9 0 0 0-.594.07.68.68 0 0 0-.505.625c-.007.192.085.335.225.449.108.086.229.161.35.226.148.079.303.14.454.21q.262.121.524.244c.278.126.561.244.835.379q.447.217.78.587c.238.268.395.578.459.93.041.22.065.445.04.669-.02.18-.042.36-.089.533-.207.766-.694 1.3-1.412 1.635a3.2 3.2 0 0 1-.862.258c-.28.044-.56.059-.843.033zM38.056 3.278c.007-.077.009-.154.024-.23.027-.137.113-.21.24-.227.034-.005.068-.003.1-.003h.96q.06-.002.118.007c.113.023.185.09.208.201q.013.07.013.144.002 1.97 0 3.94c0 .196.075.253.25.243.195-.012.274.077.268.261-.008.213 0 .428-.002.642 0 .174-.08.263-.253.28-.063.006-.127.001-.191.001-.238-.003-.475-.003-.711-.009a1.3 1.3 0 0 1-.38-.065.8.8 0 0 1-.46-.358l-.063-.107q-.025.021-.047.04a2 2 0 0 1-.496.35c-.345.175-.71.293-1.102.303a2.7 2.7 0 0 1-.718-.08c-.671-.17-1.139-.581-1.455-1.18a2.9 2.9 0 0 1-.253-.696c-.11-.473-.13-.95-.08-1.434q.037-.365.146-.716c.192-.634.548-1.154 1.105-1.53.269-.182.567-.3.885-.358.245-.046.495-.064.742-.02.132.023.267.038.39.104.059.03.126.041.185.068.202.092.373.225.519.39q.02.029.04.059l.022-.018zm-.127 2.365V4.585c0-.053-.015-.089-.058-.12a2 2 0 0 0-.525-.277 1.06 1.06 0 0 0-.628-.04c-.38.099-.603.365-.737.71q-.099.25-.118.522c-.022.341-.023.68.063 1.015.045.172.112.335.212.484a.9.9 0 0 0 .598.382c.111.02.232.01.344-.006.31-.049.566-.201.791-.411a.17.17 0 0 0 .06-.142c-.003-.352 0-.704 0-1.058zM60.93 7.99a2 2 0 0 1-.484.366 2.9 2.9 0 0 1-.805.296 2.2 2.2 0 0 1-.624.03 2.5 2.5 0 0 1-.644-.128c-.555-.196-.96-.568-1.237-1.082q-.223-.421-.306-.887a4 4 0 0 1-.064-.598c-.009-.222-.001-.446.005-.668.003-.08.021-.16.038-.238.035-.166.06-.337.11-.499.104-.33.255-.637.464-.915a2.5 2.5 0 0 1 1.1-.848c.163-.065.333-.104.508-.131a2.08 2.08 0 0 1 1.352.216q.216.12.383.303l.089.096c.004-.055.004-.09.009-.123.01-.063.016-.128.036-.189.038-.118.131-.17.25-.172.231-.004.462-.001.694-.001l.392.001c.104.002.197.038.24.136.028.064.034.14.042.209.006.07.002.145.002.216v3.64l.001.164q.006.15.155.167c.046.005.092.002.137.003.15.005.22.068.22.216q.008.353 0 .704-.004.238-.244.26c-.075.008-.152.003-.228.003q-.33 0-.658-.006a1.4 1.4 0 0 1-.408-.068.8.8 0 0 1-.473-.382zm-.237-2.344V4.588c0-.04.003-.075-.038-.104-.177-.12-.352-.245-.565-.302a4 4 0 0 0-.216-.05.88.88 0 0 0-.52.057c-.36.148-.551.435-.653.789-.127.438-.12.882-.034 1.328q.046.248.167.471c.118.213.29.367.52.443a1 1 0 0 0 .52.029q.445-.102.768-.419a.17.17 0 0 0 .052-.128V5.646zM26.835 6.146a.9.9 0 0 0 .085.303q.252.514.79.724c.191.074.388.116.595.115q.29-.001.58-.038a4.2 4.2 0 0 0 .955-.26.5.5 0 0 1 .15-.028.18.18 0 0 1 .182.136q.044.144.082.293.067.253.13.507a.35.35 0 0 1 .006.195c-.035.104-.113.16-.206.201a5 5 0 0 1-.383.147 5 5 0 0 1-.722.167c-.333.06-.666.079-1.001.085-.19.003-.382-.018-.574-.033a2.8 2.8 0 0 1-.714-.162c-.706-.252-1.225-.71-1.547-1.387a3 3 0 0 1-.204-.613 3.8 3.8 0 0 1-.07-1.18q.01-.129.022-.258c.005-.035.02-.068.028-.103.041-.22.099-.435.195-.636.153-.327.351-.624.62-.872a2.9 2.9 0 0 1 1.439-.718c.338-.064.679-.1 1.021-.057.169.02.34.047.502.095a2.3 2.3 0 0 1 1.496 1.286c.108.231.174.476.213.731.054.342.07.684.064 1.029q0 .06-.01.116c-.017.094-.069.16-.163.188a.6.6 0 0 1-.158.028q-1.114.003-2.227.005h-1.1800000000000002zm1.984-1.132c.021-.17-.03-.323-.091-.473-.117-.288-.352-.44-.647-.509a1 1 0 0 0-.388.01c-.454.084-.793.543-.833.972zM42.714 3.304l.087-.06a3.04 3.04 0 0 1 1.256-.538c.278-.05.56-.068.843-.036.246.028.482.087.701.203.299.158.513.393.653.695q.121.262.168.55.062.395.065.793V8.11q0 .098-.015.196a.25.25 0 0 1-.218.222 1 1 0 0 1-.144.012l-1.03-.001c-.078 0-.157.004-.229-.038-.091-.054-.146-.13-.146-.239l-.002-.19V5.108c0-.166-.015-.33-.067-.491a.5.5 0 0 0-.345-.337.95.95 0 0 0-.406-.029q-.28.028-.54.138c-.17.072-.33.16-.478.273a.11.11 0 0 0-.046.1c.003.115 0 .23 0 .343V8.16a1 1 0 0 1-.01.143c-.025.14-.098.21-.24.23a1 1 0 0 1-.11.007l-1.057-.001c-.07 0-.145.006-.21-.035a.3.3 0 0 1-.157-.272q-.002-2.445-.003-4.889 0-.154.02-.305c.015-.11.085-.177.195-.2a1 1 0 0 1 .135-.017q.1-.003.201-.002h.74c.073 0 .141.012.213.035.099.032.128.098.146.193.015.082.023.165.035.262zM20.383 3.298c.035-.021.064-.036.088-.054a3.06 3.06 0 0 1 2.242-.555c.294.048.565.153.798.34q.32.261.458.65c.04.112.08.223.108.338q.076.335.076.678v3.478a1 1 0 0 1-.017.16c-.024.11-.097.171-.205.19a1 1 0 0 1-.154.013h-1.085c-.21-.014-.31-.114-.315-.32q-.003-.218-.002-.434c0-.9.005-1.8 0-2.701 0-.145-.02-.293-.053-.435a.49.49 0 0 0-.371-.374q-.023-.007-.044-.01a1.64 1.64 0 0 0-.96.157c-.133.063-.256.148-.384.222-.054.03-.067.074-.067.135q.004 1.653.001 3.307 0 .1-.012.197c-.017.149-.102.235-.251.25-.072.007-.146.004-.218.004l-.939.003c-.077 0-.157 0-.227-.045-.083-.053-.137-.125-.135-.227V3.124c.006-.21.098-.293.306-.306.094-.006.189-.003.283-.003q.352 0 .703.003.09.001.178.022c.111.027.168.106.177.222.004.074.017.147.026.236zM33.184 4.29v3.868a1 1 0 0 1-.014.162.26.26 0 0 1-.22.211 1 1 0 0 1-.127.01h-1.067c-.124 0-.234-.023-.31-.135a.24.24 0 0 1-.043-.13c-.006-.063-.004-.127-.004-.189V.777c0-.079 0-.158.012-.235.023-.166.114-.247.281-.269q.256-.032.512-.068.35-.046.699-.089c.171-.02.273.067.284.238q.002.04 0 .081v3.859zM54.121 5.664V3.188q0-.06.003-.118a.25.25 0 0 1 .207-.234.7.7 0 0 1 .154-.02q.539-.003 1.076 0c.07 0 .14.02.208.038.072.02.107.078.12.146a1 1 0 0 1 .017.179v4.98a.7.7 0 0 1-.015.152.256.256 0 0 1-.227.216 1 1 0 0 1-.146.01l-1.012-.001a.7.7 0 0 1-.205-.023c-.113-.035-.166-.125-.178-.24-.005-.04-.003-.079-.003-.118V5.661zM54.958.355c.364.01.64.12.839.393.074.103.11.22.137.346a.8.8 0 0 1-.01.371.84.84 0 0 1-.429.544 1 1 0 0 1-.709.11.95.95 0 0 1-.662-.481.77.77 0 0 1-.087-.387c0-.438.293-.763.696-.863.084-.02.172-.025.225-.033M33.493 11.613h-.315c.088-.084.06-.18.049-.272l-.058-.477a3 3 0 0 0-.023-.168c-.002-.01-.014-.018-.029-.04l-.38.968c-.057-.01-.083-.055-.105-.094a3 3 0 0 1-.122-.25c-.055-.124-.104-.251-.157-.377-.035-.084-.073-.166-.117-.266-.015.047-.03.082-.037.117q-.032.187-.053.377-.019.18-.021.36c0 .038.021.075.035.12h-.267q.01-.022.023-.043a.4.4 0 0 0 .067-.194c.023-.161.053-.321.066-.483.007-.095.033-.187.04-.282.008-.091.005-.106-.034-.182l.036-.001h.254l.366.846.018.001.329-.844h.281c-.038.086-.026.172-.013.26q.023.181.042.364l.017.104c.014.103.023.206.04.307a.22.22 0 0 0 .07.119l-.005.03zM16.356 10.426h.283l.375.865.34-.862h.284c-.057.094-.019.189-.01.284q.011.134.03.267c.022.16.043.32.074.48.009.049.041.096.065.147h-.32c.033-.047.066-.093.055-.157q-.03-.192-.056-.385c-.01-.083-.012-.168-.02-.251-.004-.053-.015-.106-.024-.168-.05.056-.062.124-.087.185-.025.065-.056.13-.083.195a5 5 0 0 0-.078.205l-.073.198-.08.198c-.095-.058-.138-.147-.176-.237l-.185-.434-.105-.254c-.01-.02-.022-.039-.042-.075-.012.077-.022.133-.032.189q-.038.249-.071.5c-.006.05-.003.1-.005.152-.001.052 0 .101.05.14h-.273q.015-.024.027-.05c.018-.043.044-.087.052-.132a30 30 0 0 0 .088-.61c.012-.087.027-.171.03-.257.002-.041-.018-.083-.03-.13zM42.828 11.603h-.289c.095-.11.105-.236.116-.36.01-.133.042-.263.055-.396.007-.089.024-.175.036-.263.008-.05.015-.102-.029-.143v-.029H43l.372.863c.077-.153.118-.3.175-.438l.167-.423h.306c-.067.057-.05.122-.044.184.012.12.021.243.038.363.01.084.032.167.046.252q.014.1.026.202a.28.28 0 0 0 .098.186h-.342v-.021c.05-.032.06-.082.053-.134-.013-.103-.033-.206-.047-.309-.006-.043 0-.09-.006-.134q-.021-.177-.047-.355c-.025-.002-.032.014-.043.04-.074.19-.154.38-.228.57q-.053.141-.104.281c-.009.026-.02.049-.035.08-.085-.051-.124-.131-.16-.21a10 10 0 0 1-.155-.35q-.07-.172-.138-.345a.2.2 0 0 0-.053-.077q-.017.13-.035.257c-.01.06-.025.117-.035.175q-.01.07-.017.14-.014.14-.021.277c-.004.043.02.074.057.095zM31.798 11.613q-.144 0-.288.002-.001-.016-.005-.034a.11.11 0 0 0 .037-.098q-.016-.105-.027-.211c-.01-.09-.014-.18-.023-.27a5 5 0 0 0-.052-.351c-.15.316-.263.646-.4.976a.32.32 0 0 1-.148-.166c-.08-.173-.146-.35-.218-.525q-.05-.124-.103-.246c-.006-.015-.017-.028-.043-.04l-.036.274c-.015.11-.035.222-.047.333a2 2 0 0 0-.014.258c0 .029.026.057.043.092H30.2c.085-.13.094-.273.108-.418.018-.192.059-.381.086-.573.016-.107.013-.107-.03-.189h.287l.375.866.338-.863h.29c-.042.06-.036.126-.027.19q.032.224.063.448c.015.116.02.236.04.35.011.056.05.106.074.16q-.002.017-.006.034zM29.47 11.64a.655.655 0 0 1-.634-.456c-.111-.406.2-.726.505-.776a.74.74 0 0 1 .441.045c.23.106.358.289.364.54.006.249-.11.439-.329.561a.65.65 0 0 1-.346.088zm.02-.143a.415.415 0 0 0 .44-.367.64.64 0 0 0-.026-.274.447.447 0 0 0-.682-.256c-.166.107-.213.271-.196.456.021.23.21.46.463.44zM40.891 10.414h.253v.03c-.057.044-.058.107-.058.172v1.042c-.03-.01-.053-.013-.073-.024a.6.6 0 0 1-.201-.18q-.273-.344-.548-.687c-.018-.022-.037-.045-.072-.063v.6739999999999999c0 .083.004.163.08.223h-.306c.096-.078.09-.178.09-.278q-.003-.356-.002-.713c0-.063-.01-.12-.058-.165v-.028h.22l.687.847q.016.014.034.027l.003-.031q0-.336.003-.673a.18.18 0 0 0-.055-.137l.003-.033zM14.93 10.427c.093 0 .178-.022.242.006.061.029.099.108.146.165l.5.62.072.081c.006-.042.013-.063.013-.085v-.57c0-.08 0-.156-.093-.22h.315c-.102.086-.08.194-.08.296v.939c-.028-.007-.048-.008-.066-.016a.5.5 0 0 1-.186-.155l-.536-.674-.092-.115c-.005.023-.011.038-.011.053v.659c0 .072.018.136.097.193h-.33c.099-.075.097-.175.096-.276a50 50 0 0 1 0-.668c0-.086-.012-.165-.084-.234zm.966.866-.009-.018-.003.021.01.012.002-.014zM60.658 10.414c.19.004.383-.006.572.015.222.024.399.134.472.356.13.4-.104.745-.5.8-.191.025-.38.012-.587.02.093-.093.088-.196.09-.297q.005-.334 0-.668c0-.07-.005-.139-.047-.198zm.236 1.036c.275.038.485-.04.581-.21a.55.55 0 0 0-.065-.565c-.096-.107-.349-.163-.516-.103zM35.81 11.293q.002-.334 0-.668c0-.072-.01-.143-.1-.196h.3c-.023.053-.051.102-.062.155-.01.052-.005.108-.005.162v.9159999999999999a.3.3 0 0 1-.172-.094c-.052-.051-.097-.107-.143-.163l-.502-.63c-.015-.02-.033-.038-.064-.073v.098q.002.303 0 .605c0 .075.008.143.075.207q-.074.002-.147.003h-.143c-.001-.01-.004-.02-.003-.021.064-.053.078-.123.076-.203-.004-.228-.001-.458-.001-.686q0-.16-.07-.28h.237l.694.868.025.021zM14.585 11.293v-.668a.24.24 0 0 0-.061-.175c-.008-.01-.008-.026-.01-.04l.019.005c.084.005.166.008.265.012-.086.08-.084.175-.084.272q0 .468-.002.935l-.047.005a.42.42 0 0 1-.196-.156l-.543-.68c-.025-.03-.05-.058-.084-.102-.003.034-.006.053-.006.072v.64c0 .064.014.12.06.165l-.004.03h-.28s-.005-.014-.003-.016c.072-.063.084-.145.082-.237q-.003-.346 0-.695c0-.086-.006-.168-.096-.234h.267l.692.864.023.02.008-.02zM42.206 10.414h.274c-.014.02-.024.031-.032.046-.015.035-.038.07-.041.108-.008.068-.006.137-.006.207v.776c0 .032-.003.065-.005.108a.45.45 0 0 1-.213-.14q-.091-.113-.18-.228-.23-.285-.46-.572l-.017-.017s-.008.01-.011.017l-.005.693c0 .073.03.132.1.188h-.32c.091-.083.09-.19.09-.296v-.667c0-.077-.013-.15-.075-.204l.006-.018q.092 0 .181-.003c.041-.003.063.015.089.047.211.27.427.538.64.807l.032.04c.005-.031.01-.05.01-.067q.004-.292.005-.587c0-.074 0-.152-.065-.208v-.03zM49.234 10.43a.26.26 0 0 0-.058.176v.55c0 .036.008.072.014.107.035.182.17.264.356.214.168-.045.22-.11.22-.278q0-.289-.004-.577c0-.07.003-.145-.073-.207h.334c-.089.101-.064.22-.066.333v.65c0 .07-.005.143.084.199h-.27l-.012-.085c-.009.002-.018 0-.024.006a.5.5 0 0 1-.393.104.4.4 0 0 1-.306-.182c-.044-.066-.047-.141-.047-.215-.003-.177 0-.355 0-.533 0-.021.003-.043 0-.064a6 6 0 0 0-.042-.217c.036-.008.086 0 .135-.002q.073 0 .146.003-.002.01.005.015zM46.73 11.594c-.08.001-.158.007-.237.003-.077-.005-.135-.05-.18-.11l-.38-.495c.028-.01.044-.018.06-.024.05-.018.104-.03.15-.056a.2.2 0 0 0 .098-.239q-.044-.143-.207-.14c-.04 0-.078.008-.124.012q-.006.045-.007.083v.777c0 .07 0 .139.085.195h-.346a.36.36 0 0 0 .067-.218q0-.375-.003-.75c0-.073.006-.15-.058-.214.19 0 .372-.025.553.012.125.026.213.098.237.23.02.115-.025.207-.114.278-.045.036-.102.06-.16.095.163.194.297.417.529.552q.014.008.033.013v-.003zM19.587 11.61h-.312c.085-.075.075-.167.075-.257v-.74c0-.068-.01-.131-.08-.187.037-.002.055-.005.075-.005.128 0 .256-.003.382.003q.091.003.175.032c.19.071.247.293.108.441-.053.058-.126.097-.196.148.155.195.303.408.522.555l-.005.004.003.006c-.07-.003-.14 0-.208-.01a.2.2 0 0 1-.12-.055 3 3 0 0 1-.42-.551c.058-.02.114-.033.164-.058.114-.054.154-.136.13-.256a.15.15 0 0 0-.087-.108.3.3 0 0 0-.244-.013v.879c0 .053.006.101.044.142q-.001.015-.004.029zM34.405 11.524a.54.54 0 0 1-.486.097c-.135-.033-.252-.16-.259-.298-.007-.152-.004-.306-.006-.46q.001-.124-.004-.244c-.003-.066-.01-.131-.072-.19h.318c-.058.07-.056.15-.056.232q.002.244 0 .489 0 .04.002.081c.01.112.047.212.16.25.121.039.241.031.342-.063a.24.24 0 0 0 .079-.176c0-.218.003-.434-.002-.65 0-.054-.024-.107-.038-.165h.306c-.085.082-.08.182-.08.28 0 .237.003.476 0 .713 0 .07.02.127.073.184-.087.017-.166.003-.252.01l-.01-.082v-.015l-.019.007zM57.938 10.992h.242v.582c-.189.04-.371.072-.56.048-.242-.031-.44-.127-.559-.352-.033-.063-.038-.128-.045-.195-.032-.302.122-.513.374-.622a.95.95 0 0 1 .551-.05c.032.006.064.006.102.01v.208a.5.5 0 0 0-.216-.094.6.6 0 0 0-.33.036.45.45 0 0 0-.274.404c-.015.226.108.368.281.483.03.02.075.021.113.032a.7.7 0 0 0 .37-.024c0-.11.003-.226-.002-.339-.001-.031-.03-.063-.045-.095l.001-.032zM17.909 11.582a.5.5 0 0 0 .137-.227c.057-.16.13-.316.194-.475q.06-.15.111-.303c.023-.068.022-.076.002-.15h.27l.078.195q.135.332.273.665c.018.044.03.09.055.131.036.064.08.124.124.19-.045.016-.102.007-.156.008-.058.002-.114 0-.184 0 .012-.02.016-.036.025-.042.03-.018.03-.044.02-.071l-.052-.132-.076-.203h-.46q-.054.159-.11.31c-.017.043-.013.076.027.102l.01.026h-.3l.013-.026zm.757-.56-.16-.413h-.02c-.05.137-.12.267-.156.414zM44.725 10.415h.258q.08.193.157.384c.088.216.175.432.27.647.024.056.071.1.114.16h-.35v-.021c.048-.025.048-.06.032-.105l-.105-.288c-.011-.03-.034-.038-.064-.038h-.4l-.098.254q-.006.016-.01.035a.15.15 0 0 0 .034.16h-.325c.079-.044.117-.118.149-.194q.163-.395.316-.791c.022-.058.066-.12.013-.183l.007-.017zm.307.603-.167-.421h-.019l-.16.421h.346M61.73 11.583c.074-.038.106-.106.135-.177q.144-.357.289-.716.027-.06.05-.122c.015-.047.049-.097-.03-.145.106-.017.191-.008.286-.01.051.134.1.267.155.4.073.178.155.353.227.533.036.092.077.18.161.242a1 1 0 0 1-.345.01c.054-.063.056-.063.027-.139l-.12-.299h-.454l-.115.33c-.019.05.016.076.044.117h-.305s-.001-.015-.003-.022zm.434-.566h.341l-.166-.433c-.079.15-.123.289-.175.433M56.241 10.414h.24q.05.114.098.226l.181.446c.046.112.087.225.139.334.03.063.077.118.121.183-.048.006-.108 0-.166.001h-.187c.08-.07.04-.139.02-.204-.023-.07-.058-.136-.082-.205q-.013-.046-.058-.044-.183 0-.365-.003c-.038 0-.058.02-.069.047q-.043.118-.079.24c-.026.09-.024.09.029.162h-.306c.041-.053.087-.099.114-.151.038-.073.063-.152.093-.229l.122-.31q.075-.181.146-.366c.01-.03.003-.065.005-.097l.004-.035zm.295.606c-.058-.146-.105-.283-.172-.422-.11.213-.155.338-.153.422zM26.847 11.358c.13.106.264.154.415.137a.4.4 0 0 0 .137-.04c.102-.058.117-.176.03-.253-.056-.048-.124-.083-.19-.12-.085-.05-.18-.087-.257-.147-.175-.138-.141-.387.061-.48a.757.757 0 0 1 .56-.014v.192l-.078-.047a.4.4 0 0 0-.298-.048c-.065.013-.12.045-.137.116-.015.07.012.125.07.163q.065.043.134.077c.066.033.133.06.196.095q.065.034.12.082c.112.097.13.225.052.349a.45.45 0 0 1-.197.166c-.18.085-.361.056-.54.01-.02-.005-.043-.036-.05-.058-.013-.052-.018-.106-.03-.18zM58.815 10.415h.648v.197a.65.65 0 0 0-.391-.053v.323h.27l.02.015v.18c-.09-.07-.188-.048-.29-.05v.422c.277.027.304.024.552-.079l-.071.228h-.766c.073-.057.081-.127.08-.2v-.792a.25.25 0 0 0-.057-.176q.007-.006.005-.015M36.155 11.612c.08-.074.079-.157.079-.242v-.75c0-.066 0-.132-.076-.196h.674v.204c-.12-.095-.253-.074-.391-.065v.328h.286v.168l-.288-.032v.423c.089.044.186.015.28.023.098.007.178-.04.268-.092l-.065.23h-.767M25.961 10.418q.287 0 .574.003c.015 0 .029 0 .056-.003l.005.19q-.02 0-.037.004c-.114-.067-.236-.064-.362-.041v.32h.292v.162l-.29-.018v.414c.187.043.37.05.553-.071a.8.8 0 0 1-.079.234h-.747c.01-.017.023-.029.027-.043.014-.037.037-.077.037-.116q.003-.423.001-.849a.24.24 0 0 0-.047-.152c-.006-.01-.003-.026-.004-.038l.02.004zM52.226 10.414h.282q-.013.035-.028.057-.17.256-.343.51a.3.3 0 0 0-.064.208c.004.054.001.108 0 .161a.4.4 0 0 0 .077.247h-.342c.077-.07.067-.157.074-.244a.68.68 0 0 0-.144-.503c-.064-.08-.108-.173-.165-.258-.035-.051-.077-.098-.117-.148q0-.015.002-.032c.266-.013.234.021.331.177.054.083.104.17.157.252l.057.083c.079-.119.158-.228.226-.343a.13.13 0 0 0-.01-.15l.006-.017zM22.715 10.426h.18c.056 0 .09.031.117.075q.113.186.228.369.017.03.044.063l.2-.296c.065-.095.065-.113.016-.213h.29c-.016.027-.025.049-.039.067q-.177.267-.359.532a.2.2 0 0 0-.043.134q.006.105 0 .207c-.004.088.008.168.096.243-.128.005-.234.005-.35.005q.017-.026.024-.047c.016-.045.037-.09.039-.136a4 4 0 0 0-.01-.325.15.15 0 0 0-.027-.074q-.142-.23-.29-.46c-.031-.049-.074-.091-.12-.146zM39.37 10.615c-.115-.09-.244-.062-.377-.06v.327h.273l.018.015v.178c-.093-.063-.19-.046-.295-.046v.4c-.002.06 0 .12.073.17h-.343c.073-.064.072-.147.072-.232q-.002-.37 0-.739c0-.07-.005-.137-.053-.195.054-.025.365-.034.65-.02v.194l-.019.01zM50.704 11.583c.049-.032.061-.08.063-.133q.004-.184.004-.368l.003-.45c0-.067-.003-.134-.047-.188v-.029h.633v.206c-.12-.093-.255-.071-.395-.064v.325h.27l.02.015v.17c-.093-.055-.188-.038-.287-.038q-.006.032-.007.062v.341c0 .057.007.115.063.151v.021h-.321v-.021zM21.996 11.58c.046-.044.054-.101.054-.159 0-.27.003-.542 0-.812 0-.06-.028-.12-.044-.186h.64v.192c-.172-.065-.274-.076-.408-.04v.315c.104.007.203 0 .303.003v.178c-.096-.053-.193-.03-.295-.036q-.005.037-.006.07v.262c0 .085.001.166.079.243h-.315l-.005-.033zM12.923 10.89v.175q-.072-.017-.145-.026c-.049-.004-.096 0-.158 0v.38c0 .066.003.128.062.18-.056.025-.106.013-.157.014-.05.003-.101 0-.165 0 .079-.098.074-.208.074-.317v-.622a.43.43 0 0 0-.065-.251h.648v.19c-.058-.018-.122-.045-.187-.054-.064-.01-.133.001-.203.004v.327h.297zM52.899 10.445c-.049.05-.049.117-.049.179 0 .258.006.516.01.775l.002.044a.66.66 0 0 0 .545-.082c.006.094-.062.157-.076.239h-.75c.082-.064.08-.14.08-.22v-.776c0-.065-.008-.125-.057-.174q.003-.01.007-.016h.288q0 .015.002.031zM24.132 11.458c.191.018.376.054.555-.085-.008.04-.009.062-.017.083-.004.017-.016.03-.022.047-.045.116-.045.115-.168.113q-.236-.001-.473.002c-.044 0-.088 0-.137-.008.068-.063.071-.142.071-.219q.005-.352.003-.704c0-.089-.003-.18-.068-.258h.318c-.062.077-.062.16-.062.245v.785zM59.746 10.414h.307c-.083.077-.074.161-.074.245v.7939999999999999c.195 0 .39.05.568-.08l-.09.228h-.754a.2.2 0 0 0 .083-.168q.003-.184.004-.37l.002-.433c0-.067-.003-.133-.047-.19v-.028zM47.01 10.983c.083-.107.159-.204.233-.302l.064-.087c.055-.08.055-.088.013-.18h.307c-.07.104-.143.187-.208.273l-.204.261.059.08.248.324c.073.097.15.187.265.243a.55.55 0 0 1-.285-.015.2.2 0 0 1-.087-.062l-.403-.532zM25.82 11.62c-.081-.008-.162-.007-.241-.023a.23.23 0 0 1-.12-.074c-.133-.165-.259-.333-.387-.5-.017-.023-.008-.041.01-.064q.124-.156.243-.316c.021-.028.033-.063.052-.093.024-.041.027-.079-.023-.12h.316c-.015.023-.024.041-.036.056q-.168.215-.338.426c-.032.038-.03.06.001.097q.123.146.233.3c.082.112.166.223.297.286l-.01.026zM55.238 10.415h.288c-.01.06-.061.092-.093.138-.03.045-.067.086-.1.128l-.107.136q-.048.063-.102.131.067.09.133.174.072.093.143.188c.079.11.162.216.302.278-.187.05-.327.003-.429-.132l-.351-.47q.03-.045.062-.087.118-.156.234-.312c.037-.05.052-.1.011-.155q.009-.007.006-.017zM48.155 10.97l.273-.35c.048-.061.08-.126.03-.206h.298c-.024.072-.08.119-.121.177q-.069.09-.14.178l-.139.174q.018.03.038.058.147.19.292.381c.061.08.13.151.224.194l.026.007-.012.017c-.084 0-.17.012-.25-.005-.062-.012-.112-.063-.154-.12l-.354-.47q-.006-.017-.01-.035M20.67 10.953l.282-.364c.041-.053.026-.106.003-.16h.31l-.415.525.041.056.26.339c.074.1.15.196.282.246-.18.054-.332.005-.429-.127q-.175-.23-.352-.46zM53.79 10.968q.135-.179.275-.356l.024-.038c.041-.07.041-.074 0-.159h.288l.006.018c-.131.17-.262.337-.397.514q.048.069.1.136l.236.308a.6.6 0 0 0 .24.197c-.18.05-.324.004-.424-.129l-.344-.453z"
|
|
@@ -1918,11 +1918,11 @@ function SnelandiaIcon(props, ref) {
|
|
|
1918
1918
|
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
1919
1919
|
id: "a"
|
|
1920
1920
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1921
|
-
fill: "
|
|
1921
|
+
fill: "currentColor",
|
|
1922
1922
|
d: "M0 0H63V12H0z"
|
|
1923
1923
|
}))));
|
|
1924
1924
|
}
|
|
1925
|
-
var ForwardRef$
|
|
1925
|
+
var ForwardRef$4t = /*#__PURE__*/forwardRef(SnelandiaIcon);
|
|
1926
1926
|
|
|
1927
1927
|
function SvipperIcon(props, ref) {
|
|
1928
1928
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1930,14 +1930,14 @@ function SvipperIcon(props, ref) {
|
|
|
1930
1930
|
viewBox: "0 0 148 32",
|
|
1931
1931
|
width: props.width || props.size || 16,
|
|
1932
1932
|
height: props.height || props.size || 16,
|
|
1933
|
-
color: props.color || '#
|
|
1933
|
+
color: props.color || '#fff',
|
|
1934
1934
|
ref: ref
|
|
1935
1935
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1936
|
-
fill: "
|
|
1936
|
+
fill: "currentColor",
|
|
1937
1937
|
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"
|
|
1938
1938
|
}));
|
|
1939
1939
|
}
|
|
1940
|
-
var ForwardRef$
|
|
1940
|
+
var ForwardRef$4s = /*#__PURE__*/forwardRef(SvipperIcon);
|
|
1941
1941
|
|
|
1942
1942
|
function TierIcon(props, ref) {
|
|
1943
1943
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1947,14 +1947,14 @@ function TierIcon(props, ref) {
|
|
|
1947
1947
|
viewBox: "0 0 16 16",
|
|
1948
1948
|
width: props.width || props.size || 16,
|
|
1949
1949
|
height: props.height || props.size || 16,
|
|
1950
|
-
color: props.color || '#
|
|
1950
|
+
color: props.color || '#fff',
|
|
1951
1951
|
ref: ref
|
|
1952
1952
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1953
1953
|
fill: "#69D2AA",
|
|
1954
1954
|
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"
|
|
1955
1955
|
}));
|
|
1956
1956
|
}
|
|
1957
|
-
var ForwardRef$
|
|
1957
|
+
var ForwardRef$4r = /*#__PURE__*/forwardRef(TierIcon);
|
|
1958
1958
|
|
|
1959
1959
|
function TromsFylkestrafikkIcon(props, ref) {
|
|
1960
1960
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1962,10 +1962,10 @@ function TromsFylkestrafikkIcon(props, ref) {
|
|
|
1962
1962
|
viewBox: "0 0 39 9",
|
|
1963
1963
|
width: props.width || props.size || 16,
|
|
1964
1964
|
height: props.height || props.size || 16,
|
|
1965
|
-
color: props.color || '#
|
|
1965
|
+
color: props.color || '#fff',
|
|
1966
1966
|
ref: ref
|
|
1967
1967
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1968
|
-
fill: "
|
|
1968
|
+
fill: "currentColor",
|
|
1969
1969
|
clipPath: "url(#a)"
|
|
1970
1970
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1971
1971
|
fillRule: "evenodd",
|
|
@@ -1976,11 +1976,11 @@ function TromsFylkestrafikkIcon(props, ref) {
|
|
|
1976
1976
|
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
1977
1977
|
id: "a"
|
|
1978
1978
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1979
|
-
fill: "
|
|
1979
|
+
fill: "currentColor",
|
|
1980
1980
|
d: "M0 0H38.856V8.868H0z"
|
|
1981
1981
|
}))));
|
|
1982
1982
|
}
|
|
1983
|
-
var ForwardRef$
|
|
1983
|
+
var ForwardRef$4q = /*#__PURE__*/forwardRef(TromsFylkestrafikkIcon);
|
|
1984
1984
|
|
|
1985
1985
|
function TrondheimBysykkelIcon(props, ref) {
|
|
1986
1986
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1990,14 +1990,14 @@ function TrondheimBysykkelIcon(props, ref) {
|
|
|
1990
1990
|
viewBox: "0 0 16 16",
|
|
1991
1991
|
width: props.width || props.size || 16,
|
|
1992
1992
|
height: props.height || props.size || 16,
|
|
1993
|
-
color: props.color || '#
|
|
1993
|
+
color: props.color || '#fff',
|
|
1994
1994
|
ref: ref
|
|
1995
1995
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1996
1996
|
fill: "#E02344",
|
|
1997
1997
|
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"
|
|
1998
1998
|
}));
|
|
1999
1999
|
}
|
|
2000
|
-
var ForwardRef$
|
|
2000
|
+
var ForwardRef$4p = /*#__PURE__*/forwardRef(TrondheimBysykkelIcon);
|
|
2001
2001
|
|
|
2002
2002
|
function VKTIcon(props, ref) {
|
|
2003
2003
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2005,21 +2005,21 @@ function VKTIcon(props, ref) {
|
|
|
2005
2005
|
viewBox: "0 0 56 15",
|
|
2006
2006
|
width: props.width || props.size || 16,
|
|
2007
2007
|
height: props.height || props.size || 16,
|
|
2008
|
-
color: props.color || '#
|
|
2008
|
+
color: props.color || '#fff',
|
|
2009
2009
|
ref: ref
|
|
2010
2010
|
}), /*#__PURE__*/React.createElement(G, {
|
|
2011
|
-
fill: "
|
|
2011
|
+
fill: "currentColor",
|
|
2012
2012
|
clipPath: "url(#a)"
|
|
2013
2013
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2014
2014
|
d: "m19.844 6.314-1.197-3.93-.006-.023q0-.058.064-.058h.732q.064 0 .082.058l.773 2.836q.006.018.017.018t.017-.018l.762-2.836q.018-.058.081-.058h.715q.035 0 .053.023.016.023.006.058l-1.215 3.93q-.018.058-.076.058h-.732q-.058 0-.076-.058M24.855 5.064q-.006.07-.076.07h-1.796q-.035 0-.023.028.017.117.064.233.15.325.616.325a.7.7 0 0 0 .587-.302q.023-.035.052-.035.017 0 .041.023l.419.413q.029.03.029.052 0 .011-.024.047a1.3 1.3 0 0 1-.494.369q-.302.13-.662.13-.501 0-.846-.226a1.26 1.26 0 0 1-.497-.633q-.122-.291-.122-.762 0-.32.087-.564.134-.412.468-.657.335-.243.794-.244.58 0 .933.337.352.337.427.901.034.22.023.494m-1.86-.68a1.4 1.4 0 0 0-.041.186q0 .029.029.029h1.006q.034 0 .023-.03l-.03-.162a.5.5 0 0 0-.182-.27.53.53 0 0 0-.323-.096q-.366 0-.483.343M25.977 6.302a1.03 1.03 0 0 1-.45-.309.7.7 0 0 1-.16-.447v-.058q0-.03.02-.05a.07.07 0 0 1 .05-.02h.644q.03 0 .05.02t.02.05v.006q0 .128.143.218.142.09.357.09a.6.6 0 0 0 .32-.079q.122-.078.122-.194 0-.105-.105-.157a1.8 1.8 0 0 0-.343-.11 4 4 0 0 1-.43-.135 1.8 1.8 0 0 1-.593-.313q-.22-.187-.22-.535-.001-.43.334-.683.334-.253.886-.253.372 0 .651.119a1 1 0 0 1 .433.334.82.82 0 0 1 .154.488q0 .03-.02.05a.07.07 0 0 1-.05.02h-.622a.07.07 0 0 1-.05-.02.07.07 0 0 1-.02-.05q0-.127-.13-.215a.6.6 0 0 0-.346-.087.63.63 0 0 0-.314.07q-.122.07-.122.192c0 .081.04.135.12.174q.118.059.397.122l.146.038q.081.02.174.05.413.121.651.313t.239.558q0 .43-.34.672-.34.24-.916.241-.39 0-.68-.11M30.217 4.02a.07.07 0 0 1-.05.02h-.557q-.03 0-.03.03v1.232q0 .192.08.285.077.093.252.093h.192q.03 0 .05.02t.02.05v.552q0 .063-.07.075-.245.012-.349.012-.483 0-.72-.16-.24-.16-.245-.602V4.07q0-.03-.03-.03h-.33a.07.07 0 0 1-.05-.02.07.07 0 0 1-.02-.05v-.517q0-.028.02-.049a.07.07 0 0 1 .05-.02h.33q.03 0 .03-.03v-.691q0-.03.02-.05a.07.07 0 0 1 .05-.02h.65q.03 0 .05.02t.02.05v.692q0 .03.03.029h.558q.029 0 .05.02.02.02.02.05v.517q0 .03-.02.05zM32.63 3.398q.02.02.02.05V4q0 .03-.02.05a.07.07 0 0 1-.05.02h-.564q-.03 0-.029.029v2.203q0 .03-.02.05a.07.07 0 0 1-.05.02h-.68a.07.07 0 0 1-.05-.02.07.07 0 0 1-.02-.05V4.099q0-.03-.028-.03h-.343a.07.07 0 0 1-.05-.02.07.07 0 0 1-.02-.05v-.551q0-.03.02-.05a.07.07 0 0 1 .05-.02h.343q.029 0 .029-.03v-.127q0-.36.11-.56a.62.62 0 0 1 .358-.286q.246-.084.683-.072h.22q.03 0 .05.02t.02.05v.47q0 .03-.02.05a.07.07 0 0 1-.05.02h-.191q-.204.006-.282.084-.08.079-.079.288v.064q0 .03.03.029h.563q.03 0 .05.02M33.574 6.162a1.28 1.28 0 0 1-.477-.697 2 2 0 0 1-.081-.593q0-.343.081-.617.134-.43.483-.674t.837-.244c.325 0 .589.08.814.241q.336.241.476.672.093.29.093.61c0 .213-.027.405-.081.587a1.3 1.3 0 0 1-.474.712q-.345.26-.834.259-.487 0-.837-.256m1.163-.564a.65.65 0 0 0 .191-.32q.047-.186.047-.406 0-.244-.047-.413a.65.65 0 0 0-.197-.308.5.5 0 0 0-.326-.11.5.5 0 0 0-.328.11.6.6 0 0 0-.189.308 1.4 1.4 0 0 0-.046.413c0 .182.013.31.04.406a.64.64 0 0 0 .195.32.5.5 0 0 0 .334.117.47.47 0 0 0 .326-.117M36.495 6.351a.07.07 0 0 1-.02-.05V2.373q0-.03.02-.05a.07.07 0 0 1 .05-.02h.68q.029 0 .05.02.02.02.02.05v3.93q0 .028-.02.05a.07.07 0 0 1-.05.02h-.68a.07.07 0 0 1-.05-.02M39.913 2.323a.07.07 0 0 1 .05-.02h.68q.028 0 .049.02.02.02.02.05v3.929q0 .029-.02.05a.07.07 0 0 1-.05.02h-.68a.07.07 0 0 1-.05-.02.07.07 0 0 1-.02-.05V6.11q0-.018-.011-.02-.012-.003-.023.008a.8.8 0 0 1-.669.32 1.1 1.1 0 0 1-.7-.227 1.25 1.25 0 0 1-.422-.622 2.3 2.3 0 0 1-.099-.703c0-.267.035-.515.105-.72q.135-.373.422-.59.287-.219.712-.219c.283 0 .496.097.65.29q.012.018.024.012t.012-.023V2.372q0-.029.02-.05m-.026 2.554q0-.39-.128-.61a.43.43 0 0 0-.39-.227.45.45 0 0 0-.413.227q-.145.227-.145.616 0 .35.122.582.145.25.43.25.262 0 .407-.25.117-.216.116-.588M18.949 12.014V8.062q0-.058.058-.058h.296q.059 0 .058.058v2.377a.02.02 0 0 0 .01.018q.008.006.02-.006l1.232-1.29a.1.1 0 0 1 .07-.03h.348q.036 0 .047.024.012.022-.012.046l-.744.825q-.011.012-.006.03l.89 1.947.006.023q0 .047-.053.047h-.313q-.048 0-.064-.047l-.75-1.697q-.012-.024-.03-.006l-.639.674a.04.04 0 0 0-.011.03v.988q0 .057-.058.057h-.297q-.058 0-.058-.057M22.152 11.904a1.1 1.1 0 0 1-.419-.593 2.5 2.5 0 0 1-.081-.715q0-.448.081-.71.111-.371.413-.586a1.23 1.23 0 0 1 .732-.215c.287 0 .513.071.712.215q.3.215.41.581.082.25.082.715c0 .31-.027.552-.082.715q-.11.378-.41.593-.299.215-.718.215a1.2 1.2 0 0 1-.72-.215m1.197-.3a.76.76 0 0 0 .268-.415q.051-.21.052-.587c0-.252-.016-.452-.047-.588a.75.75 0 0 0-.27-.415.77.77 0 0 0-.486-.154q-.285 0-.482.154a.76.76 0 0 0-.267.415 2.8 2.8 0 0 0-.047.588q0 .383.047.587.063.261.264.415a.78.78 0 0 0 .491.154.74.74 0 0 0 .477-.153M24.919 12.014V8.062q0-.058.058-.058h.296q.058 0 .058.058v3.952q0 .059-.058.058h-.296q-.059 0-.058-.058M26.256 12.014V8.062q0-.058.058-.058h.296q.058 0 .058.058v3.952q0 .059-.058.058h-.296q-.059 0-.058-.058M29.871 10.515v.186q0 .057-.058.058h-1.877q-.024 0-.024.023.012.319.035.413a.7.7 0 0 0 .274.412q.21.152.534.152a.83.83 0 0 0 .43-.11.76.76 0 0 0 .29-.315q.036-.052.082-.023l.227.134q.047.03.023.081a1.05 1.05 0 0 1-.436.439q-.29.16-.668.16a1.23 1.23 0 0 1-.692-.198 1.06 1.06 0 0 1-.401-.535q-.105-.279-.105-.802 0-.243.01-.398.008-.153.043-.276.099-.378.398-.604.299-.227.724-.227.529 0 .814.267.285.268.354.756.023.163.023.407m-1.665-.922a.7.7 0 0 0-.247.398 2 2 0 0 0-.047.396q0 .023.024.023h1.505q.023 0 .023-.024a3 3 0 0 0-.035-.371.74.74 0 0 0-.258-.416.77.77 0 0 0-.491-.154.73.73 0 0 0-.474.148M30.69 12.014V8.062q0-.058.059-.058h.296q.058 0 .058.058v2.377a.02.02 0 0 0 .01.018q.008.006.02-.006l1.232-1.29a.1.1 0 0 1 .07-.03h.348q.035 0 .047.024.012.022-.012.046l-.744.825q-.012.012-.006.03l.89 1.947.006.023q0 .047-.053.047h-.314q-.045 0-.064-.047l-.75-1.697q-.01-.024-.029-.006l-.639.674a.04.04 0 0 0-.011.03v.988q0 .057-.059.057h-.296q-.058 0-.058-.057M34.864 9.474h-.656q-.024 0-.024.023v1.715q0 .28.125.392.125.114.393.114h.145q.057 0 .058.058v.238q0 .058-.058.058a3 3 0 0 1-.215.006q-.419 0-.634-.157-.215-.156-.215-.581V9.497q0-.023-.023-.023h-.355q-.058 0-.058-.058v-.227q0-.058.058-.058h.355q.023 0 .023-.023v-.674q0-.058.058-.058h.285q.058 0 .058.058v.674q0 .023.023.023h.657q.058 0 .058.058v.227q0 .058-.058.058M35.765 8.503a.32.32 0 0 1-.093-.232.32.32 0 0 1 .093-.236q.093-.09.233-.09t.232.09.093.236a.316.316 0 0 1-.325.325.32.32 0 0 1-.233-.093m.012 3.505V9.183q0-.058.058-.058h.297q.057 0 .058.058v2.825q0 .06-.058.059h-.297q-.058 0-.058-.059M37.881 12.026l-.953-2.83-.006-.024q0-.04.052-.04h.331q.053 0 .07.046l.727 2.278q.006.012.017.012t.018-.012l.726-2.278q.018-.047.07-.047l.331.006q.064 0 .047.064l-.953 2.825q-.018.047-.07.047h-.337q-.052 0-.07-.047M41.224 9.474h-.657q-.024 0-.024.023v1.715q0 .28.125.392.126.114.393.114h.145q.058 0 .058.058v.238q0 .058-.058.058a3 3 0 0 1-.215.006q-.419 0-.634-.157-.215-.156-.215-.581V9.497q0-.023-.023-.023h-.355q-.058 0-.058-.058v-.227q0-.058.058-.058h.355q.024 0 .023-.023v-.674q0-.058.058-.058h.285q.058 0 .058.058v.674q0 .023.023.023h.657q.058 0 .058.058v.227q0 .058-.058.058M43.595 9.178q.047.023.035.075l-.064.285q-.018.058-.076.035a.6.6 0 0 0-.226-.04l-.076.005a.7.7 0 0 0-.5.224.76.76 0 0 0-.197.538v1.714q0 .059-.058.058h-.297q-.058 0-.058-.058V9.19q0-.058.058-.058h.297q.057 0 .058.058v.355q0 .018.008.02.009.004.015-.009a.9.9 0 0 1 .311-.334.8.8 0 0 1 .439-.119q.192 0 .331.076M46.007 9.352q.285.267.285.71v1.952q0 .058-.058.058h-.296q-.059 0-.058-.058v-.238a.02.02 0 0 0-.01-.018q-.008-.005-.02.006a.9.9 0 0 1-.377.265q-.233.09-.518.09a1.12 1.12 0 0 1-.691-.21q-.28-.209-.28-.64c0-.286.106-.52.317-.688q.318-.252.881-.253h.674q.023 0 .023-.023v-.22q0-.298-.165-.469t-.515-.171a.85.85 0 0 0-.453.107.45.45 0 0 0-.215.3q-.018.058-.07.052l-.314-.04q-.064-.013-.052-.047a.75.75 0 0 1 .349-.53q.302-.203.755-.203.524 0 .808.268m-.377 2.24a.53.53 0 0 0 .25-.461v-.454q0-.023-.024-.023h-.61q-.384 0-.616.157a.5.5 0 0 0-.233.436q0 .256.178.386a.76.76 0 0 0 .462.131q.342 0 .593-.171M47.88 8.506q-.117.143-.117.486v.116q0 .023.023.023h.651q.058 0 .058.058v.262q0 .058-.058.058h-.651q-.024 0-.023.023v2.482q0 .058-.058.058h-.29q-.06 0-.059-.058V9.532q0-.023-.023-.023h-.39q-.057 0-.058-.058v-.262q0-.058.058-.058h.39q.023 0 .023-.023v-.14q0-.36.081-.566a.55.55 0 0 1 .282-.303q.201-.095.561-.095h.169q.058 0 .058.058v.244q0 .058-.058.058h-.134q-.32 0-.436.142m1.388-.003a.32.32 0 0 1-.093-.232.32.32 0 0 1 .093-.236.32.32 0 0 1 .233-.09q.14 0 .232.09.093.09.093.236a.316.316 0 0 1-.325.325.32.32 0 0 1-.233-.093m.012 3.505V9.183q0-.058.058-.058h.297q.057 0 .058.058v2.825q0 .06-.058.059h-.297q-.058 0-.058-.059M50.71 12.014V8.062q0-.058.058-.058h.296q.058 0 .058.058v2.377a.02.02 0 0 0 .01.018q.008.006.02-.006l1.232-1.29a.1.1 0 0 1 .07-.03h.348q.036 0 .047.024.012.022-.012.046l-.744.825q-.012.012-.006.03l.89 1.947.006.023q0 .047-.053.047h-.313q-.048 0-.064-.047l-.75-1.697q-.012-.024-.03-.006l-.639.674a.04.04 0 0 0-.011.03v.988q0 .057-.058.057h-.297q-.058 0-.058-.057M53.622 12.014V8.062q0-.058.058-.058h.297q.057 0 .058.058v2.377a.02.02 0 0 0 .008.018q.01.006.02-.006l1.233-1.29a.1.1 0 0 1 .07-.03h.349q.034 0 .046.024.012.022-.012.046l-.744.825q-.011.012-.005.03l.889 1.947.006.023q0 .047-.052.047h-.314q-.047 0-.064-.047l-.75-1.697q-.011-.024-.03-.006l-.639.674a.04.04 0 0 0-.011.03v.988q0 .057-.058.057h-.297q-.057 0-.058-.057M12.154 1.93A7.17 7.17 0 0 0 7.361.1h-.08A7.195 7.195 0 0 0 .084 7.295v.08q.002.8.167 1.55zM.518 9.839A7.2 7.2 0 0 0 7.28 14.57h.08a7.2 7.2 0 0 0 6.763-4.732zM11.475 5.375v.04a3.616 3.616 0 0 0 2.905 3.546q.174-.766.176-1.585v-.08a7.17 7.17 0 0 0-1.76-4.715 3.6 3.6 0 0 0-1.32 2.794"
|
|
2015
2015
|
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
2016
2016
|
id: "a"
|
|
2017
2017
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2018
|
-
fill: "
|
|
2018
|
+
fill: "currentColor",
|
|
2019
2019
|
d: "M0 0H56V14.606H0z"
|
|
2020
2020
|
}))));
|
|
2021
2021
|
}
|
|
2022
|
-
var ForwardRef$
|
|
2022
|
+
var ForwardRef$4o = /*#__PURE__*/forwardRef(VKTIcon);
|
|
2023
2023
|
|
|
2024
2024
|
function VoiIcon(props, ref) {
|
|
2025
2025
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2029,14 +2029,14 @@ function VoiIcon(props, ref) {
|
|
|
2029
2029
|
viewBox: "0 0 16 16",
|
|
2030
2030
|
width: props.width || props.size || 16,
|
|
2031
2031
|
height: props.height || props.size || 16,
|
|
2032
|
-
color: props.color || '#
|
|
2032
|
+
color: props.color || '#fff',
|
|
2033
2033
|
ref: ref
|
|
2034
2034
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2035
2035
|
fill: "#F46C63",
|
|
2036
2036
|
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"
|
|
2037
2037
|
}));
|
|
2038
2038
|
}
|
|
2039
|
-
var ForwardRef$
|
|
2039
|
+
var ForwardRef$4n = /*#__PURE__*/forwardRef(VoiIcon);
|
|
2040
2040
|
|
|
2041
2041
|
function VyIcon(props, ref) {
|
|
2042
2042
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2046,7 +2046,7 @@ function VyIcon(props, ref) {
|
|
|
2046
2046
|
viewBox: "0 0 31.6 16",
|
|
2047
2047
|
width: props.width || props.size || 16,
|
|
2048
2048
|
height: props.height || props.size || 16,
|
|
2049
|
-
color: props.color || '#
|
|
2049
|
+
color: props.color || '#fff',
|
|
2050
2050
|
ref: ref
|
|
2051
2051
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2052
2052
|
fill: "currentColor",
|
|
@@ -2065,7 +2065,7 @@ function VyIcon(props, ref) {
|
|
|
2065
2065
|
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"
|
|
2066
2066
|
}));
|
|
2067
2067
|
}
|
|
2068
|
-
var ForwardRef$
|
|
2068
|
+
var ForwardRef$4m = /*#__PURE__*/forwardRef(VyIcon);
|
|
2069
2069
|
|
|
2070
2070
|
function ZvippIcon(props, ref) {
|
|
2071
2071
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2076,7 +2076,7 @@ function ZvippIcon(props, ref) {
|
|
|
2076
2076
|
viewBox: "0 0 16 16",
|
|
2077
2077
|
width: props.width || props.size || 16,
|
|
2078
2078
|
height: props.height || props.size || 16,
|
|
2079
|
-
color: props.color || '#
|
|
2079
|
+
color: props.color || '#fff',
|
|
2080
2080
|
ref: ref
|
|
2081
2081
|
}), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(Path, {
|
|
2082
2082
|
id: "a",
|
|
@@ -2101,21 +2101,21 @@ function ZvippIcon(props, ref) {
|
|
|
2101
2101
|
d: "M12.232 7.448 8.59 7.448 10.577 10.489 15 5.511 12.014 2.58 8.26 2.58z"
|
|
2102
2102
|
})));
|
|
2103
2103
|
}
|
|
2104
|
-
var ForwardRef$
|
|
2104
|
+
var ForwardRef$4l = /*#__PURE__*/forwardRef(ZvippIcon);
|
|
2105
2105
|
|
|
2106
2106
|
function ØresundstågIcon(props, ref) {
|
|
2107
2107
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2108
2108
|
viewBox: "0 0 74 11",
|
|
2109
2109
|
width: props.width || props.size || 16,
|
|
2110
2110
|
height: props.height || props.size || 16,
|
|
2111
|
-
color: props.color || '#
|
|
2111
|
+
color: props.color || '#fff',
|
|
2112
2112
|
ref: ref
|
|
2113
2113
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2114
|
-
fill: "
|
|
2114
|
+
fill: "currentColor",
|
|
2115
2115
|
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"
|
|
2116
2116
|
}));
|
|
2117
2117
|
}
|
|
2118
|
-
var ForwardRef$
|
|
2118
|
+
var ForwardRef$4k = /*#__PURE__*/forwardRef(ØresundstågIcon);
|
|
2119
2119
|
|
|
2120
2120
|
function AmericanExpressIcon(props, ref) {
|
|
2121
2121
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2132,7 +2132,7 @@ function AmericanExpressIcon(props, ref) {
|
|
|
2132
2132
|
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"
|
|
2133
2133
|
}));
|
|
2134
2134
|
}
|
|
2135
|
-
var ForwardRef$
|
|
2135
|
+
var ForwardRef$4j = /*#__PURE__*/forwardRef(AmericanExpressIcon);
|
|
2136
2136
|
|
|
2137
2137
|
function BanknoteIcon(props, ref) {
|
|
2138
2138
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2151,7 +2151,7 @@ function BanknoteIcon(props, ref) {
|
|
|
2151
2151
|
clipRule: "evenodd"
|
|
2152
2152
|
}));
|
|
2153
2153
|
}
|
|
2154
|
-
var ForwardRef$
|
|
2154
|
+
var ForwardRef$4i = /*#__PURE__*/forwardRef(BanknoteIcon);
|
|
2155
2155
|
|
|
2156
2156
|
function BanknoteMultiIcon(props, ref) {
|
|
2157
2157
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2170,7 +2170,7 @@ function BanknoteMultiIcon(props, ref) {
|
|
|
2170
2170
|
clipRule: "evenodd"
|
|
2171
2171
|
}));
|
|
2172
2172
|
}
|
|
2173
|
-
var ForwardRef$
|
|
2173
|
+
var ForwardRef$4h = /*#__PURE__*/forwardRef(BanknoteMultiIcon);
|
|
2174
2174
|
|
|
2175
2175
|
function DepositionIcon(props, ref) {
|
|
2176
2176
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2189,7 +2189,7 @@ function DepositionIcon(props, ref) {
|
|
|
2189
2189
|
clipRule: "evenodd"
|
|
2190
2190
|
}));
|
|
2191
2191
|
}
|
|
2192
|
-
var ForwardRef$
|
|
2192
|
+
var ForwardRef$4g = /*#__PURE__*/forwardRef(DepositionIcon);
|
|
2193
2193
|
|
|
2194
2194
|
function DiffIcon(props, ref) {
|
|
2195
2195
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2208,7 +2208,7 @@ function DiffIcon(props, ref) {
|
|
|
2208
2208
|
clipRule: "evenodd"
|
|
2209
2209
|
}));
|
|
2210
2210
|
}
|
|
2211
|
-
var ForwardRef$
|
|
2211
|
+
var ForwardRef$4f = /*#__PURE__*/forwardRef(DiffIcon);
|
|
2212
2212
|
|
|
2213
2213
|
function EuroIcon(props, ref) {
|
|
2214
2214
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2227,7 +2227,7 @@ function EuroIcon(props, ref) {
|
|
|
2227
2227
|
clipRule: "evenodd"
|
|
2228
2228
|
}));
|
|
2229
2229
|
}
|
|
2230
|
-
var ForwardRef$
|
|
2230
|
+
var ForwardRef$4e = /*#__PURE__*/forwardRef(EuroIcon);
|
|
2231
2231
|
|
|
2232
2232
|
function MastercardIcon(props, ref) {
|
|
2233
2233
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2250,7 +2250,7 @@ function MastercardIcon(props, ref) {
|
|
|
2250
2250
|
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"
|
|
2251
2251
|
}));
|
|
2252
2252
|
}
|
|
2253
|
-
var ForwardRef$
|
|
2253
|
+
var ForwardRef$4d = /*#__PURE__*/forwardRef(MastercardIcon);
|
|
2254
2254
|
|
|
2255
2255
|
function MoneyIcon(props, ref) {
|
|
2256
2256
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2269,7 +2269,7 @@ function MoneyIcon(props, ref) {
|
|
|
2269
2269
|
clipRule: "evenodd"
|
|
2270
2270
|
}));
|
|
2271
2271
|
}
|
|
2272
|
-
var ForwardRef$
|
|
2272
|
+
var ForwardRef$4c = /*#__PURE__*/forwardRef(MoneyIcon);
|
|
2273
2273
|
|
|
2274
2274
|
function PriceFromIcon(props, ref) {
|
|
2275
2275
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2286,7 +2286,7 @@ function PriceFromIcon(props, ref) {
|
|
|
2286
2286
|
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"
|
|
2287
2287
|
}));
|
|
2288
2288
|
}
|
|
2289
|
-
var ForwardRef$
|
|
2289
|
+
var ForwardRef$4b = /*#__PURE__*/forwardRef(PriceFromIcon);
|
|
2290
2290
|
|
|
2291
2291
|
function PricelistIcon(props, ref) {
|
|
2292
2292
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2305,7 +2305,7 @@ function PricelistIcon(props, ref) {
|
|
|
2305
2305
|
clipRule: "evenodd"
|
|
2306
2306
|
}));
|
|
2307
2307
|
}
|
|
2308
|
-
var ForwardRef$
|
|
2308
|
+
var ForwardRef$4a = /*#__PURE__*/forwardRef(PricelistIcon);
|
|
2309
2309
|
|
|
2310
2310
|
function ReferenceIcon(props, ref) {
|
|
2311
2311
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2324,7 +2324,7 @@ function ReferenceIcon(props, ref) {
|
|
|
2324
2324
|
clipRule: "evenodd"
|
|
2325
2325
|
}));
|
|
2326
2326
|
}
|
|
2327
|
-
var ForwardRef$
|
|
2327
|
+
var ForwardRef$49 = /*#__PURE__*/forwardRef(ReferenceIcon);
|
|
2328
2328
|
|
|
2329
2329
|
function ShoppingCartIcon(props, ref) {
|
|
2330
2330
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2343,7 +2343,7 @@ function ShoppingCartIcon(props, ref) {
|
|
|
2343
2343
|
clipRule: "evenodd"
|
|
2344
2344
|
}));
|
|
2345
2345
|
}
|
|
2346
|
-
var ForwardRef$
|
|
2346
|
+
var ForwardRef$48 = /*#__PURE__*/forwardRef(ShoppingCartIcon);
|
|
2347
2347
|
|
|
2348
2348
|
function StatsIcon(props, ref) {
|
|
2349
2349
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2362,7 +2362,7 @@ function StatsIcon(props, ref) {
|
|
|
2362
2362
|
clipRule: "evenodd"
|
|
2363
2363
|
}));
|
|
2364
2364
|
}
|
|
2365
|
-
var ForwardRef$
|
|
2365
|
+
var ForwardRef$47 = /*#__PURE__*/forwardRef(StatsIcon);
|
|
2366
2366
|
|
|
2367
2367
|
function VippsIcon(props, ref) {
|
|
2368
2368
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2381,13 +2381,13 @@ function VippsIcon(props, ref) {
|
|
|
2381
2381
|
fill: "#FF5B24",
|
|
2382
2382
|
d: "M5.813 3.917h4.375a3.938 3.938 0 0 1 0 7.875H5.812a3.937 3.937 0 1 1 0-7.875"
|
|
2383
2383
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2384
|
-
fill: "#
|
|
2384
|
+
fill: "#FFF",
|
|
2385
2385
|
fillRule: "evenodd",
|
|
2386
2386
|
d: "M9.127 6.91a.733.733 0 0 0 .746-.743.733.733 0 0 0-.746-.743.733.733 0 0 0-.746.743c0 .438.344.743.746.743m.975 1.2c-.497.648-1.023 1.096-1.95 1.096-.947 0-1.683-.571-2.257-1.41-.23-.343-.583-.42-.841-.238-.239.171-.296.534-.076.848.793 1.21 1.892 1.915 3.174 1.915 1.176 0 2.094-.571 2.81-1.524.268-.353.259-.715 0-.915-.238-.19-.592-.124-.86.229",
|
|
2387
2387
|
clipRule: "evenodd"
|
|
2388
2388
|
}));
|
|
2389
2389
|
}
|
|
2390
|
-
var ForwardRef$
|
|
2390
|
+
var ForwardRef$46 = /*#__PURE__*/forwardRef(VippsIcon);
|
|
2391
2391
|
|
|
2392
2392
|
function VippsLogoIcon(props, ref) {
|
|
2393
2393
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2404,7 +2404,7 @@ function VippsLogoIcon(props, ref) {
|
|
|
2404
2404
|
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"
|
|
2405
2405
|
}));
|
|
2406
2406
|
}
|
|
2407
|
-
var ForwardRef$
|
|
2407
|
+
var ForwardRef$45 = /*#__PURE__*/forwardRef(VippsLogoIcon);
|
|
2408
2408
|
|
|
2409
2409
|
function VisaIcon(props, ref) {
|
|
2410
2410
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2417,7 +2417,7 @@ function VisaIcon(props, ref) {
|
|
|
2417
2417
|
color: props.color || '#181C56',
|
|
2418
2418
|
ref: ref
|
|
2419
2419
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2420
|
-
fill: "#
|
|
2420
|
+
fill: "#FFF",
|
|
2421
2421
|
d: "M1 3.553H15V12.446000000000002H1z"
|
|
2422
2422
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2423
2423
|
fill: "#F7B600",
|
|
@@ -2430,7 +2430,7 @@ function VisaIcon(props, ref) {
|
|
|
2430
2430
|
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"
|
|
2431
2431
|
}));
|
|
2432
2432
|
}
|
|
2433
|
-
var ForwardRef$
|
|
2433
|
+
var ForwardRef$44 = /*#__PURE__*/forwardRef(VisaIcon);
|
|
2434
2434
|
|
|
2435
2435
|
function FacebookIcon(props, ref) {
|
|
2436
2436
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2447,7 +2447,7 @@ function FacebookIcon(props, ref) {
|
|
|
2447
2447
|
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"
|
|
2448
2448
|
}));
|
|
2449
2449
|
}
|
|
2450
|
-
var ForwardRef$
|
|
2450
|
+
var ForwardRef$43 = /*#__PURE__*/forwardRef(FacebookIcon);
|
|
2451
2451
|
|
|
2452
2452
|
function GithubIcon(props, ref) {
|
|
2453
2453
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2462,7 +2462,7 @@ function GithubIcon(props, ref) {
|
|
|
2462
2462
|
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"
|
|
2463
2463
|
}));
|
|
2464
2464
|
}
|
|
2465
|
-
var ForwardRef$
|
|
2465
|
+
var ForwardRef$42 = /*#__PURE__*/forwardRef(GithubIcon);
|
|
2466
2466
|
|
|
2467
2467
|
function GoogleIcon(props, ref) {
|
|
2468
2468
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2479,7 +2479,7 @@ function GoogleIcon(props, ref) {
|
|
|
2479
2479
|
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"
|
|
2480
2480
|
}));
|
|
2481
2481
|
}
|
|
2482
|
-
var ForwardRef$
|
|
2482
|
+
var ForwardRef$41 = /*#__PURE__*/forwardRef(GoogleIcon);
|
|
2483
2483
|
|
|
2484
2484
|
function InstagramIcon(props, ref) {
|
|
2485
2485
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2496,7 +2496,7 @@ function InstagramIcon(props, ref) {
|
|
|
2496
2496
|
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"
|
|
2497
2497
|
}));
|
|
2498
2498
|
}
|
|
2499
|
-
var ForwardRef$
|
|
2499
|
+
var ForwardRef$40 = /*#__PURE__*/forwardRef(InstagramIcon);
|
|
2500
2500
|
|
|
2501
2501
|
function LinkedinIcon(props, ref) {
|
|
2502
2502
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2516,7 +2516,7 @@ function LinkedinIcon(props, ref) {
|
|
|
2516
2516
|
transform: "translate(-1137 -141) translate(1136 140)"
|
|
2517
2517
|
}));
|
|
2518
2518
|
}
|
|
2519
|
-
var ForwardRef$
|
|
2519
|
+
var ForwardRef$3$ = /*#__PURE__*/forwardRef(LinkedinIcon);
|
|
2520
2520
|
|
|
2521
2521
|
function SkypeIcon(props, ref) {
|
|
2522
2522
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2533,7 +2533,7 @@ function SkypeIcon(props, ref) {
|
|
|
2533
2533
|
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"
|
|
2534
2534
|
}));
|
|
2535
2535
|
}
|
|
2536
|
-
var ForwardRef$
|
|
2536
|
+
var ForwardRef$3_ = /*#__PURE__*/forwardRef(SkypeIcon);
|
|
2537
2537
|
|
|
2538
2538
|
function TwitterIcon(props, ref) {
|
|
2539
2539
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2550,7 +2550,7 @@ function TwitterIcon(props, ref) {
|
|
|
2550
2550
|
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"
|
|
2551
2551
|
}));
|
|
2552
2552
|
}
|
|
2553
|
-
var ForwardRef$
|
|
2553
|
+
var ForwardRef$3Z = /*#__PURE__*/forwardRef(TwitterIcon);
|
|
2554
2554
|
|
|
2555
2555
|
function VimeoIcon(props, ref) {
|
|
2556
2556
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2567,7 +2567,7 @@ function VimeoIcon(props, ref) {
|
|
|
2567
2567
|
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"
|
|
2568
2568
|
}));
|
|
2569
2569
|
}
|
|
2570
|
-
var ForwardRef$
|
|
2570
|
+
var ForwardRef$3Y = /*#__PURE__*/forwardRef(VimeoIcon);
|
|
2571
2571
|
|
|
2572
2572
|
function YoutubeIcon(props, ref) {
|
|
2573
2573
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2584,7 +2584,7 @@ function YoutubeIcon(props, ref) {
|
|
|
2584
2584
|
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"
|
|
2585
2585
|
}));
|
|
2586
2586
|
}
|
|
2587
|
-
var ForwardRef$
|
|
2587
|
+
var ForwardRef$3X = /*#__PURE__*/forwardRef(YoutubeIcon);
|
|
2588
2588
|
|
|
2589
2589
|
function BatteryIcon(props, ref) {
|
|
2590
2590
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2603,7 +2603,7 @@ function BatteryIcon(props, ref) {
|
|
|
2603
2603
|
clipRule: "evenodd"
|
|
2604
2604
|
}));
|
|
2605
2605
|
}
|
|
2606
|
-
var ForwardRef$
|
|
2606
|
+
var ForwardRef$3W = /*#__PURE__*/forwardRef(BatteryIcon);
|
|
2607
2607
|
|
|
2608
2608
|
function CalculatorIcon(props, ref) {
|
|
2609
2609
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2623,7 +2623,7 @@ function CalculatorIcon(props, ref) {
|
|
|
2623
2623
|
clipRule: "evenodd"
|
|
2624
2624
|
}));
|
|
2625
2625
|
}
|
|
2626
|
-
var ForwardRef$
|
|
2626
|
+
var ForwardRef$3V = /*#__PURE__*/forwardRef(CalculatorIcon);
|
|
2627
2627
|
|
|
2628
2628
|
function CameraIcon(props, ref) {
|
|
2629
2629
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2642,7 +2642,7 @@ function CameraIcon(props, ref) {
|
|
|
2642
2642
|
clipRule: "evenodd"
|
|
2643
2643
|
}));
|
|
2644
2644
|
}
|
|
2645
|
-
var ForwardRef$
|
|
2645
|
+
var ForwardRef$3U = /*#__PURE__*/forwardRef(CameraIcon);
|
|
2646
2646
|
|
|
2647
2647
|
function DatabaseIcon(props, ref) {
|
|
2648
2648
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2662,7 +2662,7 @@ function DatabaseIcon(props, ref) {
|
|
|
2662
2662
|
transform: "translate(-1210 -463) translate(1208 462)"
|
|
2663
2663
|
}));
|
|
2664
2664
|
}
|
|
2665
|
-
var ForwardRef$
|
|
2665
|
+
var ForwardRef$3T = /*#__PURE__*/forwardRef(DatabaseIcon);
|
|
2666
2666
|
|
|
2667
2667
|
function DesktopIcon(props, ref) {
|
|
2668
2668
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2681,7 +2681,7 @@ function DesktopIcon(props, ref) {
|
|
|
2681
2681
|
clipRule: "evenodd"
|
|
2682
2682
|
}));
|
|
2683
2683
|
}
|
|
2684
|
-
var ForwardRef$
|
|
2684
|
+
var ForwardRef$3S = /*#__PURE__*/forwardRef(DesktopIcon);
|
|
2685
2685
|
|
|
2686
2686
|
function ImageIcon(props, ref) {
|
|
2687
2687
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2700,7 +2700,7 @@ function ImageIcon(props, ref) {
|
|
|
2700
2700
|
clipRule: "evenodd"
|
|
2701
2701
|
}));
|
|
2702
2702
|
}
|
|
2703
|
-
var ForwardRef$
|
|
2703
|
+
var ForwardRef$3R = /*#__PURE__*/forwardRef(ImageIcon);
|
|
2704
2704
|
|
|
2705
2705
|
function LaptopIcon(props, ref) {
|
|
2706
2706
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2719,7 +2719,7 @@ function LaptopIcon(props, ref) {
|
|
|
2719
2719
|
clipRule: "evenodd"
|
|
2720
2720
|
}));
|
|
2721
2721
|
}
|
|
2722
|
-
var ForwardRef$
|
|
2722
|
+
var ForwardRef$3Q = /*#__PURE__*/forwardRef(LaptopIcon);
|
|
2723
2723
|
|
|
2724
2724
|
function MobileIcon(props, ref) {
|
|
2725
2725
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2738,7 +2738,7 @@ function MobileIcon(props, ref) {
|
|
|
2738
2738
|
clipRule: "evenodd"
|
|
2739
2739
|
}));
|
|
2740
2740
|
}
|
|
2741
|
-
var ForwardRef$
|
|
2741
|
+
var ForwardRef$3P = /*#__PURE__*/forwardRef(MobileIcon);
|
|
2742
2742
|
|
|
2743
2743
|
function PhoneIcon(props, ref) {
|
|
2744
2744
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2757,7 +2757,7 @@ function PhoneIcon(props, ref) {
|
|
|
2757
2757
|
clipRule: "evenodd"
|
|
2758
2758
|
}));
|
|
2759
2759
|
}
|
|
2760
|
-
var ForwardRef$
|
|
2760
|
+
var ForwardRef$3O = /*#__PURE__*/forwardRef(PhoneIcon);
|
|
2761
2761
|
|
|
2762
2762
|
function PrinterIcon(props, ref) {
|
|
2763
2763
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2776,7 +2776,7 @@ function PrinterIcon(props, ref) {
|
|
|
2776
2776
|
clipRule: "evenodd"
|
|
2777
2777
|
}));
|
|
2778
2778
|
}
|
|
2779
|
-
var ForwardRef$
|
|
2779
|
+
var ForwardRef$3N = /*#__PURE__*/forwardRef(PrinterIcon);
|
|
2780
2780
|
|
|
2781
2781
|
function QRIcon(props, ref) {
|
|
2782
2782
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2795,7 +2795,7 @@ function QRIcon(props, ref) {
|
|
|
2795
2795
|
clipRule: "evenodd"
|
|
2796
2796
|
}));
|
|
2797
2797
|
}
|
|
2798
|
-
var ForwardRef$
|
|
2798
|
+
var ForwardRef$3M = /*#__PURE__*/forwardRef(QRIcon);
|
|
2799
2799
|
|
|
2800
2800
|
function SaveIcon(props, ref) {
|
|
2801
2801
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2814,7 +2814,7 @@ function SaveIcon(props, ref) {
|
|
|
2814
2814
|
clipRule: "evenodd"
|
|
2815
2815
|
}));
|
|
2816
2816
|
}
|
|
2817
|
-
var ForwardRef$
|
|
2817
|
+
var ForwardRef$3L = /*#__PURE__*/forwardRef(SaveIcon);
|
|
2818
2818
|
|
|
2819
2819
|
function AlignCenterIcon(props, ref) {
|
|
2820
2820
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2833,7 +2833,7 @@ function AlignCenterIcon(props, ref) {
|
|
|
2833
2833
|
clipRule: "evenodd"
|
|
2834
2834
|
}));
|
|
2835
2835
|
}
|
|
2836
|
-
var ForwardRef$
|
|
2836
|
+
var ForwardRef$3K = /*#__PURE__*/forwardRef(AlignCenterIcon);
|
|
2837
2837
|
|
|
2838
2838
|
function AlignLeftIcon(props, ref) {
|
|
2839
2839
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2852,7 +2852,7 @@ function AlignLeftIcon(props, ref) {
|
|
|
2852
2852
|
clipRule: "evenodd"
|
|
2853
2853
|
}));
|
|
2854
2854
|
}
|
|
2855
|
-
var ForwardRef$
|
|
2855
|
+
var ForwardRef$3J = /*#__PURE__*/forwardRef(AlignLeftIcon);
|
|
2856
2856
|
|
|
2857
2857
|
function AlignRightIcon(props, ref) {
|
|
2858
2858
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2871,7 +2871,7 @@ function AlignRightIcon(props, ref) {
|
|
|
2871
2871
|
clipRule: "evenodd"
|
|
2872
2872
|
}));
|
|
2873
2873
|
}
|
|
2874
|
-
var ForwardRef$
|
|
2874
|
+
var ForwardRef$3I = /*#__PURE__*/forwardRef(AlignRightIcon);
|
|
2875
2875
|
|
|
2876
2876
|
function AttachmentIcon(props, ref) {
|
|
2877
2877
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2890,7 +2890,7 @@ function AttachmentIcon(props, ref) {
|
|
|
2890
2890
|
clipRule: "evenodd"
|
|
2891
2891
|
}));
|
|
2892
2892
|
}
|
|
2893
|
-
var ForwardRef$
|
|
2893
|
+
var ForwardRef$3H = /*#__PURE__*/forwardRef(AttachmentIcon);
|
|
2894
2894
|
|
|
2895
2895
|
function BoldIcon(props, ref) {
|
|
2896
2896
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2909,7 +2909,7 @@ function BoldIcon(props, ref) {
|
|
|
2909
2909
|
clipRule: "evenodd"
|
|
2910
2910
|
}));
|
|
2911
2911
|
}
|
|
2912
|
-
var ForwardRef$
|
|
2912
|
+
var ForwardRef$3G = /*#__PURE__*/forwardRef(BoldIcon);
|
|
2913
2913
|
|
|
2914
2914
|
function BulletListIcon(props, ref) {
|
|
2915
2915
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2928,7 +2928,7 @@ function BulletListIcon(props, ref) {
|
|
|
2928
2928
|
clipRule: "evenodd"
|
|
2929
2929
|
}));
|
|
2930
2930
|
}
|
|
2931
|
-
var ForwardRef$
|
|
2931
|
+
var ForwardRef$3F = /*#__PURE__*/forwardRef(BulletListIcon);
|
|
2932
2932
|
|
|
2933
2933
|
function ItalicIcon(props, ref) {
|
|
2934
2934
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2947,7 +2947,7 @@ function ItalicIcon(props, ref) {
|
|
|
2947
2947
|
clipRule: "evenodd"
|
|
2948
2948
|
}));
|
|
2949
2949
|
}
|
|
2950
|
-
var ForwardRef$
|
|
2950
|
+
var ForwardRef$3E = /*#__PURE__*/forwardRef(ItalicIcon);
|
|
2951
2951
|
|
|
2952
2952
|
function LinkIcon(props, ref) {
|
|
2953
2953
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2966,7 +2966,7 @@ function LinkIcon(props, ref) {
|
|
|
2966
2966
|
clipRule: "evenodd"
|
|
2967
2967
|
}));
|
|
2968
2968
|
}
|
|
2969
|
-
var ForwardRef$
|
|
2969
|
+
var ForwardRef$3D = /*#__PURE__*/forwardRef(LinkIcon);
|
|
2970
2970
|
|
|
2971
2971
|
function NumberListIcon(props, ref) {
|
|
2972
2972
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2985,7 +2985,7 @@ function NumberListIcon(props, ref) {
|
|
|
2985
2985
|
clipRule: "evenodd"
|
|
2986
2986
|
}));
|
|
2987
2987
|
}
|
|
2988
|
-
var ForwardRef$
|
|
2988
|
+
var ForwardRef$3C = /*#__PURE__*/forwardRef(NumberListIcon);
|
|
2989
2989
|
|
|
2990
2990
|
function SourceCodeIcon(props, ref) {
|
|
2991
2991
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3004,7 +3004,7 @@ function SourceCodeIcon(props, ref) {
|
|
|
3004
3004
|
clipRule: "evenodd"
|
|
3005
3005
|
}));
|
|
3006
3006
|
}
|
|
3007
|
-
var ForwardRef$
|
|
3007
|
+
var ForwardRef$3B = /*#__PURE__*/forwardRef(SourceCodeIcon);
|
|
3008
3008
|
|
|
3009
3009
|
function TextColorIcon(props, ref) {
|
|
3010
3010
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3023,7 +3023,7 @@ function TextColorIcon(props, ref) {
|
|
|
3023
3023
|
clipRule: "evenodd"
|
|
3024
3024
|
}));
|
|
3025
3025
|
}
|
|
3026
|
-
var ForwardRef$
|
|
3026
|
+
var ForwardRef$3A = /*#__PURE__*/forwardRef(TextColorIcon);
|
|
3027
3027
|
|
|
3028
3028
|
function UnderlineIcon(props, ref) {
|
|
3029
3029
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3042,7 +3042,7 @@ function UnderlineIcon(props, ref) {
|
|
|
3042
3042
|
clipRule: "evenodd"
|
|
3043
3043
|
}));
|
|
3044
3044
|
}
|
|
3045
|
-
var ForwardRef$
|
|
3045
|
+
var ForwardRef$3z = /*#__PURE__*/forwardRef(UnderlineIcon);
|
|
3046
3046
|
|
|
3047
3047
|
function UnlinkIcon(props, ref) {
|
|
3048
3048
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3061,7 +3061,7 @@ function UnlinkIcon(props, ref) {
|
|
|
3061
3061
|
clipRule: "evenodd"
|
|
3062
3062
|
}));
|
|
3063
3063
|
}
|
|
3064
|
-
var ForwardRef$
|
|
3064
|
+
var ForwardRef$3y = /*#__PURE__*/forwardRef(UnlinkIcon);
|
|
3065
3065
|
|
|
3066
3066
|
function BicycleIcon(props, ref) {
|
|
3067
3067
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3083,7 +3083,7 @@ function BicycleIcon(props, ref) {
|
|
|
3083
3083
|
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"
|
|
3084
3084
|
}));
|
|
3085
3085
|
}
|
|
3086
|
-
var ForwardRef$
|
|
3086
|
+
var ForwardRef$3x = /*#__PURE__*/forwardRef(BicycleIcon);
|
|
3087
3087
|
|
|
3088
3088
|
function BusIcon(props, ref) {
|
|
3089
3089
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3107,7 +3107,7 @@ function BusIcon(props, ref) {
|
|
|
3107
3107
|
d: "M3.55 11.8c0-.551.449-1 1-1s1 .449 1 1a1 1 0 0 1-2 0"
|
|
3108
3108
|
})));
|
|
3109
3109
|
}
|
|
3110
|
-
var ForwardRef$
|
|
3110
|
+
var ForwardRef$3w = /*#__PURE__*/forwardRef(BusIcon);
|
|
3111
3111
|
|
|
3112
3112
|
function CablewayIcon(props, ref) {
|
|
3113
3113
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3124,7 +3124,7 @@ function CablewayIcon(props, ref) {
|
|
|
3124
3124
|
clipRule: "evenodd"
|
|
3125
3125
|
}));
|
|
3126
3126
|
}
|
|
3127
|
-
var ForwardRef$
|
|
3127
|
+
var ForwardRef$3v = /*#__PURE__*/forwardRef(CablewayIcon);
|
|
3128
3128
|
|
|
3129
3129
|
function CarIcon(props, ref) {
|
|
3130
3130
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3143,7 +3143,7 @@ function CarIcon(props, ref) {
|
|
|
3143
3143
|
clipRule: "evenodd"
|
|
3144
3144
|
}));
|
|
3145
3145
|
}
|
|
3146
|
-
var ForwardRef$
|
|
3146
|
+
var ForwardRef$3u = /*#__PURE__*/forwardRef(CarIcon);
|
|
3147
3147
|
|
|
3148
3148
|
function CarSharingIcon(props, ref) {
|
|
3149
3149
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3166,7 +3166,7 @@ function CarSharingIcon(props, ref) {
|
|
|
3166
3166
|
d: "M5.516 10.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0"
|
|
3167
3167
|
}));
|
|
3168
3168
|
}
|
|
3169
|
-
var ForwardRef$
|
|
3169
|
+
var ForwardRef$3t = /*#__PURE__*/forwardRef(CarSharingIcon);
|
|
3170
3170
|
|
|
3171
3171
|
function CarferryIcon(props, ref) {
|
|
3172
3172
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3188,7 +3188,7 @@ function CarferryIcon(props, ref) {
|
|
|
3188
3188
|
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"
|
|
3189
3189
|
}));
|
|
3190
3190
|
}
|
|
3191
|
-
var ForwardRef$
|
|
3191
|
+
var ForwardRef$3s = /*#__PURE__*/forwardRef(CarferryIcon);
|
|
3192
3192
|
|
|
3193
3193
|
function CityBikeIcon(props, ref) {
|
|
3194
3194
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3205,7 +3205,7 @@ function CityBikeIcon(props, ref) {
|
|
|
3205
3205
|
clipRule: "evenodd"
|
|
3206
3206
|
}));
|
|
3207
3207
|
}
|
|
3208
|
-
var ForwardRef$
|
|
3208
|
+
var ForwardRef$3r = /*#__PURE__*/forwardRef(CityBikeIcon);
|
|
3209
3209
|
|
|
3210
3210
|
function FerryIcon(props, ref) {
|
|
3211
3211
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3222,7 +3222,7 @@ function FerryIcon(props, ref) {
|
|
|
3222
3222
|
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"
|
|
3223
3223
|
}));
|
|
3224
3224
|
}
|
|
3225
|
-
var ForwardRef$
|
|
3225
|
+
var ForwardRef$3q = /*#__PURE__*/forwardRef(FerryIcon);
|
|
3226
3226
|
|
|
3227
3227
|
function FunicularIcon(props, ref) {
|
|
3228
3228
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3246,7 +3246,7 @@ function FunicularIcon(props, ref) {
|
|
|
3246
3246
|
clipRule: "evenodd"
|
|
3247
3247
|
}));
|
|
3248
3248
|
}
|
|
3249
|
-
var ForwardRef$
|
|
3249
|
+
var ForwardRef$3p = /*#__PURE__*/forwardRef(FunicularIcon);
|
|
3250
3250
|
|
|
3251
3251
|
function HelicopterIcon(props, ref) {
|
|
3252
3252
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3270,7 +3270,7 @@ function HelicopterIcon(props, ref) {
|
|
|
3270
3270
|
clipRule: "evenodd"
|
|
3271
3271
|
}));
|
|
3272
3272
|
}
|
|
3273
|
-
var ForwardRef$
|
|
3273
|
+
var ForwardRef$3o = /*#__PURE__*/forwardRef(HelicopterIcon);
|
|
3274
3274
|
|
|
3275
3275
|
function MetroIcon(props, ref) {
|
|
3276
3276
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3292,7 +3292,7 @@ function MetroIcon(props, ref) {
|
|
|
3292
3292
|
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"
|
|
3293
3293
|
}));
|
|
3294
3294
|
}
|
|
3295
|
-
var ForwardRef$
|
|
3295
|
+
var ForwardRef$3n = /*#__PURE__*/forwardRef(MetroIcon);
|
|
3296
3296
|
|
|
3297
3297
|
function MobilityIcon(props, ref) {
|
|
3298
3298
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3311,7 +3311,7 @@ function MobilityIcon(props, ref) {
|
|
|
3311
3311
|
clipRule: "evenodd"
|
|
3312
3312
|
}));
|
|
3313
3313
|
}
|
|
3314
|
-
var ForwardRef$
|
|
3314
|
+
var ForwardRef$3m = /*#__PURE__*/forwardRef(MobilityIcon);
|
|
3315
3315
|
|
|
3316
3316
|
function PlaneIcon(props, ref) {
|
|
3317
3317
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3335,7 +3335,7 @@ function PlaneIcon(props, ref) {
|
|
|
3335
3335
|
clipRule: "evenodd"
|
|
3336
3336
|
}));
|
|
3337
3337
|
}
|
|
3338
|
-
var ForwardRef$
|
|
3338
|
+
var ForwardRef$3l = /*#__PURE__*/forwardRef(PlaneIcon);
|
|
3339
3339
|
|
|
3340
3340
|
function RunningIcon(props, ref) {
|
|
3341
3341
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3357,9 +3357,11 @@ function RunningIcon(props, ref) {
|
|
|
3357
3357
|
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"
|
|
3358
3358
|
})));
|
|
3359
3359
|
}
|
|
3360
|
-
var ForwardRef$
|
|
3360
|
+
var ForwardRef$3k = /*#__PURE__*/forwardRef(RunningIcon);
|
|
3361
3361
|
|
|
3362
|
+
/** @deprecated ScooterIcon is deprecated; use MobilityIcon instead */
|
|
3362
3363
|
function ScooterIcon(props, ref) {
|
|
3364
|
+
console.warn('Design system warning: ScooterIcon is deprecated; use MobilityIcon instead');
|
|
3363
3365
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3364
3366
|
xmlSpace: "preserve",
|
|
3365
3367
|
x: 0,
|
|
@@ -3376,7 +3378,7 @@ function ScooterIcon(props, ref) {
|
|
|
3376
3378
|
clipRule: "evenodd"
|
|
3377
3379
|
}));
|
|
3378
3380
|
}
|
|
3379
|
-
var ForwardRef$
|
|
3381
|
+
var ForwardRef$3j = /*#__PURE__*/forwardRef(ScooterIcon);
|
|
3380
3382
|
|
|
3381
3383
|
function StandingIcon(props, ref) {
|
|
3382
3384
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3396,7 +3398,7 @@ function StandingIcon(props, ref) {
|
|
|
3396
3398
|
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"
|
|
3397
3399
|
})));
|
|
3398
3400
|
}
|
|
3399
|
-
var ForwardRef$
|
|
3401
|
+
var ForwardRef$3i = /*#__PURE__*/forwardRef(StandingIcon);
|
|
3400
3402
|
|
|
3401
3403
|
function StrollingIcon(props, ref) {
|
|
3402
3404
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3418,9 +3420,11 @@ function StrollingIcon(props, ref) {
|
|
|
3418
3420
|
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"
|
|
3419
3421
|
})));
|
|
3420
3422
|
}
|
|
3421
|
-
var ForwardRef$
|
|
3423
|
+
var ForwardRef$3h = /*#__PURE__*/forwardRef(StrollingIcon);
|
|
3422
3424
|
|
|
3425
|
+
/** @deprecated SubwayIcon is deprecated; use MetroIcon instead */
|
|
3423
3426
|
function SubwayIcon(props, ref) {
|
|
3427
|
+
console.warn('Design system warning: SubwayIcon is deprecated; use MetroIcon instead');
|
|
3424
3428
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3425
3429
|
xmlSpace: "preserve",
|
|
3426
3430
|
x: 0,
|
|
@@ -3440,7 +3444,7 @@ function SubwayIcon(props, ref) {
|
|
|
3440
3444
|
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"
|
|
3441
3445
|
}));
|
|
3442
3446
|
}
|
|
3443
|
-
var ForwardRef$
|
|
3447
|
+
var ForwardRef$3g = /*#__PURE__*/forwardRef(SubwayIcon);
|
|
3444
3448
|
|
|
3445
3449
|
function TaxiIcon(props, ref) {
|
|
3446
3450
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3459,7 +3463,7 @@ function TaxiIcon(props, ref) {
|
|
|
3459
3463
|
clipRule: "evenodd"
|
|
3460
3464
|
}));
|
|
3461
3465
|
}
|
|
3462
|
-
var ForwardRef$
|
|
3466
|
+
var ForwardRef$3f = /*#__PURE__*/forwardRef(TaxiIcon);
|
|
3463
3467
|
|
|
3464
3468
|
function TrainIcon(props, ref) {
|
|
3465
3469
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3481,7 +3485,7 @@ function TrainIcon(props, ref) {
|
|
|
3481
3485
|
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"
|
|
3482
3486
|
}));
|
|
3483
3487
|
}
|
|
3484
|
-
var ForwardRef$
|
|
3488
|
+
var ForwardRef$3e = /*#__PURE__*/forwardRef(TrainIcon);
|
|
3485
3489
|
|
|
3486
3490
|
function TramIcon(props, ref) {
|
|
3487
3491
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3505,7 +3509,7 @@ function TramIcon(props, ref) {
|
|
|
3505
3509
|
clipRule: "evenodd"
|
|
3506
3510
|
}));
|
|
3507
3511
|
}
|
|
3508
|
-
var ForwardRef$
|
|
3512
|
+
var ForwardRef$3d = /*#__PURE__*/forwardRef(TramIcon);
|
|
3509
3513
|
|
|
3510
3514
|
function WalkIcon(props, ref) {
|
|
3511
3515
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3527,9 +3531,11 @@ function WalkIcon(props, ref) {
|
|
|
3527
3531
|
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"
|
|
3528
3532
|
})));
|
|
3529
3533
|
}
|
|
3530
|
-
var ForwardRef$
|
|
3534
|
+
var ForwardRef$3c = /*#__PURE__*/forwardRef(WalkIcon);
|
|
3531
3535
|
|
|
3536
|
+
/** @deprecated WalkingIcon is deprecated; use WalkIcon instead */
|
|
3532
3537
|
function WalkingIcon(props, ref) {
|
|
3538
|
+
console.warn('Design system warning: WalkingIcon is deprecated; use WalkIcon instead');
|
|
3533
3539
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3534
3540
|
xmlSpace: "preserve",
|
|
3535
3541
|
x: 0,
|
|
@@ -3549,7 +3555,7 @@ function WalkingIcon(props, ref) {
|
|
|
3549
3555
|
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"
|
|
3550
3556
|
})));
|
|
3551
3557
|
}
|
|
3552
|
-
var ForwardRef$
|
|
3558
|
+
var ForwardRef$3b = /*#__PURE__*/forwardRef(WalkingIcon);
|
|
3553
3559
|
|
|
3554
3560
|
function AdditionalZonesTicketIcon(props, ref) {
|
|
3555
3561
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3568,7 +3574,7 @@ function AdditionalZonesTicketIcon(props, ref) {
|
|
|
3568
3574
|
clipRule: "evenodd"
|
|
3569
3575
|
}));
|
|
3570
3576
|
}
|
|
3571
|
-
var ForwardRef$
|
|
3577
|
+
var ForwardRef$3a = /*#__PURE__*/forwardRef(AdditionalZonesTicketIcon);
|
|
3572
3578
|
|
|
3573
3579
|
function CabinIcon(props, ref) {
|
|
3574
3580
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3595,7 +3601,7 @@ function CabinIcon(props, ref) {
|
|
|
3595
3601
|
clipRule: "evenodd"
|
|
3596
3602
|
}));
|
|
3597
3603
|
}
|
|
3598
|
-
var ForwardRef$
|
|
3604
|
+
var ForwardRef$39 = /*#__PURE__*/forwardRef(CabinIcon);
|
|
3599
3605
|
|
|
3600
3606
|
function CityIcon(props, ref) {
|
|
3601
3607
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3614,7 +3620,7 @@ function CityIcon(props, ref) {
|
|
|
3614
3620
|
clipRule: "evenodd"
|
|
3615
3621
|
}));
|
|
3616
3622
|
}
|
|
3617
|
-
var ForwardRef$
|
|
3623
|
+
var ForwardRef$38 = /*#__PURE__*/forwardRef(CityIcon);
|
|
3618
3624
|
|
|
3619
3625
|
function CompassNeedleIcon(props, ref) {
|
|
3620
3626
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3632,7 +3638,7 @@ function CompassNeedleIcon(props, ref) {
|
|
|
3632
3638
|
d: "M11 8 8 1 5 8z"
|
|
3633
3639
|
}));
|
|
3634
3640
|
}
|
|
3635
|
-
var ForwardRef$
|
|
3641
|
+
var ForwardRef$37 = /*#__PURE__*/forwardRef(CompassNeedleIcon);
|
|
3636
3642
|
|
|
3637
3643
|
function ConductorIcon(props, ref) {
|
|
3638
3644
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3649,7 +3655,7 @@ function ConductorIcon(props, ref) {
|
|
|
3649
3655
|
clipRule: "evenodd"
|
|
3650
3656
|
}));
|
|
3651
3657
|
}
|
|
3652
|
-
var ForwardRef$
|
|
3658
|
+
var ForwardRef$36 = /*#__PURE__*/forwardRef(ConductorIcon);
|
|
3653
3659
|
|
|
3654
3660
|
function CorrespondenceIcon(props, ref) {
|
|
3655
3661
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3673,7 +3679,7 @@ function CorrespondenceIcon(props, ref) {
|
|
|
3673
3679
|
clipRule: "evenodd"
|
|
3674
3680
|
}));
|
|
3675
3681
|
}
|
|
3676
|
-
var ForwardRef$
|
|
3682
|
+
var ForwardRef$35 = /*#__PURE__*/forwardRef(CorrespondenceIcon);
|
|
3677
3683
|
|
|
3678
3684
|
function DestinationIcon(props, ref) {
|
|
3679
3685
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3692,7 +3698,7 @@ function DestinationIcon(props, ref) {
|
|
|
3692
3698
|
clipRule: "evenodd"
|
|
3693
3699
|
}));
|
|
3694
3700
|
}
|
|
3695
|
-
var ForwardRef$
|
|
3701
|
+
var ForwardRef$34 = /*#__PURE__*/forwardRef(DestinationIcon);
|
|
3696
3702
|
|
|
3697
3703
|
function DirectionIcon(props, ref) {
|
|
3698
3704
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3709,7 +3715,7 @@ function DirectionIcon(props, ref) {
|
|
|
3709
3715
|
clipRule: "evenodd"
|
|
3710
3716
|
}));
|
|
3711
3717
|
}
|
|
3712
|
-
var ForwardRef$
|
|
3718
|
+
var ForwardRef$33 = /*#__PURE__*/forwardRef(DirectionIcon);
|
|
3713
3719
|
|
|
3714
3720
|
function DirectionFilledIcon(props, ref) {
|
|
3715
3721
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3726,7 +3732,7 @@ function DirectionFilledIcon(props, ref) {
|
|
|
3726
3732
|
clipRule: "evenodd"
|
|
3727
3733
|
}));
|
|
3728
3734
|
}
|
|
3729
|
-
var ForwardRef$
|
|
3735
|
+
var ForwardRef$32 = /*#__PURE__*/forwardRef(DirectionFilledIcon);
|
|
3730
3736
|
|
|
3731
3737
|
function EnvironmentIcon(props, ref) {
|
|
3732
3738
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3745,7 +3751,7 @@ function EnvironmentIcon(props, ref) {
|
|
|
3745
3751
|
clipRule: "evenodd"
|
|
3746
3752
|
}));
|
|
3747
3753
|
}
|
|
3748
|
-
var ForwardRef$
|
|
3754
|
+
var ForwardRef$31 = /*#__PURE__*/forwardRef(EnvironmentIcon);
|
|
3749
3755
|
|
|
3750
3756
|
function GoalIcon(props, ref) {
|
|
3751
3757
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3762,7 +3768,7 @@ function GoalIcon(props, ref) {
|
|
|
3762
3768
|
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"
|
|
3763
3769
|
}));
|
|
3764
3770
|
}
|
|
3765
|
-
var ForwardRef$
|
|
3771
|
+
var ForwardRef$30 = /*#__PURE__*/forwardRef(GoalIcon);
|
|
3766
3772
|
|
|
3767
3773
|
function GymIcon(props, ref) {
|
|
3768
3774
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3779,7 +3785,7 @@ function GymIcon(props, ref) {
|
|
|
3779
3785
|
clipRule: "evenodd"
|
|
3780
3786
|
}));
|
|
3781
3787
|
}
|
|
3782
|
-
var ForwardRef$
|
|
3788
|
+
var ForwardRef$2$ = /*#__PURE__*/forwardRef(GymIcon);
|
|
3783
3789
|
|
|
3784
3790
|
function HomeIcon(props, ref) {
|
|
3785
3791
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3798,7 +3804,7 @@ function HomeIcon(props, ref) {
|
|
|
3798
3804
|
clipRule: "evenodd"
|
|
3799
3805
|
}));
|
|
3800
3806
|
}
|
|
3801
|
-
var ForwardRef$
|
|
3807
|
+
var ForwardRef$2_ = /*#__PURE__*/forwardRef(HomeIcon);
|
|
3802
3808
|
|
|
3803
3809
|
function InternationalIcon(props, ref) {
|
|
3804
3810
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3817,7 +3823,7 @@ function InternationalIcon(props, ref) {
|
|
|
3817
3823
|
clipRule: "evenodd"
|
|
3818
3824
|
}));
|
|
3819
3825
|
}
|
|
3820
|
-
var ForwardRef$
|
|
3826
|
+
var ForwardRef$2Z = /*#__PURE__*/forwardRef(InternationalIcon);
|
|
3821
3827
|
|
|
3822
3828
|
function InterrailIcon(props, ref) {
|
|
3823
3829
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3836,7 +3842,7 @@ function InterrailIcon(props, ref) {
|
|
|
3836
3842
|
clipRule: "evenodd"
|
|
3837
3843
|
}));
|
|
3838
3844
|
}
|
|
3839
|
-
var ForwardRef$
|
|
3845
|
+
var ForwardRef$2Y = /*#__PURE__*/forwardRef(InterrailIcon);
|
|
3840
3846
|
|
|
3841
3847
|
function InvalidTicketIcon(props, ref) {
|
|
3842
3848
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3855,7 +3861,7 @@ function InvalidTicketIcon(props, ref) {
|
|
|
3855
3861
|
clipRule: "evenodd"
|
|
3856
3862
|
}));
|
|
3857
3863
|
}
|
|
3858
|
-
var ForwardRef$
|
|
3864
|
+
var ForwardRef$2X = /*#__PURE__*/forwardRef(InvalidTicketIcon);
|
|
3859
3865
|
|
|
3860
3866
|
function LuggageIcon(props, ref) {
|
|
3861
3867
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3874,7 +3880,7 @@ function LuggageIcon(props, ref) {
|
|
|
3874
3880
|
clipRule: "evenodd"
|
|
3875
3881
|
}));
|
|
3876
3882
|
}
|
|
3877
|
-
var ForwardRef$
|
|
3883
|
+
var ForwardRef$2W = /*#__PURE__*/forwardRef(LuggageIcon);
|
|
3878
3884
|
|
|
3879
3885
|
function MapIcon(props, ref) {
|
|
3880
3886
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3893,7 +3899,7 @@ function MapIcon(props, ref) {
|
|
|
3893
3899
|
clipRule: "evenodd"
|
|
3894
3900
|
}));
|
|
3895
3901
|
}
|
|
3896
|
-
var ForwardRef$
|
|
3902
|
+
var ForwardRef$2V = /*#__PURE__*/forwardRef(MapIcon);
|
|
3897
3903
|
|
|
3898
3904
|
function MapFilledIcon(props, ref) {
|
|
3899
3905
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3913,7 +3919,7 @@ function MapFilledIcon(props, ref) {
|
|
|
3913
3919
|
clipRule: "evenodd"
|
|
3914
3920
|
}));
|
|
3915
3921
|
}
|
|
3916
|
-
var ForwardRef$
|
|
3922
|
+
var ForwardRef$2U = /*#__PURE__*/forwardRef(MapFilledIcon);
|
|
3917
3923
|
|
|
3918
3924
|
function MapPinIcon(props, ref) {
|
|
3919
3925
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3932,7 +3938,7 @@ function MapPinIcon(props, ref) {
|
|
|
3932
3938
|
clipRule: "evenodd"
|
|
3933
3939
|
}));
|
|
3934
3940
|
}
|
|
3935
|
-
var ForwardRef$
|
|
3941
|
+
var ForwardRef$2T = /*#__PURE__*/forwardRef(MapPinIcon);
|
|
3936
3942
|
|
|
3937
3943
|
function MountainIcon(props, ref) {
|
|
3938
3944
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3949,7 +3955,7 @@ function MountainIcon(props, ref) {
|
|
|
3949
3955
|
clipRule: "evenodd"
|
|
3950
3956
|
}));
|
|
3951
3957
|
}
|
|
3952
|
-
var ForwardRef$
|
|
3958
|
+
var ForwardRef$2S = /*#__PURE__*/forwardRef(MountainIcon);
|
|
3953
3959
|
|
|
3954
3960
|
function PlaygroundIcon(props, ref) {
|
|
3955
3961
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3971,7 +3977,7 @@ function PlaygroundIcon(props, ref) {
|
|
|
3971
3977
|
clipRule: "evenodd"
|
|
3972
3978
|
}));
|
|
3973
3979
|
}
|
|
3974
|
-
var ForwardRef$
|
|
3980
|
+
var ForwardRef$2R = /*#__PURE__*/forwardRef(PlaygroundIcon);
|
|
3975
3981
|
|
|
3976
3982
|
function PositionIcon(props, ref) {
|
|
3977
3983
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3988,7 +3994,7 @@ function PositionIcon(props, ref) {
|
|
|
3988
3994
|
clipRule: "evenodd"
|
|
3989
3995
|
}));
|
|
3990
3996
|
}
|
|
3991
|
-
var ForwardRef$
|
|
3997
|
+
var ForwardRef$2Q = /*#__PURE__*/forwardRef(PositionIcon);
|
|
3992
3998
|
|
|
3993
3999
|
function PositionFilledIcon(props, ref) {
|
|
3994
4000
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4005,7 +4011,7 @@ function PositionFilledIcon(props, ref) {
|
|
|
4005
4011
|
clipRule: "evenodd"
|
|
4006
4012
|
}));
|
|
4007
4013
|
}
|
|
4008
|
-
var ForwardRef$
|
|
4014
|
+
var ForwardRef$2P = /*#__PURE__*/forwardRef(PositionFilledIcon);
|
|
4009
4015
|
|
|
4010
4016
|
function PrioritySeatPregnantIcon(props, ref) {
|
|
4011
4017
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4025,7 +4031,7 @@ function PrioritySeatPregnantIcon(props, ref) {
|
|
|
4025
4031
|
transform: "translate(-1319 -504) translate(1316 503)"
|
|
4026
4032
|
}));
|
|
4027
4033
|
}
|
|
4028
|
-
var ForwardRef$
|
|
4034
|
+
var ForwardRef$2O = /*#__PURE__*/forwardRef(PrioritySeatPregnantIcon);
|
|
4029
4035
|
|
|
4030
4036
|
function PrioritySeatSeniorsIcon(props, ref) {
|
|
4031
4037
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4045,7 +4051,7 @@ function PrioritySeatSeniorsIcon(props, ref) {
|
|
|
4045
4051
|
transform: "translate(-1354 -504) translate(1352 503)"
|
|
4046
4052
|
}));
|
|
4047
4053
|
}
|
|
4048
|
-
var ForwardRef$
|
|
4054
|
+
var ForwardRef$2N = /*#__PURE__*/forwardRef(PrioritySeatSeniorsIcon);
|
|
4049
4055
|
|
|
4050
4056
|
function RebateTicketIcon(props, ref) {
|
|
4051
4057
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4065,7 +4071,7 @@ function RebateTicketIcon(props, ref) {
|
|
|
4065
4071
|
clipRule: "evenodd"
|
|
4066
4072
|
}));
|
|
4067
4073
|
}
|
|
4068
|
-
var ForwardRef$
|
|
4074
|
+
var ForwardRef$2M = /*#__PURE__*/forwardRef(RebateTicketIcon);
|
|
4069
4075
|
|
|
4070
4076
|
function RebateTicketFilledIcon(props, ref) {
|
|
4071
4077
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4082,7 +4088,7 @@ function RebateTicketFilledIcon(props, ref) {
|
|
|
4082
4088
|
clipRule: "evenodd"
|
|
4083
4089
|
}));
|
|
4084
4090
|
}
|
|
4085
|
-
var ForwardRef$
|
|
4091
|
+
var ForwardRef$2L = /*#__PURE__*/forwardRef(RebateTicketFilledIcon);
|
|
4086
4092
|
|
|
4087
4093
|
function SkiIcon(props, ref) {
|
|
4088
4094
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4102,7 +4108,7 @@ function SkiIcon(props, ref) {
|
|
|
4102
4108
|
transform: "translate(-1425 -504) translate(1424 503)"
|
|
4103
4109
|
}));
|
|
4104
4110
|
}
|
|
4105
|
-
var ForwardRef$
|
|
4111
|
+
var ForwardRef$2K = /*#__PURE__*/forwardRef(SkiIcon);
|
|
4106
4112
|
|
|
4107
4113
|
function SuitcaseIcon(props, ref) {
|
|
4108
4114
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4122,7 +4128,7 @@ function SuitcaseIcon(props, ref) {
|
|
|
4122
4128
|
transform: "translate(-1245 -505) translate(1244 503)"
|
|
4123
4129
|
}));
|
|
4124
4130
|
}
|
|
4125
|
-
var ForwardRef$
|
|
4131
|
+
var ForwardRef$2J = /*#__PURE__*/forwardRef(SuitcaseIcon);
|
|
4126
4132
|
|
|
4127
4133
|
function TrackIcon(props, ref) {
|
|
4128
4134
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4139,7 +4145,7 @@ function TrackIcon(props, ref) {
|
|
|
4139
4145
|
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"
|
|
4140
4146
|
}));
|
|
4141
4147
|
}
|
|
4142
|
-
var ForwardRef$
|
|
4148
|
+
var ForwardRef$2I = /*#__PURE__*/forwardRef(TrackIcon);
|
|
4143
4149
|
|
|
4144
4150
|
function UniversityIcon(props, ref) {
|
|
4145
4151
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4156,7 +4162,7 @@ function UniversityIcon(props, ref) {
|
|
|
4156
4162
|
clipRule: "evenodd"
|
|
4157
4163
|
}));
|
|
4158
4164
|
}
|
|
4159
|
-
var ForwardRef$
|
|
4165
|
+
var ForwardRef$2H = /*#__PURE__*/forwardRef(UniversityIcon);
|
|
4160
4166
|
|
|
4161
4167
|
function ValidTicketIcon(props, ref) {
|
|
4162
4168
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4175,7 +4181,7 @@ function ValidTicketIcon(props, ref) {
|
|
|
4175
4181
|
clipRule: "evenodd"
|
|
4176
4182
|
}));
|
|
4177
4183
|
}
|
|
4178
|
-
var ForwardRef$
|
|
4184
|
+
var ForwardRef$2G = /*#__PURE__*/forwardRef(ValidTicketIcon);
|
|
4179
4185
|
|
|
4180
4186
|
function ValidTicketFilledIcon(props, ref) {
|
|
4181
4187
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4192,7 +4198,7 @@ function ValidTicketFilledIcon(props, ref) {
|
|
|
4192
4198
|
clipRule: "evenodd"
|
|
4193
4199
|
}));
|
|
4194
4200
|
}
|
|
4195
|
-
var ForwardRef$
|
|
4201
|
+
var ForwardRef$2F = /*#__PURE__*/forwardRef(ValidTicketFilledIcon);
|
|
4196
4202
|
|
|
4197
4203
|
function ZoneIcon(props, ref) {
|
|
4198
4204
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4216,7 +4222,7 @@ function ZoneIcon(props, ref) {
|
|
|
4216
4222
|
clipRule: "evenodd"
|
|
4217
4223
|
}));
|
|
4218
4224
|
}
|
|
4219
|
-
var ForwardRef$
|
|
4225
|
+
var ForwardRef$2E = /*#__PURE__*/forwardRef(ZoneIcon);
|
|
4220
4226
|
|
|
4221
4227
|
function AccessibilityIcon(props, ref) {
|
|
4222
4228
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4238,7 +4244,7 @@ function AccessibilityIcon(props, ref) {
|
|
|
4238
4244
|
clipRule: "evenodd"
|
|
4239
4245
|
}));
|
|
4240
4246
|
}
|
|
4241
|
-
var ForwardRef$
|
|
4247
|
+
var ForwardRef$2D = /*#__PURE__*/forwardRef(AccessibilityIcon);
|
|
4242
4248
|
|
|
4243
4249
|
function AddCardIcon(props, ref) {
|
|
4244
4250
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4257,7 +4263,7 @@ function AddCardIcon(props, ref) {
|
|
|
4257
4263
|
clipRule: "evenodd"
|
|
4258
4264
|
}));
|
|
4259
4265
|
}
|
|
4260
|
-
var ForwardRef$
|
|
4266
|
+
var ForwardRef$2C = /*#__PURE__*/forwardRef(AddCardIcon);
|
|
4261
4267
|
|
|
4262
4268
|
function AddIcon(props, ref) {
|
|
4263
4269
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4276,7 +4282,7 @@ function AddIcon(props, ref) {
|
|
|
4276
4282
|
clipRule: "evenodd"
|
|
4277
4283
|
}));
|
|
4278
4284
|
}
|
|
4279
|
-
var ForwardRef$
|
|
4285
|
+
var ForwardRef$2B = /*#__PURE__*/forwardRef(AddIcon);
|
|
4280
4286
|
|
|
4281
4287
|
function AdditionalIcon(props, ref) {
|
|
4282
4288
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4295,7 +4301,7 @@ function AdditionalIcon(props, ref) {
|
|
|
4295
4301
|
clipRule: "evenodd"
|
|
4296
4302
|
}));
|
|
4297
4303
|
}
|
|
4298
|
-
var ForwardRef$
|
|
4304
|
+
var ForwardRef$2A = /*#__PURE__*/forwardRef(AdditionalIcon);
|
|
4299
4305
|
|
|
4300
4306
|
function AdjustmentsIcon(props, ref) {
|
|
4301
4307
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4314,7 +4320,7 @@ function AdjustmentsIcon(props, ref) {
|
|
|
4314
4320
|
clipRule: "evenodd"
|
|
4315
4321
|
}));
|
|
4316
4322
|
}
|
|
4317
|
-
var ForwardRef$
|
|
4323
|
+
var ForwardRef$2z = /*#__PURE__*/forwardRef(AdjustmentsIcon);
|
|
4318
4324
|
|
|
4319
4325
|
function AdminIcon(props, ref) {
|
|
4320
4326
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4334,7 +4340,7 @@ function AdminIcon(props, ref) {
|
|
|
4334
4340
|
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"
|
|
4335
4341
|
}));
|
|
4336
4342
|
}
|
|
4337
|
-
var ForwardRef$
|
|
4343
|
+
var ForwardRef$2y = /*#__PURE__*/forwardRef(AdminIcon);
|
|
4338
4344
|
|
|
4339
4345
|
function AgreesIcon(props, ref) {
|
|
4340
4346
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4353,7 +4359,7 @@ function AgreesIcon(props, ref) {
|
|
|
4353
4359
|
clipRule: "evenodd"
|
|
4354
4360
|
}));
|
|
4355
4361
|
}
|
|
4356
|
-
var ForwardRef$
|
|
4362
|
+
var ForwardRef$2x = /*#__PURE__*/forwardRef(AgreesIcon);
|
|
4357
4363
|
|
|
4358
4364
|
function ObjectAlignBottomFilledIcon(props, ref) {
|
|
4359
4365
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4368,7 +4374,7 @@ function ObjectAlignBottomFilledIcon(props, ref) {
|
|
|
4368
4374
|
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"
|
|
4369
4375
|
}));
|
|
4370
4376
|
}
|
|
4371
|
-
var ForwardRef$
|
|
4377
|
+
var ForwardRef$2w = /*#__PURE__*/forwardRef(ObjectAlignBottomFilledIcon);
|
|
4372
4378
|
|
|
4373
4379
|
function ObjectAlignBottomIcon(props, ref) {
|
|
4374
4380
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4393,7 +4399,7 @@ function ObjectAlignBottomIcon(props, ref) {
|
|
|
4393
4399
|
clipRule: "evenodd"
|
|
4394
4400
|
}));
|
|
4395
4401
|
}
|
|
4396
|
-
var ForwardRef$
|
|
4402
|
+
var ForwardRef$2v = /*#__PURE__*/forwardRef(ObjectAlignBottomIcon);
|
|
4397
4403
|
|
|
4398
4404
|
function ObjectAlignCenterFilledIcon(props, ref) {
|
|
4399
4405
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4408,7 +4414,7 @@ function ObjectAlignCenterFilledIcon(props, ref) {
|
|
|
4408
4414
|
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"
|
|
4409
4415
|
}));
|
|
4410
4416
|
}
|
|
4411
|
-
var ForwardRef$
|
|
4417
|
+
var ForwardRef$2u = /*#__PURE__*/forwardRef(ObjectAlignCenterFilledIcon);
|
|
4412
4418
|
|
|
4413
4419
|
function ObjectAlignCenterIcon(props, ref) {
|
|
4414
4420
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4425,7 +4431,7 @@ function ObjectAlignCenterIcon(props, ref) {
|
|
|
4425
4431
|
clipRule: "evenodd"
|
|
4426
4432
|
}));
|
|
4427
4433
|
}
|
|
4428
|
-
var ForwardRef$
|
|
4434
|
+
var ForwardRef$2t = /*#__PURE__*/forwardRef(ObjectAlignCenterIcon);
|
|
4429
4435
|
|
|
4430
4436
|
function ObjectAlignLeftFilledIcon(props, ref) {
|
|
4431
4437
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4440,7 +4446,7 @@ function ObjectAlignLeftFilledIcon(props, ref) {
|
|
|
4440
4446
|
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"
|
|
4441
4447
|
}));
|
|
4442
4448
|
}
|
|
4443
|
-
var ForwardRef$
|
|
4449
|
+
var ForwardRef$2s = /*#__PURE__*/forwardRef(ObjectAlignLeftFilledIcon);
|
|
4444
4450
|
|
|
4445
4451
|
function ObjectAlignLeftIcon(props, ref) {
|
|
4446
4452
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4457,7 +4463,7 @@ function ObjectAlignLeftIcon(props, ref) {
|
|
|
4457
4463
|
clipRule: "evenodd"
|
|
4458
4464
|
}));
|
|
4459
4465
|
}
|
|
4460
|
-
var ForwardRef$
|
|
4466
|
+
var ForwardRef$2r = /*#__PURE__*/forwardRef(ObjectAlignLeftIcon);
|
|
4461
4467
|
|
|
4462
4468
|
function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
4463
4469
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4472,7 +4478,7 @@ function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
|
4472
4478
|
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"
|
|
4473
4479
|
}));
|
|
4474
4480
|
}
|
|
4475
|
-
var ForwardRef$
|
|
4481
|
+
var ForwardRef$2q = /*#__PURE__*/forwardRef(ObjectAlignMiddleFilledIcon);
|
|
4476
4482
|
|
|
4477
4483
|
function ObjectAlignMiddleIcon(props, ref) {
|
|
4478
4484
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4489,7 +4495,7 @@ function ObjectAlignMiddleIcon(props, ref) {
|
|
|
4489
4495
|
clipRule: "evenodd"
|
|
4490
4496
|
}));
|
|
4491
4497
|
}
|
|
4492
|
-
var ForwardRef$
|
|
4498
|
+
var ForwardRef$2p = /*#__PURE__*/forwardRef(ObjectAlignMiddleIcon);
|
|
4493
4499
|
|
|
4494
4500
|
function ObjectAlignRightFilledIcon(props, ref) {
|
|
4495
4501
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4506,7 +4512,7 @@ function ObjectAlignRightFilledIcon(props, ref) {
|
|
|
4506
4512
|
clipRule: "evenodd"
|
|
4507
4513
|
}));
|
|
4508
4514
|
}
|
|
4509
|
-
var ForwardRef$
|
|
4515
|
+
var ForwardRef$2o = /*#__PURE__*/forwardRef(ObjectAlignRightFilledIcon);
|
|
4510
4516
|
|
|
4511
4517
|
function ObjectAlignRightIcon(props, ref) {
|
|
4512
4518
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4526,7 +4532,7 @@ function ObjectAlignRightIcon(props, ref) {
|
|
|
4526
4532
|
clipRule: "evenodd"
|
|
4527
4533
|
}));
|
|
4528
4534
|
}
|
|
4529
|
-
var ForwardRef$
|
|
4535
|
+
var ForwardRef$2n = /*#__PURE__*/forwardRef(ObjectAlignRightIcon);
|
|
4530
4536
|
|
|
4531
4537
|
function ObjectAlignTopFilledIcon(props, ref) {
|
|
4532
4538
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4541,7 +4547,7 @@ function ObjectAlignTopFilledIcon(props, ref) {
|
|
|
4541
4547
|
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"
|
|
4542
4548
|
}));
|
|
4543
4549
|
}
|
|
4544
|
-
var ForwardRef$
|
|
4550
|
+
var ForwardRef$2m = /*#__PURE__*/forwardRef(ObjectAlignTopFilledIcon);
|
|
4545
4551
|
|
|
4546
4552
|
function ObjectAlignTopIcon(props, ref) {
|
|
4547
4553
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4561,7 +4567,7 @@ function ObjectAlignTopIcon(props, ref) {
|
|
|
4561
4567
|
clipRule: "evenodd"
|
|
4562
4568
|
}));
|
|
4563
4569
|
}
|
|
4564
|
-
var ForwardRef$
|
|
4570
|
+
var ForwardRef$2l = /*#__PURE__*/forwardRef(ObjectAlignTopIcon);
|
|
4565
4571
|
|
|
4566
4572
|
function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
4567
4573
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4576,7 +4582,7 @@ function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
|
4576
4582
|
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"
|
|
4577
4583
|
}));
|
|
4578
4584
|
}
|
|
4579
|
-
var ForwardRef$
|
|
4585
|
+
var ForwardRef$2k = /*#__PURE__*/forwardRef(ObjectDistributeHorizontallyFilledIcon);
|
|
4580
4586
|
|
|
4581
4587
|
function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
4582
4588
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4593,7 +4599,7 @@ function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
|
4593
4599
|
clipRule: "evenodd"
|
|
4594
4600
|
}));
|
|
4595
4601
|
}
|
|
4596
|
-
var ForwardRef$
|
|
4602
|
+
var ForwardRef$2j = /*#__PURE__*/forwardRef(ObjectDistributeHorizontallyIcon);
|
|
4597
4603
|
|
|
4598
4604
|
function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
4599
4605
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4608,7 +4614,7 @@ function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
|
4608
4614
|
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"
|
|
4609
4615
|
}));
|
|
4610
4616
|
}
|
|
4611
|
-
var ForwardRef$
|
|
4617
|
+
var ForwardRef$2i = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyFilledIcon);
|
|
4612
4618
|
|
|
4613
4619
|
function ObjectDistributeVerticallyIcon(props, ref) {
|
|
4614
4620
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4625,7 +4631,7 @@ function ObjectDistributeVerticallyIcon(props, ref) {
|
|
|
4625
4631
|
clipRule: "evenodd"
|
|
4626
4632
|
}));
|
|
4627
4633
|
}
|
|
4628
|
-
var ForwardRef$
|
|
4634
|
+
var ForwardRef$2h = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyIcon);
|
|
4629
4635
|
|
|
4630
4636
|
function AnimalFreeIcon(props, ref) {
|
|
4631
4637
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4645,7 +4651,7 @@ function AnimalFreeIcon(props, ref) {
|
|
|
4645
4651
|
transform: "translate(-669 -233) translate(668 232)"
|
|
4646
4652
|
}));
|
|
4647
4653
|
}
|
|
4648
|
-
var ForwardRef$
|
|
4654
|
+
var ForwardRef$2g = /*#__PURE__*/forwardRef(AnimalFreeIcon);
|
|
4649
4655
|
|
|
4650
4656
|
function AssignToMeIcon(props, ref) {
|
|
4651
4657
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4665,7 +4671,7 @@ function AssignToMeIcon(props, ref) {
|
|
|
4665
4671
|
d: "m11.576 10.154.848.848-.976.976H15v1.2h-3.552l.976.976-.848.848-2.425-2.424z"
|
|
4666
4672
|
}));
|
|
4667
4673
|
}
|
|
4668
|
-
var ForwardRef$
|
|
4674
|
+
var ForwardRef$2f = /*#__PURE__*/forwardRef(AssignToMeIcon);
|
|
4669
4675
|
|
|
4670
4676
|
function AssignToMeFilledIcon(props, ref) {
|
|
4671
4677
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4680,7 +4686,7 @@ function AssignToMeFilledIcon(props, ref) {
|
|
|
4680
4686
|
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"
|
|
4681
4687
|
}));
|
|
4682
4688
|
}
|
|
4683
|
-
var ForwardRef$
|
|
4689
|
+
var ForwardRef$2e = /*#__PURE__*/forwardRef(AssignToMeFilledIcon);
|
|
4684
4690
|
|
|
4685
4691
|
function BellIcon(props, ref) {
|
|
4686
4692
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4699,7 +4705,44 @@ function BellIcon(props, ref) {
|
|
|
4699
4705
|
clipRule: "evenodd"
|
|
4700
4706
|
}));
|
|
4701
4707
|
}
|
|
4702
|
-
var ForwardRef$
|
|
4708
|
+
var ForwardRef$2d = /*#__PURE__*/forwardRef(BellIcon);
|
|
4709
|
+
|
|
4710
|
+
function BoardIcon(props, ref) {
|
|
4711
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4712
|
+
fill: "none",
|
|
4713
|
+
viewBox: "0 0 16 16",
|
|
4714
|
+
width: props.width || props.size || 16,
|
|
4715
|
+
height: props.height || props.size || 16,
|
|
4716
|
+
color: props.color || '#181C56',
|
|
4717
|
+
ref: ref
|
|
4718
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4719
|
+
fill: "currentColor",
|
|
4720
|
+
d: "M3.077 6.16h9.847v-1.2H3.077zM4.062 8.62h-.985v-1.2h.985zM9.478 8.62h3.446v-1.2H9.478zM8.493 8.62H5.047v-1.2h3.446zM3.077 11.042h.985v-1.2h-.985zM12.924 11.042H9.478v-1.2h3.446zM5.047 11.042h3.446v-1.2H5.047z"
|
|
4721
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4722
|
+
fill: "currentColor",
|
|
4723
|
+
fillRule: "evenodd",
|
|
4724
|
+
d: "M1.6 2.5a.6.6 0 0 0-.6.6v9.802a.6.6 0 0 0 .6.6h12.801a.6.6 0 0 0 .6-.6V3.1a.6.6 0 0 0-.6-.6zm.6 9.802V3.7h11.601v8.602z",
|
|
4725
|
+
clipRule: "evenodd"
|
|
4726
|
+
}));
|
|
4727
|
+
}
|
|
4728
|
+
var ForwardRef$2c = /*#__PURE__*/forwardRef(BoardIcon);
|
|
4729
|
+
|
|
4730
|
+
function BoardFilledIcon(props, ref) {
|
|
4731
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4732
|
+
fill: "none",
|
|
4733
|
+
viewBox: "0 0 16 16",
|
|
4734
|
+
width: props.width || props.size || 16,
|
|
4735
|
+
height: props.height || props.size || 16,
|
|
4736
|
+
color: props.color || '#181C56',
|
|
4737
|
+
ref: ref
|
|
4738
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4739
|
+
fill: "currentColor",
|
|
4740
|
+
fillRule: "evenodd",
|
|
4741
|
+
d: "M1.6 2.5a.6.6 0 0 0-.6.6v9.802a.6.6 0 0 0 .6.6h12.801a.6.6 0 0 0 .6-.6V3.1a.6.6 0 0 0-.6-.6zm11.324 3.66H3.077v-1.2h9.847zM4.062 8.621h-.985v-1.2h.985zm5.416 0h3.446v-1.2H9.478zm-.985 0H5.047v-1.2h3.446zm-5.416 2.42h.985v-1.2h-.985zm9.847 0H9.478v-1.2h3.446zm-7.877 0h3.446v-1.2H5.047z",
|
|
4742
|
+
clipRule: "evenodd"
|
|
4743
|
+
}));
|
|
4744
|
+
}
|
|
4745
|
+
var ForwardRef$2b = /*#__PURE__*/forwardRef(BoardFilledIcon);
|
|
4703
4746
|
|
|
4704
4747
|
function BookmarkIcon(props, ref) {
|
|
4705
4748
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4716,7 +4759,7 @@ function BookmarkIcon(props, ref) {
|
|
|
4716
4759
|
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"
|
|
4717
4760
|
}));
|
|
4718
4761
|
}
|
|
4719
|
-
var ForwardRef$
|
|
4762
|
+
var ForwardRef$2a = /*#__PURE__*/forwardRef(BookmarkIcon);
|
|
4720
4763
|
|
|
4721
4764
|
function BrightnessIcon(props, ref) {
|
|
4722
4765
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4735,7 +4778,7 @@ function BrightnessIcon(props, ref) {
|
|
|
4735
4778
|
clipRule: "evenodd"
|
|
4736
4779
|
}));
|
|
4737
4780
|
}
|
|
4738
|
-
var ForwardRef$
|
|
4781
|
+
var ForwardRef$29 = /*#__PURE__*/forwardRef(BrightnessIcon);
|
|
4739
4782
|
|
|
4740
4783
|
function BugIcon(props, ref) {
|
|
4741
4784
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4754,7 +4797,7 @@ function BugIcon(props, ref) {
|
|
|
4754
4797
|
clipRule: "evenodd"
|
|
4755
4798
|
}));
|
|
4756
4799
|
}
|
|
4757
|
-
var ForwardRef$
|
|
4800
|
+
var ForwardRef$28 = /*#__PURE__*/forwardRef(BugIcon);
|
|
4758
4801
|
|
|
4759
4802
|
function CalendarIcon(props, ref) {
|
|
4760
4803
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4773,7 +4816,7 @@ function CalendarIcon(props, ref) {
|
|
|
4773
4816
|
clipRule: "evenodd"
|
|
4774
4817
|
}));
|
|
4775
4818
|
}
|
|
4776
|
-
var ForwardRef$
|
|
4819
|
+
var ForwardRef$27 = /*#__PURE__*/forwardRef(CalendarIcon);
|
|
4777
4820
|
|
|
4778
4821
|
function CalendarDetailedIcon(props, ref) {
|
|
4779
4822
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4793,7 +4836,7 @@ function CalendarDetailedIcon(props, ref) {
|
|
|
4793
4836
|
clipRule: "evenodd"
|
|
4794
4837
|
}));
|
|
4795
4838
|
}
|
|
4796
|
-
var ForwardRef$
|
|
4839
|
+
var ForwardRef$26 = /*#__PURE__*/forwardRef(CalendarDetailedIcon);
|
|
4797
4840
|
|
|
4798
4841
|
function CalendarDetailedFilledIcon(props, ref) {
|
|
4799
4842
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4813,7 +4856,7 @@ function CalendarDetailedFilledIcon(props, ref) {
|
|
|
4813
4856
|
clipRule: "evenodd"
|
|
4814
4857
|
}));
|
|
4815
4858
|
}
|
|
4816
|
-
var ForwardRef$
|
|
4859
|
+
var ForwardRef$25 = /*#__PURE__*/forwardRef(CalendarDetailedFilledIcon);
|
|
4817
4860
|
|
|
4818
4861
|
function CardIcon(props, ref) {
|
|
4819
4862
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4832,7 +4875,7 @@ function CardIcon(props, ref) {
|
|
|
4832
4875
|
clipRule: "evenodd"
|
|
4833
4876
|
}));
|
|
4834
4877
|
}
|
|
4835
|
-
var ForwardRef$
|
|
4878
|
+
var ForwardRef$24 = /*#__PURE__*/forwardRef(CardIcon);
|
|
4836
4879
|
|
|
4837
4880
|
function ChannelsIcon(props, ref) {
|
|
4838
4881
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4851,7 +4894,7 @@ function ChannelsIcon(props, ref) {
|
|
|
4851
4894
|
clipRule: "evenodd"
|
|
4852
4895
|
}));
|
|
4853
4896
|
}
|
|
4854
|
-
var ForwardRef$
|
|
4897
|
+
var ForwardRef$23 = /*#__PURE__*/forwardRef(ChannelsIcon);
|
|
4855
4898
|
|
|
4856
4899
|
function ChartIcon(props, ref) {
|
|
4857
4900
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4868,7 +4911,7 @@ function ChartIcon(props, ref) {
|
|
|
4868
4911
|
clipRule: "evenodd"
|
|
4869
4912
|
}));
|
|
4870
4913
|
}
|
|
4871
|
-
var ForwardRef$
|
|
4914
|
+
var ForwardRef$22 = /*#__PURE__*/forwardRef(ChartIcon);
|
|
4872
4915
|
|
|
4873
4916
|
function ChartFilledIcon(props, ref) {
|
|
4874
4917
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4883,7 +4926,7 @@ function ChartFilledIcon(props, ref) {
|
|
|
4883
4926
|
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"
|
|
4884
4927
|
}));
|
|
4885
4928
|
}
|
|
4886
|
-
var ForwardRef$
|
|
4929
|
+
var ForwardRef$21 = /*#__PURE__*/forwardRef(ChartFilledIcon);
|
|
4887
4930
|
|
|
4888
4931
|
function ChatIcon(props, ref) {
|
|
4889
4932
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4902,7 +4945,7 @@ function ChatIcon(props, ref) {
|
|
|
4902
4945
|
clipRule: "evenodd"
|
|
4903
4946
|
}));
|
|
4904
4947
|
}
|
|
4905
|
-
var ForwardRef$
|
|
4948
|
+
var ForwardRef$20 = /*#__PURE__*/forwardRef(ChatIcon);
|
|
4906
4949
|
|
|
4907
4950
|
function CheckIcon(props, ref) {
|
|
4908
4951
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4921,7 +4964,7 @@ function CheckIcon(props, ref) {
|
|
|
4921
4964
|
clipRule: "evenodd"
|
|
4922
4965
|
}));
|
|
4923
4966
|
}
|
|
4924
|
-
var ForwardRef$
|
|
4967
|
+
var ForwardRef$1$ = /*#__PURE__*/forwardRef(CheckIcon);
|
|
4925
4968
|
|
|
4926
4969
|
function CheckFilledIcon(props, ref) {
|
|
4927
4970
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4938,7 +4981,7 @@ function CheckFilledIcon(props, ref) {
|
|
|
4938
4981
|
clipRule: "evenodd"
|
|
4939
4982
|
}));
|
|
4940
4983
|
}
|
|
4941
|
-
var ForwardRef$
|
|
4984
|
+
var ForwardRef$1_ = /*#__PURE__*/forwardRef(CheckFilledIcon);
|
|
4942
4985
|
|
|
4943
4986
|
function CheckSmallIcon(props, ref) {
|
|
4944
4987
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4953,7 +4996,7 @@ function CheckSmallIcon(props, ref) {
|
|
|
4953
4996
|
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"
|
|
4954
4997
|
}));
|
|
4955
4998
|
}
|
|
4956
|
-
var ForwardRef$
|
|
4999
|
+
var ForwardRef$1Z = /*#__PURE__*/forwardRef(CheckSmallIcon);
|
|
4957
5000
|
|
|
4958
5001
|
function CheckSmallFilledIcon(props, ref) {
|
|
4959
5002
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4968,7 +5011,7 @@ function CheckSmallFilledIcon(props, ref) {
|
|
|
4968
5011
|
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"
|
|
4969
5012
|
}));
|
|
4970
5013
|
}
|
|
4971
|
-
var ForwardRef$
|
|
5014
|
+
var ForwardRef$1Y = /*#__PURE__*/forwardRef(CheckSmallFilledIcon);
|
|
4972
5015
|
|
|
4973
5016
|
function ClockIcon(props, ref) {
|
|
4974
5017
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4987,7 +5030,7 @@ function ClockIcon(props, ref) {
|
|
|
4987
5030
|
clipRule: "evenodd"
|
|
4988
5031
|
}));
|
|
4989
5032
|
}
|
|
4990
|
-
var ForwardRef$
|
|
5033
|
+
var ForwardRef$1X = /*#__PURE__*/forwardRef(ClockIcon);
|
|
4991
5034
|
|
|
4992
5035
|
function ClockFilledIcon(props, ref) {
|
|
4993
5036
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5004,7 +5047,7 @@ function ClockFilledIcon(props, ref) {
|
|
|
5004
5047
|
clipRule: "evenodd"
|
|
5005
5048
|
}));
|
|
5006
5049
|
}
|
|
5007
|
-
var ForwardRef$
|
|
5050
|
+
var ForwardRef$1W = /*#__PURE__*/forwardRef(ClockFilledIcon);
|
|
5008
5051
|
|
|
5009
5052
|
function CloseIcon(props, ref) {
|
|
5010
5053
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5023,7 +5066,7 @@ function CloseIcon(props, ref) {
|
|
|
5023
5066
|
clipRule: "evenodd"
|
|
5024
5067
|
}));
|
|
5025
5068
|
}
|
|
5026
|
-
var ForwardRef$
|
|
5069
|
+
var ForwardRef$1V = /*#__PURE__*/forwardRef(CloseIcon);
|
|
5027
5070
|
|
|
5028
5071
|
function CloseFilledIcon(props, ref) {
|
|
5029
5072
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5038,7 +5081,7 @@ function CloseFilledIcon(props, ref) {
|
|
|
5038
5081
|
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"
|
|
5039
5082
|
}));
|
|
5040
5083
|
}
|
|
5041
|
-
var ForwardRef$
|
|
5084
|
+
var ForwardRef$1U = /*#__PURE__*/forwardRef(CloseFilledIcon);
|
|
5042
5085
|
|
|
5043
5086
|
function CloseSmallIcon(props, ref) {
|
|
5044
5087
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5053,7 +5096,7 @@ function CloseSmallIcon(props, ref) {
|
|
|
5053
5096
|
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"
|
|
5054
5097
|
}));
|
|
5055
5098
|
}
|
|
5056
|
-
var ForwardRef$
|
|
5099
|
+
var ForwardRef$1T = /*#__PURE__*/forwardRef(CloseSmallIcon);
|
|
5057
5100
|
|
|
5058
5101
|
function CloseSmallFilledIcon(props, ref) {
|
|
5059
5102
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5068,7 +5111,7 @@ function CloseSmallFilledIcon(props, ref) {
|
|
|
5068
5111
|
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"
|
|
5069
5112
|
}));
|
|
5070
5113
|
}
|
|
5071
|
-
var ForwardRef$
|
|
5114
|
+
var ForwardRef$1S = /*#__PURE__*/forwardRef(CloseSmallFilledIcon);
|
|
5072
5115
|
|
|
5073
5116
|
function ColorPickerIcon(props, ref) {
|
|
5074
5117
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5087,7 +5130,7 @@ function ColorPickerIcon(props, ref) {
|
|
|
5087
5130
|
clipRule: "evenodd"
|
|
5088
5131
|
}));
|
|
5089
5132
|
}
|
|
5090
|
-
var ForwardRef$
|
|
5133
|
+
var ForwardRef$1R = /*#__PURE__*/forwardRef(ColorPickerIcon);
|
|
5091
5134
|
|
|
5092
5135
|
function CommentIcon(props, ref) {
|
|
5093
5136
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5106,7 +5149,24 @@ function CommentIcon(props, ref) {
|
|
|
5106
5149
|
clipRule: "evenodd"
|
|
5107
5150
|
}));
|
|
5108
5151
|
}
|
|
5109
|
-
var ForwardRef$
|
|
5152
|
+
var ForwardRef$1Q = /*#__PURE__*/forwardRef(CommentIcon);
|
|
5153
|
+
|
|
5154
|
+
function ComponentIcon(props, ref) {
|
|
5155
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5156
|
+
fill: "none",
|
|
5157
|
+
viewBox: "0 0 16 16",
|
|
5158
|
+
width: props.width || props.size || 16,
|
|
5159
|
+
height: props.height || props.size || 16,
|
|
5160
|
+
color: props.color || '#181C56',
|
|
5161
|
+
ref: ref
|
|
5162
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5163
|
+
fill: "currentColor",
|
|
5164
|
+
fillRule: "evenodd",
|
|
5165
|
+
d: "M5.218 3.534a.6.6 0 0 0 0 .848l2.358 2.359a.6.6 0 0 0 .849 0l2.358-2.359a.6.6 0 0 0 0-.848L8.425 1.176a.6.6 0 0 0-.849 0zm2.783 1.934-1.51-1.51 1.51-1.51 1.51 1.51zM1.176 7.576a.6.6 0 0 0 0 .849l2.358 2.358a.6.6 0 0 0 .848 0l2.359-2.358a.6.6 0 0 0 0-.849L4.382 5.218a.6.6 0 0 0-.848 0zM3.958 9.51 2.448 8l1.51-1.509 1.51 1.51zM5.218 12.468a.6.6 0 0 1 0-.849l2.358-2.358a.6.6 0 0 1 .849 0l2.358 2.358a.6.6 0 0 1 0 .848l-2.358 2.359a.6.6 0 0 1-.849 0zm1.273-.425 1.51 1.51 1.51-1.51L8 10.533zM11.62 5.218 9.26 7.576a.6.6 0 0 0 0 .849l2.36 2.358a.6.6 0 0 0 .848 0l2.358-2.358a.6.6 0 0 0 0-.849l-2.358-2.358a.6.6 0 0 0-.849 0m.423 4.292L10.533 8l1.51-1.509 1.51 1.51z",
|
|
5166
|
+
clipRule: "evenodd"
|
|
5167
|
+
}));
|
|
5168
|
+
}
|
|
5169
|
+
var ForwardRef$1P = /*#__PURE__*/forwardRef(ComponentIcon);
|
|
5110
5170
|
|
|
5111
5171
|
function ConfigurationIcon(props, ref) {
|
|
5112
5172
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5125,7 +5185,7 @@ function ConfigurationIcon(props, ref) {
|
|
|
5125
5185
|
clipRule: "evenodd"
|
|
5126
5186
|
}));
|
|
5127
5187
|
}
|
|
5128
|
-
var ForwardRef$
|
|
5188
|
+
var ForwardRef$1O = /*#__PURE__*/forwardRef(ConfigurationIcon);
|
|
5129
5189
|
|
|
5130
5190
|
function ContactsIcon(props, ref) {
|
|
5131
5191
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5144,7 +5204,7 @@ function ContactsIcon(props, ref) {
|
|
|
5144
5204
|
clipRule: "evenodd"
|
|
5145
5205
|
}));
|
|
5146
5206
|
}
|
|
5147
|
-
var ForwardRef$
|
|
5207
|
+
var ForwardRef$1N = /*#__PURE__*/forwardRef(ContactsIcon);
|
|
5148
5208
|
|
|
5149
5209
|
function CopyIcon(props, ref) {
|
|
5150
5210
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5163,7 +5223,7 @@ function CopyIcon(props, ref) {
|
|
|
5163
5223
|
clipRule: "evenodd"
|
|
5164
5224
|
}));
|
|
5165
5225
|
}
|
|
5166
|
-
var ForwardRef$
|
|
5226
|
+
var ForwardRef$1M = /*#__PURE__*/forwardRef(CopyIcon);
|
|
5167
5227
|
|
|
5168
5228
|
function CustomerServiceIcon(props, ref) {
|
|
5169
5229
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5180,7 +5240,7 @@ function CustomerServiceIcon(props, ref) {
|
|
|
5180
5240
|
clipRule: "evenodd"
|
|
5181
5241
|
}));
|
|
5182
5242
|
}
|
|
5183
|
-
var ForwardRef$
|
|
5243
|
+
var ForwardRef$1L = /*#__PURE__*/forwardRef(CustomerServiceIcon);
|
|
5184
5244
|
|
|
5185
5245
|
function CustomerServiceFilledIcon(props, ref) {
|
|
5186
5246
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5197,7 +5257,7 @@ function CustomerServiceFilledIcon(props, ref) {
|
|
|
5197
5257
|
clipRule: "evenodd"
|
|
5198
5258
|
}));
|
|
5199
5259
|
}
|
|
5200
|
-
var ForwardRef$
|
|
5260
|
+
var ForwardRef$1K = /*#__PURE__*/forwardRef(CustomerServiceFilledIcon);
|
|
5201
5261
|
|
|
5202
5262
|
function DateIcon(props, ref) {
|
|
5203
5263
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5214,7 +5274,7 @@ function DateIcon(props, ref) {
|
|
|
5214
5274
|
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"
|
|
5215
5275
|
}));
|
|
5216
5276
|
}
|
|
5217
|
-
var ForwardRef$
|
|
5277
|
+
var ForwardRef$1J = /*#__PURE__*/forwardRef(DateIcon);
|
|
5218
5278
|
|
|
5219
5279
|
function DeleteIcon(props, ref) {
|
|
5220
5280
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5233,7 +5293,7 @@ function DeleteIcon(props, ref) {
|
|
|
5233
5293
|
clipRule: "evenodd"
|
|
5234
5294
|
}));
|
|
5235
5295
|
}
|
|
5236
|
-
var ForwardRef$
|
|
5296
|
+
var ForwardRef$1I = /*#__PURE__*/forwardRef(DeleteIcon);
|
|
5237
5297
|
|
|
5238
5298
|
function HorizontalDotsIcon(props, ref) {
|
|
5239
5299
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5252,7 +5312,7 @@ function HorizontalDotsIcon(props, ref) {
|
|
|
5252
5312
|
clipRule: "evenodd"
|
|
5253
5313
|
}));
|
|
5254
5314
|
}
|
|
5255
|
-
var ForwardRef$
|
|
5315
|
+
var ForwardRef$1H = /*#__PURE__*/forwardRef(HorizontalDotsIcon);
|
|
5256
5316
|
|
|
5257
5317
|
function VerticalDotsIcon(props, ref) {
|
|
5258
5318
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5271,7 +5331,7 @@ function VerticalDotsIcon(props, ref) {
|
|
|
5271
5331
|
clipRule: "evenodd"
|
|
5272
5332
|
}));
|
|
5273
5333
|
}
|
|
5274
|
-
var ForwardRef$
|
|
5334
|
+
var ForwardRef$1G = /*#__PURE__*/forwardRef(VerticalDotsIcon);
|
|
5275
5335
|
|
|
5276
5336
|
function DraggableIcon(props, ref) {
|
|
5277
5337
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5327,7 +5387,7 @@ function DraggableIcon(props, ref) {
|
|
|
5327
5387
|
clipRule: "evenodd"
|
|
5328
5388
|
}));
|
|
5329
5389
|
}
|
|
5330
|
-
var ForwardRef$
|
|
5390
|
+
var ForwardRef$1F = /*#__PURE__*/forwardRef(DraggableIcon);
|
|
5331
5391
|
|
|
5332
5392
|
function EditIcon(props, ref) {
|
|
5333
5393
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5346,7 +5406,7 @@ function EditIcon(props, ref) {
|
|
|
5346
5406
|
clipRule: "evenodd"
|
|
5347
5407
|
}));
|
|
5348
5408
|
}
|
|
5349
|
-
var ForwardRef$
|
|
5409
|
+
var ForwardRef$1E = /*#__PURE__*/forwardRef(EditIcon);
|
|
5350
5410
|
|
|
5351
5411
|
function EmailIcon(props, ref) {
|
|
5352
5412
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5365,7 +5425,7 @@ function EmailIcon(props, ref) {
|
|
|
5365
5425
|
clipRule: "evenodd"
|
|
5366
5426
|
}));
|
|
5367
5427
|
}
|
|
5368
|
-
var ForwardRef$
|
|
5428
|
+
var ForwardRef$1D = /*#__PURE__*/forwardRef(EmailIcon);
|
|
5369
5429
|
|
|
5370
5430
|
function ExtendIcon(props, ref) {
|
|
5371
5431
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5383,7 +5443,7 @@ function ExtendIcon(props, ref) {
|
|
|
5383
5443
|
transform: "translate(-1281 -187) translate(1280 186)"
|
|
5384
5444
|
}));
|
|
5385
5445
|
}
|
|
5386
|
-
var ForwardRef$
|
|
5446
|
+
var ForwardRef$1C = /*#__PURE__*/forwardRef(ExtendIcon);
|
|
5387
5447
|
|
|
5388
5448
|
function FeedbackIcon(props, ref) {
|
|
5389
5449
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5400,7 +5460,7 @@ function FeedbackIcon(props, ref) {
|
|
|
5400
5460
|
clipRule: "evenodd"
|
|
5401
5461
|
}));
|
|
5402
5462
|
}
|
|
5403
|
-
var ForwardRef$
|
|
5463
|
+
var ForwardRef$1B = /*#__PURE__*/forwardRef(FeedbackIcon);
|
|
5404
5464
|
|
|
5405
5465
|
function FeedbackFilledIcon(props, ref) {
|
|
5406
5466
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5417,7 +5477,7 @@ function FeedbackFilledIcon(props, ref) {
|
|
|
5417
5477
|
clipRule: "evenodd"
|
|
5418
5478
|
}));
|
|
5419
5479
|
}
|
|
5420
|
-
var ForwardRef$
|
|
5480
|
+
var ForwardRef$1A = /*#__PURE__*/forwardRef(FeedbackFilledIcon);
|
|
5421
5481
|
|
|
5422
5482
|
function FileIcon(props, ref) {
|
|
5423
5483
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5436,7 +5496,7 @@ function FileIcon(props, ref) {
|
|
|
5436
5496
|
clipRule: "evenodd"
|
|
5437
5497
|
}));
|
|
5438
5498
|
}
|
|
5439
|
-
var ForwardRef$
|
|
5499
|
+
var ForwardRef$1z = /*#__PURE__*/forwardRef(FileIcon);
|
|
5440
5500
|
|
|
5441
5501
|
function FillIcon(props, ref) {
|
|
5442
5502
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5455,7 +5515,7 @@ function FillIcon(props, ref) {
|
|
|
5455
5515
|
clipRule: "evenodd"
|
|
5456
5516
|
}));
|
|
5457
5517
|
}
|
|
5458
|
-
var ForwardRef$
|
|
5518
|
+
var ForwardRef$1y = /*#__PURE__*/forwardRef(FillIcon);
|
|
5459
5519
|
|
|
5460
5520
|
function FilterIcon(props, ref) {
|
|
5461
5521
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5472,7 +5532,7 @@ function FilterIcon(props, ref) {
|
|
|
5472
5532
|
clipRule: "evenodd"
|
|
5473
5533
|
}));
|
|
5474
5534
|
}
|
|
5475
|
-
var ForwardRef$
|
|
5535
|
+
var ForwardRef$1x = /*#__PURE__*/forwardRef(FilterIcon);
|
|
5476
5536
|
|
|
5477
5537
|
function FilterFilledIcon(props, ref) {
|
|
5478
5538
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5489,7 +5549,39 @@ function FilterFilledIcon(props, ref) {
|
|
|
5489
5549
|
clipRule: "evenodd"
|
|
5490
5550
|
}));
|
|
5491
5551
|
}
|
|
5492
|
-
var ForwardRef$
|
|
5552
|
+
var ForwardRef$1w = /*#__PURE__*/forwardRef(FilterFilledIcon);
|
|
5553
|
+
|
|
5554
|
+
function FolderIcon(props, ref) {
|
|
5555
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5556
|
+
fill: "none",
|
|
5557
|
+
viewBox: "0 0 16 16",
|
|
5558
|
+
width: props.width || props.size || 16,
|
|
5559
|
+
height: props.height || props.size || 16,
|
|
5560
|
+
color: props.color || '#181C56',
|
|
5561
|
+
ref: ref
|
|
5562
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5563
|
+
fill: "currentColor",
|
|
5564
|
+
fillRule: "evenodd",
|
|
5565
|
+
d: "M1 3.6a1.1 1.1 0 0 1 1.1-1.1h3.93a.6.6 0 0 1 .422.172l1.302 1.283H13.9a1.1 1.1 0 0 1 1.1 1.1v7.346a1.1 1.1 0 0 1-1.1 1.1H2.099A1.1 1.1 0 0 1 1 12.4zm1.2.1v8.6h11.6V5.156H7.509a.6.6 0 0 1-.422-.173L5.784 3.7z",
|
|
5566
|
+
clipRule: "evenodd"
|
|
5567
|
+
}));
|
|
5568
|
+
}
|
|
5569
|
+
var ForwardRef$1v = /*#__PURE__*/forwardRef(FolderIcon);
|
|
5570
|
+
|
|
5571
|
+
function FolderFilledIcon(props, ref) {
|
|
5572
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5573
|
+
fill: "none",
|
|
5574
|
+
viewBox: "0 0 16 16",
|
|
5575
|
+
width: props.width || props.size || 16,
|
|
5576
|
+
height: props.height || props.size || 16,
|
|
5577
|
+
color: props.color || '#181C56',
|
|
5578
|
+
ref: ref
|
|
5579
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5580
|
+
fill: "currentColor",
|
|
5581
|
+
d: "M2.1 2.5A1.1 1.1 0 0 0 1 3.6v8.8a1.1 1.1 0 0 0 1.1 1.1h11.8a1.1 1.1 0 0 0 1.1-1.1V5.055a1.1 1.1 0 0 0-1.1-1.1H7.755L6.452 2.673A.6.6 0 0 0 6.03 2.5z"
|
|
5582
|
+
}));
|
|
5583
|
+
}
|
|
5584
|
+
var ForwardRef$1u = /*#__PURE__*/forwardRef(FolderFilledIcon);
|
|
5493
5585
|
|
|
5494
5586
|
function GridViewIcon(props, ref) {
|
|
5495
5587
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5508,7 +5600,7 @@ function GridViewIcon(props, ref) {
|
|
|
5508
5600
|
clipRule: "evenodd"
|
|
5509
5601
|
}));
|
|
5510
5602
|
}
|
|
5511
|
-
var ForwardRef$
|
|
5603
|
+
var ForwardRef$1t = /*#__PURE__*/forwardRef(GridViewIcon);
|
|
5512
5604
|
|
|
5513
5605
|
function HandToolIcon(props, ref) {
|
|
5514
5606
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5528,7 +5620,7 @@ function HandToolIcon(props, ref) {
|
|
|
5528
5620
|
transform: "translate(-1246 -463) translate(1244 462)"
|
|
5529
5621
|
}));
|
|
5530
5622
|
}
|
|
5531
|
-
var ForwardRef$
|
|
5623
|
+
var ForwardRef$1s = /*#__PURE__*/forwardRef(HandToolIcon);
|
|
5532
5624
|
|
|
5533
5625
|
function HeartIcon(props, ref) {
|
|
5534
5626
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5547,7 +5639,67 @@ function HeartIcon(props, ref) {
|
|
|
5547
5639
|
clipRule: "evenodd"
|
|
5548
5640
|
}));
|
|
5549
5641
|
}
|
|
5550
|
-
var ForwardRef$
|
|
5642
|
+
var ForwardRef$1r = /*#__PURE__*/forwardRef(HeartIcon);
|
|
5643
|
+
|
|
5644
|
+
function HistoryIcon(props, ref) {
|
|
5645
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5646
|
+
fill: "none",
|
|
5647
|
+
viewBox: "0 0 16 16",
|
|
5648
|
+
width: props.width || props.size || 16,
|
|
5649
|
+
height: props.height || props.size || 16,
|
|
5650
|
+
color: props.color || '#181C56',
|
|
5651
|
+
ref: ref
|
|
5652
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5653
|
+
fill: "currentColor",
|
|
5654
|
+
fillRule: "evenodd",
|
|
5655
|
+
d: "M2.692 2.092v1.344A7 7 0 1 1 1 8h1.2a5.8 5.8 0 1 0 1.216-3.554h1.63v1.2H1.492V2.092zM7.4 4.062V8a.6.6 0 0 0 .6.6h3.938V7.4H8.6V4.06z",
|
|
5656
|
+
clipRule: "evenodd"
|
|
5657
|
+
}));
|
|
5658
|
+
}
|
|
5659
|
+
var ForwardRef$1q = /*#__PURE__*/forwardRef(HistoryIcon);
|
|
5660
|
+
|
|
5661
|
+
function HistoryFilledIcon(props, ref) {
|
|
5662
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5663
|
+
fill: "none",
|
|
5664
|
+
viewBox: "0 0 16 16",
|
|
5665
|
+
width: props.width || props.size || 16,
|
|
5666
|
+
height: props.height || props.size || 16,
|
|
5667
|
+
color: props.color || '#181C56',
|
|
5668
|
+
ref: ref
|
|
5669
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5670
|
+
fill: "currentColor",
|
|
5671
|
+
d: "M2.692 3.436V2.092h-1.2v3.554h3.554v-1.2h-1.63A5.8 5.8 0 0 1 7.4 2.231V8a.6.6 0 0 0 .6.6h5.769A5.8 5.8 0 0 1 2.2 8H1a7 7 0 1 0 1.692-4.564"
|
|
5672
|
+
}));
|
|
5673
|
+
}
|
|
5674
|
+
var ForwardRef$1p = /*#__PURE__*/forwardRef(HistoryFilledIcon);
|
|
5675
|
+
|
|
5676
|
+
function IconIcon(props, ref) {
|
|
5677
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5678
|
+
fill: "none",
|
|
5679
|
+
viewBox: "0 0 16 16",
|
|
5680
|
+
width: props.width || props.size || 16,
|
|
5681
|
+
height: props.height || props.size || 16,
|
|
5682
|
+
color: props.color || '#181C56',
|
|
5683
|
+
ref: ref
|
|
5684
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5685
|
+
fill: "currentColor",
|
|
5686
|
+
fillRule: "evenodd",
|
|
5687
|
+
d: "M1 1.6a.6.6 0 0 1 .6-.6h4.924a.6.6 0 0 1 .6.6v4.89a.6.6 0 0 1-.6.6H1.6a.6.6 0 0 1-.6-.6zm1.2.6v3.69h3.724V2.2z",
|
|
5688
|
+
clipRule: "evenodd"
|
|
5689
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5690
|
+
fill: "currentColor",
|
|
5691
|
+
d: "m14.83 2.51-3.84 3.912a.6.6 0 0 1-.857 0L8.065 4.315l.856-.84 1.64 1.67 3.412-3.476z"
|
|
5692
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5693
|
+
fill: "currentColor",
|
|
5694
|
+
fillRule: "evenodd",
|
|
5695
|
+
d: "M11.694 8.336a3.3 3.3 0 0 0-3.309 3.29c0 1.82 1.485 3.289 3.309 3.289 1.823 0 3.307-1.469 3.307-3.29s-1.484-3.29-3.307-3.29m-2.109 3.29c0-1.151.94-2.09 2.108-2.09s2.109.939 2.109 2.09-.94 2.089-2.108 2.089a2.1 2.1 0 0 1-2.109-2.09",
|
|
5696
|
+
clipRule: "evenodd"
|
|
5697
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5698
|
+
fill: "currentColor",
|
|
5699
|
+
d: "M5.314 11.156 3.508 9.36l.845-.851 2.84 2.82a.6.6 0 0 1 0 .851l-2.84 2.82-.845-.851 1.806-1.794H1.108v-1.2z"
|
|
5700
|
+
}));
|
|
5701
|
+
}
|
|
5702
|
+
var ForwardRef$1o = /*#__PURE__*/forwardRef(IconIcon);
|
|
5551
5703
|
|
|
5552
5704
|
function LanguageIcon(props, ref) {
|
|
5553
5705
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5564,7 +5716,7 @@ function LanguageIcon(props, ref) {
|
|
|
5564
5716
|
clipRule: "evenodd"
|
|
5565
5717
|
}));
|
|
5566
5718
|
}
|
|
5567
|
-
var ForwardRef$
|
|
5719
|
+
var ForwardRef$1n = /*#__PURE__*/forwardRef(LanguageIcon);
|
|
5568
5720
|
|
|
5569
5721
|
function LanguageFilledIcon(props, ref) {
|
|
5570
5722
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5582,7 +5734,7 @@ function LanguageFilledIcon(props, ref) {
|
|
|
5582
5734
|
d: "m13.886 15-1.02-2.4H7.62L6.42 15zM5.74 4.6H3.26A5.05 5.05 0 0 0 4.5 6.64 5.05 5.05 0 0 0 5.74 4.6M12.356 11.4H8.22l2.235-4.47z"
|
|
5583
5735
|
}));
|
|
5584
5736
|
}
|
|
5585
|
-
var ForwardRef$
|
|
5737
|
+
var ForwardRef$1m = /*#__PURE__*/forwardRef(LanguageFilledIcon);
|
|
5586
5738
|
|
|
5587
5739
|
function LikeIcon(props, ref) {
|
|
5588
5740
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5601,7 +5753,7 @@ function LikeIcon(props, ref) {
|
|
|
5601
5753
|
clipRule: "evenodd"
|
|
5602
5754
|
}));
|
|
5603
5755
|
}
|
|
5604
|
-
var ForwardRef$
|
|
5756
|
+
var ForwardRef$1l = /*#__PURE__*/forwardRef(LikeIcon);
|
|
5605
5757
|
|
|
5606
5758
|
function ListViewIcon(props, ref) {
|
|
5607
5759
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5620,7 +5772,7 @@ function ListViewIcon(props, ref) {
|
|
|
5620
5772
|
clipRule: "evenodd"
|
|
5621
5773
|
}));
|
|
5622
5774
|
}
|
|
5623
|
-
var ForwardRef$
|
|
5775
|
+
var ForwardRef$1k = /*#__PURE__*/forwardRef(ListViewIcon);
|
|
5624
5776
|
|
|
5625
5777
|
function LoadingIcon(props, ref) {
|
|
5626
5778
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5639,7 +5791,7 @@ function LoadingIcon(props, ref) {
|
|
|
5639
5791
|
clipRule: "evenodd"
|
|
5640
5792
|
}));
|
|
5641
5793
|
}
|
|
5642
|
-
var ForwardRef$
|
|
5794
|
+
var ForwardRef$1j = /*#__PURE__*/forwardRef(LoadingIcon);
|
|
5643
5795
|
|
|
5644
5796
|
function ClosedLockIcon(props, ref) {
|
|
5645
5797
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5658,7 +5810,7 @@ function ClosedLockIcon(props, ref) {
|
|
|
5658
5810
|
clipRule: "evenodd"
|
|
5659
5811
|
}));
|
|
5660
5812
|
}
|
|
5661
|
-
var ForwardRef$
|
|
5813
|
+
var ForwardRef$1i = /*#__PURE__*/forwardRef(ClosedLockIcon);
|
|
5662
5814
|
|
|
5663
5815
|
function OpenedLockIcon(props, ref) {
|
|
5664
5816
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5677,7 +5829,7 @@ function OpenedLockIcon(props, ref) {
|
|
|
5677
5829
|
clipRule: "evenodd"
|
|
5678
5830
|
}));
|
|
5679
5831
|
}
|
|
5680
|
-
var ForwardRef$
|
|
5832
|
+
var ForwardRef$1h = /*#__PURE__*/forwardRef(OpenedLockIcon);
|
|
5681
5833
|
|
|
5682
5834
|
function LogOutIcon(props, ref) {
|
|
5683
5835
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5696,7 +5848,7 @@ function LogOutIcon(props, ref) {
|
|
|
5696
5848
|
clipRule: "evenodd"
|
|
5697
5849
|
}));
|
|
5698
5850
|
}
|
|
5699
|
-
var ForwardRef$
|
|
5851
|
+
var ForwardRef$1g = /*#__PURE__*/forwardRef(LogOutIcon);
|
|
5700
5852
|
|
|
5701
5853
|
function LostAndFoundIcon(props, ref) {
|
|
5702
5854
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5713,7 +5865,7 @@ function LostAndFoundIcon(props, ref) {
|
|
|
5713
5865
|
clipRule: "evenodd"
|
|
5714
5866
|
}));
|
|
5715
5867
|
}
|
|
5716
|
-
var ForwardRef$
|
|
5868
|
+
var ForwardRef$1f = /*#__PURE__*/forwardRef(LostAndFoundIcon);
|
|
5717
5869
|
|
|
5718
5870
|
function LostAndFoundFilledIcon(props, ref) {
|
|
5719
5871
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5733,7 +5885,7 @@ function LostAndFoundFilledIcon(props, ref) {
|
|
|
5733
5885
|
clipRule: "evenodd"
|
|
5734
5886
|
}));
|
|
5735
5887
|
}
|
|
5736
|
-
var ForwardRef$
|
|
5888
|
+
var ForwardRef$1e = /*#__PURE__*/forwardRef(LostAndFoundFilledIcon);
|
|
5737
5889
|
|
|
5738
5890
|
function MeasureIcon(props, ref) {
|
|
5739
5891
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5756,7 +5908,7 @@ function MeasureIcon(props, ref) {
|
|
|
5756
5908
|
clipRule: "evenodd"
|
|
5757
5909
|
}));
|
|
5758
5910
|
}
|
|
5759
|
-
var ForwardRef$
|
|
5911
|
+
var ForwardRef$1d = /*#__PURE__*/forwardRef(MeasureIcon);
|
|
5760
5912
|
|
|
5761
5913
|
function MeasureFilledIcon(props, ref) {
|
|
5762
5914
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5773,7 +5925,7 @@ function MeasureFilledIcon(props, ref) {
|
|
|
5773
5925
|
clipRule: "evenodd"
|
|
5774
5926
|
}));
|
|
5775
5927
|
}
|
|
5776
|
-
var ForwardRef$
|
|
5928
|
+
var ForwardRef$1c = /*#__PURE__*/forwardRef(MeasureFilledIcon);
|
|
5777
5929
|
|
|
5778
5930
|
function MenuIcon(props, ref) {
|
|
5779
5931
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5792,7 +5944,7 @@ function MenuIcon(props, ref) {
|
|
|
5792
5944
|
clipRule: "evenodd"
|
|
5793
5945
|
}));
|
|
5794
5946
|
}
|
|
5795
|
-
var ForwardRef$
|
|
5947
|
+
var ForwardRef$1b = /*#__PURE__*/forwardRef(MenuIcon);
|
|
5796
5948
|
|
|
5797
5949
|
function MinimizeIcon(props, ref) {
|
|
5798
5950
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5811,7 +5963,7 @@ function MinimizeIcon(props, ref) {
|
|
|
5811
5963
|
transform: "translate(-1389 -187) translate(1388 186)"
|
|
5812
5964
|
})));
|
|
5813
5965
|
}
|
|
5814
|
-
var ForwardRef$
|
|
5966
|
+
var ForwardRef$1a = /*#__PURE__*/forwardRef(MinimizeIcon);
|
|
5815
5967
|
|
|
5816
5968
|
function NewIcon(props, ref) {
|
|
5817
5969
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5830,7 +5982,7 @@ function NewIcon(props, ref) {
|
|
|
5830
5982
|
clipRule: "evenodd"
|
|
5831
5983
|
}));
|
|
5832
5984
|
}
|
|
5833
|
-
var ForwardRef$
|
|
5985
|
+
var ForwardRef$19 = /*#__PURE__*/forwardRef(NewIcon);
|
|
5834
5986
|
|
|
5835
5987
|
function NightIcon(props, ref) {
|
|
5836
5988
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5849,7 +6001,7 @@ function NightIcon(props, ref) {
|
|
|
5849
6001
|
clipRule: "evenodd"
|
|
5850
6002
|
}));
|
|
5851
6003
|
}
|
|
5852
|
-
var ForwardRef$
|
|
6004
|
+
var ForwardRef$18 = /*#__PURE__*/forwardRef(NightIcon);
|
|
5853
6005
|
|
|
5854
6006
|
function OrganizationIcon(props, ref) {
|
|
5855
6007
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5868,7 +6020,7 @@ function OrganizationIcon(props, ref) {
|
|
|
5868
6020
|
clipRule: "evenodd"
|
|
5869
6021
|
}));
|
|
5870
6022
|
}
|
|
5871
|
-
var ForwardRef$
|
|
6023
|
+
var ForwardRef$17 = /*#__PURE__*/forwardRef(OrganizationIcon);
|
|
5872
6024
|
|
|
5873
6025
|
function PackageIcon(props, ref) {
|
|
5874
6026
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5887,7 +6039,7 @@ function PackageIcon(props, ref) {
|
|
|
5887
6039
|
clipRule: "evenodd"
|
|
5888
6040
|
}));
|
|
5889
6041
|
}
|
|
5890
|
-
var ForwardRef$
|
|
6042
|
+
var ForwardRef$16 = /*#__PURE__*/forwardRef(PackageIcon);
|
|
5891
6043
|
|
|
5892
6044
|
function PlayIcon(props, ref) {
|
|
5893
6045
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5907,7 +6059,7 @@ function PlayIcon(props, ref) {
|
|
|
5907
6059
|
transform: "translate(-527 -325) translate(524 324)"
|
|
5908
6060
|
}));
|
|
5909
6061
|
}
|
|
5910
|
-
var ForwardRef$
|
|
6062
|
+
var ForwardRef$15 = /*#__PURE__*/forwardRef(PlayIcon);
|
|
5911
6063
|
|
|
5912
6064
|
function PrivacyIcon(props, ref) {
|
|
5913
6065
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5926,7 +6078,7 @@ function PrivacyIcon(props, ref) {
|
|
|
5926
6078
|
clipRule: "evenodd"
|
|
5927
6079
|
}));
|
|
5928
6080
|
}
|
|
5929
|
-
var ForwardRef$
|
|
6081
|
+
var ForwardRef$14 = /*#__PURE__*/forwardRef(PrivacyIcon);
|
|
5930
6082
|
|
|
5931
6083
|
function PurposeIcon(props, ref) {
|
|
5932
6084
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5946,7 +6098,24 @@ function PurposeIcon(props, ref) {
|
|
|
5946
6098
|
transform: "translate(-1137 -463) translate(1136 462)"
|
|
5947
6099
|
}));
|
|
5948
6100
|
}
|
|
5949
|
-
var ForwardRef
|
|
6101
|
+
var ForwardRef$13 = /*#__PURE__*/forwardRef(PurposeIcon);
|
|
6102
|
+
|
|
6103
|
+
function PuzzleIcon(props, ref) {
|
|
6104
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6105
|
+
fill: "none",
|
|
6106
|
+
viewBox: "0 0 16 16",
|
|
6107
|
+
width: props.width || props.size || 16,
|
|
6108
|
+
height: props.height || props.size || 16,
|
|
6109
|
+
color: props.color || '#181C56',
|
|
6110
|
+
ref: ref
|
|
6111
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6112
|
+
fill: "currentColor",
|
|
6113
|
+
fillRule: "evenodd",
|
|
6114
|
+
d: "M5.431 3.496C5.431 2.096 6.603 1 8.001 1s2.57 1.096 2.57 2.496c0 .29-.051.566-.143.823H13.4a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H9.707a.6.6 0 0 1-.515-.91c.114-.188.178-.406.178-.638 0-.695-.591-1.297-1.37-1.297-.777 0-1.369.602-1.369 1.297 0 .232.064.45.178.639a.6.6 0 0 1-.514.909H2.6A1.6 1.6 0 0 1 1 13.4v-2.099a.6.6 0 0 1 .892-.524c.202.113.438.178.693.178.778 0 1.37-.601 1.37-1.296s-.592-1.297-1.37-1.297c-.255 0-.491.066-.693.178A.6.6 0 0 1 1 8.017V5.919a1.6 1.6 0 0 1 1.6-1.6h2.974a2.4 2.4 0 0 1-.143-.823M8.001 2.2c-.778 0-1.37.602-1.37 1.296 0 .38.172.724.456.966a.6.6 0 0 1-.389 1.057H2.6a.4.4 0 0 0-.4.4V7.19a3 3 0 0 1 .385-.028c1.397 0 2.57 1.097 2.57 2.497s-1.173 2.496-2.57 2.496q-.196 0-.385-.028v1.273c0 .22.18.4.4.4h2.856a2.4 2.4 0 0 1-.025-.348c0-1.4 1.172-2.497 2.57-2.497s2.57 1.097 2.57 2.497q-.001.177-.026.348h2.856a.4.4 0 0 0 .4-.4V5.919a.4.4 0 0 0-.4-.4H9.303a.6.6 0 0 1-.388-1.057c.284-.242.455-.587.455-.966C9.37 2.802 8.78 2.2 8 2.2",
|
|
6115
|
+
clipRule: "evenodd"
|
|
6116
|
+
}));
|
|
6117
|
+
}
|
|
6118
|
+
var ForwardRef$12 = /*#__PURE__*/forwardRef(PuzzleIcon);
|
|
5950
6119
|
|
|
5951
6120
|
function QuietIcon(props, ref) {
|
|
5952
6121
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5966,7 +6135,7 @@ function QuietIcon(props, ref) {
|
|
|
5966
6135
|
transform: "translate(-1281 -233) translate(1280 232)"
|
|
5967
6136
|
}));
|
|
5968
6137
|
}
|
|
5969
|
-
var ForwardRef$
|
|
6138
|
+
var ForwardRef$11 = /*#__PURE__*/forwardRef(QuietIcon);
|
|
5970
6139
|
|
|
5971
6140
|
function QuitIcon(props, ref) {
|
|
5972
6141
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5985,7 +6154,7 @@ function QuitIcon(props, ref) {
|
|
|
5985
6154
|
clipRule: "evenodd"
|
|
5986
6155
|
}));
|
|
5987
6156
|
}
|
|
5988
|
-
var ForwardRef$
|
|
6157
|
+
var ForwardRef$10 = /*#__PURE__*/forwardRef(QuitIcon);
|
|
5989
6158
|
|
|
5990
6159
|
function RSSIcon(props, ref) {
|
|
5991
6160
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6004,9 +6173,11 @@ function RSSIcon(props, ref) {
|
|
|
6004
6173
|
clipRule: "evenodd"
|
|
6005
6174
|
}));
|
|
6006
6175
|
}
|
|
6007
|
-
var ForwardRef
|
|
6176
|
+
var ForwardRef$$ = /*#__PURE__*/forwardRef(RSSIcon);
|
|
6008
6177
|
|
|
6178
|
+
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
6009
6179
|
function ReportsIcon(props, ref) {
|
|
6180
|
+
console.warn('Design system warning: ReportsIcon is deprecated; use CopyIcon instead');
|
|
6010
6181
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6011
6182
|
xmlSpace: "preserve",
|
|
6012
6183
|
x: 0,
|
|
@@ -6023,7 +6194,7 @@ function ReportsIcon(props, ref) {
|
|
|
6023
6194
|
clipRule: "evenodd"
|
|
6024
6195
|
}));
|
|
6025
6196
|
}
|
|
6026
|
-
var ForwardRef$
|
|
6197
|
+
var ForwardRef$_ = /*#__PURE__*/forwardRef(ReportsIcon);
|
|
6027
6198
|
|
|
6028
6199
|
function RowHeightDefaultIcon(props, ref) {
|
|
6029
6200
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6042,7 +6213,7 @@ function RowHeightDefaultIcon(props, ref) {
|
|
|
6042
6213
|
clipRule: "evenodd"
|
|
6043
6214
|
}));
|
|
6044
6215
|
}
|
|
6045
|
-
var ForwardRef$
|
|
6216
|
+
var ForwardRef$Z = /*#__PURE__*/forwardRef(RowHeightDefaultIcon);
|
|
6046
6217
|
|
|
6047
6218
|
function RowHeightMiddleIcon(props, ref) {
|
|
6048
6219
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6061,7 +6232,7 @@ function RowHeightMiddleIcon(props, ref) {
|
|
|
6061
6232
|
clipRule: "evenodd"
|
|
6062
6233
|
}));
|
|
6063
6234
|
}
|
|
6064
|
-
var ForwardRef$
|
|
6235
|
+
var ForwardRef$Y = /*#__PURE__*/forwardRef(RowHeightMiddleIcon);
|
|
6065
6236
|
|
|
6066
6237
|
function RowHeightSmallIcon(props, ref) {
|
|
6067
6238
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6080,7 +6251,7 @@ function RowHeightSmallIcon(props, ref) {
|
|
|
6080
6251
|
clipRule: "evenodd"
|
|
6081
6252
|
}));
|
|
6082
6253
|
}
|
|
6083
|
-
var ForwardRef$
|
|
6254
|
+
var ForwardRef$X = /*#__PURE__*/forwardRef(RowHeightSmallIcon);
|
|
6084
6255
|
|
|
6085
6256
|
function RulesIcon(props, ref) {
|
|
6086
6257
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6099,7 +6270,7 @@ function RulesIcon(props, ref) {
|
|
|
6099
6270
|
clipRule: "evenodd"
|
|
6100
6271
|
}));
|
|
6101
6272
|
}
|
|
6102
|
-
var ForwardRef$
|
|
6273
|
+
var ForwardRef$W = /*#__PURE__*/forwardRef(RulesIcon);
|
|
6103
6274
|
|
|
6104
6275
|
function ScopeIcon(props, ref) {
|
|
6105
6276
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6118,7 +6289,7 @@ function ScopeIcon(props, ref) {
|
|
|
6118
6289
|
clipRule: "evenodd"
|
|
6119
6290
|
}));
|
|
6120
6291
|
}
|
|
6121
|
-
var ForwardRef$
|
|
6292
|
+
var ForwardRef$V = /*#__PURE__*/forwardRef(ScopeIcon);
|
|
6122
6293
|
|
|
6123
6294
|
function SearchIcon(props, ref) {
|
|
6124
6295
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6137,7 +6308,7 @@ function SearchIcon(props, ref) {
|
|
|
6137
6308
|
clipRule: "evenodd"
|
|
6138
6309
|
}));
|
|
6139
6310
|
}
|
|
6140
|
-
var ForwardRef$
|
|
6311
|
+
var ForwardRef$U = /*#__PURE__*/forwardRef(SearchIcon);
|
|
6141
6312
|
|
|
6142
6313
|
function SearchFilledIcon(props, ref) {
|
|
6143
6314
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6154,7 +6325,7 @@ function SearchFilledIcon(props, ref) {
|
|
|
6154
6325
|
clipRule: "evenodd"
|
|
6155
6326
|
}));
|
|
6156
6327
|
}
|
|
6157
|
-
var ForwardRef$
|
|
6328
|
+
var ForwardRef$T = /*#__PURE__*/forwardRef(SearchFilledIcon);
|
|
6158
6329
|
|
|
6159
6330
|
function SelectIcon(props, ref) {
|
|
6160
6331
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6174,7 +6345,7 @@ function SelectIcon(props, ref) {
|
|
|
6174
6345
|
transform: "translate(-1173 -463) translate(1172 462)"
|
|
6175
6346
|
}));
|
|
6176
6347
|
}
|
|
6177
|
-
var ForwardRef$
|
|
6348
|
+
var ForwardRef$S = /*#__PURE__*/forwardRef(SelectIcon);
|
|
6178
6349
|
|
|
6179
6350
|
function SendIcon(props, ref) {
|
|
6180
6351
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6193,7 +6364,7 @@ function SendIcon(props, ref) {
|
|
|
6193
6364
|
clipRule: "evenodd"
|
|
6194
6365
|
}));
|
|
6195
6366
|
}
|
|
6196
|
-
var ForwardRef$
|
|
6367
|
+
var ForwardRef$R = /*#__PURE__*/forwardRef(SendIcon);
|
|
6197
6368
|
|
|
6198
6369
|
function SettingsIcon(props, ref) {
|
|
6199
6370
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6212,7 +6383,7 @@ function SettingsIcon(props, ref) {
|
|
|
6212
6383
|
clipRule: "evenodd"
|
|
6213
6384
|
}));
|
|
6214
6385
|
}
|
|
6215
|
-
var ForwardRef$
|
|
6386
|
+
var ForwardRef$Q = /*#__PURE__*/forwardRef(SettingsIcon);
|
|
6216
6387
|
|
|
6217
6388
|
function CircleIcon(props, ref) {
|
|
6218
6389
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6229,7 +6400,7 @@ function CircleIcon(props, ref) {
|
|
|
6229
6400
|
clipRule: "evenodd"
|
|
6230
6401
|
}));
|
|
6231
6402
|
}
|
|
6232
|
-
var ForwardRef$
|
|
6403
|
+
var ForwardRef$P = /*#__PURE__*/forwardRef(CircleIcon);
|
|
6233
6404
|
|
|
6234
6405
|
function CircleFilledIcon(props, ref) {
|
|
6235
6406
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6244,7 +6415,7 @@ function CircleFilledIcon(props, ref) {
|
|
|
6244
6415
|
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"
|
|
6245
6416
|
}));
|
|
6246
6417
|
}
|
|
6247
|
-
var ForwardRef$
|
|
6418
|
+
var ForwardRef$O = /*#__PURE__*/forwardRef(CircleFilledIcon);
|
|
6248
6419
|
|
|
6249
6420
|
function StarredIcon(props, ref) {
|
|
6250
6421
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6263,7 +6434,7 @@ function StarredIcon(props, ref) {
|
|
|
6263
6434
|
clipRule: "evenodd"
|
|
6264
6435
|
}));
|
|
6265
6436
|
}
|
|
6266
|
-
var ForwardRef$
|
|
6437
|
+
var ForwardRef$N = /*#__PURE__*/forwardRef(StarredIcon);
|
|
6267
6438
|
|
|
6268
6439
|
function UnstarredIcon(props, ref) {
|
|
6269
6440
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6282,7 +6453,7 @@ function UnstarredIcon(props, ref) {
|
|
|
6282
6453
|
clipRule: "evenodd"
|
|
6283
6454
|
}));
|
|
6284
6455
|
}
|
|
6285
|
-
var ForwardRef$
|
|
6456
|
+
var ForwardRef$M = /*#__PURE__*/forwardRef(UnstarredIcon);
|
|
6286
6457
|
|
|
6287
6458
|
function StandardIcon(props, ref) {
|
|
6288
6459
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6302,7 +6473,7 @@ function StandardIcon(props, ref) {
|
|
|
6302
6473
|
transform: "translate(-1317 -233) translate(1316 232)"
|
|
6303
6474
|
}));
|
|
6304
6475
|
}
|
|
6305
|
-
var ForwardRef$
|
|
6476
|
+
var ForwardRef$L = /*#__PURE__*/forwardRef(StandardIcon);
|
|
6306
6477
|
|
|
6307
6478
|
function StudentIcon(props, ref) {
|
|
6308
6479
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6319,7 +6490,7 @@ function StudentIcon(props, ref) {
|
|
|
6319
6490
|
clipRule: "evenodd"
|
|
6320
6491
|
}));
|
|
6321
6492
|
}
|
|
6322
|
-
var ForwardRef$
|
|
6493
|
+
var ForwardRef$K = /*#__PURE__*/forwardRef(StudentIcon);
|
|
6323
6494
|
|
|
6324
6495
|
function StudentFilledIcon(props, ref) {
|
|
6325
6496
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6340,7 +6511,7 @@ function StudentFilledIcon(props, ref) {
|
|
|
6340
6511
|
d: "M8.17 1.03a.5.5 0 0 0-.34 0l-5.5 2a.5.5 0 0 0 0 .94l5.5 2a.5.5 0 0 0 .34 0L13 4.214V7h1V3.5a.5.5 0 0 0-.33-.47z"
|
|
6341
6512
|
}));
|
|
6342
6513
|
}
|
|
6343
|
-
var ForwardRef$
|
|
6514
|
+
var ForwardRef$J = /*#__PURE__*/forwardRef(StudentFilledIcon);
|
|
6344
6515
|
|
|
6345
6516
|
function SubtractIcon(props, ref) {
|
|
6346
6517
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6359,7 +6530,27 @@ function SubtractIcon(props, ref) {
|
|
|
6359
6530
|
clipRule: "evenodd"
|
|
6360
6531
|
}));
|
|
6361
6532
|
}
|
|
6362
|
-
var ForwardRef$
|
|
6533
|
+
var ForwardRef$I = /*#__PURE__*/forwardRef(SubtractIcon);
|
|
6534
|
+
|
|
6535
|
+
function TagIcon(props, ref) {
|
|
6536
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6537
|
+
fill: "none",
|
|
6538
|
+
viewBox: "0 0 16 16",
|
|
6539
|
+
width: props.width || props.size || 16,
|
|
6540
|
+
height: props.height || props.size || 16,
|
|
6541
|
+
color: props.color || '#181C56',
|
|
6542
|
+
ref: ref
|
|
6543
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6544
|
+
fill: "currentColor",
|
|
6545
|
+
d: "m9.018 9.4-3.442 3.468-.846-.852 3.443-3.468zM4.116 11.338l2.41-2.428-.846-.852-2.41 2.428z"
|
|
6546
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6547
|
+
fill: "currentColor",
|
|
6548
|
+
fillRule: "evenodd",
|
|
6549
|
+
d: "M13.919 5.642c.305.91.097 1.956-.623 2.681l-5.872 5.915a2.58 2.58 0 0 1-3.664 0l-2.001-2.016a2.62 2.62 0 0 1 0-3.69L7.63 2.618a2.58 2.58 0 0 1 2.81-.572l.028-.03C11.544.933 13.3.573 14.361 1.644c1.062 1.07.707 2.835-.366 3.918zm-2.487-2.886 1.826 1.839c.697-.792.654-1.7.258-2.1-.396-.398-1.298-.441-2.084.261m-.685 1.013 1.704 1.716a1.41 1.41 0 0 1 0 1.987l-5.873 5.914a1.39 1.39 0 0 1-1.973 0l-2-2.015a1.41 1.41 0 0 1 0-1.987l5.872-5.915a1.39 1.39 0 0 1 1.26-.384c-.21.473-.309.981-.268 1.466a1.58 1.58 0 0 0-1.022 1.481c0 .87.7 1.581 1.574 1.581a1.583 1.583 0 0 0 .673-3.01 1.6 1.6 0 0 1 .053-.834m-.867 1.91q.097.135.22.258a.6.6 0 0 0 .29.162.376.376 0 0 1-.37.314.377.377 0 0 1-.373-.38.38.38 0 0 1 .233-.354",
|
|
6550
|
+
clipRule: "evenodd"
|
|
6551
|
+
}));
|
|
6552
|
+
}
|
|
6553
|
+
var ForwardRef$H = /*#__PURE__*/forwardRef(TagIcon);
|
|
6363
6554
|
|
|
6364
6555
|
function TerminalIcon(props, ref) {
|
|
6365
6556
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6376,7 +6567,7 @@ function TerminalIcon(props, ref) {
|
|
|
6376
6567
|
clipRule: "evenodd"
|
|
6377
6568
|
}));
|
|
6378
6569
|
}
|
|
6379
|
-
var ForwardRef$
|
|
6570
|
+
var ForwardRef$G = /*#__PURE__*/forwardRef(TerminalIcon);
|
|
6380
6571
|
|
|
6381
6572
|
function TerminalFilledIcon(props, ref) {
|
|
6382
6573
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6396,7 +6587,7 @@ function TerminalFilledIcon(props, ref) {
|
|
|
6396
6587
|
d: "M13.8 5.042v6.893H15V5.042z"
|
|
6397
6588
|
}));
|
|
6398
6589
|
}
|
|
6399
|
-
var ForwardRef$
|
|
6590
|
+
var ForwardRef$F = /*#__PURE__*/forwardRef(TerminalFilledIcon);
|
|
6400
6591
|
|
|
6401
6592
|
function TimeglassIcon(props, ref) {
|
|
6402
6593
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6416,7 +6607,7 @@ function TimeglassIcon(props, ref) {
|
|
|
6416
6607
|
clipRule: "evenodd"
|
|
6417
6608
|
}));
|
|
6418
6609
|
}
|
|
6419
|
-
var ForwardRef$
|
|
6610
|
+
var ForwardRef$E = /*#__PURE__*/forwardRef(TimeglassIcon);
|
|
6420
6611
|
|
|
6421
6612
|
function TimeglassFilledIcon(props, ref) {
|
|
6422
6613
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6433,7 +6624,7 @@ function TimeglassFilledIcon(props, ref) {
|
|
|
6433
6624
|
clipRule: "evenodd"
|
|
6434
6625
|
}));
|
|
6435
6626
|
}
|
|
6436
|
-
var ForwardRef$
|
|
6627
|
+
var ForwardRef$D = /*#__PURE__*/forwardRef(TimeglassFilledIcon);
|
|
6437
6628
|
|
|
6438
6629
|
function TimelineIcon(props, ref) {
|
|
6439
6630
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6453,7 +6644,49 @@ function TimelineIcon(props, ref) {
|
|
|
6453
6644
|
transform: "translate(-633 -474) translate(632 462)"
|
|
6454
6645
|
}));
|
|
6455
6646
|
}
|
|
6456
|
-
var ForwardRef$
|
|
6647
|
+
var ForwardRef$C = /*#__PURE__*/forwardRef(TimelineIcon);
|
|
6648
|
+
|
|
6649
|
+
function TokenIcon(props, ref) {
|
|
6650
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6651
|
+
fill: "none",
|
|
6652
|
+
viewBox: "0 0 16 16",
|
|
6653
|
+
width: props.width || props.size || 16,
|
|
6654
|
+
height: props.height || props.size || 16,
|
|
6655
|
+
color: props.color || '#181C56',
|
|
6656
|
+
ref: ref
|
|
6657
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6658
|
+
fill: "currentColor",
|
|
6659
|
+
fillRule: "evenodd",
|
|
6660
|
+
d: "M6.948 3.638a.6.6 0 0 0-.849 0L3.638 6.099a.6.6 0 0 0 0 .849L6.099 9.41a.6.6 0 0 0 .849 0L9.41 6.948a.6.6 0 0 0 0-.849zM4.91 6.524 6.524 4.91l1.613 1.614-1.613 1.613z",
|
|
6661
|
+
clipRule: "evenodd"
|
|
6662
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6663
|
+
fill: "currentColor",
|
|
6664
|
+
fillRule: "evenodd",
|
|
6665
|
+
d: "M1 6.524a5.524 5.524 0 0 1 10.618-2.14 5.525 5.525 0 1 1-7.234 7.234A5.525 5.525 0 0 1 1 6.524M6.524 2.2a4.324 4.324 0 1 0 0 8.647 4.324 4.324 0 0 0 0-8.647m5.523 4.324a6 6 0 0 0-.026-.543 4.324 4.324 0 1 1-6.04 6.04 5.524 5.524 0 0 0 6.067-5.497",
|
|
6666
|
+
clipRule: "evenodd"
|
|
6667
|
+
}));
|
|
6668
|
+
}
|
|
6669
|
+
var ForwardRef$B = /*#__PURE__*/forwardRef(TokenIcon);
|
|
6670
|
+
|
|
6671
|
+
function ToneSmileIcon(props, ref) {
|
|
6672
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6673
|
+
fill: "none",
|
|
6674
|
+
viewBox: "0 0 16 16",
|
|
6675
|
+
width: props.width || props.size || 16,
|
|
6676
|
+
height: props.height || props.size || 16,
|
|
6677
|
+
color: props.color || '#181C56',
|
|
6678
|
+
ref: ref
|
|
6679
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6680
|
+
fill: "currentColor",
|
|
6681
|
+
d: "M4.939 5.059v1.475h1.2V5.059zM9.863 6.534V5.059h1.2v1.475zM8 8.884c-.76 0-1.479-.437-1.953-1.194l-1.016.638c.648 1.035 1.718 1.756 2.97 1.756s2.321-.72 2.97-1.756L9.954 7.69c-.474.757-1.192 1.194-1.953 1.194"
|
|
6682
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6683
|
+
fill: "currentColor",
|
|
6684
|
+
fillRule: "evenodd",
|
|
6685
|
+
d: "M2.6 2A1.6 1.6 0 0 0 1 3.6v7.343a1.6 1.6 0 0 0 1.6 1.6h.862v1.859a.6.6 0 0 0 .948.488l3.29-2.347h5.701a1.6 1.6 0 0 0 1.6-1.6V3.6a1.6 1.6 0 0 0-1.6-1.6zm-.4 1.6c0-.22.18-.4.4-.4h10.801a.4.4 0 0 1 .4.4v7.343a.4.4 0 0 1-.4.4H7.508a.6.6 0 0 0-.348.111l-2.498 1.783v-1.294a.6.6 0 0 0-.6-.6H2.6a.4.4 0 0 1-.4-.4z",
|
|
6686
|
+
clipRule: "evenodd"
|
|
6687
|
+
}));
|
|
6688
|
+
}
|
|
6689
|
+
var ForwardRef$A = /*#__PURE__*/forwardRef(ToneSmileIcon);
|
|
6457
6690
|
|
|
6458
6691
|
function UnviewIcon(props, ref) {
|
|
6459
6692
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6512,7 +6745,9 @@ function UsersIcon(props, ref) {
|
|
|
6512
6745
|
}
|
|
6513
6746
|
var ForwardRef$x = /*#__PURE__*/forwardRef(UsersIcon);
|
|
6514
6747
|
|
|
6748
|
+
/** @deprecated OutlinedValidationCheckIcon is deprecated; use ValidationCheckIcon instead */
|
|
6515
6749
|
function OutlinedValidationCheckIcon(props, ref) {
|
|
6750
|
+
console.warn('Design system warning: OutlinedValidationCheckIcon is deprecated; use ValidationCheckIcon instead');
|
|
6516
6751
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6517
6752
|
xmlSpace: "preserve",
|
|
6518
6753
|
x: 0,
|
|
@@ -6534,7 +6769,9 @@ function OutlinedValidationCheckIcon(props, ref) {
|
|
|
6534
6769
|
}
|
|
6535
6770
|
var ForwardRef$w = /*#__PURE__*/forwardRef(OutlinedValidationCheckIcon);
|
|
6536
6771
|
|
|
6772
|
+
/** @deprecated OutlinedValidationErrorIcon is deprecated; use ValidationErrorIcon instead */
|
|
6537
6773
|
function OutlinedValidationErrorIcon(props, ref) {
|
|
6774
|
+
console.warn('Design system warning: OutlinedValidationErrorIcon is deprecated; use ValidationErrorIcon instead');
|
|
6538
6775
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6539
6776
|
xmlSpace: "preserve",
|
|
6540
6777
|
x: 0,
|
|
@@ -6556,7 +6793,9 @@ function OutlinedValidationErrorIcon(props, ref) {
|
|
|
6556
6793
|
}
|
|
6557
6794
|
var ForwardRef$v = /*#__PURE__*/forwardRef(OutlinedValidationErrorIcon);
|
|
6558
6795
|
|
|
6796
|
+
/** @deprecated OutlinedValidationExclamationIcon is deprecated; use ValidationExclamationIcon instead */
|
|
6559
6797
|
function OutlinedValidationExclamationIcon(props, ref) {
|
|
6798
|
+
console.warn('Design system warning: OutlinedValidationExclamationIcon is deprecated; use ValidationExclamationIcon instead');
|
|
6560
6799
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6561
6800
|
xmlSpace: "preserve",
|
|
6562
6801
|
x: 0,
|
|
@@ -6580,7 +6819,9 @@ function OutlinedValidationExclamationIcon(props, ref) {
|
|
|
6580
6819
|
}
|
|
6581
6820
|
var ForwardRef$u = /*#__PURE__*/forwardRef(OutlinedValidationExclamationIcon);
|
|
6582
6821
|
|
|
6822
|
+
/** @deprecated OutlinedValidationInfoIcon is deprecated; use ValidationInfoIcon instead */
|
|
6583
6823
|
function OutlinedValidationInfoIcon(props, ref) {
|
|
6824
|
+
console.warn('Design system warning: OutlinedValidationInfoIcon is deprecated; use ValidationInfoIcon instead');
|
|
6584
6825
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6585
6826
|
xmlSpace: "preserve",
|
|
6586
6827
|
x: 0,
|
|
@@ -6639,7 +6880,9 @@ function QuestionFilledIcon(props, ref) {
|
|
|
6639
6880
|
}
|
|
6640
6881
|
var ForwardRef$r = /*#__PURE__*/forwardRef(QuestionFilledIcon);
|
|
6641
6882
|
|
|
6883
|
+
/** @deprecated ValidationCheckIcon is deprecated; use ValidationSuccessIcon instead */
|
|
6642
6884
|
function ValidationCheckIcon(props, ref) {
|
|
6885
|
+
console.warn('Design system warning: ValidationCheckIcon is deprecated; use ValidationSuccessIcon instead');
|
|
6643
6886
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6644
6887
|
fill: "none",
|
|
6645
6888
|
viewBox: "0 0 16 16",
|
|
@@ -6659,7 +6902,9 @@ function ValidationCheckIcon(props, ref) {
|
|
|
6659
6902
|
}
|
|
6660
6903
|
var ForwardRef$q = /*#__PURE__*/forwardRef(ValidationCheckIcon);
|
|
6661
6904
|
|
|
6905
|
+
/** @deprecated ValidationCheckFilledIcon is deprecated; use ValidationSuccessFilledIcon instead */
|
|
6662
6906
|
function ValidationCheckFilledIcon(props, ref) {
|
|
6907
|
+
console.warn('Design system warning: ValidationCheckFilledIcon is deprecated; use ValidationSuccessFilledIcon instead');
|
|
6663
6908
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6664
6909
|
fill: "none",
|
|
6665
6910
|
viewBox: "0 0 16 16",
|
|
@@ -7181,4 +7426,4 @@ function ZoomOutIcon(props, ref) {
|
|
|
7181
7426
|
}
|
|
7182
7427
|
var ForwardRef = /*#__PURE__*/forwardRef(ZoomOutIcon);
|
|
7183
7428
|
|
|
7184
|
-
export { ForwardRef$4J as AKTIcon, ForwardRef$2r as AccessibilityIcon, ForwardRef$2q as AddCardIcon, ForwardRef$2p as AddIcon, ForwardRef$2o as AdditionalIcon, ForwardRef$2_ as AdditionalZonesTicketIcon, ForwardRef$2n as AdjustmentsIcon, ForwardRef$2m as AdminIcon, ForwardRef$2l as AgreesIcon, ForwardRef$4I as AlesundTurvognIcon, ForwardRef$3y as AlignCenterIcon, ForwardRef$3x as AlignLeftIcon, ForwardRef$3w as AlignRightIcon, ForwardRef$47 as AmericanExpressIcon, ForwardRef$24 as AnimalFreeIcon, ForwardRef$5g as AnimalIcon, ForwardRef$22 as AssignToMeFilledIcon, ForwardRef$23 as AssignToMeIcon, ForwardRef$4H as AtBIcon, ForwardRef$3v as AttachmentIcon, ForwardRef$5f as BabyIcon, ForwardRef$5I as BackArrowIcon, ForwardRef$4G as BaneNORIcon, ForwardRef$46 as BanknoteIcon, ForwardRef$45 as BanknoteMultiIcon, ForwardRef$3K as BatteryIcon, ForwardRef$21 as BellIcon, ForwardRef$4F as BergenBysykkelIcon, ForwardRef$5e as BicycleHotelIcon, ForwardRef$3l as BicycleIcon, ForwardRef$5d as BicycleParkingIcon, ForwardRef$3u as BoldIcon, ForwardRef$4E as BoltIcon, ForwardRef$20 as BookmarkIcon, ForwardRef$4D as BrakarIcon, ForwardRef$4C as BrakarNoTextIcon, ForwardRef$1$ as BrightnessIcon, ForwardRef$1_ as BugIcon, ForwardRef$3t as BulletListIcon, ForwardRef$3k as BusIcon, ForwardRef$5c as BusShelterIcon, ForwardRef$2Z as CabinIcon, ForwardRef$3j as CablewayIcon, ForwardRef$3J as CalculatorIcon, ForwardRef$1X as CalendarDetailedFilledIcon, ForwardRef$1Y as CalendarDetailedIcon, ForwardRef$1Z as CalendarIcon, ForwardRef$3I as CameraIcon, ForwardRef$3i as CarIcon, ForwardRef$3h as CarSharingIcon, ForwardRef$1W as CardIcon, ForwardRef$3g as CarferryIcon, ForwardRef$1V as ChannelsIcon, ForwardRef$1T as ChartFilledIcon, ForwardRef$1U as ChartIcon, ForwardRef$1S as ChatIcon, ForwardRef$1Q as CheckFilledIcon, ForwardRef$1R as CheckIcon, ForwardRef$1O as CheckSmallFilledIcon, ForwardRef$1P as CheckSmallIcon, ForwardRef$L as CircleFilledIcon, ForwardRef$M as CircleIcon, ForwardRef$3f as CityBikeIcon, ForwardRef$2Y as CityIcon, ForwardRef$1M as ClockFilledIcon, ForwardRef$1N as ClockIcon, ForwardRef$1K as CloseFilledIcon, ForwardRef$1L as CloseIcon, ForwardRef$1I as CloseSmallFilledIcon, ForwardRef$1J as CloseSmallIcon, ForwardRef$1e as ClosedLockIcon, ForwardRef$5H as CloudDownloadIcon, ForwardRef$b as CloudIcon, ForwardRef$a as CloudLightningIcon, ForwardRef$9 as CloudRainIcon, ForwardRef$8 as CloudSnowIcon, ForwardRef$5b as CoffeeIcon, ForwardRef$5G as CollapsedIcon, ForwardRef$1H as ColorPickerIcon, ForwardRef$1G as CommentIcon, ForwardRef$2X as CompassNeedleIcon, ForwardRef$2W as ConductorIcon, ForwardRef$1F as ConfigurationIcon, ForwardRef$1E as ContactsIcon, ForwardRef$1D as CopyIcon, ForwardRef$2V as CorrespondenceIcon, ForwardRef$5a as CouchetteIcon, ForwardRef$1B as CustomerServiceFilledIcon, ForwardRef$1C as CustomerServiceIcon, ForwardRef$59 as CutleryIcon, ForwardRef$3H as DatabaseIcon, ForwardRef$1A as DateIcon, ForwardRef$1z as DeleteIcon, ForwardRef$4O as DenmarkIcon, ForwardRef$44 as DepositionIcon, ForwardRef$3G as DesktopIcon, ForwardRef$2U as DestinationIcon, ForwardRef$43 as DiffIcon, ForwardRef$2S as DirectionFilledIcon, ForwardRef$2T as DirectionIcon, ForwardRef$5F as DownArrowIcon, ForwardRef$5E as DownloadIcon, ForwardRef$5D as DownwardIcon, ForwardRef$1w as DraggableIcon, ForwardRef$1v as EditIcon, ForwardRef$1u as EmailIcon, ForwardRef$2R as EnvironmentIcon, ForwardRef$42 as EuroIcon, ForwardRef$5C as ExpandIcon, ForwardRef$1t as ExtendIcon, ForwardRef$5B as ExternalIcon, ForwardRef$3T as FacebookIcon, ForwardRef$4B as FarteIcon, ForwardRef$1r as FeedbackFilledIcon, ForwardRef$1s as FeedbackIcon, ForwardRef$3e as FerryIcon, ForwardRef$1q as FileIcon, ForwardRef$1p as FillIcon, ForwardRef$1n as FilterFilledIcon, ForwardRef$1o as FilterIcon, ForwardRef$4A as FlybussenIcon, ForwardRef$5A as ForwardIcon, ForwardRef$4z as FramIcon, ForwardRef$58 as FullIcon, ForwardRef$3d as FunicularIcon, ForwardRef$4y as GOAIcon, ForwardRef$4x as GetAroundIcon, ForwardRef$3S as GithubIcon, ForwardRef$2Q as GoalIcon, ForwardRef$3R as GoogleIcon, ForwardRef$1m as GridViewIcon, ForwardRef$2P as GymIcon, ForwardRef$1l as HandToolIcon, ForwardRef$1k as HeartIcon, ForwardRef$3c as HelicopterIcon, ForwardRef$2O as HomeIcon, ForwardRef$1y as HorizontalDotsIcon, ForwardRef$4w as HykeIcon, ForwardRef$3F as ImageIcon, ForwardRef$4v as InnlandstrafikkIcon, ForwardRef$3Q as InstagramIcon, ForwardRef$2N as InternationalIcon, ForwardRef$2M as InterrailIcon, ForwardRef$2L as InvalidTicketIcon, ForwardRef$3s as ItalicIcon, ForwardRef$4t as KolumbusBysykkelIcon, ForwardRef$4u as KolumbusIcon, ForwardRef$1i as LanguageFilledIcon, ForwardRef$1j as LanguageIcon, ForwardRef$3E as LaptopIcon, ForwardRef$5z as LeftArrowIcon, ForwardRef$1h as LikeIcon, ForwardRef$4s as LimeIcon, ForwardRef$3r as LinkIcon, ForwardRef$3P as LinkedinIcon, ForwardRef$1g as ListViewIcon, ForwardRef$1f as LoadingIcon, ForwardRef$57 as LockerIcon, ForwardRef$1c as LogOutIcon, ForwardRef$5i as LogoNegativeIcon, ForwardRef$5h as LogoPositiveIcon, ForwardRef$1a as LostAndFoundFilledIcon, ForwardRef$1b as LostAndFoundIcon, ForwardRef$2K as LuggageIcon, ForwardRef$56 as ManySeatsAvailableIcon, ForwardRef$2I as MapFilledIcon, ForwardRef$2J as MapIcon, ForwardRef$2H as MapPinIcon, ForwardRef$41 as MastercardIcon, ForwardRef$18 as MeasureFilledIcon, ForwardRef$19 as MeasureIcon, ForwardRef$17 as MenuIcon, ForwardRef$5y as MergeProfilesIcon, ForwardRef$3b as MetroIcon, ForwardRef$16 as MinimizeIcon, ForwardRef$3D as MobileIcon, ForwardRef$3a as MobilityIcon, ForwardRef$40 as MoneyIcon, ForwardRef$2G as MountainIcon, ForwardRef$4r as MoveAboutIcon, ForwardRef$15 as NewIcon, ForwardRef$14 as NightIcon, ForwardRef$4q as NordlandIcon, ForwardRef$4N as NorwayIcon, ForwardRef$3q as NumberListIcon, ForwardRef$2k as ObjectAlignBottomFilledIcon, ForwardRef$2j as ObjectAlignBottomIcon, ForwardRef$2i as ObjectAlignCenterFilledIcon, ForwardRef$2h as ObjectAlignCenterIcon, ForwardRef$2g as ObjectAlignLeftFilledIcon, ForwardRef$2f as ObjectAlignLeftIcon, ForwardRef$2e as ObjectAlignMiddleFilledIcon, ForwardRef$2d as ObjectAlignMiddleIcon, ForwardRef$2c as ObjectAlignRightFilledIcon, ForwardRef$2b as ObjectAlignRightIcon, ForwardRef$2a as ObjectAlignTopFilledIcon, ForwardRef$29 as ObjectAlignTopIcon, ForwardRef$28 as ObjectDistributeHorizontallyFilledIcon, ForwardRef$27 as ObjectDistributeHorizontallyIcon, ForwardRef$26 as ObjectDistributeVerticallyFilledIcon, ForwardRef$25 as ObjectDistributeVerticallyIcon, ForwardRef$1d as OpenedLockIcon, ForwardRef$13 as OrganizationIcon, ForwardRef$4p as OsloBysykkelIcon, ForwardRef$4o as OstfoldIcon, ForwardRef$w as OutlinedValidationCheckIcon, ForwardRef$v as OutlinedValidationErrorIcon, ForwardRef$u as OutlinedValidationExclamationIcon, ForwardRef$t as OutlinedValidationInfoIcon, ForwardRef$12 as PackageIcon, ForwardRef$54 as ParkAndRideIcon, ForwardRef$55 as ParkIcon, ForwardRef$53 as ParkingGarageIcon, ForwardRef$3C as PhoneIcon, ForwardRef$39 as PlaneIcon, ForwardRef$11 as PlayIcon, ForwardRef$2F as PlaygroundIcon, ForwardRef$52 as PlayroomIcon, ForwardRef$2D as PositionFilledIcon, ForwardRef$2E as PositionIcon, ForwardRef$51 as PowerIcon, ForwardRef$50 as PremiumSeatIcon, ForwardRef$3$ as PriceFromIcon, ForwardRef$3_ as PricelistIcon, ForwardRef$3B as PrinterIcon, ForwardRef$2C as PrioritySeatPregnantIcon, ForwardRef$2B as PrioritySeatSeniorsIcon, ForwardRef$10 as PrivacyIcon, ForwardRef$$ as PurposeIcon, ForwardRef$3A as QRIcon, ForwardRef$r as QuestionFilledIcon, ForwardRef$s as QuestionIcon, ForwardRef$_ as QuietIcon, ForwardRef$Z as QuitIcon, ForwardRef$Y as RSSIcon, ForwardRef$2z as RebateTicketFilledIcon, ForwardRef$2A as RebateTicketIcon, ForwardRef$5x as RedoIcon, ForwardRef$3Z as ReferenceIcon, ForwardRef$5w as RefreshIcon, ForwardRef$4n as ReisNordlandIcon, ForwardRef$X as ReportsIcon, ForwardRef$5v as ResetIcon, ForwardRef$5u as RightArrowIcon, ForwardRef$W as RowHeightDefaultIcon, ForwardRef$V as RowHeightMiddleIcon, ForwardRef$U as RowHeightSmallIcon, ForwardRef$T as RulesIcon, ForwardRef$38 as RunningIcon, ForwardRef$4m as RuterIcon, ForwardRef$4l as RuterNoTextIcon, ForwardRef$4k as SJIcon, ForwardRef$4M as SamiIcon, ForwardRef$3z as SaveIcon, ForwardRef$37 as ScooterIcon, ForwardRef$S as ScopeIcon, ForwardRef$Q as SearchFilledIcon, ForwardRef$R as SearchIcon, ForwardRef$4$ as SeatIcon, ForwardRef$4_ as SeatsAvailableIcon, ForwardRef$P as SelectIcon, ForwardRef$O as SendIcon, ForwardRef$N as SettingsIcon, ForwardRef$5t as ShareIcon, ForwardRef$3Y as ShoppingCartIcon, ForwardRef$2y as SkiIcon, ForwardRef$3O as SkypeIcon, ForwardRef$4j as SkyssIcon, ForwardRef$4i as SkyssNoTextIcon, ForwardRef$4Z as SleepIcon, ForwardRef$4h as SnelandiaIcon, ForwardRef$3p as SourceCodeIcon, ForwardRef$I as StandardIcon, ForwardRef$4Y as StandingAvailableIcon, ForwardRef$36 as StandingIcon, ForwardRef$K as StarredIcon, ForwardRef$3X as StatsIcon, ForwardRef$4X as StrollerIcon, ForwardRef$35 as StrollingIcon, ForwardRef$G as StudentFilledIcon, ForwardRef$H as StudentIcon, ForwardRef$F as SubtractIcon, ForwardRef$34 as SubwayIcon, ForwardRef$2x as SuitcaseIcon, ForwardRef$6 as SunCloudIcon, ForwardRef$5 as SunCloudRainIcon, ForwardRef$7 as SunIcon, ForwardRef$4g as SvipperIcon, ForwardRef$4L as SwedenIcon, ForwardRef$5s as SwitchIcon, ForwardRef$4W as TVMIcon, ForwardRef$33 as TaxiIcon, ForwardRef$D as TerminalFilledIcon, ForwardRef$E as TerminalIcon, ForwardRef$3o as TextColorIcon, ForwardRef$4 as ThermometerIcon, ForwardRef$4f as TierIcon, ForwardRef$B as TimeglassFilledIcon, ForwardRef$C as TimeglassIcon, ForwardRef$A as TimelineIcon, ForwardRef$5r as ToFromIcon, ForwardRef$4V as ToiletIcon, ForwardRef$2w as TrackIcon, ForwardRef$4U as TrainCarIcon, ForwardRef$32 as TrainIcon, ForwardRef$31 as TramIcon, ForwardRef$5q as TransferIcon, ForwardRef$4e as TromsFylkestrafikkIcon, ForwardRef$4d as TrondheimBysykkelIcon, ForwardRef$5p as TurnableIcon, ForwardRef$3N as TwitterIcon, ForwardRef$4K as UKIcon, ForwardRef$3 as UmbrellaIcon, ForwardRef$3n as UnderlineIcon, ForwardRef$5o as UndoIcon, ForwardRef$2v as UniversityIcon, ForwardRef$3m as UnlinkIcon, ForwardRef$5n as UnsortedIcon, ForwardRef$J as UnstarredIcon, ForwardRef$z as UnviewIcon, ForwardRef$5m as UpArrowIcon, ForwardRef$5l as UploadIcon, ForwardRef$5k as UpwardIcon, ForwardRef$y as UserIcon, ForwardRef$x as UsersIcon, ForwardRef$4c as VKTIcon, ForwardRef$2t as ValidTicketFilledIcon, ForwardRef$2u 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$4T as VendingMachineIcon, ForwardRef$1x as VerticalDotsIcon, ForwardRef$5j as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$3M as VimeoIcon, ForwardRef$3W as VippsIcon, ForwardRef$3V as VippsLogoIcon, ForwardRef$3U as VisaIcon, ForwardRef$4b as VoiIcon, ForwardRef$4a as VyIcon, ForwardRef$4S as WaitingRoomIcon, ForwardRef$30 as WalkIcon, ForwardRef$2$ as WalkingIcon, ForwardRef$c as WarningIcon, ForwardRef$4R as WaterTapIcon, ForwardRef$4Q as WheelchairIcon, ForwardRef$4P as WifiIcon, ForwardRef$2 as WindIcon, ForwardRef$3L as YoutubeIcon, ForwardRef$2s as ZoneIcon, ForwardRef$1 as ZoomInIcon, ForwardRef as ZoomOutIcon, ForwardRef$49 as ZvippIcon, ForwardRef$48 as ØresundstågIcon };
|
|
7429
|
+
export { ForwardRef$4V as AKTIcon, ForwardRef$2D as AccessibilityIcon, ForwardRef$2C as AddCardIcon, ForwardRef$2B as AddIcon, ForwardRef$2A as AdditionalIcon, ForwardRef$3a as AdditionalZonesTicketIcon, ForwardRef$2z as AdjustmentsIcon, ForwardRef$2y as AdminIcon, ForwardRef$2x as AgreesIcon, ForwardRef$4U as AlesundTurvognIcon, ForwardRef$3K as AlignCenterIcon, ForwardRef$3J as AlignLeftIcon, ForwardRef$3I as AlignRightIcon, ForwardRef$4j as AmericanExpressIcon, ForwardRef$2g as AnimalFreeIcon, ForwardRef$5s as AnimalIcon, ForwardRef$2e as AssignToMeFilledIcon, ForwardRef$2f as AssignToMeIcon, ForwardRef$4T as AtBIcon, ForwardRef$3H as AttachmentIcon, ForwardRef$5r as BabyIcon, ForwardRef$5U as BackArrowIcon, ForwardRef$4S as BaneNORIcon, ForwardRef$4i as BanknoteIcon, ForwardRef$4h as BanknoteMultiIcon, ForwardRef$3W as BatteryIcon, ForwardRef$2d as BellIcon, ForwardRef$4R as BergenBysykkelIcon, ForwardRef$5q as BicycleHotelIcon, ForwardRef$3x as BicycleIcon, ForwardRef$5p as BicycleParkingIcon, ForwardRef$2b as BoardFilledIcon, ForwardRef$2c as BoardIcon, ForwardRef$3G as BoldIcon, ForwardRef$4Q as BoltIcon, ForwardRef$2a as BookmarkIcon, ForwardRef$4P as BrakarIcon, ForwardRef$4O as BrakarNoTextIcon, ForwardRef$29 as BrightnessIcon, ForwardRef$28 as BugIcon, ForwardRef$3F as BulletListIcon, ForwardRef$3w as BusIcon, ForwardRef$5o as BusShelterIcon, ForwardRef$39 as CabinIcon, ForwardRef$3v as CablewayIcon, ForwardRef$3V as CalculatorIcon, ForwardRef$25 as CalendarDetailedFilledIcon, ForwardRef$26 as CalendarDetailedIcon, ForwardRef$27 as CalendarIcon, ForwardRef$3U as CameraIcon, ForwardRef$3u as CarIcon, ForwardRef$3t as CarSharingIcon, ForwardRef$24 as CardIcon, ForwardRef$3s 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$3r as CityBikeIcon, ForwardRef$38 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$5T as CloudDownloadIcon, ForwardRef$b as CloudIcon, ForwardRef$a as CloudLightningIcon, ForwardRef$9 as CloudRainIcon, ForwardRef$8 as CloudSnowIcon, ForwardRef$5n as CoffeeIcon, ForwardRef$5S as CollapsedIcon, ForwardRef$1R as ColorPickerIcon, ForwardRef$1Q as CommentIcon, ForwardRef$37 as CompassNeedleIcon, ForwardRef$1P as ComponentIcon, ForwardRef$36 as ConductorIcon, ForwardRef$1O as ConfigurationIcon, ForwardRef$1N as ContactsIcon, ForwardRef$1M as CopyIcon, ForwardRef$35 as CorrespondenceIcon, ForwardRef$5m as CouchetteIcon, ForwardRef$1K as CustomerServiceFilledIcon, ForwardRef$1L as CustomerServiceIcon, ForwardRef$5l as CutleryIcon, ForwardRef$3T as DatabaseIcon, ForwardRef$1J as DateIcon, ForwardRef$1I as DeleteIcon, ForwardRef$4_ as DenmarkIcon, ForwardRef$4g as DepositionIcon, ForwardRef$3S as DesktopIcon, ForwardRef$34 as DestinationIcon, ForwardRef$4f as DiffIcon, ForwardRef$32 as DirectionFilledIcon, ForwardRef$33 as DirectionIcon, ForwardRef$5R as DownArrowIcon, ForwardRef$5Q as DownloadIcon, ForwardRef$5P as DownwardIcon, ForwardRef$1F as DraggableIcon, ForwardRef$1E as EditIcon, ForwardRef$1D as EmailIcon, ForwardRef$31 as EnvironmentIcon, ForwardRef$4e as EuroIcon, ForwardRef$5O as ExpandIcon, ForwardRef$1C as ExtendIcon, ForwardRef$5N as ExternalIcon, ForwardRef$43 as FacebookIcon, ForwardRef$4N as FarteIcon, ForwardRef$1A as FeedbackFilledIcon, ForwardRef$1B as FeedbackIcon, ForwardRef$3q as FerryIcon, ForwardRef$1z as FileIcon, ForwardRef$1y as FillIcon, ForwardRef$1w as FilterFilledIcon, ForwardRef$1x as FilterIcon, ForwardRef$4M as FlybussenIcon, ForwardRef$1u as FolderFilledIcon, ForwardRef$1v as FolderIcon, ForwardRef$5M as ForwardIcon, ForwardRef$4L as FramIcon, ForwardRef$5k as FullIcon, ForwardRef$3p as FunicularIcon, ForwardRef$4K as GOAIcon, ForwardRef$4J as GetAroundIcon, ForwardRef$42 as GithubIcon, ForwardRef$30 as GoalIcon, ForwardRef$41 as GoogleIcon, ForwardRef$1t as GridViewIcon, ForwardRef$2$ as GymIcon, ForwardRef$1s as HandToolIcon, ForwardRef$1r as HeartIcon, ForwardRef$3o as HelicopterIcon, ForwardRef$1p as HistoryFilledIcon, ForwardRef$1q as HistoryIcon, ForwardRef$2_ as HomeIcon, ForwardRef$1H as HorizontalDotsIcon, ForwardRef$4I as HykeIcon, ForwardRef$1o as IconIcon, ForwardRef$3R as ImageIcon, ForwardRef$4H as InnlandstrafikkIcon, ForwardRef$40 as InstagramIcon, ForwardRef$2Z as InternationalIcon, ForwardRef$2Y as InterrailIcon, ForwardRef$2X as InvalidTicketIcon, ForwardRef$3E as ItalicIcon, ForwardRef$4F as KolumbusBysykkelIcon, ForwardRef$4G as KolumbusIcon, ForwardRef$1m as LanguageFilledIcon, ForwardRef$1n as LanguageIcon, ForwardRef$3Q as LaptopIcon, ForwardRef$5L as LeftArrowIcon, ForwardRef$1l as LikeIcon, ForwardRef$4E as LimeIcon, ForwardRef$3D as LinkIcon, ForwardRef$3$ as LinkedinIcon, ForwardRef$1k as ListViewIcon, ForwardRef$1j as LoadingIcon, ForwardRef$5j as LockerIcon, ForwardRef$1g as LogOutIcon, ForwardRef$5u as LogoNegativeIcon, ForwardRef$5t as LogoPositiveIcon, ForwardRef$1e as LostAndFoundFilledIcon, ForwardRef$1f as LostAndFoundIcon, ForwardRef$2W as LuggageIcon, ForwardRef$5i as ManySeatsAvailableIcon, ForwardRef$2U as MapFilledIcon, ForwardRef$2V as MapIcon, ForwardRef$2T as MapPinIcon, ForwardRef$4d as MastercardIcon, ForwardRef$1c as MeasureFilledIcon, ForwardRef$1d as MeasureIcon, ForwardRef$1b as MenuIcon, ForwardRef$5K as MergeProfilesIcon, ForwardRef$3n as MetroIcon, ForwardRef$1a as MinimizeIcon, ForwardRef$3P as MobileIcon, ForwardRef$3m as MobilityIcon, ForwardRef$4c as MoneyIcon, ForwardRef$2S as MountainIcon, ForwardRef$4D as MoveAboutIcon, ForwardRef$19 as NewIcon, ForwardRef$18 as NightIcon, ForwardRef$4C as NordlandIcon, ForwardRef$4Z as NorwayIcon, ForwardRef$3C as NumberListIcon, ForwardRef$2w as ObjectAlignBottomFilledIcon, ForwardRef$2v as ObjectAlignBottomIcon, ForwardRef$2u as ObjectAlignCenterFilledIcon, ForwardRef$2t as ObjectAlignCenterIcon, ForwardRef$2s as ObjectAlignLeftFilledIcon, ForwardRef$2r as ObjectAlignLeftIcon, ForwardRef$2q as ObjectAlignMiddleFilledIcon, ForwardRef$2p as ObjectAlignMiddleIcon, ForwardRef$2o as ObjectAlignRightFilledIcon, ForwardRef$2n as ObjectAlignRightIcon, ForwardRef$2m as ObjectAlignTopFilledIcon, ForwardRef$2l as ObjectAlignTopIcon, ForwardRef$2k as ObjectDistributeHorizontallyFilledIcon, ForwardRef$2j as ObjectDistributeHorizontallyIcon, ForwardRef$2i as ObjectDistributeVerticallyFilledIcon, ForwardRef$2h as ObjectDistributeVerticallyIcon, ForwardRef$1h as OpenedLockIcon, ForwardRef$17 as OrganizationIcon, ForwardRef$4B as OsloBysykkelIcon, ForwardRef$4A as OstfoldIcon, ForwardRef$w as OutlinedValidationCheckIcon, ForwardRef$v as OutlinedValidationErrorIcon, ForwardRef$u as OutlinedValidationExclamationIcon, ForwardRef$t as OutlinedValidationInfoIcon, ForwardRef$16 as PackageIcon, ForwardRef$5g as ParkAndRideIcon, ForwardRef$5h as ParkIcon, ForwardRef$5f as ParkingGarageIcon, ForwardRef$3O as PhoneIcon, ForwardRef$3l as PlaneIcon, ForwardRef$15 as PlayIcon, ForwardRef$2R as PlaygroundIcon, ForwardRef$5e as PlayroomIcon, ForwardRef$2P as PositionFilledIcon, ForwardRef$2Q as PositionIcon, ForwardRef$5d as PowerIcon, ForwardRef$5c as PremiumSeatIcon, ForwardRef$4b as PriceFromIcon, ForwardRef$4a as PricelistIcon, ForwardRef$3N as PrinterIcon, ForwardRef$2O as PrioritySeatPregnantIcon, ForwardRef$2N as PrioritySeatSeniorsIcon, ForwardRef$14 as PrivacyIcon, ForwardRef$13 as PurposeIcon, ForwardRef$12 as PuzzleIcon, ForwardRef$3M as QRIcon, ForwardRef$r as QuestionFilledIcon, ForwardRef$s as QuestionIcon, ForwardRef$11 as QuietIcon, ForwardRef$10 as QuitIcon, ForwardRef$$ as RSSIcon, ForwardRef$2L as RebateTicketFilledIcon, ForwardRef$2M as RebateTicketIcon, ForwardRef$5J as RedoIcon, ForwardRef$49 as ReferenceIcon, ForwardRef$5I as RefreshIcon, ForwardRef$4z as ReisNordlandIcon, ForwardRef$_ as ReportsIcon, ForwardRef$5H as ResetIcon, ForwardRef$5G as RightArrowIcon, ForwardRef$Z as RowHeightDefaultIcon, ForwardRef$Y as RowHeightMiddleIcon, ForwardRef$X as RowHeightSmallIcon, ForwardRef$W as RulesIcon, ForwardRef$3k as RunningIcon, ForwardRef$4y as RuterIcon, ForwardRef$4x as RuterNoTextIcon, ForwardRef$4w as SJIcon, ForwardRef$4Y as SamiIcon, ForwardRef$3L as SaveIcon, ForwardRef$3j as ScooterIcon, ForwardRef$V as ScopeIcon, ForwardRef$T as SearchFilledIcon, ForwardRef$U as SearchIcon, ForwardRef$5b as SeatIcon, ForwardRef$5a as SeatsAvailableIcon, ForwardRef$S as SelectIcon, ForwardRef$R as SendIcon, ForwardRef$Q as SettingsIcon, ForwardRef$5F as ShareIcon, ForwardRef$48 as ShoppingCartIcon, ForwardRef$2K as SkiIcon, ForwardRef$3_ as SkypeIcon, ForwardRef$4v as SkyssIcon, ForwardRef$4u as SkyssNoTextIcon, ForwardRef$59 as SleepIcon, ForwardRef$4t as SnelandiaIcon, ForwardRef$3B as SourceCodeIcon, ForwardRef$L as StandardIcon, ForwardRef$58 as StandingAvailableIcon, ForwardRef$3i as StandingIcon, ForwardRef$N as StarredIcon, ForwardRef$47 as StatsIcon, ForwardRef$57 as StrollerIcon, ForwardRef$3h as StrollingIcon, ForwardRef$J as StudentFilledIcon, ForwardRef$K as StudentIcon, ForwardRef$I as SubtractIcon, ForwardRef$3g as SubwayIcon, ForwardRef$2J as SuitcaseIcon, ForwardRef$6 as SunCloudIcon, ForwardRef$5 as SunCloudRainIcon, ForwardRef$7 as SunIcon, ForwardRef$4s as SvipperIcon, ForwardRef$4X as SwedenIcon, ForwardRef$5E as SwitchIcon, ForwardRef$56 as TVMIcon, ForwardRef$H as TagIcon, ForwardRef$3f as TaxiIcon, ForwardRef$F as TerminalFilledIcon, ForwardRef$G as TerminalIcon, ForwardRef$3A as TextColorIcon, ForwardRef$4 as ThermometerIcon, ForwardRef$4r as TierIcon, ForwardRef$D as TimeglassFilledIcon, ForwardRef$E as TimeglassIcon, ForwardRef$C as TimelineIcon, ForwardRef$5D as ToFromIcon, ForwardRef$55 as ToiletIcon, ForwardRef$B as TokenIcon, ForwardRef$A as ToneSmileIcon, ForwardRef$2I as TrackIcon, ForwardRef$54 as TrainCarIcon, ForwardRef$3e as TrainIcon, ForwardRef$3d as TramIcon, ForwardRef$5C as TransferIcon, ForwardRef$4q as TromsFylkestrafikkIcon, ForwardRef$4p as TrondheimBysykkelIcon, ForwardRef$5B as TurnableIcon, ForwardRef$3Z as TwitterIcon, ForwardRef$4W as UKIcon, ForwardRef$3 as UmbrellaIcon, ForwardRef$3z as UnderlineIcon, ForwardRef$5A as UndoIcon, ForwardRef$2H as UniversityIcon, ForwardRef$3y as UnlinkIcon, ForwardRef$5z as UnsortedIcon, ForwardRef$M as UnstarredIcon, ForwardRef$z as UnviewIcon, ForwardRef$5y as UpArrowIcon, ForwardRef$5x as UploadIcon, ForwardRef$5w as UpwardIcon, ForwardRef$y as UserIcon, ForwardRef$x as UsersIcon, ForwardRef$4o as VKTIcon, ForwardRef$2F as ValidTicketFilledIcon, ForwardRef$2G 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$53 as VendingMachineIcon, ForwardRef$1G as VerticalDotsIcon, ForwardRef$5v as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$3Y as VimeoIcon, ForwardRef$46 as VippsIcon, ForwardRef$45 as VippsLogoIcon, ForwardRef$44 as VisaIcon, ForwardRef$4n as VoiIcon, ForwardRef$4m as VyIcon, ForwardRef$52 as WaitingRoomIcon, ForwardRef$3c as WalkIcon, ForwardRef$3b as WalkingIcon, ForwardRef$c as WarningIcon, ForwardRef$51 as WaterTapIcon, ForwardRef$50 as WheelchairIcon, ForwardRef$4$ as WifiIcon, ForwardRef$2 as WindIcon, ForwardRef$3X as YoutubeIcon, ForwardRef$2E as ZoneIcon, ForwardRef$1 as ZoomInIcon, ForwardRef as ZoomOutIcon, ForwardRef$4l as ZvippIcon, ForwardRef$4k as ØresundstågIcon };
|