@entur/icons 8.4.6 → 9.0.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 +42 -19
- package/dist/index.esm.js +1206 -799
- package/dist/index.esm.native.js +1089 -726
- package/dist/index.js +1588 -1159
- package/dist/styles.css +9 -3
- package/package.json +3 -3
package/dist/index.esm.native.js
CHANGED
|
@@ -29,7 +29,7 @@ function BackArrowIcon(props, ref) {
|
|
|
29
29
|
clipRule: "evenodd"
|
|
30
30
|
}));
|
|
31
31
|
}
|
|
32
|
-
const ForwardRef$
|
|
32
|
+
const ForwardRef$6s = /*#__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
|
-
const ForwardRef$
|
|
54
|
+
const ForwardRef$6r = /*#__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
|
-
const ForwardRef$
|
|
73
|
+
const ForwardRef$6q = /*#__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
|
-
const ForwardRef$
|
|
92
|
+
const ForwardRef$6p = /*#__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
|
-
const ForwardRef$
|
|
111
|
+
const ForwardRef$6o = /*#__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
|
-
const ForwardRef$
|
|
130
|
+
const ForwardRef$6n = /*#__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
|
-
const ForwardRef$
|
|
149
|
+
const ForwardRef$6m = /*#__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
|
-
const ForwardRef$
|
|
168
|
+
const ForwardRef$6l = /*#__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
|
-
const ForwardRef$
|
|
187
|
+
const ForwardRef$6k = /*#__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
|
-
const ForwardRef$
|
|
206
|
+
const ForwardRef$6j = /*#__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
|
-
const ForwardRef$
|
|
225
|
+
const ForwardRef$6i = /*#__PURE__*/forwardRef(MergeProfilesIcon);
|
|
226
226
|
|
|
227
227
|
function PageNavigationIcon(props, ref) {
|
|
228
228
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -239,7 +239,7 @@ function PageNavigationIcon(props, ref) {
|
|
|
239
239
|
clipRule: "evenodd"
|
|
240
240
|
}));
|
|
241
241
|
}
|
|
242
|
-
const ForwardRef$
|
|
242
|
+
const ForwardRef$6h = /*#__PURE__*/forwardRef(PageNavigationIcon);
|
|
243
243
|
|
|
244
244
|
function RedoIcon(props, ref) {
|
|
245
245
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -258,7 +258,7 @@ function RedoIcon(props, ref) {
|
|
|
258
258
|
clipRule: "evenodd"
|
|
259
259
|
}));
|
|
260
260
|
}
|
|
261
|
-
const ForwardRef$
|
|
261
|
+
const ForwardRef$6g = /*#__PURE__*/forwardRef(RedoIcon);
|
|
262
262
|
|
|
263
263
|
function RefreshIcon(props, ref) {
|
|
264
264
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -277,7 +277,7 @@ function RefreshIcon(props, ref) {
|
|
|
277
277
|
clipRule: "evenodd"
|
|
278
278
|
}));
|
|
279
279
|
}
|
|
280
|
-
const ForwardRef$
|
|
280
|
+
const ForwardRef$6f = /*#__PURE__*/forwardRef(RefreshIcon);
|
|
281
281
|
|
|
282
282
|
function ResetIcon(props, ref) {
|
|
283
283
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -296,7 +296,7 @@ function ResetIcon(props, ref) {
|
|
|
296
296
|
clipRule: "evenodd"
|
|
297
297
|
}));
|
|
298
298
|
}
|
|
299
|
-
const ForwardRef$
|
|
299
|
+
const ForwardRef$6e = /*#__PURE__*/forwardRef(ResetIcon);
|
|
300
300
|
|
|
301
301
|
function RightArrowIcon(props, ref) {
|
|
302
302
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -315,26 +315,7 @@ function RightArrowIcon(props, ref) {
|
|
|
315
315
|
clipRule: "evenodd"
|
|
316
316
|
}));
|
|
317
317
|
}
|
|
318
|
-
const ForwardRef$
|
|
319
|
-
|
|
320
|
-
function ShareIcon(props, ref) {
|
|
321
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
322
|
-
xmlSpace: "preserve",
|
|
323
|
-
x: 0,
|
|
324
|
-
y: 0,
|
|
325
|
-
viewBox: "0 0 16 16",
|
|
326
|
-
width: props.width || props.size || 16,
|
|
327
|
-
height: props.height || props.size || 16,
|
|
328
|
-
color: props.color || '#181C56',
|
|
329
|
-
ref: ref
|
|
330
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
331
|
-
fill: "currentColor",
|
|
332
|
-
fillRule: "evenodd",
|
|
333
|
-
d: "M3.455 3.728V5L2.273 5v8.425h10.242v-3h1.273v3.636c0 .322-.24.589-.55.63l-.086.007H1.636a.636.636 0 0 1-.63-.55L1 14.06V4.364c0-.322.24-.588.55-.63l.086-.006zm6.404-2.324.075.057 4.849 4.243c.263.23.287.623.072.884l-.072.073-4.849 4.243a.637.637 0 0 1-1.049-.385l-.006-.094V8.648l-.14.007c-1.93.094-2.886.587-3.898 1.809l-.145.18-.129.166c-.369.485-1.143.224-1.143-.385 0-4.396 1.75-6.373 5.166-6.66l.235-.017.053-.003V1.94c0-.515.571-.804.981-.536m.292 1.938v1.022a.636.636 0 0 1-.636.637c-2.69 0-4.17.888-4.646 3.346l-.042.235-.016.103.108-.087c1.001-.792 2.176-1.155 3.954-1.222l.341-.01.301-.002c.32 0 .584.236.63.543l.007.094-.001 1.02 3.246-2.84z",
|
|
334
|
-
clipRule: "evenodd"
|
|
335
|
-
}));
|
|
336
|
-
}
|
|
337
|
-
const ForwardRef$5S = /*#__PURE__*/forwardRef(ShareIcon);
|
|
318
|
+
const ForwardRef$6d = /*#__PURE__*/forwardRef(RightArrowIcon);
|
|
338
319
|
|
|
339
320
|
function SwitchIcon(props, ref) {
|
|
340
321
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -354,7 +335,7 @@ function SwitchIcon(props, ref) {
|
|
|
354
335
|
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"
|
|
355
336
|
})));
|
|
356
337
|
}
|
|
357
|
-
const ForwardRef$
|
|
338
|
+
const ForwardRef$6c = /*#__PURE__*/forwardRef(SwitchIcon);
|
|
358
339
|
|
|
359
340
|
function ToFromIcon(props, ref) {
|
|
360
341
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -373,7 +354,7 @@ function ToFromIcon(props, ref) {
|
|
|
373
354
|
clipRule: "evenodd"
|
|
374
355
|
}));
|
|
375
356
|
}
|
|
376
|
-
const ForwardRef$
|
|
357
|
+
const ForwardRef$6b = /*#__PURE__*/forwardRef(ToFromIcon);
|
|
377
358
|
|
|
378
359
|
function TransferIcon(props, ref) {
|
|
379
360
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -392,7 +373,7 @@ function TransferIcon(props, ref) {
|
|
|
392
373
|
clipRule: "evenodd"
|
|
393
374
|
}));
|
|
394
375
|
}
|
|
395
|
-
const ForwardRef$
|
|
376
|
+
const ForwardRef$6a = /*#__PURE__*/forwardRef(TransferIcon);
|
|
396
377
|
|
|
397
378
|
function TurnableIcon(props, ref) {
|
|
398
379
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -411,7 +392,7 @@ function TurnableIcon(props, ref) {
|
|
|
411
392
|
clipRule: "evenodd"
|
|
412
393
|
}));
|
|
413
394
|
}
|
|
414
|
-
const ForwardRef$
|
|
395
|
+
const ForwardRef$69 = /*#__PURE__*/forwardRef(TurnableIcon);
|
|
415
396
|
|
|
416
397
|
function UndoIcon(props, ref) {
|
|
417
398
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -430,7 +411,7 @@ function UndoIcon(props, ref) {
|
|
|
430
411
|
clipRule: "evenodd"
|
|
431
412
|
}));
|
|
432
413
|
}
|
|
433
|
-
const ForwardRef$
|
|
414
|
+
const ForwardRef$68 = /*#__PURE__*/forwardRef(UndoIcon);
|
|
434
415
|
|
|
435
416
|
function UnsortedIcon(props, ref) {
|
|
436
417
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -446,7 +427,7 @@ function UnsortedIcon(props, ref) {
|
|
|
446
427
|
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"
|
|
447
428
|
}));
|
|
448
429
|
}
|
|
449
|
-
const ForwardRef$
|
|
430
|
+
const ForwardRef$67 = /*#__PURE__*/forwardRef(UnsortedIcon);
|
|
450
431
|
|
|
451
432
|
function UpArrowIcon(props, ref) {
|
|
452
433
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -465,7 +446,7 @@ function UpArrowIcon(props, ref) {
|
|
|
465
446
|
clipRule: "evenodd"
|
|
466
447
|
}));
|
|
467
448
|
}
|
|
468
|
-
const ForwardRef$
|
|
449
|
+
const ForwardRef$66 = /*#__PURE__*/forwardRef(UpArrowIcon);
|
|
469
450
|
|
|
470
451
|
function UploadIcon(props, ref) {
|
|
471
452
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -484,7 +465,7 @@ function UploadIcon(props, ref) {
|
|
|
484
465
|
clipRule: "evenodd"
|
|
485
466
|
}));
|
|
486
467
|
}
|
|
487
|
-
const ForwardRef$
|
|
468
|
+
const ForwardRef$65 = /*#__PURE__*/forwardRef(UploadIcon);
|
|
488
469
|
|
|
489
470
|
function UpwardIcon(props, ref) {
|
|
490
471
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -503,7 +484,7 @@ function UpwardIcon(props, ref) {
|
|
|
503
484
|
clipRule: "evenodd"
|
|
504
485
|
}));
|
|
505
486
|
}
|
|
506
|
-
const ForwardRef$
|
|
487
|
+
const ForwardRef$64 = /*#__PURE__*/forwardRef(UpwardIcon);
|
|
507
488
|
|
|
508
489
|
function VerticalSwitchIcon(props, ref) {
|
|
509
490
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -522,29 +503,9 @@ function VerticalSwitchIcon(props, ref) {
|
|
|
522
503
|
clipRule: "evenodd"
|
|
523
504
|
}));
|
|
524
505
|
}
|
|
525
|
-
const ForwardRef$
|
|
506
|
+
const ForwardRef$63 = /*#__PURE__*/forwardRef(VerticalSwitchIcon);
|
|
526
507
|
|
|
527
|
-
function
|
|
528
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
529
|
-
xmlSpace: "preserve",
|
|
530
|
-
x: 0,
|
|
531
|
-
y: 0,
|
|
532
|
-
viewBox: "0 0 16 16",
|
|
533
|
-
width: props.width || props.size || 16,
|
|
534
|
-
height: props.height || props.size || 16,
|
|
535
|
-
color: props.color || '#181C56',
|
|
536
|
-
ref: ref
|
|
537
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
538
|
-
fill: "#FF5959",
|
|
539
|
-
d: "M0 14.799 15.783 14.799 15.783 13.377 0 13.377z"
|
|
540
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
541
|
-
fill: "#FFF",
|
|
542
|
-
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"
|
|
543
|
-
}));
|
|
544
|
-
}
|
|
545
|
-
const ForwardRef$5H = /*#__PURE__*/forwardRef(LogoNegativeIcon);
|
|
546
|
-
|
|
547
|
-
function LogoPositiveIcon(props, ref) {
|
|
508
|
+
function AnimalIcon(props, ref) {
|
|
548
509
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
549
510
|
xmlSpace: "preserve",
|
|
550
511
|
x: 0,
|
|
@@ -554,22 +515,21 @@ function LogoPositiveIcon(props, ref) {
|
|
|
554
515
|
height: props.height || props.size || 16,
|
|
555
516
|
color: props.color || '#181C56',
|
|
556
517
|
ref: ref
|
|
557
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
558
|
-
fill: "#FF5959",
|
|
559
|
-
d: "M0 14.799 15.783 14.799 15.783 13.377 0 13.377z"
|
|
560
518
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
561
519
|
fill: "currentColor",
|
|
562
|
-
|
|
520
|
+
fillRule: "evenodd",
|
|
521
|
+
d: "M4.572 8.474c1.624-2.29 5.11-2.29 6.756.036l1.334 2.202c1.408 2.324-.989 5.046-3.557 4.092l-.116-.042a3.03 3.03 0 0 0-2.1 0l-.116.042c-2.57.954-4.966-1.768-3.558-4.092zm5.772.681C9.19 7.527 6.687 7.527 5.556 9.12l-1.334 2.202c-.817 1.348.595 2.952 2.14 2.379l.116-.043a4.2 4.2 0 0 1 2.92 0l.116.043c1.546.573 2.958-1.03 2.141-2.38zM1.716 4.357a1.64 1.64 0 0 1 2.17.29l.249.29a1.645 1.645 0 0 1-.201 2.328l-.122.092a1.64 1.64 0 0 1-2.17-.29l-.249-.29a1.64 1.64 0 0 1 .182-2.312zm10.274.29a1.64 1.64 0 0 1 2.17-.29l.021.014.121.094a1.64 1.64 0 0 1 .182 2.312l-.248.29a1.645 1.645 0 0 1-2.19.276l-.122-.094a1.64 1.64 0 0 1-.182-2.312zm-8.806.6a.71.71 0 0 0-.926-.14l-.088.066-.07.07a.715.715 0 0 0-.066.848l.063.085.247.29a.71.71 0 0 0 .926.142l.082-.062a.715.715 0 0 0 .08-1.008zm10.362-.18a.716.716 0 0 0-.852.18l-.248.29a.71.71 0 0 0 .06.993l.081.063c.3.205.708.152.946-.126l.248-.29a.71.71 0 0 0-.06-.993l-.09-.069zM5.391 1.03a1.64 1.64 0 0 1 1.877 1.144l.335 1.129a1.644 1.644 0 0 1-1.127 2.045l-.14.034a1.64 1.64 0 0 1-1.877-1.145l-.335-1.128a1.64 1.64 0 0 1 1.104-2.04zM8.61 2.173a1.64 1.64 0 0 1 1.876-1.144l.163.04a1.64 1.64 0 0 1 1.105 2.039l-.336 1.128a1.645 1.645 0 0 1-1.9 1.14l-.14-.035a1.64 1.64 0 0 1-1.104-2.04zm-2.923-.25-.1.01-.095.022a.715.715 0 0 0-.482.89l.336 1.128c.105.352.46.567.794.504l.095-.023a.715.715 0 0 0 .481-.889l-.335-1.128a.71.71 0 0 0-.795-.504zm4.53.003a.716.716 0 0 0-.72.51l-.336 1.13a.71.71 0 0 0 .459.882l.094.024a.715.715 0 0 0 .817-.5l.336-1.128a.71.71 0 0 0-.46-.883l-.101-.025z",
|
|
522
|
+
clipRule: "evenodd"
|
|
563
523
|
}));
|
|
564
524
|
}
|
|
565
|
-
const ForwardRef$
|
|
525
|
+
const ForwardRef$62 = /*#__PURE__*/forwardRef(AnimalIcon);
|
|
566
526
|
|
|
567
|
-
function
|
|
527
|
+
function AnimalFreeIcon(props, ref) {
|
|
568
528
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
569
529
|
xmlSpace: "preserve",
|
|
570
530
|
x: 0,
|
|
571
531
|
y: 0,
|
|
572
|
-
viewBox: "0 0
|
|
532
|
+
viewBox: "0 0 14 14",
|
|
573
533
|
width: props.width || props.size || 16,
|
|
574
534
|
height: props.height || props.size || 16,
|
|
575
535
|
color: props.color || '#181C56',
|
|
@@ -577,11 +537,12 @@ function AnimalIcon(props, ref) {
|
|
|
577
537
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
578
538
|
fill: "currentColor",
|
|
579
539
|
fillRule: "evenodd",
|
|
580
|
-
d: "
|
|
581
|
-
clipRule: "evenodd"
|
|
540
|
+
d: "m12.232 5.656.236-.276a.68.68 0 0 1 .812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 0 1-.9.121l-.078-.06a.675.675 0 0 1-.057-.945m-.497 1.629.117.089a1.565 1.565 0 0 0 2.084-.262l.236-.276a1.56 1.56 0 0 0-.173-2.2l-.115-.09-.02-.014a1.56 1.56 0 0 0-2.066.276l-.235.276a1.56 1.56 0 0 0 .172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a3 3 0 0 0-.24-.518zm-7.592-1.87-.078.06a.676.676 0 0 1-.882-.136l-.236-.276-.059-.08a.68.68 0 0 1 .063-.808l.067-.067.083-.063a.68.68 0 0 1 .88.135l.237.276a.68.68 0 0 1-.075.96m.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 0 0-2.067-.276l-.134.103a1.56 1.56 0 0 0-.173 2.2l.236.277a1.56 1.56 0 0 0 2.066.277zm1.024-4.208a.68.68 0 0 1 .458-.846l.09-.022a.676.676 0 0 1 .756.48l.32 1.074a.68.68 0 0 1-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 0 0 .724-1.791l-.32-1.075a1.56 1.56 0 0 0-1.786-1.089l-.155.037a1.56 1.56 0 0 0-1.099 1.283L5.36 3.778zm3.951.686.32-1.074a.68.68 0 0 1 .685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 0 1-.777.475l-.09-.022a.68.68 0 0 1-.437-.84m.208 1.69.132.032a1.566 1.566 0 0 0 1.809-1.084l.32-1.074a1.56 1.56 0 0 0-1.052-1.941l-.156-.039a1.56 1.56 0 0 0-1.785 1.09l-.32 1.074A1.56 1.56 0 0 0 9.313 5.47m.129 7.957-.11-.04a4 4 0 0 0-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 0 1-2.195 1.116m5.558.901L1.673 1 1 1.673l5.443 5.443a3.8 3.8 0 0 0-1.706 1.335l-1.292 2.13c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 0 1 2 0l.11.04c1.46.542 2.848-.17 3.454-1.298L14.327 15z",
|
|
541
|
+
clipRule: "evenodd",
|
|
542
|
+
transform: "translate(-669 -233) translate(668 232)"
|
|
582
543
|
}));
|
|
583
544
|
}
|
|
584
|
-
const ForwardRef$
|
|
545
|
+
const ForwardRef$61 = /*#__PURE__*/forwardRef(AnimalFreeIcon);
|
|
585
546
|
|
|
586
547
|
function BabyIcon(props, ref) {
|
|
587
548
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -601,7 +562,7 @@ function BabyIcon(props, ref) {
|
|
|
601
562
|
transform: "translate(-527 -279) translate(524 278)"
|
|
602
563
|
}));
|
|
603
564
|
}
|
|
604
|
-
const ForwardRef$
|
|
565
|
+
const ForwardRef$60 = /*#__PURE__*/forwardRef(BabyIcon);
|
|
605
566
|
|
|
606
567
|
function BicycleHotelIcon(props, ref) {
|
|
607
568
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -621,7 +582,7 @@ function BicycleHotelIcon(props, ref) {
|
|
|
621
582
|
d: "m14.815 5.74-.63 1.02L8 2.955 1.814 6.761l-.628-1.022L8 1.546z"
|
|
622
583
|
}));
|
|
623
584
|
}
|
|
624
|
-
const ForwardRef$
|
|
585
|
+
const ForwardRef$5$ = /*#__PURE__*/forwardRef(BicycleHotelIcon);
|
|
625
586
|
|
|
626
587
|
function BicycleParkingIcon(props, ref) {
|
|
627
588
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -638,7 +599,7 @@ function BicycleParkingIcon(props, ref) {
|
|
|
638
599
|
clipRule: "evenodd"
|
|
639
600
|
}));
|
|
640
601
|
}
|
|
641
|
-
const ForwardRef$
|
|
602
|
+
const ForwardRef$5_ = /*#__PURE__*/forwardRef(BicycleParkingIcon);
|
|
642
603
|
|
|
643
604
|
function BusShelterIcon(props, ref) {
|
|
644
605
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -657,13 +618,11 @@ function BusShelterIcon(props, ref) {
|
|
|
657
618
|
clipRule: "evenodd"
|
|
658
619
|
}));
|
|
659
620
|
}
|
|
660
|
-
const ForwardRef$
|
|
621
|
+
const ForwardRef$5Z = /*#__PURE__*/forwardRef(BusShelterIcon);
|
|
661
622
|
|
|
662
|
-
function
|
|
623
|
+
function CabinIcon(props, ref) {
|
|
663
624
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
664
|
-
|
|
665
|
-
x: 0,
|
|
666
|
-
y: 0,
|
|
625
|
+
fill: "none",
|
|
667
626
|
viewBox: "0 0 16 16",
|
|
668
627
|
width: props.width || props.size || 16,
|
|
669
628
|
height: props.height || props.size || 16,
|
|
@@ -672,17 +631,25 @@ function CoffeeIcon(props, ref) {
|
|
|
672
631
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
673
632
|
fill: "currentColor",
|
|
674
633
|
fillRule: "evenodd",
|
|
675
|
-
d: "
|
|
634
|
+
d: "M7.557 1.166a.657.657 0 0 1 .873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 0 1-.656.657H9.806a.657.657 0 0 1-.657-.657v-3.572H6.84v3.572a.66.66 0 0 1-.568.651L6.18 15H2.558a.657.657 0 0 1-.657-.657V6.49c0-.188.08-.367.22-.491zm.437 1.369-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785z",
|
|
635
|
+
clipRule: "evenodd"
|
|
636
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
637
|
+
fill: "currentColor",
|
|
638
|
+
fillRule: "evenodd",
|
|
639
|
+
d: "M3 10.55v-1.1h10v1.1zM3 8.55v-1.1h10v1.1zM3 6.55v-1.1h10v1.1zM5 4.55v-1.1h6v1.1zM3 12.55v-1.1h3.333v1.1zM10 12.55v-1.1h4v1.1z",
|
|
640
|
+
clipRule: "evenodd"
|
|
641
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
642
|
+
fill: "currentColor",
|
|
643
|
+
fillRule: "evenodd",
|
|
644
|
+
d: "M2.95 6V2h1.1v4z",
|
|
676
645
|
clipRule: "evenodd"
|
|
677
646
|
}));
|
|
678
647
|
}
|
|
679
|
-
const ForwardRef$
|
|
648
|
+
const ForwardRef$5Y = /*#__PURE__*/forwardRef(CabinIcon);
|
|
680
649
|
|
|
681
|
-
function
|
|
650
|
+
function FullIcon(props, ref) {
|
|
682
651
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
683
|
-
|
|
684
|
-
x: 0,
|
|
685
|
-
y: 0,
|
|
652
|
+
fill: "none",
|
|
686
653
|
viewBox: "0 0 16 16",
|
|
687
654
|
width: props.width || props.size || 16,
|
|
688
655
|
height: props.height || props.size || 16,
|
|
@@ -691,17 +658,15 @@ function CouchetteIcon(props, ref) {
|
|
|
691
658
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
692
659
|
fill: "currentColor",
|
|
693
660
|
fillRule: "evenodd",
|
|
694
|
-
d: "
|
|
661
|
+
d: "M7.603 6.282a2.44 2.44 0 1 0-4.883 0c0 .758.344 1.435.886 1.882A3.82 3.82 0 0 0 1 11.784v.38h8.323v-.38l-.002-.127a3.82 3.82 0 0 0-2.603-3.492 2.44 2.44 0 0 0 .885-1.883m4.56 5.375A3.82 3.82 0 0 0 9.56 8.165 2.442 2.442 0 0 0 8.003 3.84c-.3 0-.584.061-.85.161a3.02 3.02 0 0 1 .551 3.952 4.45 4.45 0 0 1 2.218 3.694l.002.138v.38h2.241v-.38zm2.838 0a3.82 3.82 0 0 0-2.604-3.492 2.442 2.442 0 0 0-1.556-4.325c-.3 0-.584.061-.85.161a3.02 3.02 0 0 1 .551 3.952 4.44 4.44 0 0 1 2.218 3.694l.002.138v.38h2.241v-.38z",
|
|
695
662
|
clipRule: "evenodd"
|
|
696
663
|
}));
|
|
697
664
|
}
|
|
698
|
-
const ForwardRef$
|
|
665
|
+
const ForwardRef$5X = /*#__PURE__*/forwardRef(FullIcon);
|
|
699
666
|
|
|
700
|
-
function
|
|
667
|
+
function ManySeatsAvailableIcon(props, ref) {
|
|
701
668
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
702
|
-
|
|
703
|
-
x: 0,
|
|
704
|
-
y: 0,
|
|
669
|
+
fill: "none",
|
|
705
670
|
viewBox: "0 0 16 16",
|
|
706
671
|
width: props.width || props.size || 16,
|
|
707
672
|
height: props.height || props.size || 16,
|
|
@@ -710,13 +675,18 @@ function CutleryIcon(props, ref) {
|
|
|
710
675
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
711
676
|
fill: "currentColor",
|
|
712
677
|
fillRule: "evenodd",
|
|
713
|
-
d: "
|
|
678
|
+
d: "M9.594 8.165a3.82 3.82 0 0 1 2.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3 3 0 0 0-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a1 1 0 0 0-.294.042l-.027-.04c-.108-.156-.235-.339-.53-.597.246-.11.608-.161.851-.161a2.441 2.441 0 0 1 1.555 4.325m2.8 0A3.82 3.82 0 0 1 15 11.657l.002.128v.379h-.757v-.38a3.04 3.04 0 0 0-2.441-2.974 3 3 0 0 0-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a1 1 0 0 0-.293.042l-.03-.043A2.9 2.9 0 0 0 9.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 0 1 1.557 4.325",
|
|
679
|
+
clipRule: "evenodd"
|
|
680
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
681
|
+
fill: "currentColor",
|
|
682
|
+
fillRule: "evenodd",
|
|
683
|
+
d: "M5.162 4.597a1.686 1.686 0 1 0-.001 3.371 1.686 1.686 0 0 0 0-3.37m0-.757a2.442 2.442 0 0 1 1.556 4.325 3.82 3.82 0 0 1 2.604 3.493l.002.127v.379h-.757v-.38a3.06 3.06 0 0 0-2.943-3.057l-.118-.003h-.688a3.063 3.063 0 0 0-3.06 2.944l-.001.117v.379H1v-.38a3.82 3.82 0 0 1 2.607-3.62A2.442 2.442 0 0 1 5.162 3.84",
|
|
714
684
|
clipRule: "evenodd"
|
|
715
685
|
}));
|
|
716
686
|
}
|
|
717
|
-
const ForwardRef$
|
|
687
|
+
const ForwardRef$5W = /*#__PURE__*/forwardRef(ManySeatsAvailableIcon);
|
|
718
688
|
|
|
719
|
-
function
|
|
689
|
+
function SeatsAvailableIcon(props, ref) {
|
|
720
690
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
721
691
|
fill: "none",
|
|
722
692
|
viewBox: "0 0 16 16",
|
|
@@ -727,18 +697,45 @@ function FullIcon(props, ref) {
|
|
|
727
697
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
728
698
|
fill: "currentColor",
|
|
729
699
|
fillRule: "evenodd",
|
|
730
|
-
d: "
|
|
700
|
+
d: "M9.594 8.165a3.82 3.82 0 0 1 2.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3 3 0 0 0-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a1 1 0 0 0-.294.042l-.027-.04c-.108-.156-.235-.339-.53-.597.246-.11.608-.161.851-.161a2.441 2.441 0 0 1 1.555 4.325m2.8 0A3.82 3.82 0 0 1 15 11.657l.002.128v.379h-.757v-.38a3.04 3.04 0 0 0-2.441-2.974 3 3 0 0 0-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a1 1 0 0 0-.293.042l-.03-.043A2.9 2.9 0 0 0 9.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 0 1 1.557 4.325",
|
|
701
|
+
clipRule: "evenodd"
|
|
702
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
703
|
+
fill: "currentColor",
|
|
704
|
+
fillRule: "evenodd",
|
|
705
|
+
d: "M5.162 3.84a2.441 2.441 0 0 1 1.556 4.325 3.82 3.82 0 0 1 2.604 3.492l.002.128v.379H1v-.38a3.82 3.82 0 0 1 2.607-3.62A2.44 2.44 0 0 1 5.162 3.84",
|
|
731
706
|
clipRule: "evenodd"
|
|
732
707
|
}));
|
|
733
708
|
}
|
|
734
|
-
const ForwardRef$
|
|
709
|
+
const ForwardRef$5V = /*#__PURE__*/forwardRef(SeatsAvailableIcon);
|
|
735
710
|
|
|
736
|
-
function
|
|
711
|
+
function StandingAvailableIcon(props, ref) {
|
|
712
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
713
|
+
fill: "none",
|
|
714
|
+
viewBox: "0 0 16 16",
|
|
715
|
+
width: props.width || props.size || 16,
|
|
716
|
+
height: props.height || props.size || 16,
|
|
717
|
+
color: props.color || '#181C56',
|
|
718
|
+
ref: ref
|
|
719
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
720
|
+
fill: "currentColor",
|
|
721
|
+
fillRule: "evenodd",
|
|
722
|
+
d: "M14.999 11.657a3.82 3.82 0 0 0-2.604-3.492 2.442 2.442 0 0 0-1.556-4.325c-.242 0-.605.052-.851.16.32.28.442.473.558.638a1 1 0 0 1 .293-.042c.93 0 1.685.755 1.685 1.686 0 .876-.815 1.628-1.683 1.712a4 4 0 0 1-.255.008s.628.285.99.779c.09.008.209.025.227.029a3.04 3.04 0 0 1 2.44 2.975v.379h.758v-.38z",
|
|
723
|
+
clipRule: "evenodd"
|
|
724
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
725
|
+
fill: "currentColor",
|
|
726
|
+
fillRule: "evenodd",
|
|
727
|
+
d: "M7.604 6.282a2.442 2.442 0 1 0-3.998 1.882A3.82 3.82 0 0 0 1 11.784v.38h8.324v-.38l-.002-.127a3.82 3.82 0 0 0-2.604-3.492 2.44 2.44 0 0 0 .886-1.883M9.56 8.165a3.82 3.82 0 0 1 2.604 3.492l.002.128v.38h-2.24v-.38l-.003-.138a4.44 4.44 0 0 0-2.217-3.694 3.019 3.019 0 0 0-.552-3.952c.266-.1.55-.16.851-.16A2.441 2.441 0 0 1 9.56 8.164",
|
|
728
|
+
clipRule: "evenodd"
|
|
729
|
+
}));
|
|
730
|
+
}
|
|
731
|
+
const ForwardRef$5U = /*#__PURE__*/forwardRef(StandingAvailableIcon);
|
|
732
|
+
|
|
733
|
+
function CoffeeIcon(props, ref) {
|
|
737
734
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
738
735
|
xmlSpace: "preserve",
|
|
739
736
|
x: 0,
|
|
740
737
|
y: 0,
|
|
741
|
-
viewBox: "0 0
|
|
738
|
+
viewBox: "0 0 16 16",
|
|
742
739
|
width: props.width || props.size || 16,
|
|
743
740
|
height: props.height || props.size || 16,
|
|
744
741
|
color: props.color || '#181C56',
|
|
@@ -746,16 +743,17 @@ function LockerIcon(props, ref) {
|
|
|
746
743
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
747
744
|
fill: "currentColor",
|
|
748
745
|
fillRule: "evenodd",
|
|
749
|
-
d: "
|
|
750
|
-
clipRule: "evenodd"
|
|
751
|
-
transform: "translate(-1283 -504) translate(1280 503)"
|
|
746
|
+
d: "M12.531 13.645V15H1.28v-1.355zm1.522-8.796c.343 0 .626.254.671.585l.006.092v2.2c0 .932-.718 1.696-1.631 1.77l-.146.006h-.925a5.64 5.64 0 0 1-4.9 3.294l-.222.005A5.625 5.625 0 0 1 1.28 7.175v-1.65c0-.373.303-.676.677-.676zm-2.877 1.354H2.635v.972a4.27 4.27 0 0 0 4.05 4.266l.206.005.196-.004a4.27 4.27 0 0 0 4.09-4.267zm2.199 0h-.844v.972q0 .499-.084.973h.506c.208 0 .38-.15.416-.347l.006-.076zM4.834 1.55v2.454H3.479V1.55zm5.498 0v2.454H8.977V1.55zM7.582 1v2.454H6.229V1z",
|
|
747
|
+
clipRule: "evenodd"
|
|
752
748
|
}));
|
|
753
749
|
}
|
|
754
|
-
const ForwardRef$
|
|
750
|
+
const ForwardRef$5T = /*#__PURE__*/forwardRef(CoffeeIcon);
|
|
755
751
|
|
|
756
|
-
function
|
|
752
|
+
function CouchetteIcon(props, ref) {
|
|
757
753
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
758
|
-
|
|
754
|
+
xmlSpace: "preserve",
|
|
755
|
+
x: 0,
|
|
756
|
+
y: 0,
|
|
759
757
|
viewBox: "0 0 16 16",
|
|
760
758
|
width: props.width || props.size || 16,
|
|
761
759
|
height: props.height || props.size || 16,
|
|
@@ -764,16 +762,50 @@ function ManySeatsAvailableIcon(props, ref) {
|
|
|
764
762
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
765
763
|
fill: "currentColor",
|
|
766
764
|
fillRule: "evenodd",
|
|
767
|
-
d: "
|
|
765
|
+
d: "M14.897 7.756a.63.63 0 0 0-.626-.547h-.09V4.248a.685.685 0 0 0-.684-.685h-3.374a.8.8 0 0 0-.382.107 1.1 1.1 0 0 0-.46-.107H6.622c-.166 0-.32.042-.462.107a.8.8 0 0 0-.383-.107H2.406a.686.686 0 0 0-.685.685v2.961h-.089a.63.63 0 0 0-.626.547L1 7.84v4.596h1.264v-1.666h11.374v1.666h1.265V7.841zM13.096 4.65v2.56H10.39V4.65zm-3.792.023V7.21H6.603l.02-2.56zM2.808 4.65h2.704v2.559H2.807zm10.83 4.857H2.265l-.001-1.034h11.375z",
|
|
768
766
|
clipRule: "evenodd"
|
|
767
|
+
}));
|
|
768
|
+
}
|
|
769
|
+
const ForwardRef$5S = /*#__PURE__*/forwardRef(CouchetteIcon);
|
|
770
|
+
|
|
771
|
+
function CutleryIcon(props, ref) {
|
|
772
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
773
|
+
xmlSpace: "preserve",
|
|
774
|
+
x: 0,
|
|
775
|
+
y: 0,
|
|
776
|
+
viewBox: "0 0 16 16",
|
|
777
|
+
width: props.width || props.size || 16,
|
|
778
|
+
height: props.height || props.size || 16,
|
|
779
|
+
color: props.color || '#181C56',
|
|
780
|
+
ref: ref
|
|
769
781
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
770
782
|
fill: "currentColor",
|
|
771
783
|
fillRule: "evenodd",
|
|
772
|
-
d: "
|
|
784
|
+
d: "M3.213 1v3.03h1.091V1h1.334l-.001 3.03h1.091V1h1.334v5.515c0 .99-.766 1.802-1.739 1.874l-.14.005-.546-.001V15H4.305V8.393h-.545c-.99 0-1.802-.765-1.874-1.738l-.005-.14V1zm10.91 14h-1.334v-4.182h-2.97a.67.67 0 0 1-.659-.568l-.007-.098V5.303A4.303 4.303 0 0 1 13.456 1c.334 0 .612.247.66.568l.006.099zM12.788 2.408l-.149.039a2.97 2.97 0 0 0-2.148 2.672l-.006.184v4.182h2.303zM6.728 5.363H3.213v1.152c0 .272.198.496.457.538l.089.008h2.424a.545.545 0 0 0 .538-.457l.007-.089z",
|
|
773
785
|
clipRule: "evenodd"
|
|
774
786
|
}));
|
|
775
787
|
}
|
|
776
|
-
const ForwardRef$
|
|
788
|
+
const ForwardRef$5R = /*#__PURE__*/forwardRef(CutleryIcon);
|
|
789
|
+
|
|
790
|
+
function LockerIcon(props, ref) {
|
|
791
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
792
|
+
xmlSpace: "preserve",
|
|
793
|
+
x: 0,
|
|
794
|
+
y: 0,
|
|
795
|
+
viewBox: "0 0 10 14",
|
|
796
|
+
width: props.width || props.size || 16,
|
|
797
|
+
height: props.height || props.size || 16,
|
|
798
|
+
color: props.color || '#181C56',
|
|
799
|
+
ref: ref
|
|
800
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
801
|
+
fill: "currentColor",
|
|
802
|
+
fillRule: "evenodd",
|
|
803
|
+
d: "M9.517 6.45c.245 0 .447.187.479.429l.004.067v1.582h2.481c.255 0 .467.165.51.382l.009.083V14.3c0 .257-.232.465-.519.465H3.52c-.287 0-.519-.208-.519-.465V8.993c0-.256.232-.464.519-.464L6 8.528V6.946c0-.25.182-.458.417-.491l.066-.005zM5 9.568H4v4.158l1-.001zm5 0H6v4.157h4zm2 0h-1v4.157h1zM9.034 7.442H6.966l-.001 1.086h2.069zM5.932 1a1.92 1.92 0 0 1 1.671 1h4.125l.772 1-.772 1h-.645l-.644-.666L9.796 4l-.645-.666L8.507 4h-.904a1.92 1.92 0 0 1-1.671 1C4.865 5 4 4.104 4 3s.865-2 1.932-2M5.5 2.379c-.332 0-.6.277-.6.62s.268.621.6.621.6-.277.6-.62-.269-.621-.6-.621",
|
|
804
|
+
clipRule: "evenodd",
|
|
805
|
+
transform: "translate(-1283 -504) translate(1280 503)"
|
|
806
|
+
}));
|
|
807
|
+
}
|
|
808
|
+
const ForwardRef$5Q = /*#__PURE__*/forwardRef(LockerIcon);
|
|
777
809
|
|
|
778
810
|
function ParkIcon(props, ref) {
|
|
779
811
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -792,7 +824,7 @@ function ParkIcon(props, ref) {
|
|
|
792
824
|
clipRule: "evenodd"
|
|
793
825
|
}));
|
|
794
826
|
}
|
|
795
|
-
const ForwardRef$
|
|
827
|
+
const ForwardRef$5P = /*#__PURE__*/forwardRef(ParkIcon);
|
|
796
828
|
|
|
797
829
|
function ParkAndRideIcon(props, ref) {
|
|
798
830
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -811,7 +843,7 @@ function ParkAndRideIcon(props, ref) {
|
|
|
811
843
|
clipRule: "evenodd"
|
|
812
844
|
}));
|
|
813
845
|
}
|
|
814
|
-
const ForwardRef$
|
|
846
|
+
const ForwardRef$5O = /*#__PURE__*/forwardRef(ParkAndRideIcon);
|
|
815
847
|
|
|
816
848
|
function ParkingGarageIcon(props, ref) {
|
|
817
849
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -829,7 +861,7 @@ function ParkingGarageIcon(props, ref) {
|
|
|
829
861
|
transform: "translate(-2 -1)"
|
|
830
862
|
}));
|
|
831
863
|
}
|
|
832
|
-
const ForwardRef$
|
|
864
|
+
const ForwardRef$5N = /*#__PURE__*/forwardRef(ParkingGarageIcon);
|
|
833
865
|
|
|
834
866
|
function PlayroomIcon(props, ref) {
|
|
835
867
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -848,7 +880,7 @@ function PlayroomIcon(props, ref) {
|
|
|
848
880
|
clipRule: "evenodd"
|
|
849
881
|
}));
|
|
850
882
|
}
|
|
851
|
-
const ForwardRef$
|
|
883
|
+
const ForwardRef$5M = /*#__PURE__*/forwardRef(PlayroomIcon);
|
|
852
884
|
|
|
853
885
|
function PowerIcon(props, ref) {
|
|
854
886
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -868,7 +900,7 @@ function PowerIcon(props, ref) {
|
|
|
868
900
|
transform: "translate(-1245 -233) translate(1244 232)"
|
|
869
901
|
}));
|
|
870
902
|
}
|
|
871
|
-
const ForwardRef$
|
|
903
|
+
const ForwardRef$5L = /*#__PURE__*/forwardRef(PowerIcon);
|
|
872
904
|
|
|
873
905
|
function PremiumSeatIcon(props, ref) {
|
|
874
906
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -887,7 +919,7 @@ function PremiumSeatIcon(props, ref) {
|
|
|
887
919
|
clipRule: "evenodd"
|
|
888
920
|
}));
|
|
889
921
|
}
|
|
890
|
-
const ForwardRef$
|
|
922
|
+
const ForwardRef$5K = /*#__PURE__*/forwardRef(PremiumSeatIcon);
|
|
891
923
|
|
|
892
924
|
function SeatIcon(props, ref) {
|
|
893
925
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -906,7 +938,7 @@ function SeatIcon(props, ref) {
|
|
|
906
938
|
clipRule: "evenodd"
|
|
907
939
|
}));
|
|
908
940
|
}
|
|
909
|
-
const ForwardRef$
|
|
941
|
+
const ForwardRef$5J = /*#__PURE__*/forwardRef(SeatIcon);
|
|
910
942
|
|
|
911
943
|
function SeatCompartmentIcon(props, ref) {
|
|
912
944
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -926,7 +958,7 @@ function SeatCompartmentIcon(props, ref) {
|
|
|
926
958
|
d: "M9.969 7.621h-1.37v5.27H7.4V7.62H6.03v-1.2H9.97z"
|
|
927
959
|
}));
|
|
928
960
|
}
|
|
929
|
-
const ForwardRef$
|
|
961
|
+
const ForwardRef$5I = /*#__PURE__*/forwardRef(SeatCompartmentIcon);
|
|
930
962
|
|
|
931
963
|
function SeatCompartmentFilledIcon(props, ref) {
|
|
932
964
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -944,29 +976,7 @@ function SeatCompartmentFilledIcon(props, ref) {
|
|
|
944
976
|
d: "M8.969 4.621h-1.37v5.27H6.4V4.62H5.03v-1.2H8.97z"
|
|
945
977
|
}));
|
|
946
978
|
}
|
|
947
|
-
const ForwardRef$
|
|
948
|
-
|
|
949
|
-
function SeatsAvailableIcon(props, ref) {
|
|
950
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
951
|
-
fill: "none",
|
|
952
|
-
viewBox: "0 0 16 16",
|
|
953
|
-
width: props.width || props.size || 16,
|
|
954
|
-
height: props.height || props.size || 16,
|
|
955
|
-
color: props.color || '#181C56',
|
|
956
|
-
ref: ref
|
|
957
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
958
|
-
fill: "currentColor",
|
|
959
|
-
fillRule: "evenodd",
|
|
960
|
-
d: "M9.594 8.165a3.82 3.82 0 0 1 2.604 3.492l.003.128v.379h-.757v-.38c0-1.475-1.052-2.687-2.44-2.974a3 3 0 0 0-.228-.03c-.363-.493-.99-.778-.99-.778.1 0 .217-.004.255-.008.867-.084 1.683-.836 1.683-1.712 0-.931-.755-1.686-1.685-1.686a1 1 0 0 0-.294.042l-.027-.04c-.108-.156-.235-.339-.53-.597.246-.11.608-.161.851-.161a2.441 2.441 0 0 1 1.555 4.325m2.8 0A3.82 3.82 0 0 1 15 11.657l.002.128v.379h-.757v-.38a3.04 3.04 0 0 0-2.441-2.974 3 3 0 0 0-.227-.03c-.362-.493-.99-.778-.99-.778.099 0 .217-.004.255-.008.868-.084 1.683-.836 1.683-1.712 0-.931-.754-1.686-1.685-1.686a1 1 0 0 0-.293.042l-.03-.043A2.9 2.9 0 0 0 9.988 4c.246-.11.609-.161.85-.161a2.442 2.442 0 0 1 1.557 4.325",
|
|
961
|
-
clipRule: "evenodd"
|
|
962
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
963
|
-
fill: "currentColor",
|
|
964
|
-
fillRule: "evenodd",
|
|
965
|
-
d: "M5.162 3.84a2.441 2.441 0 0 1 1.556 4.325 3.82 3.82 0 0 1 2.604 3.492l.002.128v.379H1v-.38a3.82 3.82 0 0 1 2.607-3.62A2.44 2.44 0 0 1 5.162 3.84",
|
|
966
|
-
clipRule: "evenodd"
|
|
967
|
-
}));
|
|
968
|
-
}
|
|
969
|
-
const ForwardRef$5l = /*#__PURE__*/forwardRef(SeatsAvailableIcon);
|
|
979
|
+
const ForwardRef$5H = /*#__PURE__*/forwardRef(SeatCompartmentFilledIcon);
|
|
970
980
|
|
|
971
981
|
function SleepIcon(props, ref) {
|
|
972
982
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -985,29 +995,7 @@ function SleepIcon(props, ref) {
|
|
|
985
995
|
clipRule: "evenodd"
|
|
986
996
|
}));
|
|
987
997
|
}
|
|
988
|
-
const ForwardRef$
|
|
989
|
-
|
|
990
|
-
function StandingAvailableIcon(props, ref) {
|
|
991
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
992
|
-
fill: "none",
|
|
993
|
-
viewBox: "0 0 16 16",
|
|
994
|
-
width: props.width || props.size || 16,
|
|
995
|
-
height: props.height || props.size || 16,
|
|
996
|
-
color: props.color || '#181C56',
|
|
997
|
-
ref: ref
|
|
998
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
999
|
-
fill: "currentColor",
|
|
1000
|
-
fillRule: "evenodd",
|
|
1001
|
-
d: "M14.999 11.657a3.82 3.82 0 0 0-2.604-3.492 2.442 2.442 0 0 0-1.556-4.325c-.242 0-.605.052-.851.16.32.28.442.473.558.638a1 1 0 0 1 .293-.042c.93 0 1.685.755 1.685 1.686 0 .876-.815 1.628-1.683 1.712a4 4 0 0 1-.255.008s.628.285.99.779c.09.008.209.025.227.029a3.04 3.04 0 0 1 2.44 2.975v.379h.758v-.38z",
|
|
1002
|
-
clipRule: "evenodd"
|
|
1003
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
1004
|
-
fill: "currentColor",
|
|
1005
|
-
fillRule: "evenodd",
|
|
1006
|
-
d: "M7.604 6.282a2.442 2.442 0 1 0-3.998 1.882A3.82 3.82 0 0 0 1 11.784v.38h8.324v-.38l-.002-.127a3.82 3.82 0 0 0-2.604-3.492 2.44 2.44 0 0 0 .886-1.883M9.56 8.165a3.82 3.82 0 0 1 2.604 3.492l.002.128v.38h-2.24v-.38l-.003-.138a4.44 4.44 0 0 0-2.217-3.694 3.019 3.019 0 0 0-.552-3.952c.266-.1.55-.16.851-.16A2.441 2.441 0 0 1 9.56 8.164",
|
|
1007
|
-
clipRule: "evenodd"
|
|
1008
|
-
}));
|
|
1009
|
-
}
|
|
1010
|
-
const ForwardRef$5j = /*#__PURE__*/forwardRef(StandingAvailableIcon);
|
|
998
|
+
const ForwardRef$5G = /*#__PURE__*/forwardRef(SleepIcon);
|
|
1011
999
|
|
|
1012
1000
|
function StrollerIcon(props, ref) {
|
|
1013
1001
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1026,7 +1014,7 @@ function StrollerIcon(props, ref) {
|
|
|
1026
1014
|
clipRule: "evenodd"
|
|
1027
1015
|
}));
|
|
1028
1016
|
}
|
|
1029
|
-
const ForwardRef$
|
|
1017
|
+
const ForwardRef$5F = /*#__PURE__*/forwardRef(StrollerIcon);
|
|
1030
1018
|
|
|
1031
1019
|
function TVMIcon(props, ref) {
|
|
1032
1020
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1045,7 +1033,7 @@ function TVMIcon(props, ref) {
|
|
|
1045
1033
|
clipRule: "evenodd"
|
|
1046
1034
|
}));
|
|
1047
1035
|
}
|
|
1048
|
-
const ForwardRef$
|
|
1036
|
+
const ForwardRef$5E = /*#__PURE__*/forwardRef(TVMIcon);
|
|
1049
1037
|
|
|
1050
1038
|
function ToiletIcon(props, ref) {
|
|
1051
1039
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1065,7 +1053,7 @@ function ToiletIcon(props, ref) {
|
|
|
1065
1053
|
transform: "translate(-1173 -237) translate(1172 232)"
|
|
1066
1054
|
}));
|
|
1067
1055
|
}
|
|
1068
|
-
const ForwardRef$
|
|
1056
|
+
const ForwardRef$5D = /*#__PURE__*/forwardRef(ToiletIcon);
|
|
1069
1057
|
|
|
1070
1058
|
function TrainCarIcon(props, ref) {
|
|
1071
1059
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1084,7 +1072,7 @@ function TrainCarIcon(props, ref) {
|
|
|
1084
1072
|
clipRule: "evenodd"
|
|
1085
1073
|
}));
|
|
1086
1074
|
}
|
|
1087
|
-
const ForwardRef$
|
|
1075
|
+
const ForwardRef$5C = /*#__PURE__*/forwardRef(TrainCarIcon);
|
|
1088
1076
|
|
|
1089
1077
|
function VendingMachineIcon(props, ref) {
|
|
1090
1078
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1104,7 +1092,7 @@ function VendingMachineIcon(props, ref) {
|
|
|
1104
1092
|
transform: "translate(-1389 -504) translate(1388 503)"
|
|
1105
1093
|
}));
|
|
1106
1094
|
}
|
|
1107
|
-
const ForwardRef$
|
|
1095
|
+
const ForwardRef$5B = /*#__PURE__*/forwardRef(VendingMachineIcon);
|
|
1108
1096
|
|
|
1109
1097
|
function WaitingRoomIcon(props, ref) {
|
|
1110
1098
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1123,7 +1111,7 @@ function WaitingRoomIcon(props, ref) {
|
|
|
1123
1111
|
clipRule: "evenodd"
|
|
1124
1112
|
}));
|
|
1125
1113
|
}
|
|
1126
|
-
const ForwardRef$
|
|
1114
|
+
const ForwardRef$5A = /*#__PURE__*/forwardRef(WaitingRoomIcon);
|
|
1127
1115
|
|
|
1128
1116
|
function WaterTapIcon(props, ref) {
|
|
1129
1117
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1147,7 +1135,7 @@ function WaterTapIcon(props, ref) {
|
|
|
1147
1135
|
clipRule: "evenodd"
|
|
1148
1136
|
}));
|
|
1149
1137
|
}
|
|
1150
|
-
const ForwardRef$
|
|
1138
|
+
const ForwardRef$5z = /*#__PURE__*/forwardRef(WaterTapIcon);
|
|
1151
1139
|
|
|
1152
1140
|
function WheelchairIcon(props, ref) {
|
|
1153
1141
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1166,7 +1154,7 @@ function WheelchairIcon(props, ref) {
|
|
|
1166
1154
|
clipRule: "evenodd"
|
|
1167
1155
|
}));
|
|
1168
1156
|
}
|
|
1169
|
-
const ForwardRef$
|
|
1157
|
+
const ForwardRef$5y = /*#__PURE__*/forwardRef(WheelchairIcon);
|
|
1170
1158
|
|
|
1171
1159
|
function WifiIcon(props, ref) {
|
|
1172
1160
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1185,7 +1173,7 @@ function WifiIcon(props, ref) {
|
|
|
1185
1173
|
clipRule: "evenodd"
|
|
1186
1174
|
}));
|
|
1187
1175
|
}
|
|
1188
|
-
const ForwardRef$
|
|
1176
|
+
const ForwardRef$5x = /*#__PURE__*/forwardRef(WifiIcon);
|
|
1189
1177
|
|
|
1190
1178
|
function DenmarkIcon(props, ref) {
|
|
1191
1179
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1207,33 +1195,24 @@ function DenmarkIcon(props, ref) {
|
|
|
1207
1195
|
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"
|
|
1208
1196
|
})));
|
|
1209
1197
|
}
|
|
1210
|
-
const ForwardRef$
|
|
1198
|
+
const ForwardRef$5w = /*#__PURE__*/forwardRef(DenmarkIcon);
|
|
1211
1199
|
|
|
1212
|
-
function
|
|
1200
|
+
function NorWayIcon$1(props, ref) {
|
|
1213
1201
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1214
|
-
|
|
1215
|
-
viewBox: "0 0 16 16",
|
|
1202
|
+
viewBox: "0 0 906.89 155.41",
|
|
1216
1203
|
width: props.width || props.size || 16,
|
|
1217
1204
|
height: props.height || props.size || 16,
|
|
1218
|
-
color: props.color || '#
|
|
1205
|
+
color: props.color || '#fff',
|
|
1219
1206
|
ref: ref
|
|
1220
|
-
}), /*#__PURE__*/React.createElement(G, {
|
|
1221
|
-
transform: "translate(0 -1) translate(1 4)"
|
|
1222
|
-
}, /*#__PURE__*/React.createElement(Path, {
|
|
1223
|
-
fill: "#d80027",
|
|
1224
|
-
d: "M14 0 0 0 0 10 14 10z"
|
|
1225
1207
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1226
|
-
fill: "#
|
|
1227
|
-
d: "
|
|
1208
|
+
fill: "#f94e4e",
|
|
1209
|
+
d: "M133.15 151.21H90.72L33.18 46v105.21H0v-147h45.36L100 105.85V4.2h33.18ZM143.43 77.91C143.43 32.55 175.14 0 219.87 0c45.13 0 76.86 32.55 76.86 77.91 0 45.58-31.71 77.5-76.86 77.5-44.73 0-76.44-31.92-76.44-77.5m116.13.21c0-25.2-14.7-44.73-39.69-44.73-24.57 0-39.48 19.53-39.48 44.73S195.51 122 219.87 122c24.78 0 39.69-18.69 39.69-43.89ZM342.51 89.25v62h-35.28V4.21h64.68c31.92 0 52.29 17.22 52.29 45.36 0 22.68-13.65 39.27-39.69 42.42l43.68 59.22H386Zm43.89-36.33c0-12.18-7.35-19.11-21.21-19.11h-22.68v39.27h20.16c15.75 0 23.73-7.56 23.73-20.16M430.49 79.8a25.2 25.2 0 1 1 50.4 0 25.27 25.27 0 0 1-25.2 25.2 25 25 0 0 1-25.2-24.81Z"
|
|
1228
1210
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1229
|
-
fill: "#
|
|
1230
|
-
d: "
|
|
1231
|
-
})
|
|
1232
|
-
fill: "#0052b4",
|
|
1233
|
-
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"
|
|
1234
|
-
})));
|
|
1211
|
+
fill: "#2a347a",
|
|
1212
|
+
d: "m695.53 4.2-75.82 147h-40.32L576 79.38l-37.8 71.83h-38.61l-6.72-147h35.28l1.89 96.6 48.51-96.6h37l-10.33 19.53 3.15 78.12 49.57-97.65ZM687.12 121.17l-14.91 30h-37.59l75.81-147h50l13.86 147h-35.93l-2.31-30Zm42.21-85.05-29 58.38H734ZM834.75 99.54l-15.12 51.67h-35.08l15.12-52.5-29.61-94.5h35.28l17.85 59.85 42.63-59.85h39.49Z"
|
|
1213
|
+
}));
|
|
1235
1214
|
}
|
|
1236
|
-
const ForwardRef$
|
|
1215
|
+
const ForwardRef$5v = /*#__PURE__*/forwardRef(NorWayIcon$1);
|
|
1237
1216
|
|
|
1238
1217
|
function SamiIcon(props, ref) {
|
|
1239
1218
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1268,7 +1247,7 @@ function SamiIcon(props, ref) {
|
|
|
1268
1247
|
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"
|
|
1269
1248
|
}));
|
|
1270
1249
|
}
|
|
1271
|
-
const ForwardRef$
|
|
1250
|
+
const ForwardRef$5u = /*#__PURE__*/forwardRef(SamiIcon);
|
|
1272
1251
|
|
|
1273
1252
|
function SwedenIcon(props, ref) {
|
|
1274
1253
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1290,7 +1269,7 @@ function SwedenIcon(props, ref) {
|
|
|
1290
1269
|
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"
|
|
1291
1270
|
})));
|
|
1292
1271
|
}
|
|
1293
|
-
const ForwardRef$
|
|
1272
|
+
const ForwardRef$5t = /*#__PURE__*/forwardRef(SwedenIcon);
|
|
1294
1273
|
|
|
1295
1274
|
function UKIcon(props, ref) {
|
|
1296
1275
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1350,7 +1329,47 @@ function UKIcon(props, ref) {
|
|
|
1350
1329
|
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"
|
|
1351
1330
|
})));
|
|
1352
1331
|
}
|
|
1353
|
-
const ForwardRef$
|
|
1332
|
+
const ForwardRef$5s = /*#__PURE__*/forwardRef(UKIcon);
|
|
1333
|
+
|
|
1334
|
+
function LogoNegativeIcon(props, ref) {
|
|
1335
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1336
|
+
xmlSpace: "preserve",
|
|
1337
|
+
x: 0,
|
|
1338
|
+
y: 0,
|
|
1339
|
+
viewBox: "0 0 16 16",
|
|
1340
|
+
width: props.width || props.size || 16,
|
|
1341
|
+
height: props.height || props.size || 16,
|
|
1342
|
+
color: props.color || '#181C56',
|
|
1343
|
+
ref: ref
|
|
1344
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
1345
|
+
fill: "#FF5959",
|
|
1346
|
+
d: "M0 14.799 15.783 14.799 15.783 13.377 0 13.377z"
|
|
1347
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
1348
|
+
fill: "#FFF",
|
|
1349
|
+
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"
|
|
1350
|
+
}));
|
|
1351
|
+
}
|
|
1352
|
+
const ForwardRef$5r = /*#__PURE__*/forwardRef(LogoNegativeIcon);
|
|
1353
|
+
|
|
1354
|
+
function LogoPositiveIcon(props, ref) {
|
|
1355
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1356
|
+
xmlSpace: "preserve",
|
|
1357
|
+
x: 0,
|
|
1358
|
+
y: 0,
|
|
1359
|
+
viewBox: "0 0 16 16",
|
|
1360
|
+
width: props.width || props.size || 16,
|
|
1361
|
+
height: props.height || props.size || 16,
|
|
1362
|
+
color: props.color || '#181C56',
|
|
1363
|
+
ref: ref
|
|
1364
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
1365
|
+
fill: "#FF5959",
|
|
1366
|
+
d: "M0 14.799 15.783 14.799 15.783 13.377 0 13.377z"
|
|
1367
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
1368
|
+
fill: "currentColor",
|
|
1369
|
+
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"
|
|
1370
|
+
}));
|
|
1371
|
+
}
|
|
1372
|
+
const ForwardRef$5q = /*#__PURE__*/forwardRef(LogoPositiveIcon);
|
|
1354
1373
|
|
|
1355
1374
|
function AKTIcon(props, ref) {
|
|
1356
1375
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1367,7 +1386,7 @@ function AKTIcon(props, ref) {
|
|
|
1367
1386
|
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"
|
|
1368
1387
|
}));
|
|
1369
1388
|
}
|
|
1370
|
-
const ForwardRef$
|
|
1389
|
+
const ForwardRef$5p = /*#__PURE__*/forwardRef(AKTIcon);
|
|
1371
1390
|
|
|
1372
1391
|
function AlesundTurvognIcon(props, ref) {
|
|
1373
1392
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1384,7 +1403,7 @@ function AlesundTurvognIcon(props, ref) {
|
|
|
1384
1403
|
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"
|
|
1385
1404
|
}));
|
|
1386
1405
|
}
|
|
1387
|
-
const ForwardRef$
|
|
1406
|
+
const ForwardRef$5o = /*#__PURE__*/forwardRef(AlesundTurvognIcon);
|
|
1388
1407
|
|
|
1389
1408
|
function AtBIcon(props, ref) {
|
|
1390
1409
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1400,7 +1419,7 @@ function AtBIcon(props, ref) {
|
|
|
1400
1419
|
clipRule: "evenodd"
|
|
1401
1420
|
}));
|
|
1402
1421
|
}
|
|
1403
|
-
const ForwardRef$
|
|
1422
|
+
const ForwardRef$5n = /*#__PURE__*/forwardRef(AtBIcon);
|
|
1404
1423
|
|
|
1405
1424
|
function BaneNORIcon(props, ref) {
|
|
1406
1425
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1417,7 +1436,7 @@ function BaneNORIcon(props, ref) {
|
|
|
1417
1436
|
clipRule: "evenodd"
|
|
1418
1437
|
}));
|
|
1419
1438
|
}
|
|
1420
|
-
const ForwardRef$
|
|
1439
|
+
const ForwardRef$5m = /*#__PURE__*/forwardRef(BaneNORIcon);
|
|
1421
1440
|
|
|
1422
1441
|
function BrakarIcon(props, ref) {
|
|
1423
1442
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1447,7 +1466,7 @@ function BrakarIcon(props, ref) {
|
|
|
1447
1466
|
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"
|
|
1448
1467
|
})));
|
|
1449
1468
|
}
|
|
1450
|
-
const ForwardRef$
|
|
1469
|
+
const ForwardRef$5l = /*#__PURE__*/forwardRef(BrakarIcon);
|
|
1451
1470
|
|
|
1452
1471
|
function BrakarNoTextIcon(props, ref) {
|
|
1453
1472
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1470,7 +1489,7 @@ function BrakarNoTextIcon(props, ref) {
|
|
|
1470
1489
|
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"
|
|
1471
1490
|
}));
|
|
1472
1491
|
}
|
|
1473
|
-
const ForwardRef$
|
|
1492
|
+
const ForwardRef$5k = /*#__PURE__*/forwardRef(BrakarNoTextIcon);
|
|
1474
1493
|
|
|
1475
1494
|
function FarteIcon(props, ref) {
|
|
1476
1495
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1502,7 +1521,7 @@ function FarteIcon(props, ref) {
|
|
|
1502
1521
|
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"
|
|
1503
1522
|
}));
|
|
1504
1523
|
}
|
|
1505
|
-
const ForwardRef$
|
|
1524
|
+
const ForwardRef$5j = /*#__PURE__*/forwardRef(FarteIcon);
|
|
1506
1525
|
|
|
1507
1526
|
function FlybussenIcon(props, ref) {
|
|
1508
1527
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1536,7 +1555,7 @@ function FlybussenIcon(props, ref) {
|
|
|
1536
1555
|
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"
|
|
1537
1556
|
})));
|
|
1538
1557
|
}
|
|
1539
|
-
const ForwardRef$
|
|
1558
|
+
const ForwardRef$5i = /*#__PURE__*/forwardRef(FlybussenIcon);
|
|
1540
1559
|
|
|
1541
1560
|
function FramIcon(props, ref) {
|
|
1542
1561
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1564,7 +1583,7 @@ function FramIcon(props, ref) {
|
|
|
1564
1583
|
d: "M0 0H48V13H0z"
|
|
1565
1584
|
}))));
|
|
1566
1585
|
}
|
|
1567
|
-
const ForwardRef$
|
|
1586
|
+
const ForwardRef$5h = /*#__PURE__*/forwardRef(FramIcon);
|
|
1568
1587
|
|
|
1569
1588
|
function GOAIcon(props, ref) {
|
|
1570
1589
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1587,7 +1606,7 @@ function GOAIcon(props, ref) {
|
|
|
1587
1606
|
d: "M17.739 6.605 15.776 9.686 18.316 9.686 19.314 8.032 20.127 6.605z"
|
|
1588
1607
|
}));
|
|
1589
1608
|
}
|
|
1590
|
-
const ForwardRef$
|
|
1609
|
+
const ForwardRef$5g = /*#__PURE__*/forwardRef(GOAIcon);
|
|
1591
1610
|
|
|
1592
1611
|
function HykeIcon(props, ref) {
|
|
1593
1612
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1608,7 +1627,7 @@ function HykeIcon(props, ref) {
|
|
|
1608
1627
|
className: "cls-1"
|
|
1609
1628
|
})));
|
|
1610
1629
|
}
|
|
1611
|
-
const ForwardRef$
|
|
1630
|
+
const ForwardRef$5f = /*#__PURE__*/forwardRef(HykeIcon);
|
|
1612
1631
|
|
|
1613
1632
|
function InnlandstrafikkIcon(props, ref) {
|
|
1614
1633
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1626,7 +1645,7 @@ function InnlandstrafikkIcon(props, ref) {
|
|
|
1626
1645
|
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
1646
|
})));
|
|
1628
1647
|
}
|
|
1629
|
-
const ForwardRef$
|
|
1648
|
+
const ForwardRef$5e = /*#__PURE__*/forwardRef(InnlandstrafikkIcon);
|
|
1630
1649
|
|
|
1631
1650
|
function KolumbusIcon(props, ref) {
|
|
1632
1651
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1658,7 +1677,7 @@ function KolumbusIcon(props, ref) {
|
|
|
1658
1677
|
d: "M0 2 0 5.3 3.8 7.4 6.9 5.7z"
|
|
1659
1678
|
}));
|
|
1660
1679
|
}
|
|
1661
|
-
const ForwardRef$
|
|
1680
|
+
const ForwardRef$5d = /*#__PURE__*/forwardRef(KolumbusIcon);
|
|
1662
1681
|
|
|
1663
1682
|
function BergenBysykkelIcon(props, ref) {
|
|
1664
1683
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1675,7 +1694,7 @@ function BergenBysykkelIcon(props, ref) {
|
|
|
1675
1694
|
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"
|
|
1676
1695
|
}));
|
|
1677
1696
|
}
|
|
1678
|
-
const ForwardRef$
|
|
1697
|
+
const ForwardRef$5c = /*#__PURE__*/forwardRef(BergenBysykkelIcon);
|
|
1679
1698
|
|
|
1680
1699
|
function BoltIcon(props, ref) {
|
|
1681
1700
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1697,7 +1716,7 @@ function BoltIcon(props, ref) {
|
|
|
1697
1716
|
r: 1.575
|
|
1698
1717
|
})));
|
|
1699
1718
|
}
|
|
1700
|
-
const ForwardRef$
|
|
1719
|
+
const ForwardRef$5b = /*#__PURE__*/forwardRef(BoltIcon);
|
|
1701
1720
|
|
|
1702
1721
|
function FartebysykkelIcon(props, ref) {
|
|
1703
1722
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1725,7 +1744,7 @@ function FartebysykkelIcon(props, ref) {
|
|
|
1725
1744
|
d: "M0 0H16V16H0z"
|
|
1726
1745
|
}))));
|
|
1727
1746
|
}
|
|
1728
|
-
const ForwardRef$
|
|
1747
|
+
const ForwardRef$5a = /*#__PURE__*/forwardRef(FartebysykkelIcon);
|
|
1729
1748
|
|
|
1730
1749
|
function GetAroundIcon(props, ref) {
|
|
1731
1750
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1740,7 +1759,7 @@ function GetAroundIcon(props, ref) {
|
|
|
1740
1759
|
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"
|
|
1741
1760
|
}));
|
|
1742
1761
|
}
|
|
1743
|
-
const ForwardRef$
|
|
1762
|
+
const ForwardRef$59 = /*#__PURE__*/forwardRef(GetAroundIcon);
|
|
1744
1763
|
|
|
1745
1764
|
function HafjellIcon(props, ref) {
|
|
1746
1765
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1764,7 +1783,7 @@ function HafjellIcon(props, ref) {
|
|
|
1764
1783
|
d: "M7.704 1 6.239 2.465l1.465 1.464 1.465-1.464z"
|
|
1765
1784
|
}));
|
|
1766
1785
|
}
|
|
1767
|
-
const ForwardRef$
|
|
1786
|
+
const ForwardRef$58 = /*#__PURE__*/forwardRef(HafjellIcon);
|
|
1768
1787
|
|
|
1769
1788
|
function HertzIcon(props, ref) {
|
|
1770
1789
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1782,7 +1801,7 @@ function HertzIcon(props, ref) {
|
|
|
1782
1801
|
d: "M11.188 1 10.05 5.988H6.2L7.25 1H4.975L2.7 11.675h2.275L5.763 8h3.85l-.788 3.675H11.1L13.375 1z"
|
|
1783
1802
|
}));
|
|
1784
1803
|
}
|
|
1785
|
-
const ForwardRef$
|
|
1804
|
+
const ForwardRef$57 = /*#__PURE__*/forwardRef(HertzIcon);
|
|
1786
1805
|
|
|
1787
1806
|
function KolumbusBysykkelIcon(props, ref) {
|
|
1788
1807
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1802,7 +1821,7 @@ function KolumbusBysykkelIcon(props, ref) {
|
|
|
1802
1821
|
d: "M3.45 1 3.45 4.85 7.883 7.3 11.5 5.317z"
|
|
1803
1822
|
}));
|
|
1804
1823
|
}
|
|
1805
|
-
const ForwardRef$
|
|
1824
|
+
const ForwardRef$56 = /*#__PURE__*/forwardRef(KolumbusBysykkelIcon);
|
|
1806
1825
|
|
|
1807
1826
|
function LimeIcon(props, ref) {
|
|
1808
1827
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1826,7 +1845,7 @@ function LimeIcon(props, ref) {
|
|
|
1826
1845
|
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"
|
|
1827
1846
|
})));
|
|
1828
1847
|
}
|
|
1829
|
-
const ForwardRef$
|
|
1848
|
+
const ForwardRef$55 = /*#__PURE__*/forwardRef(LimeIcon);
|
|
1830
1849
|
|
|
1831
1850
|
function MoveAboutIcon(props, ref) {
|
|
1832
1851
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1848,7 +1867,7 @@ function MoveAboutIcon(props, ref) {
|
|
|
1848
1867
|
transform: "matrix(1.63557 0 0 1.63557 -92.815 545.086)"
|
|
1849
1868
|
})));
|
|
1850
1869
|
}
|
|
1851
|
-
const ForwardRef$
|
|
1870
|
+
const ForwardRef$54 = /*#__PURE__*/forwardRef(MoveAboutIcon);
|
|
1852
1871
|
|
|
1853
1872
|
function OsloBysykkelIcon(props, ref) {
|
|
1854
1873
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1865,7 +1884,7 @@ function OsloBysykkelIcon(props, ref) {
|
|
|
1865
1884
|
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"
|
|
1866
1885
|
}));
|
|
1867
1886
|
}
|
|
1868
|
-
const ForwardRef$
|
|
1887
|
+
const ForwardRef$53 = /*#__PURE__*/forwardRef(OsloBysykkelIcon);
|
|
1869
1888
|
|
|
1870
1889
|
function OttoMobilityIcon(props, ref) {
|
|
1871
1890
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1888,7 +1907,22 @@ function OttoMobilityIcon(props, ref) {
|
|
|
1888
1907
|
transform: "translate(1 3)"
|
|
1889
1908
|
}))));
|
|
1890
1909
|
}
|
|
1891
|
-
const ForwardRef$
|
|
1910
|
+
const ForwardRef$52 = /*#__PURE__*/forwardRef(OttoMobilityIcon);
|
|
1911
|
+
|
|
1912
|
+
function RydeIcon(props, ref) {
|
|
1913
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1914
|
+
fill: "none",
|
|
1915
|
+
viewBox: "0 0 16 16",
|
|
1916
|
+
width: props.width || props.size || 16,
|
|
1917
|
+
height: props.height || props.size || 16,
|
|
1918
|
+
color: props.color || '#fff',
|
|
1919
|
+
ref: ref
|
|
1920
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
1921
|
+
fill: "#6CC24A",
|
|
1922
|
+
d: "m1 14 2.33-7.006C4.543 3.326 6.873 2 10.704 2H15l-1.092 3.288h-2.86c-1.385 0-2.184.543-2.598 1.75l-2.305 6.957H1z"
|
|
1923
|
+
}));
|
|
1924
|
+
}
|
|
1925
|
+
const ForwardRef$51 = /*#__PURE__*/forwardRef(RydeIcon);
|
|
1892
1926
|
|
|
1893
1927
|
function SURFIcon(props, ref) {
|
|
1894
1928
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1903,7 +1937,7 @@ function SURFIcon(props, ref) {
|
|
|
1903
1937
|
d: "M9.057 9.661a3.1 3.1 0 0 1-.622 1.271q-.52.636-1.195.876Q6.677 12 5.255 12H1l.313-1.427h3.86q.915 0 1.341-.21t.54-.726q.216-.983-1.244-.983H4.248q-1.473 0-2.005-.528-.655-.66-.408-1.787.165-.756.749-1.392.583-.636 1.375-.827Q4.442 4 5.636 4H15l-.313 1.427H5.721q-.815 0-1.148.072-.602.131-.75.804-.111.516.187.72t1.165.203h1.36q1.743 0 2.273.66.502.612.249 1.775"
|
|
1904
1938
|
}));
|
|
1905
1939
|
}
|
|
1906
|
-
const ForwardRef$
|
|
1940
|
+
const ForwardRef$50 = /*#__PURE__*/forwardRef(SURFIcon);
|
|
1907
1941
|
|
|
1908
1942
|
function TierIcon(props, ref) {
|
|
1909
1943
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1920,7 +1954,7 @@ function TierIcon(props, ref) {
|
|
|
1920
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"
|
|
1921
1955
|
}));
|
|
1922
1956
|
}
|
|
1923
|
-
const ForwardRef$
|
|
1957
|
+
const ForwardRef$4$ = /*#__PURE__*/forwardRef(TierIcon);
|
|
1924
1958
|
|
|
1925
1959
|
function TrondheimBysykkelIcon(props, ref) {
|
|
1926
1960
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1937,7 +1971,7 @@ function TrondheimBysykkelIcon(props, ref) {
|
|
|
1937
1971
|
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"
|
|
1938
1972
|
}));
|
|
1939
1973
|
}
|
|
1940
|
-
const ForwardRef$
|
|
1974
|
+
const ForwardRef$4_ = /*#__PURE__*/forwardRef(TrondheimBysykkelIcon);
|
|
1941
1975
|
|
|
1942
1976
|
function VoiIcon(props, ref) {
|
|
1943
1977
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1954,7 +1988,7 @@ function VoiIcon(props, ref) {
|
|
|
1954
1988
|
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"
|
|
1955
1989
|
}));
|
|
1956
1990
|
}
|
|
1957
|
-
const ForwardRef$
|
|
1991
|
+
const ForwardRef$4Z = /*#__PURE__*/forwardRef(VoiIcon);
|
|
1958
1992
|
|
|
1959
1993
|
function ZvippIcon(props, ref) {
|
|
1960
1994
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -1990,7 +2024,24 @@ function ZvippIcon(props, ref) {
|
|
|
1990
2024
|
d: "M12.232 7.448 8.59 7.448 10.577 10.489 15 5.511 12.014 2.58 8.26 2.58z"
|
|
1991
2025
|
})));
|
|
1992
2026
|
}
|
|
1993
|
-
const ForwardRef$
|
|
2027
|
+
const ForwardRef$4Y = /*#__PURE__*/forwardRef(ZvippIcon);
|
|
2028
|
+
|
|
2029
|
+
function NorWayIcon(props, ref) {
|
|
2030
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2031
|
+
viewBox: "0 0 906.89 155.41",
|
|
2032
|
+
width: props.width || props.size || 16,
|
|
2033
|
+
height: props.height || props.size || 16,
|
|
2034
|
+
color: props.color || '#fff',
|
|
2035
|
+
ref: ref
|
|
2036
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2037
|
+
fill: "#f94e4e",
|
|
2038
|
+
d: "M133.15 151.21H90.72L33.18 46v105.21H0v-147h45.36L100 105.85V4.2h33.18ZM143.43 77.91C143.43 32.55 175.14 0 219.87 0c45.13 0 76.86 32.55 76.86 77.91 0 45.58-31.71 77.5-76.86 77.5-44.73 0-76.44-31.92-76.44-77.5m116.13.21c0-25.2-14.7-44.73-39.69-44.73-24.57 0-39.48 19.53-39.48 44.73S195.51 122 219.87 122c24.78 0 39.69-18.69 39.69-43.89ZM342.51 89.25v62h-35.28V4.21h64.68c31.92 0 52.29 17.22 52.29 45.36 0 22.68-13.65 39.27-39.69 42.42l43.68 59.22H386Zm43.89-36.33c0-12.18-7.35-19.11-21.21-19.11h-22.68v39.27h20.16c15.75 0 23.73-7.56 23.73-20.16M430.49 79.8a25.2 25.2 0 1 1 50.4 0 25.27 25.27 0 0 1-25.2 25.2 25 25 0 0 1-25.2-24.81Z"
|
|
2039
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2040
|
+
fill: "#2a347a",
|
|
2041
|
+
d: "m695.53 4.2-75.82 147h-40.32L576 79.38l-37.8 71.83h-38.61l-6.72-147h35.28l1.89 96.6 48.51-96.6h37l-10.33 19.53 3.15 78.12 49.57-97.65ZM687.12 121.17l-14.91 30h-37.59l75.81-147h50l13.86 147h-35.93l-2.31-30Zm42.21-85.05-29 58.38H734ZM834.75 99.54l-15.12 51.67h-35.08l15.12-52.5-29.61-94.5h35.28l17.85 59.85 42.63-59.85h39.49Z"
|
|
2042
|
+
}));
|
|
2043
|
+
}
|
|
2044
|
+
const ForwardRef$4X = /*#__PURE__*/forwardRef(NorWayIcon);
|
|
1994
2045
|
|
|
1995
2046
|
function NordlandIcon(props, ref) {
|
|
1996
2047
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2017,7 +2068,7 @@ function NordlandIcon(props, ref) {
|
|
|
2017
2068
|
transform: "translate(0 .448)"
|
|
2018
2069
|
}))));
|
|
2019
2070
|
}
|
|
2020
|
-
const ForwardRef$
|
|
2071
|
+
const ForwardRef$4W = /*#__PURE__*/forwardRef(NordlandIcon);
|
|
2021
2072
|
|
|
2022
2073
|
function OstfoldIcon(props, ref) {
|
|
2023
2074
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2035,7 +2086,7 @@ function OstfoldIcon(props, ref) {
|
|
|
2035
2086
|
d: "M24.843 13.663v.554h-1.726v-2.771h.61v2.196zM27.052 13.663v.554h-1.726v-2.771h.61v2.196zM19.502 14.155l-.03.062h-.607l-.738-1.08a3 3 0 0 1-.408.087h-.061v.988h-.61v-2.766h.61v1.264c.551-.06.969-.525.97-1.08v-.184h.62v.21c.017.486-.213.947-.611 1.226zM19.647 12.829a1.471 1.471 0 1 1 1.471 1.432 1.42 1.42 0 0 1-1.47-1.432m2.32 0a.852.852 0 1 0-1.704.053.852.852 0 0 0 1.703-.053M28.075 11.986v.623h1.094v.47h-1.094v.593h1.155v.54h-1.756v-2.766h1.756v.54zM32.274 14.155l-.03.062h-.607l-.738-1.08q-.2.058-.408.087h-.062v.988h-.61v-2.766h.61v1.264c.552-.06.97-.525.971-1.08v-.184h.62v.21c.017.486-.213.947-.611 1.226zM34.835 11.999h-.879v2.196h-.61v-2.196h-.879v-.553h2.398zM35.278 11.446h.61v2.77h-.61zM41.427 11.999h-.878v2.196h-.61v-2.196h-.88v-.553h2.399zM44.159 14.155l-.031.062h-.637l-.825-.927h-.224v.927h-.585v-2.771h1.002c.663 0 1.098.368 1.098.913a.88.88 0 0 1-.655.878zm-1.704-1.317h.351c.365 0 .575-.19.575-.44s-.21-.439-.575-.439h-.351zM46.337 13.681H45.02l-.233.536h-.62l1.274-2.771h.475l1.282 2.77h-.624zm-.215-.496-.44-1.006-.438 1.006zM48.116 11.986v.65h1.04v.478h-1.04v1.094h-.62v-2.762h1.757v.54zM49.794 11.446h.61v2.77h-.61zM53.544 14.155l-.03.062h-.606l-.738-1.08q-.2.058-.409.087H51.7v.988h-.61v-2.766h.61v1.264c.551-.06.97-.525.97-1.08v-.184h.62v.21c.017.486-.213.947-.61 1.226zM56.448 14.155l-.031.062h-.606l-.738-1.08a3 3 0 0 1-.409.087H54.6v.988h-.607v-2.766h.607v1.264h.022a1.09 1.09 0 0 0 .966-1.08v-.184h.623v.21c.018.487-.214.949-.614 1.226zM38.849 11.446v.048l-1.054 2.723h-.466l-1.045-2.723v-.048h.584l.698 2.024.708-2.024zM25.682 4.669a4.42 4.42 0 0 1-4.564 4.444 4.8 4.8 0 0 1-2.428-.64l-.8.957-.786-.65.76-.936a4.35 4.35 0 0 1-1.318-3.193 4.42 4.42 0 0 1 4.568-4.44 4.83 4.83 0 0 1 2.539.698l.75-.909.796.65-.747.878a4.36 4.36 0 0 1 1.23 3.14m-6.628 1.756 3.448-4.12a2.56 2.56 0 0 0-1.384-.394 2.635 2.635 0 0 0-2.635 2.749 2.86 2.86 0 0 0 .571 1.774zm4.7-1.756a2.86 2.86 0 0 0-.501-1.656l-3.426 4.084c.39.218.831.328 1.278.321a2.635 2.635 0 0 0 2.649-2.75M44.392 2.042v2.025h3.228v1.51h-3.228v3.387h-1.889V.378h5.486v1.669zM74.09 4.669c0 2.565-1.757 4.295-4.308 4.295h-3.62V.378h3.62c2.613 0 4.308 1.757 4.308 4.29m-1.888 0c0-1.568-.984-2.636-2.456-2.636h-1.655v5.27h1.655c1.498-.008 2.456-1.075 2.456-2.634M48.898 4.669A4.39 4.39 0 0 1 53.46.229c2.613 0 4.563 1.888 4.563 4.44a4.563 4.563 0 0 1-9.126 0m7.203 0a2.635 2.635 0 1 0-5.27 0 2.635 2.635 0 0 0 5.27 0M64.968 7.247v1.717H59.61V.378h1.888v6.869zM27.157 8.534l-.307-1.757.04-.022a6.94 6.94 0 0 0 2.99.773c1.033 0 1.73-.347 1.73-.936 0-.439-.307-.685-.794-.878l-2.205-.615a2.3 2.3 0 0 1-1.669-2.284c0-1.642 1.362-2.587 3.351-2.587a6.1 6.1 0 0 1 2.675.563v1.708a5.07 5.07 0 0 0-2.613-.69c-1.129 0-1.524.44-1.524.997 0 .282.1.686.764.905l2.134.641c1.103.317 1.757 1.09 1.757 2.196 0 1.63-1.471 2.579-3.513 2.579a8.2 8.2 0 0 1-2.816-.593M41.286 2.095H38.44v6.869h-1.893V2.095h-2.846V.378h7.585zM.063.378v6.535c0 3.074 2.451 6.887 6.36 9.087 3.904-2.196 6.35-6 6.355-9.087L12.8.378zm6.369 12.736c-1.186 0-2.148-.224-2.148-.303s.962-.307 2.148-.307 2.143.224 2.143.307c0 .084-.97.303-2.152.303zm0-1.642c-1.823 0-3.294-.33-3.294-.47s1.471-.474 3.294-.474 3.294.316 3.294.456-1.485.47-3.303.47zm0-1.91c-2.236 0-4.045-.41-4.045-.58 0-.172 1.81-.58 4.045-.58s4.04.408 4.04.58c0 .17-1.818.562-4.05.562zm4.172-2.487c-1.39.183-2.792.268-4.194.255a31.5 31.5 0 0 1-4.2-.255c-.034 0-.056 0-.047-.052a12.1 12.1 0 0 1 4.185-5.477.1.1 0 0 1 .119 0 12.1 12.1 0 0 1 4.185 5.477c.027.03 0 .048-.048.052"
|
|
2036
2087
|
})));
|
|
2037
2088
|
}
|
|
2038
|
-
const ForwardRef$
|
|
2089
|
+
const ForwardRef$4V = /*#__PURE__*/forwardRef(OstfoldIcon);
|
|
2039
2090
|
|
|
2040
2091
|
function ReisNordlandIcon(props, ref) {
|
|
2041
2092
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2053,7 +2104,7 @@ function ReisNordlandIcon(props, ref) {
|
|
|
2053
2104
|
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"
|
|
2054
2105
|
})));
|
|
2055
2106
|
}
|
|
2056
|
-
const ForwardRef$
|
|
2107
|
+
const ForwardRef$4U = /*#__PURE__*/forwardRef(ReisNordlandIcon);
|
|
2057
2108
|
|
|
2058
2109
|
function RuterIcon(props, ref) {
|
|
2059
2110
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2070,7 +2121,7 @@ function RuterIcon(props, ref) {
|
|
|
2070
2121
|
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"
|
|
2071
2122
|
}));
|
|
2072
2123
|
}
|
|
2073
|
-
const ForwardRef$
|
|
2124
|
+
const ForwardRef$4T = /*#__PURE__*/forwardRef(RuterIcon);
|
|
2074
2125
|
|
|
2075
2126
|
function RuterNoTextIcon(props, ref) {
|
|
2076
2127
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2085,7 +2136,7 @@ function RuterNoTextIcon(props, ref) {
|
|
|
2085
2136
|
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"
|
|
2086
2137
|
}));
|
|
2087
2138
|
}
|
|
2088
|
-
const ForwardRef$
|
|
2139
|
+
const ForwardRef$4S = /*#__PURE__*/forwardRef(RuterNoTextIcon);
|
|
2089
2140
|
|
|
2090
2141
|
function SJIcon(props, ref) {
|
|
2091
2142
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2105,7 +2156,7 @@ function SJIcon(props, ref) {
|
|
|
2105
2156
|
transform: "translate(-161 -134) translate(161 134)"
|
|
2106
2157
|
}));
|
|
2107
2158
|
}
|
|
2108
|
-
const ForwardRef$
|
|
2159
|
+
const ForwardRef$4R = /*#__PURE__*/forwardRef(SJIcon);
|
|
2109
2160
|
|
|
2110
2161
|
function SJNordIcon(props, ref) {
|
|
2111
2162
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2121,7 +2172,7 @@ function SJNordIcon(props, ref) {
|
|
|
2121
2172
|
d: "M70.546 5.946c0 1.66-1.124 1.806-2.429 1.806h-2.81V4.14h2.81c1.305 0 2.429.145 2.429 1.806m-2.437-3.078h-4.254v6.155h4.254c2.239 0 3.891-.5 3.891-3.078s-1.652-3.079-3.89-3.079zM59.222 8.831a264 264 0 0 0-2.05-1.903l.105-.019c.998-.214 1.671-.815 1.671-1.947V4.91c0-1.457-1.11-2.04-2.615-2.04h-5.389v6.154h1.45V7.003h3.102l1.78 1.65c.324.295.65.368 1.127.368h.817s.196.004.002-.188zM52.394 4.14h3.74c.794 0 1.325.08 1.325.795s-.53.795-1.326.795h-3.739zM44.372 6.314l-2.351 2.35c-.24.247-.425.443-.51.813l-.117.466-.118-.466c-.084-.37-.27-.566-.509-.812l-2.35-2.351c-.248-.24-.442-.424-.812-.508l-.465-.118.465-.118c.37-.084.564-.268.811-.507l2.98-2.98 2.976 2.977c.247.239.442.426.814.51l.465.118-.465.118c-.37.084-.565.269-.812.508zM42.116.724l-.723 1.358V0l-5.689 5.688 5.688 5.688 5.689-5.688zM30.57 2.868v4.394s-4.481-3.73-4.805-4.025c-.325-.296-.65-.37-1.128-.37h-.76v6.156h1.45V4.629s4.48 3.729 4.804 4.025c.325.295.65.369 1.128.369h.76V2.868zM18.325 0h-.275v11.375h.275zM8.216 4.626c-.133.922-.95.965-1.497.933q-.061-.004-.112-.012c-.052-.007-.055-.065-.011-.083.11-.047.658-.346.719-.972.012-.13.012-.311.012-.344V1.724h.905v2.457c-.003.288-.011.393-.016.446M7.213 7.21c.038-.948.815-1.6 2.015-1.6h3.227c.043 0 .056.03.031.074-.117.225-.496.868-.965.868H9.644c-1.038 0-1.734.567-1.932 1.148-.035.106-.137.358-.285.358-.202 0-.233-.272-.213-.85m-1.925.002c-.038-.948-.815-1.6-2.015-1.6H.043c-.043 0-.055.03-.03.074.116.225.496.868.964.868h1.879c1.037 0 1.733.567 1.931 1.148.036.106.137.358.285.358.205 0 .236-.272.215-.85m.964 1.965c-.675 0-1.354-.356-1.637-.746-.353-.483-.417-1.358-1.992-1.358H1.23c-.043 0-.055.03-.03.075.116.222.549.937 1.018.937h.648c.35 0 .432.24.6.521.494.957 1.47 1.606 2.785 1.606s2.291-.65 2.788-1.606c.168-.28.25-.52.6-.52h.648c.47 0 .902-.716 1.019-.938q.037-.074-.031-.075H9.883c-1.575 0-1.64.878-1.992 1.358-.285.388-.964.746-1.64.746m.323-7.33v.59s-.47-.226-.823-.226c-.355 0-.622.125-.622.385 0 .323.6.475.821.553.221.077.875.365.875.948 0 .621-.342 1.19-1.523 1.19-.623 0-.98-.194-.98-.194v-.586c.206.077.669.194.906.194.405 0 .65-.089.65-.35 0-.331-.635-.51-.879-.608-.246-.1-.809-.34-.809-1.018 0-.757.677-1.065 1.486-1.065.55 0 .895.186.895.186"
|
|
2122
2173
|
})));
|
|
2123
2174
|
}
|
|
2124
|
-
const ForwardRef$
|
|
2175
|
+
const ForwardRef$4Q = /*#__PURE__*/forwardRef(SJNordIcon);
|
|
2125
2176
|
|
|
2126
2177
|
function SkyssIcon(props, ref) {
|
|
2127
2178
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2138,7 +2189,7 @@ function SkyssIcon(props, ref) {
|
|
|
2138
2189
|
clipRule: "evenodd"
|
|
2139
2190
|
}));
|
|
2140
2191
|
}
|
|
2141
|
-
const ForwardRef$
|
|
2192
|
+
const ForwardRef$4P = /*#__PURE__*/forwardRef(SkyssIcon);
|
|
2142
2193
|
|
|
2143
2194
|
function SkyssNoTextIcon(props, ref) {
|
|
2144
2195
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2153,7 +2204,7 @@ function SkyssNoTextIcon(props, ref) {
|
|
|
2153
2204
|
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"
|
|
2154
2205
|
}));
|
|
2155
2206
|
}
|
|
2156
|
-
const ForwardRef$
|
|
2207
|
+
const ForwardRef$4O = /*#__PURE__*/forwardRef(SkyssNoTextIcon);
|
|
2157
2208
|
|
|
2158
2209
|
function SnelandiaIcon(props, ref) {
|
|
2159
2210
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2187,7 +2238,7 @@ function SnelandiaIcon(props, ref) {
|
|
|
2187
2238
|
d: "M0 0H63V12H0z"
|
|
2188
2239
|
}))));
|
|
2189
2240
|
}
|
|
2190
|
-
const ForwardRef$
|
|
2241
|
+
const ForwardRef$4N = /*#__PURE__*/forwardRef(SnelandiaIcon);
|
|
2191
2242
|
|
|
2192
2243
|
function SvipperIcon(props, ref) {
|
|
2193
2244
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2202,7 +2253,7 @@ function SvipperIcon(props, ref) {
|
|
|
2202
2253
|
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"
|
|
2203
2254
|
}));
|
|
2204
2255
|
}
|
|
2205
|
-
const ForwardRef$
|
|
2256
|
+
const ForwardRef$4M = /*#__PURE__*/forwardRef(SvipperIcon);
|
|
2206
2257
|
|
|
2207
2258
|
function TromsFylkestrafikkIcon(props, ref) {
|
|
2208
2259
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2228,7 +2279,7 @@ function TromsFylkestrafikkIcon(props, ref) {
|
|
|
2228
2279
|
d: "M0 0H38.856V8.868H0z"
|
|
2229
2280
|
}))));
|
|
2230
2281
|
}
|
|
2231
|
-
const ForwardRef$
|
|
2282
|
+
const ForwardRef$4L = /*#__PURE__*/forwardRef(TromsFylkestrafikkIcon);
|
|
2232
2283
|
|
|
2233
2284
|
function VKTIcon(props, ref) {
|
|
2234
2285
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2250,7 +2301,7 @@ function VKTIcon(props, ref) {
|
|
|
2250
2301
|
d: "M0 0H56V14.606H0z"
|
|
2251
2302
|
}))));
|
|
2252
2303
|
}
|
|
2253
|
-
const ForwardRef$
|
|
2304
|
+
const ForwardRef$4K = /*#__PURE__*/forwardRef(VKTIcon);
|
|
2254
2305
|
|
|
2255
2306
|
function VyIcon(props, ref) {
|
|
2256
2307
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2279,7 +2330,7 @@ function VyIcon(props, ref) {
|
|
|
2279
2330
|
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"
|
|
2280
2331
|
}));
|
|
2281
2332
|
}
|
|
2282
|
-
const ForwardRef$
|
|
2333
|
+
const ForwardRef$4J = /*#__PURE__*/forwardRef(VyIcon);
|
|
2283
2334
|
|
|
2284
2335
|
function ØresundstågIcon(props, ref) {
|
|
2285
2336
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2293,7 +2344,7 @@ function ØresundstågIcon(props, ref) {
|
|
|
2293
2344
|
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"
|
|
2294
2345
|
}));
|
|
2295
2346
|
}
|
|
2296
|
-
const ForwardRef$
|
|
2347
|
+
const ForwardRef$4I = /*#__PURE__*/forwardRef(ØresundstågIcon);
|
|
2297
2348
|
|
|
2298
2349
|
function AmericanExpressIcon(props, ref) {
|
|
2299
2350
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2310,7 +2361,7 @@ function AmericanExpressIcon(props, ref) {
|
|
|
2310
2361
|
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"
|
|
2311
2362
|
}));
|
|
2312
2363
|
}
|
|
2313
|
-
const ForwardRef$
|
|
2364
|
+
const ForwardRef$4H = /*#__PURE__*/forwardRef(AmericanExpressIcon);
|
|
2314
2365
|
|
|
2315
2366
|
function ApplePayIcon(props, ref) {
|
|
2316
2367
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2331,28 +2382,42 @@ function ApplePayIcon(props, ref) {
|
|
|
2331
2382
|
d: "M3.823 3.515a.78.78 0 0 0 .18-.557.78.78 0 0 0-.514.266c-.111.129-.21.338-.184.536.197.017.394-.099.518-.245M4 3.798c-.286-.017-.529.162-.666.162-.136 0-.346-.153-.572-.15a.84.84 0 0 0-.717.437c-.308.53-.081 1.316.218 1.747.145.214.32.449.55.44.218-.008.304-.14.568-.14.265 0 .342.14.572.136.24-.004.39-.214.534-.427.167-.244.235-.479.24-.492-.005-.004-.462-.18-.466-.705-.004-.44.359-.649.376-.662-.205-.303-.525-.337-.637-.346M6.492 3.203c.622 0 1.055.428 1.055 1.052 0 .627-.442 1.058-1.07 1.058h-.69v1.095H5.29V3.203zm-.704 1.692h.57c.434 0 .68-.233.68-.637 0-.405-.246-.636-.677-.636h-.573zM7.677 5.744c0-.41.313-.66.869-.691l.64-.038v-.18c0-.26-.176-.415-.47-.415-.277 0-.45.133-.493.342H7.77c.027-.422.387-.733.964-.733.567 0 .929.3.929.768v1.61h-.46v-.383h-.011c-.136.26-.431.424-.738.424-.457 0-.777-.285-.777-.704m1.508-.211v-.185l-.575.036c-.287.02-.449.146-.449.346 0 .205.169.338.427.338.335 0 .597-.231.597-.535M10.097 7.267V6.88a1 1 0 0 0 .155.009c.222 0 .342-.094.416-.334 0-.004.042-.142.042-.144l-.844-2.339h.52l.59 1.901h.01l.59-1.901h.506l-.875 2.459c-.2.566-.43.748-.915.748-.04 0-.16-.004-.195-.01"
|
|
2332
2383
|
}));
|
|
2333
2384
|
}
|
|
2334
|
-
const ForwardRef$
|
|
2385
|
+
const ForwardRef$4G = /*#__PURE__*/forwardRef(ApplePayIcon);
|
|
2335
2386
|
|
|
2336
|
-
function
|
|
2387
|
+
function GooglePayIcon(props, ref) {
|
|
2337
2388
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
y: 0,
|
|
2341
|
-
viewBox: "0 0 16 16",
|
|
2389
|
+
fill: "none",
|
|
2390
|
+
viewBox: "0 0 14 8",
|
|
2342
2391
|
width: props.width || props.size || 16,
|
|
2343
2392
|
height: props.height || props.size || 16,
|
|
2344
2393
|
color: props.color || '#181C56',
|
|
2345
2394
|
ref: ref
|
|
2346
2395
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2347
|
-
fill: "
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2396
|
+
fill: "#fff",
|
|
2397
|
+
d: "M10.277 0H3.723C1.676 0 0 1.733 0 3.85S1.676 7.7 3.723 7.7h6.554C12.325 7.7 14 5.968 14 3.85 14 1.733 12.325 0 10.277 0"
|
|
2398
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2399
|
+
fill: "#3C4043",
|
|
2400
|
+
d: "M10.277.312c.46 0 .906.094 1.327.279.408.179.773.435 1.09.76a3.596 3.596 0 0 1 1.005 2.499 3.6 3.6 0 0 1-1.006 2.499 3.4 3.4 0 0 1-1.089.76c-.42.185-.868.28-1.327.28H3.723c-.46 0-.906-.095-1.327-.28a3.5 3.5 0 0 1-1.09-.76A3.595 3.595 0 0 1 .302 3.85a3.6 3.6 0 0 1 1.006-2.499 3.4 3.4 0 0 1 1.089-.76c.42-.185.868-.28 1.327-.28zm0-.312H3.723C1.676 0 0 1.733 0 3.85S1.676 7.7 3.723 7.7h6.554C12.325 7.7 14 5.968 14 3.85 14 1.733 12.325 0 10.277 0"
|
|
2401
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2402
|
+
fill: "#3C4043",
|
|
2403
|
+
d: "M6.676 4.123v1.165h-.357V2.412h.947a.84.84 0 0 1 .613.248.81.81 0 0 1 .257.607.82.82 0 0 1-.257.61.84.84 0 0 1-.613.244h-.59zm0-1.357V3.77h.598a.47.47 0 0 0 .353-.148.5.5 0 0 0 .144-.352.48.48 0 0 0-.144-.349.46.46 0 0 0-.353-.152h-.598zM9.07 3.255q.397 0 .626.22.228.219.229.6v1.213h-.34v-.273h-.016q-.22.337-.59.337a.75.75 0 0 1-.527-.193.62.62 0 0 1-.212-.481q0-.306.223-.485.225-.182.596-.181.319 0 .523.121v-.085a.43.43 0 0 0-.147-.327.5.5 0 0 0-.346-.135q-.3 0-.473.262l-.315-.204q.26-.39.77-.389M8.61 4.684q0 .145.119.24a.43.43 0 0 0 .277.096q.226 0 .402-.173a.55.55 0 0 0 .177-.406q-.167-.136-.465-.137a.6.6 0 0 0-.363.108q-.149.113-.147.272M11.868 3.319l-1.191 2.833h-.369l.443-.991-.785-1.842h.389l.566 1.413h.007l.551-1.413z"
|
|
2404
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2405
|
+
fill: "#4285F4",
|
|
2406
|
+
d: "M5.254 3.889q0-.181-.03-.347H3.726v.635h.863a.77.77 0 0 1-.32.512V5.1h.514c.3-.287.471-.711.471-1.212"
|
|
2407
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2408
|
+
fill: "#34A853",
|
|
2409
|
+
d: "M4.27 4.689a.94.94 0 0 1-.543.158c-.416 0-.77-.29-.896-.68h-.53v.424a1.59 1.59 0 0 0 1.426.909c.43 0 .792-.147 1.056-.4z"
|
|
2410
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2411
|
+
fill: "#FABB05",
|
|
2412
|
+
d: "M2.781 3.851q.001-.166.05-.316V3.11h-.53a1.689 1.689 0 0 0 0 1.481l.53-.425q-.049-.15-.05-.315"
|
|
2413
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2414
|
+
fill: "#E94235",
|
|
2415
|
+
d: "M3.727 2.855c.235 0 .445.084.612.247l.455-.47a1.5 1.5 0 0 0-1.067-.43A1.59 1.59 0 0 0 2.3 3.11l.53.425c.127-.39.48-.68.896-.68"
|
|
2351
2416
|
}));
|
|
2352
2417
|
}
|
|
2353
|
-
const ForwardRef$
|
|
2418
|
+
const ForwardRef$4F = /*#__PURE__*/forwardRef(GooglePayIcon);
|
|
2354
2419
|
|
|
2355
|
-
function
|
|
2420
|
+
function MastercardIcon(props, ref) {
|
|
2356
2421
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2357
2422
|
xmlSpace: "preserve",
|
|
2358
2423
|
x: 0,
|
|
@@ -2363,15 +2428,19 @@ function BanknoteMultiIcon(props, ref) {
|
|
|
2363
2428
|
color: props.color || '#181C56',
|
|
2364
2429
|
ref: ref
|
|
2365
2430
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2366
|
-
fill: "
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2431
|
+
fill: "#FF5F00",
|
|
2432
|
+
d: "M6.107 4.599H9.893V11.402000000000001H6.107z"
|
|
2433
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2434
|
+
fill: "#EB001B",
|
|
2435
|
+
d: "M6.347 8A4.32 4.32 0 0 1 8 4.6a4.326 4.326 0 1 0 0 6.803A4.32 4.32 0 0 1 6.347 8"
|
|
2436
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2437
|
+
fill: "#F79E1B",
|
|
2438
|
+
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"
|
|
2370
2439
|
}));
|
|
2371
2440
|
}
|
|
2372
|
-
const ForwardRef$
|
|
2441
|
+
const ForwardRef$4E = /*#__PURE__*/forwardRef(MastercardIcon);
|
|
2373
2442
|
|
|
2374
|
-
function
|
|
2443
|
+
function VippsIcon(props, ref) {
|
|
2375
2444
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2376
2445
|
xmlSpace: "preserve",
|
|
2377
2446
|
x: 0,
|
|
@@ -2382,34 +2451,38 @@ function DepositionIcon(props, ref) {
|
|
|
2382
2451
|
color: props.color || '#181C56',
|
|
2383
2452
|
ref: ref
|
|
2384
2453
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2385
|
-
fill: "
|
|
2454
|
+
fill: "#FF5B24",
|
|
2455
|
+
d: "M2.02 3.333h11.96c.563 0 1.02.457 1.02 1.021v7.292a1.02 1.02 0 0 1-1.02 1.02H2.02A1.02 1.02 0 0 1 1 11.647V4.354c0-.564.457-1.02 1.02-1.02"
|
|
2456
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2457
|
+
fill: "#FF5B24",
|
|
2458
|
+
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"
|
|
2459
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2460
|
+
fill: "#FFF",
|
|
2386
2461
|
fillRule: "evenodd",
|
|
2387
|
-
d: "
|
|
2462
|
+
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",
|
|
2388
2463
|
clipRule: "evenodd"
|
|
2389
2464
|
}));
|
|
2390
2465
|
}
|
|
2391
|
-
const ForwardRef$
|
|
2466
|
+
const ForwardRef$4D = /*#__PURE__*/forwardRef(VippsIcon);
|
|
2392
2467
|
|
|
2393
|
-
function
|
|
2468
|
+
function VippsLogoIcon(props, ref) {
|
|
2394
2469
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2395
2470
|
xmlSpace: "preserve",
|
|
2396
2471
|
x: 0,
|
|
2397
2472
|
y: 0,
|
|
2398
|
-
viewBox: "0 0
|
|
2473
|
+
viewBox: "0 0 119.4 30.4",
|
|
2399
2474
|
width: props.width || props.size || 16,
|
|
2400
2475
|
height: props.height || props.size || 16,
|
|
2401
2476
|
color: props.color || '#181C56',
|
|
2402
2477
|
ref: ref
|
|
2403
2478
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2404
|
-
fill: "
|
|
2405
|
-
|
|
2406
|
-
d: "m6.103 8.885 1.012 1.012-2.045 2.045 2.045 2.046L6.103 15l-2.046-2.045L2.012 15 1 13.988l2.045-2.046L1 9.897l1.012-1.012 2.045 2.044zM15 12.249v1.432H9.478v-1.432zm0-3.068v1.432H9.478V9.18zM4.774 1l-.001 2.045h2.046v1.432H4.773v2.045H3.343L3.34 4.477H1.297V3.045H3.34V1zM15 3.045v1.432H9.478V3.045z",
|
|
2407
|
-
clipRule: "evenodd"
|
|
2479
|
+
fill: "#FF5B24",
|
|
2480
|
+
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"
|
|
2408
2481
|
}));
|
|
2409
2482
|
}
|
|
2410
|
-
const ForwardRef$
|
|
2483
|
+
const ForwardRef$4C = /*#__PURE__*/forwardRef(VippsLogoIcon);
|
|
2411
2484
|
|
|
2412
|
-
function
|
|
2485
|
+
function VisaIcon(props, ref) {
|
|
2413
2486
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2414
2487
|
xmlSpace: "preserve",
|
|
2415
2488
|
x: 0,
|
|
@@ -2420,48 +2493,41 @@ function EuroIcon(props, ref) {
|
|
|
2420
2493
|
color: props.color || '#181C56',
|
|
2421
2494
|
ref: ref
|
|
2422
2495
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2423
|
-
fill: "
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2496
|
+
fill: "#FFF",
|
|
2497
|
+
d: "M1 3.553H15V12.446000000000002H1z"
|
|
2498
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2499
|
+
fill: "#F7B600",
|
|
2500
|
+
d: "M1.233 11.002H14.766V12.215H1.233z"
|
|
2501
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2502
|
+
fill: "#1A1F71",
|
|
2503
|
+
d: "M1.233 3.787H14.766V5H1.233z"
|
|
2504
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
2505
|
+
fill: "#1A1F71",
|
|
2506
|
+
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"
|
|
2427
2507
|
}));
|
|
2428
2508
|
}
|
|
2429
|
-
const ForwardRef$
|
|
2509
|
+
const ForwardRef$4B = /*#__PURE__*/forwardRef(VisaIcon);
|
|
2430
2510
|
|
|
2431
|
-
function
|
|
2511
|
+
function BanknoteIcon(props, ref) {
|
|
2432
2512
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2433
|
-
|
|
2434
|
-
|
|
2513
|
+
xmlSpace: "preserve",
|
|
2514
|
+
x: 0,
|
|
2515
|
+
y: 0,
|
|
2516
|
+
viewBox: "0 0 16 16",
|
|
2435
2517
|
width: props.width || props.size || 16,
|
|
2436
2518
|
height: props.height || props.size || 16,
|
|
2437
2519
|
color: props.color || '#181C56',
|
|
2438
2520
|
ref: ref
|
|
2439
2521
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2440
|
-
fill: "
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
d: "M10.277.312c.46 0 .906.094 1.327.279.408.179.773.435 1.09.76a3.596 3.596 0 0 1 1.005 2.499 3.6 3.6 0 0 1-1.006 2.499 3.4 3.4 0 0 1-1.089.76c-.42.185-.868.28-1.327.28H3.723c-.46 0-.906-.095-1.327-.28a3.5 3.5 0 0 1-1.09-.76A3.595 3.595 0 0 1 .302 3.85a3.6 3.6 0 0 1 1.006-2.499 3.4 3.4 0 0 1 1.089-.76c.42-.185.868-.28 1.327-.28zm0-.312H3.723C1.676 0 0 1.733 0 3.85S1.676 7.7 3.723 7.7h6.554C12.325 7.7 14 5.968 14 3.85 14 1.733 12.325 0 10.277 0"
|
|
2445
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2446
|
-
fill: "#3C4043",
|
|
2447
|
-
d: "M6.676 4.123v1.165h-.357V2.412h.947a.84.84 0 0 1 .613.248.81.81 0 0 1 .257.607.82.82 0 0 1-.257.61.84.84 0 0 1-.613.244h-.59zm0-1.357V3.77h.598a.47.47 0 0 0 .353-.148.5.5 0 0 0 .144-.352.48.48 0 0 0-.144-.349.46.46 0 0 0-.353-.152h-.598zM9.07 3.255q.397 0 .626.22.228.219.229.6v1.213h-.34v-.273h-.016q-.22.337-.59.337a.75.75 0 0 1-.527-.193.62.62 0 0 1-.212-.481q0-.306.223-.485.225-.182.596-.181.319 0 .523.121v-.085a.43.43 0 0 0-.147-.327.5.5 0 0 0-.346-.135q-.3 0-.473.262l-.315-.204q.26-.39.77-.389M8.61 4.684q0 .145.119.24a.43.43 0 0 0 .277.096q.226 0 .402-.173a.55.55 0 0 0 .177-.406q-.167-.136-.465-.137a.6.6 0 0 0-.363.108q-.149.113-.147.272M11.868 3.319l-1.191 2.833h-.369l.443-.991-.785-1.842h.389l.566 1.413h.007l.551-1.413z"
|
|
2448
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2449
|
-
fill: "#4285F4",
|
|
2450
|
-
d: "M5.254 3.889q0-.181-.03-.347H3.726v.635h.863a.77.77 0 0 1-.32.512V5.1h.514c.3-.287.471-.711.471-1.212"
|
|
2451
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2452
|
-
fill: "#34A853",
|
|
2453
|
-
d: "M4.27 4.689a.94.94 0 0 1-.543.158c-.416 0-.77-.29-.896-.68h-.53v.424a1.59 1.59 0 0 0 1.426.909c.43 0 .792-.147 1.056-.4z"
|
|
2454
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2455
|
-
fill: "#FABB05",
|
|
2456
|
-
d: "M2.781 3.851q.001-.166.05-.316V3.11h-.53a1.689 1.689 0 0 0 0 1.481l.53-.425q-.049-.15-.05-.315"
|
|
2457
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2458
|
-
fill: "#E94235",
|
|
2459
|
-
d: "M3.727 2.855c.235 0 .445.084.612.247l.455-.47a1.5 1.5 0 0 0-1.067-.43A1.59 1.59 0 0 0 2.3 3.11l.53.425c.127-.39.48-.68.896-.68"
|
|
2522
|
+
fill: "currentColor",
|
|
2523
|
+
fillRule: "evenodd",
|
|
2524
|
+
d: "M14.364 2.5H1.636c-.351 0-.636.298-.636.665v9.67c0 .367.285.665.636.665h12.728c.351 0 .636-.298.636-.665v-9.67c0-.367-.285-.665-.636-.665m-.637 1.33v8.34H2.273V3.83zM8 6.4a1.61 1.61 0 1 0 1.612 1.61C9.612 7.12 8.89 6.4 8 6.4m0 .908a.702.702 0 1 1 .001 1.404A.702.702 0 0 1 8 7.308m2.893-2.805H5.107a.465.465 0 0 0-.454.475c0 .74-.574 1.338-1.281 1.338a.465.465 0 0 0-.455.475V9.21c0 .262.204.475.455.475.707 0 1.28.599 1.28 1.338 0 .262.204.475.455.475h5.786a.465.465 0 0 0 .454-.475c0-.74.574-1.338 1.281-1.338a.465.465 0 0 0 .455-.475V6.79a.465.465 0 0 0-.455-.475c-.707 0-1.28-.599-1.28-1.338a.465.465 0 0 0-.455-.475m-.408.95.025.11c.2.794.799 1.418 1.558 1.628l.105.025v1.568l-.105.025c-.76.21-1.357.834-1.558 1.628l-.025.11H5.514l-.024-.11c-.2-.794-.799-1.418-1.558-1.628l-.106-.025V7.216l.106-.025c.76-.21 1.357-.834 1.558-1.628l.024-.11z",
|
|
2525
|
+
clipRule: "evenodd"
|
|
2460
2526
|
}));
|
|
2461
2527
|
}
|
|
2462
|
-
const ForwardRef$
|
|
2528
|
+
const ForwardRef$4A = /*#__PURE__*/forwardRef(BanknoteIcon);
|
|
2463
2529
|
|
|
2464
|
-
function
|
|
2530
|
+
function BanknoteMultiIcon(props, ref) {
|
|
2465
2531
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2466
2532
|
xmlSpace: "preserve",
|
|
2467
2533
|
x: 0,
|
|
@@ -2472,19 +2538,15 @@ function MastercardIcon(props, ref) {
|
|
|
2472
2538
|
color: props.color || '#181C56',
|
|
2473
2539
|
ref: ref
|
|
2474
2540
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2475
|
-
fill: "
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
d: "M6.347 8A4.32 4.32 0 0 1 8 4.6a4.326 4.326 0 1 0 0 6.803A4.32 4.32 0 0 1 6.347 8"
|
|
2480
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2481
|
-
fill: "#F79E1B",
|
|
2482
|
-
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"
|
|
2541
|
+
fill: "currentColor",
|
|
2542
|
+
fillRule: "evenodd",
|
|
2543
|
+
d: "M13.207 2c.322 0 .588.234.63.538l.006.085-.001 1.075h.522c.32 0 .584.23.63.53l.006.093v9.056a.63.63 0 0 1-.636.623H1.636A.63.63 0 0 1 1 13.377V4.321a.63.63 0 0 1 .636-.623h.521V2.623c0-.316.24-.576.55-.617L2.793 2zm.52 2.943H2.273v7.81h11.454zm-2.834.631c.25 0 .454.2.454.445 0 .692.574 1.253 1.281 1.253.251 0 .455.2.455.445v2.264a.45.45 0 0 1-.455.445c-.707 0-1.28.56-1.28 1.253a.45.45 0 0 1-.455.445H5.107a.45.45 0 0 1-.454-.445c0-.692-.574-1.253-1.281-1.253a.45.45 0 0 1-.455-.445V7.717a.45.45 0 0 1 .455-.445c.707 0 1.28-.56 1.28-1.253a.45.45 0 0 1 .455-.445zm-.408.89H5.514l-.024.103A2.17 2.17 0 0 1 3.932 8.09l-.106.023v1.469l.106.024a2.17 2.17 0 0 1 1.558 1.524l.024.103h4.971l.025-.103a2.17 2.17 0 0 1 1.558-1.524l.105-.024V8.114l-.105-.023a2.17 2.17 0 0 1-1.558-1.524zM8 7.23a1.61 1.61 0 1 1-1.612 1.61c0-.89.722-1.61 1.612-1.61m0 .908a.702.702 0 1 0-.001 1.404A.702.702 0 0 0 8 8.138m4.57-4.893H3.43l-.001.453h9.141z",
|
|
2544
|
+
clipRule: "evenodd"
|
|
2483
2545
|
}));
|
|
2484
2546
|
}
|
|
2485
|
-
const ForwardRef$
|
|
2547
|
+
const ForwardRef$4z = /*#__PURE__*/forwardRef(BanknoteMultiIcon);
|
|
2486
2548
|
|
|
2487
|
-
function
|
|
2549
|
+
function DepositionIcon(props, ref) {
|
|
2488
2550
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2489
2551
|
xmlSpace: "preserve",
|
|
2490
2552
|
x: 0,
|
|
@@ -2497,13 +2559,13 @@ function MoneyIcon(props, ref) {
|
|
|
2497
2559
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2498
2560
|
fill: "currentColor",
|
|
2499
2561
|
fillRule: "evenodd",
|
|
2500
|
-
d: "
|
|
2562
|
+
d: "M14.477 5.529v1.286h-1.21l1.061 1.657c.379.635.615 1.348.663 2.054l.009.265C15 13.134 13.145 15 10.817 15H5.183C2.855 15 1 13.134 1 10.79c0-.867.23-1.685.688-2.344l1.08-1.631H1.581V5.53zm-2.729 1.286H4.302L2.743 9.172a2.65 2.65 0 0 0-.438 1.189l-.021.226-.006.204c0 1.632 1.282 2.923 2.905 2.923h5.634c1.623 0 2.905-1.29 2.905-2.923 0-.546-.178-1.134-.479-1.64zM5.5 1a1.5 1.5 0 1 1 .001 2.999A1.5 1.5 0 0 1 5.5 1m5 0a1.5 1.5 0 1 1 .001 2.999A1.5 1.5 0 0 1 10.5 1",
|
|
2501
2563
|
clipRule: "evenodd"
|
|
2502
2564
|
}));
|
|
2503
2565
|
}
|
|
2504
|
-
const ForwardRef$
|
|
2566
|
+
const ForwardRef$4y = /*#__PURE__*/forwardRef(DepositionIcon);
|
|
2505
2567
|
|
|
2506
|
-
function
|
|
2568
|
+
function DiffIcon(props, ref) {
|
|
2507
2569
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2508
2570
|
xmlSpace: "preserve",
|
|
2509
2571
|
x: 0,
|
|
@@ -2515,12 +2577,14 @@ function PriceFromIcon(props, ref) {
|
|
|
2515
2577
|
ref: ref
|
|
2516
2578
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2517
2579
|
fill: "currentColor",
|
|
2518
|
-
|
|
2580
|
+
fillRule: "evenodd",
|
|
2581
|
+
d: "m6.103 8.885 1.012 1.012-2.045 2.045 2.045 2.046L6.103 15l-2.046-2.045L2.012 15 1 13.988l2.045-2.046L1 9.897l1.012-1.012 2.045 2.044zM15 12.249v1.432H9.478v-1.432zm0-3.068v1.432H9.478V9.18zM4.774 1l-.001 2.045h2.046v1.432H4.773v2.045H3.343L3.34 4.477H1.297V3.045H3.34V1zM15 3.045v1.432H9.478V3.045z",
|
|
2582
|
+
clipRule: "evenodd"
|
|
2519
2583
|
}));
|
|
2520
2584
|
}
|
|
2521
|
-
const ForwardRef$
|
|
2585
|
+
const ForwardRef$4x = /*#__PURE__*/forwardRef(DiffIcon);
|
|
2522
2586
|
|
|
2523
|
-
function
|
|
2587
|
+
function EuroIcon(props, ref) {
|
|
2524
2588
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2525
2589
|
xmlSpace: "preserve",
|
|
2526
2590
|
x: 0,
|
|
@@ -2533,13 +2597,13 @@ function PricelistIcon(props, ref) {
|
|
|
2533
2597
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2534
2598
|
fill: "currentColor",
|
|
2535
2599
|
fillRule: "evenodd",
|
|
2536
|
-
d: "
|
|
2600
|
+
d: "M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m0 1.273a5.727 5.727 0 1 1 0 11.454A5.727 5.727 0 0 1 8 2.273m.579 2.198c.68 0 1.373.214 1.935.579l.182.127.509.382-.764 1.018-.509-.382a2.34 2.34 0 0 0-1.353-.451c-.735 0-1.376.331-1.785.857L9 6.6v1H6.356a2.4 2.4 0 0 0-.01.736H9v1H6.747c.406.562 1.068.92 1.832.92a2.35 2.35 0 0 0 1.208-.352l.145-.099.51-.382.763 1.018-.51.382a3.6 3.6 0 0 1-2.116.706 3.5 3.5 0 0 1-3.274-2.193H4.3v-1h.765A3.7 3.7 0 0 1 5.07 7.6H4.3v-1h1.03A3.5 3.5 0 0 1 8.58 4.471",
|
|
2537
2601
|
clipRule: "evenodd"
|
|
2538
2602
|
}));
|
|
2539
2603
|
}
|
|
2540
|
-
const ForwardRef$
|
|
2604
|
+
const ForwardRef$4w = /*#__PURE__*/forwardRef(EuroIcon);
|
|
2541
2605
|
|
|
2542
|
-
function
|
|
2606
|
+
function MoneyIcon(props, ref) {
|
|
2543
2607
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2544
2608
|
xmlSpace: "preserve",
|
|
2545
2609
|
x: 0,
|
|
@@ -2552,13 +2616,13 @@ function ReferenceIcon(props, ref) {
|
|
|
2552
2616
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2553
2617
|
fill: "currentColor",
|
|
2554
2618
|
fillRule: "evenodd",
|
|
2555
|
-
d: "
|
|
2619
|
+
d: "M5.972 1c1.776 0 3.292.758 3.292 1.943 0 .387-.162.729-.442 1.013.28.284.442.625.442 1.01l-.007.127q.37-.047.76-.048c1.776 0 3.292.758 3.292 1.944 0 .387-.162.729-.442 1.013.28.284.442.625.442 1.01 0 .387-.162.729-.442 1.013.28.284.442.625.442 1.009 0 .387-.162.729-.442 1.013.28.285.442.625.442 1.01 0 1.185-1.516 1.943-3.292 1.943s-3.292-.758-3.292-1.943l.007-.128a6 6 0 0 1-.76.049c-1.776 0-3.292-.759-3.292-1.944 0-.384.162-.725.442-1.01-.28-.284-.442-.625-.442-1.012 0-.385.162-.725.443-1.01-.281-.284-.443-.626-.443-1.013 0-.385.162-.726.443-1.01-.28-.284-.443-.626-.443-1.013 0-.385.162-.726.443-1.01-.281-.284-.443-.626-.443-1.013C2.68 1.758 4.196 1 5.972 1m5.803 11.698-.06.02c-.5.168-1.083.26-1.698.26a5.4 5.4 0 0 1-1.758-.28c-.235.137-.344.273-.344.359 0 .304.899.753 2.102.753s2.102-.449 2.102-.753c0-.086-.109-.222-.344-.36m-7.561-2.022c-.235.136-.344.272-.344.358 0 .304.899.754 2.102.754.328 0 .643-.033.928-.093a1.33 1.33 0 0 1-.175-.661l.007-.128a6 6 0 0 1-.76.049c-.64 0-1.245-.098-1.758-.28m7.561 0-.059.02c-.5.168-1.084.259-1.699.259a5.4 5.4 0 0 1-1.757-.28c-.236.137-.345.273-.345.359 0 .112.123.245.338.367a.2.2 0 0 1 .038.018l-.038-.018q.06.034.13.067.09.02.168.07c.371.144.883.25 1.466.25.58 0 1.089-.105 1.46-.247a.6.6 0 0 1 .18-.077c.293-.138.462-.298.462-.43 0-.086-.108-.222-.344-.359m0-2.024-.059.021c-.5.168-1.084.259-1.699.259a5.4 5.4 0 0 1-1.758-.28c-.235.137-.344.273-.344.36 0 .095.09.206.25.312a.6.6 0 0 1 .237.129l.011.006q.065.017.12.051c.374.146.893.255 1.484.255 1.204 0 2.103-.45 2.103-.754 0-.086-.11-.222-.345-.359m-7.561 0c-.236.138-.344.274-.344.36 0 .128.161.284.439.42q.133.022.241.099c.367.137.861.234 1.422.234.328 0 .644-.033.929-.093a1.3 1.3 0 0 1-.175-.66l.007-.129a6 6 0 0 1-.761.05c-.64 0-1.245-.1-1.758-.28m0-2.022c-.235.136-.344.272-.344.359 0 .141.194.314.522.458l.009.003c.376.165.93.293 1.57.293.33 0 .645-.034.93-.094a1.3 1.3 0 0 1-.175-.66l.007-.128q-.369.048-.761.048a5.4 5.4 0 0 1-1.757-.279m5.803-.395c-1.203 0-2.102.45-2.102.754 0 .1.1.218.276.33q.07.02.131.061l.043.034.022.01a.6.6 0 0 1 .157.066c.372.146.886.252 1.473.252.563 0 1.059-.098 1.428-.233a.56.56 0 0 1 .232-.1c.28-.136.443-.291.443-.42 0-.305-.9-.754-2.103-.754M7.73 4.607l-.06.02c-.5.169-1.083.26-1.698.26a5.4 5.4 0 0 1-1.758-.28c-.235.136-.344.272-.344.359 0 .129.162.284.44.42a.6.6 0 0 1 .24.099c.366.137.86.234 1.422.234 1.203 0 2.102-.449 2.102-.753 0-.086-.109-.222-.344-.359M5.972 2.19c-1.203 0-2.102.449-2.102.753 0 .13.161.284.439.42a.6.6 0 0 1 .243.1c.366.137.86.234 1.42.234.586 0 1.1-.107 1.473-.251a.5.5 0 0 1 .153-.068c.3-.137.476-.3.476-.435 0-.304-.899-.753-2.102-.753",
|
|
2556
2620
|
clipRule: "evenodd"
|
|
2557
2621
|
}));
|
|
2558
2622
|
}
|
|
2559
|
-
const ForwardRef$
|
|
2623
|
+
const ForwardRef$4v = /*#__PURE__*/forwardRef(MoneyIcon);
|
|
2560
2624
|
|
|
2561
|
-
function
|
|
2625
|
+
function PriceFromIcon(props, ref) {
|
|
2562
2626
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2563
2627
|
xmlSpace: "preserve",
|
|
2564
2628
|
x: 0,
|
|
@@ -2570,14 +2634,12 @@ function ShoppingCartIcon(props, ref) {
|
|
|
2570
2634
|
ref: ref
|
|
2571
2635
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2572
2636
|
fill: "currentColor",
|
|
2573
|
-
|
|
2574
|
-
d: "M5.3 12a1.499 1.499 0 1 0 0 2.997A1.499 1.499 0 1 0 5.3 12m7 0a1.499 1.499 0 1 0 0 2.997 1.499 1.499 0 1 0 0-2.997M3.455 1c.285 0 .532.19.61.457l.02.091.327 2.344h9.951c.373 0 .66.317.636.677l-.013.09-1.212 5.785a.64.64 0 0 1-.524.499l-.099.007H4.667a.64.64 0 0 1-.61-.456l-.02-.092L2.9 2.272H1V1zm10.124 4.164h-8.99l.63 4.513h7.414z",
|
|
2575
|
-
clipRule: "evenodd"
|
|
2637
|
+
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"
|
|
2576
2638
|
}));
|
|
2577
2639
|
}
|
|
2578
|
-
const ForwardRef$
|
|
2640
|
+
const ForwardRef$4u = /*#__PURE__*/forwardRef(PriceFromIcon);
|
|
2579
2641
|
|
|
2580
|
-
function
|
|
2642
|
+
function PricelistIcon(props, ref) {
|
|
2581
2643
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2582
2644
|
xmlSpace: "preserve",
|
|
2583
2645
|
x: 0,
|
|
@@ -2590,13 +2652,13 @@ function StatsIcon(props, ref) {
|
|
|
2590
2652
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2591
2653
|
fill: "currentColor",
|
|
2592
2654
|
fillRule: "evenodd",
|
|
2593
|
-
d: "M9.
|
|
2655
|
+
d: "M9.92 12.113c-.41.046-.705.358-.705.756v1.495a.636.636 0 0 1-.636.636H1.636A.636.636 0 0 1 1 14.364v-1.736c0-.99.803-1.793 1.793-1.793l1.678-.001V1.636c0-.322.24-.588.55-.63L5.107 1h9.257c.322 0 .588.24.63.55l.006.086v11.281a2.082 2.082 0 1 1-4.165 0c0-.455-.292-.76-.705-.804l-.105-.006zm2.187.804a.81.81 0 0 0 1.614.102l.006-.102V2.273H5.744l-.001 8.561h4.282c1.149 0 2.082.863 2.082 2.083m-4.018-.81H2.793a.52.52 0 0 0-.52.521v1.1h5.669v-.859q.001-.36.115-.678zm4.018-7.636v1.273H7.364V4.47zm0 2.893v1.272H7.364V7.364z",
|
|
2594
2656
|
clipRule: "evenodd"
|
|
2595
2657
|
}));
|
|
2596
2658
|
}
|
|
2597
|
-
const ForwardRef$
|
|
2659
|
+
const ForwardRef$4t = /*#__PURE__*/forwardRef(PricelistIcon);
|
|
2598
2660
|
|
|
2599
|
-
function
|
|
2661
|
+
function ReferenceIcon(props, ref) {
|
|
2600
2662
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2601
2663
|
xmlSpace: "preserve",
|
|
2602
2664
|
x: 0,
|
|
@@ -2607,38 +2669,34 @@ function VippsIcon(props, ref) {
|
|
|
2607
2669
|
color: props.color || '#181C56',
|
|
2608
2670
|
ref: ref
|
|
2609
2671
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2610
|
-
fill: "
|
|
2611
|
-
d: "M2.02 3.333h11.96c.563 0 1.02.457 1.02 1.021v7.292a1.02 1.02 0 0 1-1.02 1.02H2.02A1.02 1.02 0 0 1 1 11.647V4.354c0-.564.457-1.02 1.02-1.02"
|
|
2612
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2613
|
-
fill: "#FF5B24",
|
|
2614
|
-
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"
|
|
2615
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2616
|
-
fill: "#FFF",
|
|
2672
|
+
fill: "currentColor",
|
|
2617
2673
|
fillRule: "evenodd",
|
|
2618
|
-
d: "
|
|
2674
|
+
d: "M7.697 1c.169 0 .33.067.45.186l6.667 6.667a.636.636 0 0 1 0 .9l-6.061 6.06a.636.636 0 0 1-.9 0L1.186 8.148A.64.64 0 0 1 1 7.697V3.455c0-.17.067-.331.186-.45l1.819-1.819A.64.64 0 0 1 3.455 1zm-.263 1.273H3.716L2.273 3.716v3.718l6.03 6.03 5.16-5.161zM5.1 4a1.1 1.1 0 1 1 .001 2.199A1.1 1.1 0 0 1 5.1 4",
|
|
2619
2675
|
clipRule: "evenodd"
|
|
2620
2676
|
}));
|
|
2621
2677
|
}
|
|
2622
|
-
const ForwardRef$
|
|
2678
|
+
const ForwardRef$4s = /*#__PURE__*/forwardRef(ReferenceIcon);
|
|
2623
2679
|
|
|
2624
|
-
function
|
|
2680
|
+
function ShoppingCartIcon(props, ref) {
|
|
2625
2681
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2626
2682
|
xmlSpace: "preserve",
|
|
2627
2683
|
x: 0,
|
|
2628
2684
|
y: 0,
|
|
2629
|
-
viewBox: "0 0
|
|
2685
|
+
viewBox: "0 0 16 16",
|
|
2630
2686
|
width: props.width || props.size || 16,
|
|
2631
2687
|
height: props.height || props.size || 16,
|
|
2632
2688
|
color: props.color || '#181C56',
|
|
2633
2689
|
ref: ref
|
|
2634
2690
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2635
|
-
fill: "
|
|
2636
|
-
|
|
2691
|
+
fill: "currentColor",
|
|
2692
|
+
fillRule: "evenodd",
|
|
2693
|
+
d: "M5.3 12a1.499 1.499 0 1 0 0 2.997A1.499 1.499 0 1 0 5.3 12m7 0a1.499 1.499 0 1 0 0 2.997 1.499 1.499 0 1 0 0-2.997M3.455 1c.285 0 .532.19.61.457l.02.091.327 2.344h9.951c.373 0 .66.317.636.677l-.013.09-1.212 5.785a.64.64 0 0 1-.524.499l-.099.007H4.667a.64.64 0 0 1-.61-.456l-.02-.092L2.9 2.272H1V1zm10.124 4.164h-8.99l.63 4.513h7.414z",
|
|
2694
|
+
clipRule: "evenodd"
|
|
2637
2695
|
}));
|
|
2638
2696
|
}
|
|
2639
|
-
const ForwardRef$
|
|
2697
|
+
const ForwardRef$4r = /*#__PURE__*/forwardRef(ShoppingCartIcon);
|
|
2640
2698
|
|
|
2641
|
-
function
|
|
2699
|
+
function StatsIcon(props, ref) {
|
|
2642
2700
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2643
2701
|
xmlSpace: "preserve",
|
|
2644
2702
|
x: 0,
|
|
@@ -2649,20 +2707,13 @@ function VisaIcon(props, ref) {
|
|
|
2649
2707
|
color: props.color || '#181C56',
|
|
2650
2708
|
ref: ref
|
|
2651
2709
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
2652
|
-
fill: "
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
d: "M1.233 11.002H14.766V12.215H1.233z"
|
|
2657
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2658
|
-
fill: "#1A1F71",
|
|
2659
|
-
d: "M1.233 3.787H14.766V5H1.233z"
|
|
2660
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2661
|
-
fill: "#1A1F71",
|
|
2662
|
-
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"
|
|
2710
|
+
fill: "currentColor",
|
|
2711
|
+
fillRule: "evenodd",
|
|
2712
|
+
d: "M9.28 2.5H6.72a.61.61 0 0 0-.598.621v9.758a.61.61 0 0 0 .598.621h2.56a.61.61 0 0 0 .598-.621V3.121A.61.61 0 0 0 9.28 2.5m-.597 1.242v8.516H7.317V3.742zM4.159 8.71H1.598A.61.61 0 0 0 1 9.33v3.549a.61.61 0 0 0 .598.621h2.56a.61.61 0 0 0 .598-.621V9.331a.61.61 0 0 0-.597-.621M3.56 9.952v2.306H2.195V9.952zm10.841-4.79h-2.56a.61.61 0 0 0-.598.62v7.097a.61.61 0 0 0 .597.621h2.561a.61.61 0 0 0 .598-.621V5.782a.61.61 0 0 0-.598-.62m-.597 1.241v5.855h-1.366V6.403z",
|
|
2713
|
+
clipRule: "evenodd"
|
|
2663
2714
|
}));
|
|
2664
2715
|
}
|
|
2665
|
-
const ForwardRef$
|
|
2716
|
+
const ForwardRef$4q = /*#__PURE__*/forwardRef(StatsIcon);
|
|
2666
2717
|
|
|
2667
2718
|
function FacebookIcon(props, ref) {
|
|
2668
2719
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2679,7 +2730,7 @@ function FacebookIcon(props, ref) {
|
|
|
2679
2730
|
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"
|
|
2680
2731
|
}));
|
|
2681
2732
|
}
|
|
2682
|
-
const ForwardRef$
|
|
2733
|
+
const ForwardRef$4p = /*#__PURE__*/forwardRef(FacebookIcon);
|
|
2683
2734
|
|
|
2684
2735
|
function GithubIcon(props, ref) {
|
|
2685
2736
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2694,7 +2745,7 @@ function GithubIcon(props, ref) {
|
|
|
2694
2745
|
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"
|
|
2695
2746
|
}));
|
|
2696
2747
|
}
|
|
2697
|
-
const ForwardRef$
|
|
2748
|
+
const ForwardRef$4o = /*#__PURE__*/forwardRef(GithubIcon);
|
|
2698
2749
|
|
|
2699
2750
|
function GoogleIcon(props, ref) {
|
|
2700
2751
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2711,7 +2762,7 @@ function GoogleIcon(props, ref) {
|
|
|
2711
2762
|
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"
|
|
2712
2763
|
}));
|
|
2713
2764
|
}
|
|
2714
|
-
const ForwardRef$
|
|
2765
|
+
const ForwardRef$4n = /*#__PURE__*/forwardRef(GoogleIcon);
|
|
2715
2766
|
|
|
2716
2767
|
function InstagramIcon(props, ref) {
|
|
2717
2768
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2728,7 +2779,7 @@ function InstagramIcon(props, ref) {
|
|
|
2728
2779
|
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"
|
|
2729
2780
|
}));
|
|
2730
2781
|
}
|
|
2731
|
-
const ForwardRef$
|
|
2782
|
+
const ForwardRef$4m = /*#__PURE__*/forwardRef(InstagramIcon);
|
|
2732
2783
|
|
|
2733
2784
|
function LinkedinIcon(props, ref) {
|
|
2734
2785
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2748,7 +2799,7 @@ function LinkedinIcon(props, ref) {
|
|
|
2748
2799
|
transform: "translate(-1137 -141) translate(1136 140)"
|
|
2749
2800
|
}));
|
|
2750
2801
|
}
|
|
2751
|
-
const ForwardRef$
|
|
2802
|
+
const ForwardRef$4l = /*#__PURE__*/forwardRef(LinkedinIcon);
|
|
2752
2803
|
|
|
2753
2804
|
function SkypeIcon(props, ref) {
|
|
2754
2805
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2765,7 +2816,7 @@ function SkypeIcon(props, ref) {
|
|
|
2765
2816
|
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"
|
|
2766
2817
|
}));
|
|
2767
2818
|
}
|
|
2768
|
-
const ForwardRef$
|
|
2819
|
+
const ForwardRef$4k = /*#__PURE__*/forwardRef(SkypeIcon);
|
|
2769
2820
|
|
|
2770
2821
|
function TwitterIcon(props, ref) {
|
|
2771
2822
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2782,7 +2833,7 @@ function TwitterIcon(props, ref) {
|
|
|
2782
2833
|
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"
|
|
2783
2834
|
}));
|
|
2784
2835
|
}
|
|
2785
|
-
const ForwardRef$
|
|
2836
|
+
const ForwardRef$4j = /*#__PURE__*/forwardRef(TwitterIcon);
|
|
2786
2837
|
|
|
2787
2838
|
function VimeoIcon(props, ref) {
|
|
2788
2839
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2799,7 +2850,7 @@ function VimeoIcon(props, ref) {
|
|
|
2799
2850
|
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"
|
|
2800
2851
|
}));
|
|
2801
2852
|
}
|
|
2802
|
-
const ForwardRef$
|
|
2853
|
+
const ForwardRef$4i = /*#__PURE__*/forwardRef(VimeoIcon);
|
|
2803
2854
|
|
|
2804
2855
|
function YoutubeIcon(props, ref) {
|
|
2805
2856
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2816,7 +2867,7 @@ function YoutubeIcon(props, ref) {
|
|
|
2816
2867
|
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"
|
|
2817
2868
|
}));
|
|
2818
2869
|
}
|
|
2819
|
-
const ForwardRef$
|
|
2870
|
+
const ForwardRef$4h = /*#__PURE__*/forwardRef(YoutubeIcon);
|
|
2820
2871
|
|
|
2821
2872
|
function BatteryIcon(props, ref) {
|
|
2822
2873
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2835,7 +2886,7 @@ function BatteryIcon(props, ref) {
|
|
|
2835
2886
|
clipRule: "evenodd"
|
|
2836
2887
|
}));
|
|
2837
2888
|
}
|
|
2838
|
-
const ForwardRef$
|
|
2889
|
+
const ForwardRef$4g = /*#__PURE__*/forwardRef(BatteryIcon);
|
|
2839
2890
|
|
|
2840
2891
|
function CalculatorIcon(props, ref) {
|
|
2841
2892
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2855,7 +2906,7 @@ function CalculatorIcon(props, ref) {
|
|
|
2855
2906
|
clipRule: "evenodd"
|
|
2856
2907
|
}));
|
|
2857
2908
|
}
|
|
2858
|
-
const ForwardRef$
|
|
2909
|
+
const ForwardRef$4f = /*#__PURE__*/forwardRef(CalculatorIcon);
|
|
2859
2910
|
|
|
2860
2911
|
function CameraIcon(props, ref) {
|
|
2861
2912
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2874,7 +2925,7 @@ function CameraIcon(props, ref) {
|
|
|
2874
2925
|
clipRule: "evenodd"
|
|
2875
2926
|
}));
|
|
2876
2927
|
}
|
|
2877
|
-
const ForwardRef$
|
|
2928
|
+
const ForwardRef$4e = /*#__PURE__*/forwardRef(CameraIcon);
|
|
2878
2929
|
|
|
2879
2930
|
function DatabaseIcon(props, ref) {
|
|
2880
2931
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2894,7 +2945,7 @@ function DatabaseIcon(props, ref) {
|
|
|
2894
2945
|
transform: "translate(-1210 -463) translate(1208 462)"
|
|
2895
2946
|
}));
|
|
2896
2947
|
}
|
|
2897
|
-
const ForwardRef$
|
|
2948
|
+
const ForwardRef$4d = /*#__PURE__*/forwardRef(DatabaseIcon);
|
|
2898
2949
|
|
|
2899
2950
|
function DesktopIcon(props, ref) {
|
|
2900
2951
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2913,34 +2964,7 @@ function DesktopIcon(props, ref) {
|
|
|
2913
2964
|
clipRule: "evenodd"
|
|
2914
2965
|
}));
|
|
2915
2966
|
}
|
|
2916
|
-
const ForwardRef$
|
|
2917
|
-
|
|
2918
|
-
function FigmaIcon(props, ref) {
|
|
2919
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
2920
|
-
fill: "none",
|
|
2921
|
-
viewBox: "0 0 24 25",
|
|
2922
|
-
width: props.width || props.size || 16,
|
|
2923
|
-
height: props.height || props.size || 16,
|
|
2924
|
-
color: props.color || '#181C56',
|
|
2925
|
-
ref: ref
|
|
2926
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2927
|
-
fill: "#24CB71",
|
|
2928
|
-
d: "M6 18.914a3 3 0 0 1 3-3h3v3a3 3 0 0 1-6 0"
|
|
2929
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2930
|
-
fill: "#FF7237",
|
|
2931
|
-
d: "M12 3.914v6h3a3 3 0 0 0 0-6z"
|
|
2932
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2933
|
-
fill: "#00B6FF",
|
|
2934
|
-
d: "M15 15.914a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
|
|
2935
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2936
|
-
fill: "#FF3737",
|
|
2937
|
-
d: "M6 6.914a3 3 0 0 0 3 3h3v-6H9a3 3 0 0 0-3 3"
|
|
2938
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
2939
|
-
fill: "#874FFF",
|
|
2940
|
-
d: "M6 12.914a3 3 0 0 0 3 3h3v-6H9a3 3 0 0 0-3 3"
|
|
2941
|
-
}));
|
|
2942
|
-
}
|
|
2943
|
-
const ForwardRef$3U = /*#__PURE__*/forwardRef(FigmaIcon);
|
|
2967
|
+
const ForwardRef$4c = /*#__PURE__*/forwardRef(DesktopIcon);
|
|
2944
2968
|
|
|
2945
2969
|
function ImageIcon(props, ref) {
|
|
2946
2970
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2959,7 +2983,7 @@ function ImageIcon(props, ref) {
|
|
|
2959
2983
|
clipRule: "evenodd"
|
|
2960
2984
|
}));
|
|
2961
2985
|
}
|
|
2962
|
-
const ForwardRef$
|
|
2986
|
+
const ForwardRef$4b = /*#__PURE__*/forwardRef(ImageIcon);
|
|
2963
2987
|
|
|
2964
2988
|
function LaptopIcon(props, ref) {
|
|
2965
2989
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2978,7 +3002,7 @@ function LaptopIcon(props, ref) {
|
|
|
2978
3002
|
clipRule: "evenodd"
|
|
2979
3003
|
}));
|
|
2980
3004
|
}
|
|
2981
|
-
const ForwardRef$
|
|
3005
|
+
const ForwardRef$4a = /*#__PURE__*/forwardRef(LaptopIcon);
|
|
2982
3006
|
|
|
2983
3007
|
function MobileIcon(props, ref) {
|
|
2984
3008
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -2997,48 +3021,7 @@ function MobileIcon(props, ref) {
|
|
|
2997
3021
|
clipRule: "evenodd"
|
|
2998
3022
|
}));
|
|
2999
3023
|
}
|
|
3000
|
-
const ForwardRef$
|
|
3001
|
-
|
|
3002
|
-
function MuralIcon(props, ref) {
|
|
3003
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3004
|
-
fill: "none",
|
|
3005
|
-
viewBox: "0 0 24 25",
|
|
3006
|
-
width: props.width || props.size || 16,
|
|
3007
|
-
height: props.height || props.size || 16,
|
|
3008
|
-
color: props.color || '#181C56',
|
|
3009
|
-
ref: ref
|
|
3010
|
-
}), /*#__PURE__*/React.createElement(G, {
|
|
3011
|
-
clipPath: "url(#a)"
|
|
3012
|
-
}, /*#__PURE__*/React.createElement(Path, {
|
|
3013
|
-
fill: "#000",
|
|
3014
|
-
d: "m19.692 9.406 3.14.181v11.942h-3.14z"
|
|
3015
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3016
|
-
fill: "#00843F",
|
|
3017
|
-
d: "M16.027 9.587c0-1.01.813-1.823 1.822-1.823.208-1.117.242-2.174 0-3.139-2.721 0-4.939 2.218-4.939 4.962v8.825l3.14.23V9.588z"
|
|
3018
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3019
|
-
fill: "#FC83FF",
|
|
3020
|
-
d: "M19.693 9.587h3.139c-.023-2.744-2.239-4.962-4.962-4.962v3.14c1.01 0 1.822.812 1.822 1.822"
|
|
3021
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3022
|
-
fill: "#FA0",
|
|
3023
|
-
d: "M16.027 21.522v-3.14h-5.132l.193 3.14z"
|
|
3024
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3025
|
-
fill: "#5887FF",
|
|
3026
|
-
d: "M7.97 21.522h3.118V9.579L7.97 9.4z"
|
|
3027
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3028
|
-
fill: "#000",
|
|
3029
|
-
d: "m1.188 9.58 3.139-.182v12.124h-3.14z"
|
|
3030
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3031
|
-
fill: "#FF4B4B",
|
|
3032
|
-
d: "M6.15 7.764c1.009 0 1.821.813 1.821 1.823h3.14c-.023-2.744-2.239-4.962-4.962-4.962a4.97 4.97 0 0 0-4.961 4.96h3.139c0-1.01.813-1.822 1.822-1.822z"
|
|
3033
|
-
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
3034
|
-
id: "a"
|
|
3035
|
-
}, /*#__PURE__*/React.createElement(Path, {
|
|
3036
|
-
fill: "#fff",
|
|
3037
|
-
d: "M0 0H24V24H0z",
|
|
3038
|
-
transform: "translate(0 .914)"
|
|
3039
|
-
}))));
|
|
3040
|
-
}
|
|
3041
|
-
const ForwardRef$3Q = /*#__PURE__*/forwardRef(MuralIcon);
|
|
3024
|
+
const ForwardRef$49 = /*#__PURE__*/forwardRef(MobileIcon);
|
|
3042
3025
|
|
|
3043
3026
|
function PhoneIcon(props, ref) {
|
|
3044
3027
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3057,7 +3040,7 @@ function PhoneIcon(props, ref) {
|
|
|
3057
3040
|
clipRule: "evenodd"
|
|
3058
3041
|
}));
|
|
3059
3042
|
}
|
|
3060
|
-
const ForwardRef$
|
|
3043
|
+
const ForwardRef$48 = /*#__PURE__*/forwardRef(PhoneIcon);
|
|
3061
3044
|
|
|
3062
3045
|
function PrinterIcon(props, ref) {
|
|
3063
3046
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3076,7 +3059,7 @@ function PrinterIcon(props, ref) {
|
|
|
3076
3059
|
clipRule: "evenodd"
|
|
3077
3060
|
}));
|
|
3078
3061
|
}
|
|
3079
|
-
const ForwardRef$
|
|
3062
|
+
const ForwardRef$47 = /*#__PURE__*/forwardRef(PrinterIcon);
|
|
3080
3063
|
|
|
3081
3064
|
function QRIcon(props, ref) {
|
|
3082
3065
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3095,7 +3078,7 @@ function QRIcon(props, ref) {
|
|
|
3095
3078
|
clipRule: "evenodd"
|
|
3096
3079
|
}));
|
|
3097
3080
|
}
|
|
3098
|
-
const ForwardRef$
|
|
3081
|
+
const ForwardRef$46 = /*#__PURE__*/forwardRef(QRIcon);
|
|
3099
3082
|
|
|
3100
3083
|
function SaveIcon(props, ref) {
|
|
3101
3084
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3114,7 +3097,7 @@ function SaveIcon(props, ref) {
|
|
|
3114
3097
|
clipRule: "evenodd"
|
|
3115
3098
|
}));
|
|
3116
3099
|
}
|
|
3117
|
-
const ForwardRef$
|
|
3100
|
+
const ForwardRef$45 = /*#__PURE__*/forwardRef(SaveIcon);
|
|
3118
3101
|
|
|
3119
3102
|
function AlignCenterIcon(props, ref) {
|
|
3120
3103
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3133,7 +3116,7 @@ function AlignCenterIcon(props, ref) {
|
|
|
3133
3116
|
clipRule: "evenodd"
|
|
3134
3117
|
}));
|
|
3135
3118
|
}
|
|
3136
|
-
const ForwardRef$
|
|
3119
|
+
const ForwardRef$44 = /*#__PURE__*/forwardRef(AlignCenterIcon);
|
|
3137
3120
|
|
|
3138
3121
|
function AlignLeftIcon(props, ref) {
|
|
3139
3122
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3152,7 +3135,7 @@ function AlignLeftIcon(props, ref) {
|
|
|
3152
3135
|
clipRule: "evenodd"
|
|
3153
3136
|
}));
|
|
3154
3137
|
}
|
|
3155
|
-
const ForwardRef$
|
|
3138
|
+
const ForwardRef$43 = /*#__PURE__*/forwardRef(AlignLeftIcon);
|
|
3156
3139
|
|
|
3157
3140
|
function AlignRightIcon(props, ref) {
|
|
3158
3141
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3171,7 +3154,7 @@ function AlignRightIcon(props, ref) {
|
|
|
3171
3154
|
clipRule: "evenodd"
|
|
3172
3155
|
}));
|
|
3173
3156
|
}
|
|
3174
|
-
const ForwardRef$
|
|
3157
|
+
const ForwardRef$42 = /*#__PURE__*/forwardRef(AlignRightIcon);
|
|
3175
3158
|
|
|
3176
3159
|
function AttachmentIcon(props, ref) {
|
|
3177
3160
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3190,7 +3173,7 @@ function AttachmentIcon(props, ref) {
|
|
|
3190
3173
|
clipRule: "evenodd"
|
|
3191
3174
|
}));
|
|
3192
3175
|
}
|
|
3193
|
-
const ForwardRef$
|
|
3176
|
+
const ForwardRef$41 = /*#__PURE__*/forwardRef(AttachmentIcon);
|
|
3194
3177
|
|
|
3195
3178
|
function BoldIcon(props, ref) {
|
|
3196
3179
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3209,7 +3192,7 @@ function BoldIcon(props, ref) {
|
|
|
3209
3192
|
clipRule: "evenodd"
|
|
3210
3193
|
}));
|
|
3211
3194
|
}
|
|
3212
|
-
const ForwardRef$
|
|
3195
|
+
const ForwardRef$40 = /*#__PURE__*/forwardRef(BoldIcon);
|
|
3213
3196
|
|
|
3214
3197
|
function BulletListIcon(props, ref) {
|
|
3215
3198
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3228,7 +3211,7 @@ function BulletListIcon(props, ref) {
|
|
|
3228
3211
|
clipRule: "evenodd"
|
|
3229
3212
|
}));
|
|
3230
3213
|
}
|
|
3231
|
-
const ForwardRef$
|
|
3214
|
+
const ForwardRef$3$ = /*#__PURE__*/forwardRef(BulletListIcon);
|
|
3232
3215
|
|
|
3233
3216
|
function ItalicIcon(props, ref) {
|
|
3234
3217
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3247,7 +3230,7 @@ function ItalicIcon(props, ref) {
|
|
|
3247
3230
|
clipRule: "evenodd"
|
|
3248
3231
|
}));
|
|
3249
3232
|
}
|
|
3250
|
-
const ForwardRef$
|
|
3233
|
+
const ForwardRef$3_ = /*#__PURE__*/forwardRef(ItalicIcon);
|
|
3251
3234
|
|
|
3252
3235
|
function LinkIcon(props, ref) {
|
|
3253
3236
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3266,7 +3249,7 @@ function LinkIcon(props, ref) {
|
|
|
3266
3249
|
clipRule: "evenodd"
|
|
3267
3250
|
}));
|
|
3268
3251
|
}
|
|
3269
|
-
const ForwardRef$
|
|
3252
|
+
const ForwardRef$3Z = /*#__PURE__*/forwardRef(LinkIcon);
|
|
3270
3253
|
|
|
3271
3254
|
function NumberListIcon(props, ref) {
|
|
3272
3255
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3285,7 +3268,7 @@ function NumberListIcon(props, ref) {
|
|
|
3285
3268
|
clipRule: "evenodd"
|
|
3286
3269
|
}));
|
|
3287
3270
|
}
|
|
3288
|
-
const ForwardRef$
|
|
3271
|
+
const ForwardRef$3Y = /*#__PURE__*/forwardRef(NumberListIcon);
|
|
3289
3272
|
|
|
3290
3273
|
function SourceCodeIcon(props, ref) {
|
|
3291
3274
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3304,7 +3287,7 @@ function SourceCodeIcon(props, ref) {
|
|
|
3304
3287
|
clipRule: "evenodd"
|
|
3305
3288
|
}));
|
|
3306
3289
|
}
|
|
3307
|
-
const ForwardRef$
|
|
3290
|
+
const ForwardRef$3X = /*#__PURE__*/forwardRef(SourceCodeIcon);
|
|
3308
3291
|
|
|
3309
3292
|
function TextColorIcon(props, ref) {
|
|
3310
3293
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3323,7 +3306,7 @@ function TextColorIcon(props, ref) {
|
|
|
3323
3306
|
clipRule: "evenodd"
|
|
3324
3307
|
}));
|
|
3325
3308
|
}
|
|
3326
|
-
const ForwardRef$
|
|
3309
|
+
const ForwardRef$3W = /*#__PURE__*/forwardRef(TextColorIcon);
|
|
3327
3310
|
|
|
3328
3311
|
function UnderlineIcon(props, ref) {
|
|
3329
3312
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3342,7 +3325,7 @@ function UnderlineIcon(props, ref) {
|
|
|
3342
3325
|
clipRule: "evenodd"
|
|
3343
3326
|
}));
|
|
3344
3327
|
}
|
|
3345
|
-
const ForwardRef$
|
|
3328
|
+
const ForwardRef$3V = /*#__PURE__*/forwardRef(UnderlineIcon);
|
|
3346
3329
|
|
|
3347
3330
|
function UnlinkIcon(props, ref) {
|
|
3348
3331
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3361,7 +3344,107 @@ function UnlinkIcon(props, ref) {
|
|
|
3361
3344
|
clipRule: "evenodd"
|
|
3362
3345
|
}));
|
|
3363
3346
|
}
|
|
3364
|
-
const ForwardRef$
|
|
3347
|
+
const ForwardRef$3U = /*#__PURE__*/forwardRef(UnlinkIcon);
|
|
3348
|
+
|
|
3349
|
+
function AppleIcon(props, ref) {
|
|
3350
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3351
|
+
fill: "none",
|
|
3352
|
+
viewBox: "0 0 12 14",
|
|
3353
|
+
width: props.width || props.size || 16,
|
|
3354
|
+
height: props.height || props.size || 16,
|
|
3355
|
+
color: props.color || '#181C56',
|
|
3356
|
+
ref: ref
|
|
3357
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3358
|
+
fill: "currentColor",
|
|
3359
|
+
fillRule: "evenodd",
|
|
3360
|
+
d: "M8.168 2.235C8.682 1.644 9.029.82 8.934 0c-.741.028-1.639.47-2.17 1.06-.478.525-.895 1.363-.783 2.166.828.061 1.672-.399 2.187-.991m1.855 5.203c.02 2.118 1.956 2.823 1.977 2.832-.016.05-.31 1.005-1.02 1.992-.614.852-1.251 1.701-2.256 1.72-.986.017-1.304-.556-2.432-.556s-1.48.537-2.414.573c-.97.034-1.708-.922-2.327-1.772C.285 10.489-.683 7.315.617 5.173a3.64 3.64 0 0 1 3.05-1.754c.951-.018 1.85.608 2.431.608.582 0 1.674-.752 2.822-.642.48.02 1.83.184 2.695 1.389-.07.041-1.61.893-1.592 2.664",
|
|
3361
|
+
clipRule: "evenodd"
|
|
3362
|
+
}));
|
|
3363
|
+
}
|
|
3364
|
+
const ForwardRef$3T = /*#__PURE__*/forwardRef(AppleIcon);
|
|
3365
|
+
|
|
3366
|
+
function FigmaIcon(props, ref) {
|
|
3367
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3368
|
+
fill: "none",
|
|
3369
|
+
viewBox: "0 0 24 25",
|
|
3370
|
+
width: props.width || props.size || 16,
|
|
3371
|
+
height: props.height || props.size || 16,
|
|
3372
|
+
color: props.color || '#181C56',
|
|
3373
|
+
ref: ref
|
|
3374
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3375
|
+
fill: "#24CB71",
|
|
3376
|
+
d: "M6 18.914a3 3 0 0 1 3-3h3v3a3 3 0 0 1-6 0"
|
|
3377
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3378
|
+
fill: "#FF7237",
|
|
3379
|
+
d: "M12 3.914v6h3a3 3 0 0 0 0-6z"
|
|
3380
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3381
|
+
fill: "#00B6FF",
|
|
3382
|
+
d: "M15 15.914a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
|
|
3383
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3384
|
+
fill: "#FF3737",
|
|
3385
|
+
d: "M6 6.914a3 3 0 0 0 3 3h3v-6H9a3 3 0 0 0-3 3"
|
|
3386
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3387
|
+
fill: "#874FFF",
|
|
3388
|
+
d: "M6 12.914a3 3 0 0 0 3 3h3v-6H9a3 3 0 0 0-3 3"
|
|
3389
|
+
}));
|
|
3390
|
+
}
|
|
3391
|
+
const ForwardRef$3S = /*#__PURE__*/forwardRef(FigmaIcon);
|
|
3392
|
+
|
|
3393
|
+
function GooglePlayIcon(props, ref) {
|
|
3394
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3395
|
+
fill: "none",
|
|
3396
|
+
viewBox: "0 0 12.5 14",
|
|
3397
|
+
width: props.width || props.size || 16,
|
|
3398
|
+
height: props.height || props.size || 16,
|
|
3399
|
+
color: props.color || '#181C56',
|
|
3400
|
+
ref: ref
|
|
3401
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3402
|
+
fill: "currentColor",
|
|
3403
|
+
d: "M12.26 6.495 9.73 5.024 7.65 7.05 9.55 8.902l2.71-1.575a.48.48 0 0 0 .239-.416.48.48 0 0 0-.24-.416M9.303 4.77 6.517 3.153.414 0l6.891 6.716zM.517 14l6.01-3.338 2.595-1.509-1.815-1.77zM.007.273 0 13.833 6.964 7.05z"
|
|
3404
|
+
}));
|
|
3405
|
+
}
|
|
3406
|
+
const ForwardRef$3R = /*#__PURE__*/forwardRef(GooglePlayIcon);
|
|
3407
|
+
|
|
3408
|
+
function MuralIcon(props, ref) {
|
|
3409
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3410
|
+
fill: "none",
|
|
3411
|
+
viewBox: "0 0 24 25",
|
|
3412
|
+
width: props.width || props.size || 16,
|
|
3413
|
+
height: props.height || props.size || 16,
|
|
3414
|
+
color: props.color || '#181C56',
|
|
3415
|
+
ref: ref
|
|
3416
|
+
}), /*#__PURE__*/React.createElement(G, {
|
|
3417
|
+
clipPath: "url(#a)"
|
|
3418
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
3419
|
+
fill: "#000",
|
|
3420
|
+
d: "m19.692 9.406 3.14.181v11.942h-3.14z"
|
|
3421
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3422
|
+
fill: "#00843F",
|
|
3423
|
+
d: "M16.027 9.587c0-1.01.813-1.823 1.822-1.823.208-1.117.242-2.174 0-3.139-2.721 0-4.939 2.218-4.939 4.962v8.825l3.14.23V9.588z"
|
|
3424
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3425
|
+
fill: "#FC83FF",
|
|
3426
|
+
d: "M19.693 9.587h3.139c-.023-2.744-2.239-4.962-4.962-4.962v3.14c1.01 0 1.822.812 1.822 1.822"
|
|
3427
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3428
|
+
fill: "#FA0",
|
|
3429
|
+
d: "M16.027 21.522v-3.14h-5.132l.193 3.14z"
|
|
3430
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3431
|
+
fill: "#5887FF",
|
|
3432
|
+
d: "M7.97 21.522h3.118V9.579L7.97 9.4z"
|
|
3433
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3434
|
+
fill: "#000",
|
|
3435
|
+
d: "m1.188 9.58 3.139-.182v12.124h-3.14z"
|
|
3436
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3437
|
+
fill: "#FF4B4B",
|
|
3438
|
+
d: "M6.15 7.764c1.009 0 1.821.813 1.821 1.823h3.14c-.023-2.744-2.239-4.962-4.962-4.962a4.97 4.97 0 0 0-4.961 4.96h3.139c0-1.01.813-1.822 1.822-1.822z"
|
|
3439
|
+
})), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
|
|
3440
|
+
id: "a"
|
|
3441
|
+
}, /*#__PURE__*/React.createElement(Path, {
|
|
3442
|
+
fill: "#fff",
|
|
3443
|
+
d: "M0 0H24V24H0z",
|
|
3444
|
+
transform: "translate(0 .914)"
|
|
3445
|
+
}))));
|
|
3446
|
+
}
|
|
3447
|
+
const ForwardRef$3Q = /*#__PURE__*/forwardRef(MuralIcon);
|
|
3365
3448
|
|
|
3366
3449
|
function BicycleIcon(props, ref) {
|
|
3367
3450
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3378,7 +3461,7 @@ function BicycleIcon(props, ref) {
|
|
|
3378
3461
|
clipRule: "evenodd"
|
|
3379
3462
|
}));
|
|
3380
3463
|
}
|
|
3381
|
-
const ForwardRef$
|
|
3464
|
+
const ForwardRef$3P = /*#__PURE__*/forwardRef(BicycleIcon);
|
|
3382
3465
|
|
|
3383
3466
|
function BusIcon(props, ref) {
|
|
3384
3467
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3402,7 +3485,7 @@ function BusIcon(props, ref) {
|
|
|
3402
3485
|
d: "M3.55 11.8c0-.551.449-1 1-1s1 .449 1 1a1 1 0 0 1-2 0"
|
|
3403
3486
|
})));
|
|
3404
3487
|
}
|
|
3405
|
-
const ForwardRef$
|
|
3488
|
+
const ForwardRef$3O = /*#__PURE__*/forwardRef(BusIcon);
|
|
3406
3489
|
|
|
3407
3490
|
function CablewayIcon(props, ref) {
|
|
3408
3491
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3419,7 +3502,7 @@ function CablewayIcon(props, ref) {
|
|
|
3419
3502
|
clipRule: "evenodd"
|
|
3420
3503
|
}));
|
|
3421
3504
|
}
|
|
3422
|
-
const ForwardRef$
|
|
3505
|
+
const ForwardRef$3N = /*#__PURE__*/forwardRef(CablewayIcon);
|
|
3423
3506
|
|
|
3424
3507
|
function CarIcon(props, ref) {
|
|
3425
3508
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3438,7 +3521,7 @@ function CarIcon(props, ref) {
|
|
|
3438
3521
|
clipRule: "evenodd"
|
|
3439
3522
|
}));
|
|
3440
3523
|
}
|
|
3441
|
-
const ForwardRef$
|
|
3524
|
+
const ForwardRef$3M = /*#__PURE__*/forwardRef(CarIcon);
|
|
3442
3525
|
|
|
3443
3526
|
function CarSharingIcon(props, ref) {
|
|
3444
3527
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3461,7 +3544,7 @@ function CarSharingIcon(props, ref) {
|
|
|
3461
3544
|
d: "M5.516 10.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0"
|
|
3462
3545
|
}));
|
|
3463
3546
|
}
|
|
3464
|
-
const ForwardRef$
|
|
3547
|
+
const ForwardRef$3L = /*#__PURE__*/forwardRef(CarSharingIcon);
|
|
3465
3548
|
|
|
3466
3549
|
function CarferryIcon(props, ref) {
|
|
3467
3550
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3483,7 +3566,7 @@ function CarferryIcon(props, ref) {
|
|
|
3483
3566
|
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"
|
|
3484
3567
|
}));
|
|
3485
3568
|
}
|
|
3486
|
-
const ForwardRef$
|
|
3569
|
+
const ForwardRef$3K = /*#__PURE__*/forwardRef(CarferryIcon);
|
|
3487
3570
|
|
|
3488
3571
|
function CityBikeIcon(props, ref) {
|
|
3489
3572
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3500,7 +3583,7 @@ function CityBikeIcon(props, ref) {
|
|
|
3500
3583
|
clipRule: "evenodd"
|
|
3501
3584
|
}));
|
|
3502
3585
|
}
|
|
3503
|
-
const ForwardRef$
|
|
3586
|
+
const ForwardRef$3J = /*#__PURE__*/forwardRef(CityBikeIcon);
|
|
3504
3587
|
|
|
3505
3588
|
function FerryIcon(props, ref) {
|
|
3506
3589
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3517,7 +3600,7 @@ function FerryIcon(props, ref) {
|
|
|
3517
3600
|
d: "M8.737 13c-.824 0-1.253-.226-1.632-.425-.33-.173-.591-.31-1.168-.31s-.838.137-1.168.31c-.38.2-.81.425-1.633.425-1.052 0-1.969-.588-2.007-.613L1 12.316l.447-.894.196.108c.037.023.743.47 1.493.47.577 0 .838-.137 1.168-.31.38-.199.81-.424 1.633-.424s1.254.225 1.633.424c.33.173.59.31 1.167.31s.837-.137 1.167-.31c.379-.199.81-.424 1.632-.424.643 0 1.046.137 1.372.292l-.479.88c-.23-.103-.48-.172-.893-.172-.577 0-.837.136-1.168.31-.378.198-.808.424-1.631.424M14.75 7.456h-1.432a.05.05 0 0 1-.05-.036l-.907-2.746a.35.35 0 0 0-.33-.242h-.554a.05.05 0 0 1-.047-.034l-.34-.825c-.073-.186-.214-.298-.417-.198l-1.213.706a.45.45 0 0 0-.244.402v.463c0 .04-.026.054-.047.054H5.78a.35.35 0 0 0-.318.198L4.362 7.422a.05.05 0 0 1-.047.034h-.667a.35.35 0 0 0-.314.195l-1.496 3.047c.313.16.658.302 1.275.302 1.4 0 1.4-.733 2.8-.733s1.4.733 2.8.733 1.4-.733 2.8-.733c.9 0 1.45.306 1.845.521l1.611-2.963a.25.25 0 0 0-.22-.37m-7.353-.2a.2.2 0 0 1-.2.2H5.272c-.125 0-.236-.098-.133-.279l.381-.78a.25.25 0 0 1 .228-.141h1.45c.11 0 .2.09.2.2zm2.204-.004a.204.204 0 0 1-.204.204H8.005a.204.204 0 0 1-.204-.204V6.46c0-.113.091-.204.204-.204h1.392c.113 0 .204.091.204.204zm2.535.204-1.933.001A.2.2 0 0 1 10 7.256v-.799c0-.11.09-.201.202-.201h1.653c.116 0 .217.079.245.191l.193.78c.053.165-.049.229-.158.229"
|
|
3518
3601
|
}));
|
|
3519
3602
|
}
|
|
3520
|
-
const ForwardRef$
|
|
3603
|
+
const ForwardRef$3I = /*#__PURE__*/forwardRef(FerryIcon);
|
|
3521
3604
|
|
|
3522
3605
|
function FunicularIcon(props, ref) {
|
|
3523
3606
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3537,7 +3620,7 @@ function FunicularIcon(props, ref) {
|
|
|
3537
3620
|
clipRule: "evenodd"
|
|
3538
3621
|
}));
|
|
3539
3622
|
}
|
|
3540
|
-
const ForwardRef$
|
|
3623
|
+
const ForwardRef$3H = /*#__PURE__*/forwardRef(FunicularIcon);
|
|
3541
3624
|
|
|
3542
3625
|
function HelicopterIcon(props, ref) {
|
|
3543
3626
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3561,7 +3644,7 @@ function HelicopterIcon(props, ref) {
|
|
|
3561
3644
|
clipRule: "evenodd"
|
|
3562
3645
|
}));
|
|
3563
3646
|
}
|
|
3564
|
-
const ForwardRef$
|
|
3647
|
+
const ForwardRef$3G = /*#__PURE__*/forwardRef(HelicopterIcon);
|
|
3565
3648
|
|
|
3566
3649
|
function MetroIcon(props, ref) {
|
|
3567
3650
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3583,7 +3666,7 @@ function MetroIcon(props, ref) {
|
|
|
3583
3666
|
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"
|
|
3584
3667
|
}));
|
|
3585
3668
|
}
|
|
3586
|
-
const ForwardRef$
|
|
3669
|
+
const ForwardRef$3F = /*#__PURE__*/forwardRef(MetroIcon);
|
|
3587
3670
|
|
|
3588
3671
|
function MobilityIcon(props, ref) {
|
|
3589
3672
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3602,13 +3685,11 @@ function MobilityIcon(props, ref) {
|
|
|
3602
3685
|
clipRule: "evenodd"
|
|
3603
3686
|
}));
|
|
3604
3687
|
}
|
|
3605
|
-
const ForwardRef$
|
|
3688
|
+
const ForwardRef$3E = /*#__PURE__*/forwardRef(MobilityIcon);
|
|
3606
3689
|
|
|
3607
3690
|
function PlaneIcon(props, ref) {
|
|
3608
3691
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3609
|
-
|
|
3610
|
-
x: 0,
|
|
3611
|
-
y: 0,
|
|
3692
|
+
fill: "none",
|
|
3612
3693
|
viewBox: "0 0 16 16",
|
|
3613
3694
|
width: props.width || props.size || 16,
|
|
3614
3695
|
height: props.height || props.size || 16,
|
|
@@ -3616,17 +3697,10 @@ function PlaneIcon(props, ref) {
|
|
|
3616
3697
|
ref: ref
|
|
3617
3698
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
3618
3699
|
fill: "currentColor",
|
|
3619
|
-
|
|
3620
|
-
d: "M14.833 5.682a.2.2 0 0 0-.044-.03l-.016-.011-.043-.025c-.146-.084-1.008-.42-1.478-.576a.76.76 0 0 0-.398-.024L9.037 6.044 5.21 4.438c-.273-.118-.318-.14-.57-.125l-.794.076c-.171.018-.198.158-.055.294L6.01 6.858 3.621 7.5l-2.13-.824c-.176-.069-.231-.068-.323-.043l-.08.022c-.063.016-.09.056-.088.1.002.057.046.076.19.228 0 0 2.873 2.805 3.033 2.948a.22.22 0 0 0 .204.048l10.138-2.731a.22.22 0 0 0 .151-.144c.131-.4.313-1.058.28-1.179a.46.46 0 0 0-.163-.243m-1.252.206-.271.073c-.03.008-.074.026-.122.006l-.46-.169a.14.14 0 0 1-.087-.138.14.14 0 0 1 .103-.127l.271-.073a.14.14 0 0 1 .088.005l.506.204c.056.023.086.055.082.115s-.052.09-.11.104",
|
|
3621
|
-
clipRule: "evenodd"
|
|
3622
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3623
|
-
fill: "currentColor",
|
|
3624
|
-
fillRule: "evenodd",
|
|
3625
|
-
d: "M2 11.999H14V12.999H2z",
|
|
3626
|
-
clipRule: "evenodd"
|
|
3700
|
+
d: "M12.58 3.16c.329-.11.642.203.532.532A5.9 5.9 0 0 1 11.687 6L10.254 7.43l1.374 5.697-1 1-2.454-4.616-1.889 1.889.11 1.065-.858.858-.865-1.724-1.723-.864.858-.858 1.063.11 1.89-1.89-4.617-2.455 1-1L8.84 6.017l1.433-1.433a5.9 5.9 0 0 1 2.306-1.425"
|
|
3627
3701
|
}));
|
|
3628
3702
|
}
|
|
3629
|
-
const ForwardRef$
|
|
3703
|
+
const ForwardRef$3D = /*#__PURE__*/forwardRef(PlaneIcon);
|
|
3630
3704
|
|
|
3631
3705
|
function RunningIcon(props, ref) {
|
|
3632
3706
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3648,7 +3722,7 @@ function RunningIcon(props, ref) {
|
|
|
3648
3722
|
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"
|
|
3649
3723
|
})));
|
|
3650
3724
|
}
|
|
3651
|
-
const ForwardRef$
|
|
3725
|
+
const ForwardRef$3C = /*#__PURE__*/forwardRef(RunningIcon);
|
|
3652
3726
|
|
|
3653
3727
|
function SnowCoachIcon(props, ref) {
|
|
3654
3728
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3666,7 +3740,7 @@ function SnowCoachIcon(props, ref) {
|
|
|
3666
3740
|
d: "M13.625 9.246a1.375 1.375 0 1 1 0 2.748H7.99c-.622 0-1.206-.3-1.567-.806l-.353-.494a.915.915 0 0 1 .745-1.448zm-6 .75a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25m2 0a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25m2 0a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25m2 0a.625.625 0 1 0 0 1.25.625.625 0 0 0 0-1.25"
|
|
3667
3741
|
}));
|
|
3668
3742
|
}
|
|
3669
|
-
const ForwardRef$
|
|
3743
|
+
const ForwardRef$3B = /*#__PURE__*/forwardRef(SnowCoachIcon);
|
|
3670
3744
|
|
|
3671
3745
|
function StandingIcon(props, ref) {
|
|
3672
3746
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3686,7 +3760,7 @@ function StandingIcon(props, ref) {
|
|
|
3686
3760
|
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"
|
|
3687
3761
|
})));
|
|
3688
3762
|
}
|
|
3689
|
-
const ForwardRef$
|
|
3763
|
+
const ForwardRef$3A = /*#__PURE__*/forwardRef(StandingIcon);
|
|
3690
3764
|
|
|
3691
3765
|
function StrollingIcon(props, ref) {
|
|
3692
3766
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3708,7 +3782,7 @@ function StrollingIcon(props, ref) {
|
|
|
3708
3782
|
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"
|
|
3709
3783
|
})));
|
|
3710
3784
|
}
|
|
3711
|
-
const ForwardRef$
|
|
3785
|
+
const ForwardRef$3z = /*#__PURE__*/forwardRef(StrollingIcon);
|
|
3712
3786
|
|
|
3713
3787
|
function TaxiIcon(props, ref) {
|
|
3714
3788
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3727,7 +3801,7 @@ function TaxiIcon(props, ref) {
|
|
|
3727
3801
|
clipRule: "evenodd"
|
|
3728
3802
|
}));
|
|
3729
3803
|
}
|
|
3730
|
-
const ForwardRef$
|
|
3804
|
+
const ForwardRef$3y = /*#__PURE__*/forwardRef(TaxiIcon);
|
|
3731
3805
|
|
|
3732
3806
|
function TrainIcon(props, ref) {
|
|
3733
3807
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3749,7 +3823,7 @@ function TrainIcon(props, ref) {
|
|
|
3749
3823
|
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"
|
|
3750
3824
|
}));
|
|
3751
3825
|
}
|
|
3752
|
-
const ForwardRef$
|
|
3826
|
+
const ForwardRef$3x = /*#__PURE__*/forwardRef(TrainIcon);
|
|
3753
3827
|
|
|
3754
3828
|
function TramIcon(props, ref) {
|
|
3755
3829
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3773,7 +3847,7 @@ function TramIcon(props, ref) {
|
|
|
3773
3847
|
clipRule: "evenodd"
|
|
3774
3848
|
}));
|
|
3775
3849
|
}
|
|
3776
|
-
const ForwardRef$
|
|
3850
|
+
const ForwardRef$3w = /*#__PURE__*/forwardRef(TramIcon);
|
|
3777
3851
|
|
|
3778
3852
|
function WalkIcon(props, ref) {
|
|
3779
3853
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3795,7 +3869,7 @@ function WalkIcon(props, ref) {
|
|
|
3795
3869
|
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"
|
|
3796
3870
|
})));
|
|
3797
3871
|
}
|
|
3798
|
-
const ForwardRef$
|
|
3872
|
+
const ForwardRef$3v = /*#__PURE__*/forwardRef(WalkIcon);
|
|
3799
3873
|
|
|
3800
3874
|
function AdditionalZonesTicketIcon(props, ref) {
|
|
3801
3875
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3814,9 +3888,9 @@ function AdditionalZonesTicketIcon(props, ref) {
|
|
|
3814
3888
|
clipRule: "evenodd"
|
|
3815
3889
|
}));
|
|
3816
3890
|
}
|
|
3817
|
-
const ForwardRef$
|
|
3891
|
+
const ForwardRef$3u = /*#__PURE__*/forwardRef(AdditionalZonesTicketIcon);
|
|
3818
3892
|
|
|
3819
|
-
function
|
|
3893
|
+
function AirportIcon(props, ref) {
|
|
3820
3894
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3821
3895
|
fill: "none",
|
|
3822
3896
|
viewBox: "0 0 16 16",
|
|
@@ -3826,22 +3900,15 @@ function CabinIcon(props, ref) {
|
|
|
3826
3900
|
ref: ref
|
|
3827
3901
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
3828
3902
|
fill: "currentColor",
|
|
3829
|
-
|
|
3830
|
-
d: "M7.557 1.166a.657.657 0 0 1 .873 0l5.437 4.833c.14.124.22.303.22.49v7.854a.657.657 0 0 1-.656.657H9.806a.657.657 0 0 1-.657-.657v-3.572H6.84v3.572a.66.66 0 0 1-.568.651L6.18 15H2.558a.657.657 0 0 1-.657-.657V6.49c0-.188.08-.367.22-.491zm.437 1.369-4.78 4.249v6.902h2.31v-3.572c0-.332.248-.607.568-.65l.09-.007h3.624c.363 0 .657.295.657.657v3.572h2.31V6.785z",
|
|
3831
|
-
clipRule: "evenodd"
|
|
3832
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
3833
|
-
fill: "currentColor",
|
|
3834
|
-
fillRule: "evenodd",
|
|
3835
|
-
d: "M3 10.55v-1.1h10v1.1zM3 8.55v-1.1h10v1.1zM3 6.55v-1.1h10v1.1zM5 4.55v-1.1h6v1.1zM3 12.55v-1.1h3.333v1.1zM10 12.55v-1.1h4v1.1z",
|
|
3836
|
-
clipRule: "evenodd"
|
|
3903
|
+
d: "M9.632 7.507h2.519c.232 0 .42.26.42.493 0 .234-.19.494-.42.494H9.632l-2.239 3.662h-.98l1.12-3.662h-1.75l-.628.774h-.84L4.735 8l-.42-1.267h.84l.629.774h1.749l-1.12-3.662h.98z"
|
|
3837
3904
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
3838
3905
|
fill: "currentColor",
|
|
3839
3906
|
fillRule: "evenodd",
|
|
3840
|
-
d: "
|
|
3907
|
+
d: "M8 1a7 7 0 1 1 0 14.001 7 7 0 0 1 0-14m0 1.2a5.801 5.801 0 0 0 0 11.6A5.8 5.8 0 0 0 8 2.2",
|
|
3841
3908
|
clipRule: "evenodd"
|
|
3842
3909
|
}));
|
|
3843
3910
|
}
|
|
3844
|
-
const ForwardRef$
|
|
3911
|
+
const ForwardRef$3t = /*#__PURE__*/forwardRef(AirportIcon);
|
|
3845
3912
|
|
|
3846
3913
|
function CityIcon(props, ref) {
|
|
3847
3914
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3860,7 +3927,7 @@ function CityIcon(props, ref) {
|
|
|
3860
3927
|
clipRule: "evenodd"
|
|
3861
3928
|
}));
|
|
3862
3929
|
}
|
|
3863
|
-
const ForwardRef$
|
|
3930
|
+
const ForwardRef$3s = /*#__PURE__*/forwardRef(CityIcon);
|
|
3864
3931
|
|
|
3865
3932
|
function CompassNeedleIcon(props, ref) {
|
|
3866
3933
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3878,7 +3945,7 @@ function CompassNeedleIcon(props, ref) {
|
|
|
3878
3945
|
d: "M11 8 8 1 5 8z"
|
|
3879
3946
|
}));
|
|
3880
3947
|
}
|
|
3881
|
-
const ForwardRef$
|
|
3948
|
+
const ForwardRef$3r = /*#__PURE__*/forwardRef(CompassNeedleIcon);
|
|
3882
3949
|
|
|
3883
3950
|
function ConductorIcon(props, ref) {
|
|
3884
3951
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3895,7 +3962,7 @@ function ConductorIcon(props, ref) {
|
|
|
3895
3962
|
clipRule: "evenodd"
|
|
3896
3963
|
}));
|
|
3897
3964
|
}
|
|
3898
|
-
const ForwardRef$
|
|
3965
|
+
const ForwardRef$3q = /*#__PURE__*/forwardRef(ConductorIcon);
|
|
3899
3966
|
|
|
3900
3967
|
function CorrespondenceIcon(props, ref) {
|
|
3901
3968
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3919,7 +3986,7 @@ function CorrespondenceIcon(props, ref) {
|
|
|
3919
3986
|
clipRule: "evenodd"
|
|
3920
3987
|
}));
|
|
3921
3988
|
}
|
|
3922
|
-
const ForwardRef$
|
|
3989
|
+
const ForwardRef$3p = /*#__PURE__*/forwardRef(CorrespondenceIcon);
|
|
3923
3990
|
|
|
3924
3991
|
function DestinationIcon(props, ref) {
|
|
3925
3992
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3938,7 +4005,7 @@ function DestinationIcon(props, ref) {
|
|
|
3938
4005
|
clipRule: "evenodd"
|
|
3939
4006
|
}));
|
|
3940
4007
|
}
|
|
3941
|
-
const ForwardRef$
|
|
4008
|
+
const ForwardRef$3o = /*#__PURE__*/forwardRef(DestinationIcon);
|
|
3942
4009
|
|
|
3943
4010
|
function DirectionIcon(props, ref) {
|
|
3944
4011
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3955,7 +4022,7 @@ function DirectionIcon(props, ref) {
|
|
|
3955
4022
|
clipRule: "evenodd"
|
|
3956
4023
|
}));
|
|
3957
4024
|
}
|
|
3958
|
-
const ForwardRef$
|
|
4025
|
+
const ForwardRef$3n = /*#__PURE__*/forwardRef(DirectionIcon);
|
|
3959
4026
|
|
|
3960
4027
|
function DirectionFilledIcon(props, ref) {
|
|
3961
4028
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3972,7 +4039,7 @@ function DirectionFilledIcon(props, ref) {
|
|
|
3972
4039
|
clipRule: "evenodd"
|
|
3973
4040
|
}));
|
|
3974
4041
|
}
|
|
3975
|
-
const ForwardRef$
|
|
4042
|
+
const ForwardRef$3m = /*#__PURE__*/forwardRef(DirectionFilledIcon);
|
|
3976
4043
|
|
|
3977
4044
|
function EnvironmentIcon(props, ref) {
|
|
3978
4045
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -3991,7 +4058,7 @@ function EnvironmentIcon(props, ref) {
|
|
|
3991
4058
|
clipRule: "evenodd"
|
|
3992
4059
|
}));
|
|
3993
4060
|
}
|
|
3994
|
-
const ForwardRef$
|
|
4061
|
+
const ForwardRef$3l = /*#__PURE__*/forwardRef(EnvironmentIcon);
|
|
3995
4062
|
|
|
3996
4063
|
function GoalIcon(props, ref) {
|
|
3997
4064
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4008,7 +4075,7 @@ function GoalIcon(props, ref) {
|
|
|
4008
4075
|
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"
|
|
4009
4076
|
}));
|
|
4010
4077
|
}
|
|
4011
|
-
const ForwardRef$
|
|
4078
|
+
const ForwardRef$3k = /*#__PURE__*/forwardRef(GoalIcon);
|
|
4012
4079
|
|
|
4013
4080
|
function GymIcon(props, ref) {
|
|
4014
4081
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4025,7 +4092,7 @@ function GymIcon(props, ref) {
|
|
|
4025
4092
|
clipRule: "evenodd"
|
|
4026
4093
|
}));
|
|
4027
4094
|
}
|
|
4028
|
-
const ForwardRef$
|
|
4095
|
+
const ForwardRef$3j = /*#__PURE__*/forwardRef(GymIcon);
|
|
4029
4096
|
|
|
4030
4097
|
function HomeIcon(props, ref) {
|
|
4031
4098
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4044,7 +4111,7 @@ function HomeIcon(props, ref) {
|
|
|
4044
4111
|
clipRule: "evenodd"
|
|
4045
4112
|
}));
|
|
4046
4113
|
}
|
|
4047
|
-
const ForwardRef$
|
|
4114
|
+
const ForwardRef$3i = /*#__PURE__*/forwardRef(HomeIcon);
|
|
4048
4115
|
|
|
4049
4116
|
function InternationalIcon(props, ref) {
|
|
4050
4117
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4063,7 +4130,7 @@ function InternationalIcon(props, ref) {
|
|
|
4063
4130
|
clipRule: "evenodd"
|
|
4064
4131
|
}));
|
|
4065
4132
|
}
|
|
4066
|
-
const ForwardRef$
|
|
4133
|
+
const ForwardRef$3h = /*#__PURE__*/forwardRef(InternationalIcon);
|
|
4067
4134
|
|
|
4068
4135
|
function InterrailIcon(props, ref) {
|
|
4069
4136
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4082,7 +4149,7 @@ function InterrailIcon(props, ref) {
|
|
|
4082
4149
|
clipRule: "evenodd"
|
|
4083
4150
|
}));
|
|
4084
4151
|
}
|
|
4085
|
-
const ForwardRef$
|
|
4152
|
+
const ForwardRef$3g = /*#__PURE__*/forwardRef(InterrailIcon);
|
|
4086
4153
|
|
|
4087
4154
|
function InvalidTicketIcon(props, ref) {
|
|
4088
4155
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4101,7 +4168,7 @@ function InvalidTicketIcon(props, ref) {
|
|
|
4101
4168
|
clipRule: "evenodd"
|
|
4102
4169
|
}));
|
|
4103
4170
|
}
|
|
4104
|
-
const ForwardRef$
|
|
4171
|
+
const ForwardRef$3f = /*#__PURE__*/forwardRef(InvalidTicketIcon);
|
|
4105
4172
|
|
|
4106
4173
|
function LuggageIcon(props, ref) {
|
|
4107
4174
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4120,7 +4187,7 @@ function LuggageIcon(props, ref) {
|
|
|
4120
4187
|
clipRule: "evenodd"
|
|
4121
4188
|
}));
|
|
4122
4189
|
}
|
|
4123
|
-
const ForwardRef$
|
|
4190
|
+
const ForwardRef$3e = /*#__PURE__*/forwardRef(LuggageIcon);
|
|
4124
4191
|
|
|
4125
4192
|
function MapIcon(props, ref) {
|
|
4126
4193
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4139,7 +4206,7 @@ function MapIcon(props, ref) {
|
|
|
4139
4206
|
clipRule: "evenodd"
|
|
4140
4207
|
}));
|
|
4141
4208
|
}
|
|
4142
|
-
const ForwardRef$
|
|
4209
|
+
const ForwardRef$3d = /*#__PURE__*/forwardRef(MapIcon);
|
|
4143
4210
|
|
|
4144
4211
|
function MapFilledIcon(props, ref) {
|
|
4145
4212
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4159,7 +4226,7 @@ function MapFilledIcon(props, ref) {
|
|
|
4159
4226
|
clipRule: "evenodd"
|
|
4160
4227
|
}));
|
|
4161
4228
|
}
|
|
4162
|
-
const ForwardRef$
|
|
4229
|
+
const ForwardRef$3c = /*#__PURE__*/forwardRef(MapFilledIcon);
|
|
4163
4230
|
|
|
4164
4231
|
function MapPinIcon(props, ref) {
|
|
4165
4232
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4178,7 +4245,7 @@ function MapPinIcon(props, ref) {
|
|
|
4178
4245
|
clipRule: "evenodd"
|
|
4179
4246
|
}));
|
|
4180
4247
|
}
|
|
4181
|
-
const ForwardRef$
|
|
4248
|
+
const ForwardRef$3b = /*#__PURE__*/forwardRef(MapPinIcon);
|
|
4182
4249
|
|
|
4183
4250
|
function MountainIcon(props, ref) {
|
|
4184
4251
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4195,7 +4262,24 @@ function MountainIcon(props, ref) {
|
|
|
4195
4262
|
clipRule: "evenodd"
|
|
4196
4263
|
}));
|
|
4197
4264
|
}
|
|
4198
|
-
const ForwardRef$
|
|
4265
|
+
const ForwardRef$3a = /*#__PURE__*/forwardRef(MountainIcon);
|
|
4266
|
+
|
|
4267
|
+
function PlatformIcon(props, ref) {
|
|
4268
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4269
|
+
fill: "none",
|
|
4270
|
+
viewBox: "0 0 16 16",
|
|
4271
|
+
width: props.width || props.size || 16,
|
|
4272
|
+
height: props.height || props.size || 16,
|
|
4273
|
+
color: props.color || '#181C56',
|
|
4274
|
+
ref: ref
|
|
4275
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4276
|
+
fill: "currentColor",
|
|
4277
|
+
fillRule: "evenodd",
|
|
4278
|
+
d: "M15 4.365V2.96h-1.998V2h-1.393v.96H8.702V2H7.31v.96H4.403V2H3.01v.96H1.012v1.405H3.01v7.27H1v1.405h2.01V14h1.393v-.96H7.31V14h1.392v-.96h2.907V14h1.393v-.96h1.986v-1.405h-1.986v-7.27zm-10.597 7.27v-7.27H7.31v7.27zm7.206 0H8.702v-7.27h2.907z",
|
|
4279
|
+
clipRule: "evenodd"
|
|
4280
|
+
}));
|
|
4281
|
+
}
|
|
4282
|
+
const ForwardRef$39 = /*#__PURE__*/forwardRef(PlatformIcon);
|
|
4199
4283
|
|
|
4200
4284
|
function PlaygroundIcon(props, ref) {
|
|
4201
4285
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4217,7 +4301,7 @@ function PlaygroundIcon(props, ref) {
|
|
|
4217
4301
|
clipRule: "evenodd"
|
|
4218
4302
|
}));
|
|
4219
4303
|
}
|
|
4220
|
-
const ForwardRef$
|
|
4304
|
+
const ForwardRef$38 = /*#__PURE__*/forwardRef(PlaygroundIcon);
|
|
4221
4305
|
|
|
4222
4306
|
function PositionIcon(props, ref) {
|
|
4223
4307
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4234,7 +4318,7 @@ function PositionIcon(props, ref) {
|
|
|
4234
4318
|
clipRule: "evenodd"
|
|
4235
4319
|
}));
|
|
4236
4320
|
}
|
|
4237
|
-
const ForwardRef$
|
|
4321
|
+
const ForwardRef$37 = /*#__PURE__*/forwardRef(PositionIcon);
|
|
4238
4322
|
|
|
4239
4323
|
function PositionFilledIcon(props, ref) {
|
|
4240
4324
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4251,7 +4335,7 @@ function PositionFilledIcon(props, ref) {
|
|
|
4251
4335
|
clipRule: "evenodd"
|
|
4252
4336
|
}));
|
|
4253
4337
|
}
|
|
4254
|
-
const ForwardRef$
|
|
4338
|
+
const ForwardRef$36 = /*#__PURE__*/forwardRef(PositionFilledIcon);
|
|
4255
4339
|
|
|
4256
4340
|
function PrioritySeatPregnantIcon(props, ref) {
|
|
4257
4341
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4271,7 +4355,7 @@ function PrioritySeatPregnantIcon(props, ref) {
|
|
|
4271
4355
|
transform: "translate(-1319 -504) translate(1316 503)"
|
|
4272
4356
|
}));
|
|
4273
4357
|
}
|
|
4274
|
-
const ForwardRef$
|
|
4358
|
+
const ForwardRef$35 = /*#__PURE__*/forwardRef(PrioritySeatPregnantIcon);
|
|
4275
4359
|
|
|
4276
4360
|
function PrioritySeatSeniorsIcon(props, ref) {
|
|
4277
4361
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4291,7 +4375,7 @@ function PrioritySeatSeniorsIcon(props, ref) {
|
|
|
4291
4375
|
transform: "translate(-1354 -504) translate(1352 503)"
|
|
4292
4376
|
}));
|
|
4293
4377
|
}
|
|
4294
|
-
const ForwardRef$
|
|
4378
|
+
const ForwardRef$34 = /*#__PURE__*/forwardRef(PrioritySeatSeniorsIcon);
|
|
4295
4379
|
|
|
4296
4380
|
function RebateTicketIcon(props, ref) {
|
|
4297
4381
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4311,7 +4395,7 @@ function RebateTicketIcon(props, ref) {
|
|
|
4311
4395
|
clipRule: "evenodd"
|
|
4312
4396
|
}));
|
|
4313
4397
|
}
|
|
4314
|
-
const ForwardRef$
|
|
4398
|
+
const ForwardRef$33 = /*#__PURE__*/forwardRef(RebateTicketIcon);
|
|
4315
4399
|
|
|
4316
4400
|
function RebateTicketFilledIcon(props, ref) {
|
|
4317
4401
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4328,7 +4412,7 @@ function RebateTicketFilledIcon(props, ref) {
|
|
|
4328
4412
|
clipRule: "evenodd"
|
|
4329
4413
|
}));
|
|
4330
4414
|
}
|
|
4331
|
-
const ForwardRef$
|
|
4415
|
+
const ForwardRef$32 = /*#__PURE__*/forwardRef(RebateTicketFilledIcon);
|
|
4332
4416
|
|
|
4333
4417
|
function SkiIcon(props, ref) {
|
|
4334
4418
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4348,7 +4432,7 @@ function SkiIcon(props, ref) {
|
|
|
4348
4432
|
transform: "translate(-1425 -504) translate(1424 503)"
|
|
4349
4433
|
}));
|
|
4350
4434
|
}
|
|
4351
|
-
const ForwardRef$
|
|
4435
|
+
const ForwardRef$31 = /*#__PURE__*/forwardRef(SkiIcon);
|
|
4352
4436
|
|
|
4353
4437
|
function SuitcaseIcon(props, ref) {
|
|
4354
4438
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4368,7 +4452,7 @@ function SuitcaseIcon(props, ref) {
|
|
|
4368
4452
|
transform: "translate(-1245 -505) translate(1244 503)"
|
|
4369
4453
|
}));
|
|
4370
4454
|
}
|
|
4371
|
-
const ForwardRef$
|
|
4455
|
+
const ForwardRef$30 = /*#__PURE__*/forwardRef(SuitcaseIcon);
|
|
4372
4456
|
|
|
4373
4457
|
function TrackIcon(props, ref) {
|
|
4374
4458
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4385,7 +4469,7 @@ function TrackIcon(props, ref) {
|
|
|
4385
4469
|
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"
|
|
4386
4470
|
}));
|
|
4387
4471
|
}
|
|
4388
|
-
const ForwardRef$
|
|
4472
|
+
const ForwardRef$2$ = /*#__PURE__*/forwardRef(TrackIcon);
|
|
4389
4473
|
|
|
4390
4474
|
function UniversityIcon(props, ref) {
|
|
4391
4475
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4402,7 +4486,7 @@ function UniversityIcon(props, ref) {
|
|
|
4402
4486
|
clipRule: "evenodd"
|
|
4403
4487
|
}));
|
|
4404
4488
|
}
|
|
4405
|
-
const ForwardRef$
|
|
4489
|
+
const ForwardRef$2_ = /*#__PURE__*/forwardRef(UniversityIcon);
|
|
4406
4490
|
|
|
4407
4491
|
function ValidTicketIcon(props, ref) {
|
|
4408
4492
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4421,7 +4505,7 @@ function ValidTicketIcon(props, ref) {
|
|
|
4421
4505
|
clipRule: "evenodd"
|
|
4422
4506
|
}));
|
|
4423
4507
|
}
|
|
4424
|
-
const ForwardRef$
|
|
4508
|
+
const ForwardRef$2Z = /*#__PURE__*/forwardRef(ValidTicketIcon);
|
|
4425
4509
|
|
|
4426
4510
|
function ValidTicketFilledIcon(props, ref) {
|
|
4427
4511
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4438,7 +4522,7 @@ function ValidTicketFilledIcon(props, ref) {
|
|
|
4438
4522
|
clipRule: "evenodd"
|
|
4439
4523
|
}));
|
|
4440
4524
|
}
|
|
4441
|
-
const ForwardRef$
|
|
4525
|
+
const ForwardRef$2Y = /*#__PURE__*/forwardRef(ValidTicketFilledIcon);
|
|
4442
4526
|
|
|
4443
4527
|
function ZoneIcon(props, ref) {
|
|
4444
4528
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4462,7 +4546,7 @@ function ZoneIcon(props, ref) {
|
|
|
4462
4546
|
clipRule: "evenodd"
|
|
4463
4547
|
}));
|
|
4464
4548
|
}
|
|
4465
|
-
const ForwardRef$
|
|
4549
|
+
const ForwardRef$2X = /*#__PURE__*/forwardRef(ZoneIcon);
|
|
4466
4550
|
|
|
4467
4551
|
function AccessibilityIcon(props, ref) {
|
|
4468
4552
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4484,7 +4568,7 @@ function AccessibilityIcon(props, ref) {
|
|
|
4484
4568
|
clipRule: "evenodd"
|
|
4485
4569
|
}));
|
|
4486
4570
|
}
|
|
4487
|
-
const ForwardRef$
|
|
4571
|
+
const ForwardRef$2W = /*#__PURE__*/forwardRef(AccessibilityIcon);
|
|
4488
4572
|
|
|
4489
4573
|
function AddCardIcon(props, ref) {
|
|
4490
4574
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4503,7 +4587,7 @@ function AddCardIcon(props, ref) {
|
|
|
4503
4587
|
clipRule: "evenodd"
|
|
4504
4588
|
}));
|
|
4505
4589
|
}
|
|
4506
|
-
const ForwardRef$
|
|
4590
|
+
const ForwardRef$2V = /*#__PURE__*/forwardRef(AddCardIcon);
|
|
4507
4591
|
|
|
4508
4592
|
function AddIcon(props, ref) {
|
|
4509
4593
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4522,7 +4606,7 @@ function AddIcon(props, ref) {
|
|
|
4522
4606
|
clipRule: "evenodd"
|
|
4523
4607
|
}));
|
|
4524
4608
|
}
|
|
4525
|
-
const ForwardRef$
|
|
4609
|
+
const ForwardRef$2U = /*#__PURE__*/forwardRef(AddIcon);
|
|
4526
4610
|
|
|
4527
4611
|
function AdditionalIcon(props, ref) {
|
|
4528
4612
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4541,7 +4625,7 @@ function AdditionalIcon(props, ref) {
|
|
|
4541
4625
|
clipRule: "evenodd"
|
|
4542
4626
|
}));
|
|
4543
4627
|
}
|
|
4544
|
-
const ForwardRef$
|
|
4628
|
+
const ForwardRef$2T = /*#__PURE__*/forwardRef(AdditionalIcon);
|
|
4545
4629
|
|
|
4546
4630
|
function AdjustmentsIcon(props, ref) {
|
|
4547
4631
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4560,7 +4644,7 @@ function AdjustmentsIcon(props, ref) {
|
|
|
4560
4644
|
clipRule: "evenodd"
|
|
4561
4645
|
}));
|
|
4562
4646
|
}
|
|
4563
|
-
const ForwardRef$
|
|
4647
|
+
const ForwardRef$2S = /*#__PURE__*/forwardRef(AdjustmentsIcon);
|
|
4564
4648
|
|
|
4565
4649
|
function AdminIcon(props, ref) {
|
|
4566
4650
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4580,7 +4664,7 @@ function AdminIcon(props, ref) {
|
|
|
4580
4664
|
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"
|
|
4581
4665
|
}));
|
|
4582
4666
|
}
|
|
4583
|
-
const ForwardRef$
|
|
4667
|
+
const ForwardRef$2R = /*#__PURE__*/forwardRef(AdminIcon);
|
|
4584
4668
|
|
|
4585
4669
|
function AgreesIcon(props, ref) {
|
|
4586
4670
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4599,7 +4683,66 @@ function AgreesIcon(props, ref) {
|
|
|
4599
4683
|
clipRule: "evenodd"
|
|
4600
4684
|
}));
|
|
4601
4685
|
}
|
|
4602
|
-
const ForwardRef$
|
|
4686
|
+
const ForwardRef$2Q = /*#__PURE__*/forwardRef(AgreesIcon);
|
|
4687
|
+
|
|
4688
|
+
function AlertIcon(props, ref) {
|
|
4689
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4690
|
+
xmlSpace: "preserve",
|
|
4691
|
+
x: 0,
|
|
4692
|
+
y: 0,
|
|
4693
|
+
viewBox: "0 0 16 16",
|
|
4694
|
+
width: props.width || props.size || 16,
|
|
4695
|
+
height: props.height || props.size || 16,
|
|
4696
|
+
color: props.color || '#181C56',
|
|
4697
|
+
ref: ref
|
|
4698
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4699
|
+
fill: "currentColor",
|
|
4700
|
+
fillRule: "evenodd",
|
|
4701
|
+
d: "M8 1c2.654 0 4.779 1.85 4.895 4.217l.005.204v1.895c0 2.084 2.1 2.59 2.1 3.79 0 .817-1.584 1.489-4.227 1.762C10.587 14.103 9.43 15 8 15s-2.587-.897-2.774-2.132C2.584 12.594 1 11.923 1 11.105c0-1.15 1.929-1.662 2.09-3.537l.01-.252V5.42C3.1 2.958 5.27 1 8 1m1.294 11.973q-.473.02-.969.025L8 13q-.673 0-1.294-.027c.204.412.683.694 1.294.694s1.09-.282 1.294-.694M8 2.39c-1.917 0-3.395 1.275-3.495 2.861l-.005.171v1.895c0 1.229-.433 2.102-1.262 3l-.578.59.094.04.214.077q.058.02.119.038l.19.057c1.12.312 2.769.493 4.723.493s3.603-.181 4.722-.493q.3-.085.524-.172l.093-.04-.394-.396c-.884-.905-1.377-1.756-1.438-2.936l-.007-.258V5.42C11.5 3.756 9.985 2.39 8 2.39",
|
|
4702
|
+
clipRule: "evenodd"
|
|
4703
|
+
}));
|
|
4704
|
+
}
|
|
4705
|
+
const ForwardRef$2P = /*#__PURE__*/forwardRef(AlertIcon);
|
|
4706
|
+
|
|
4707
|
+
function AlertMobileIcon(props, ref) {
|
|
4708
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4709
|
+
fill: "none",
|
|
4710
|
+
viewBox: "0 0 16 16",
|
|
4711
|
+
width: props.width || props.size || 16,
|
|
4712
|
+
height: props.height || props.size || 16,
|
|
4713
|
+
color: props.color || '#181C56',
|
|
4714
|
+
ref: ref
|
|
4715
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4716
|
+
fill: "currentColor",
|
|
4717
|
+
fillRule: "evenodd",
|
|
4718
|
+
d: "M8.002 5.43a2.557 2.557 0 0 1 2.557 2.556v.742c0 .27.05.537.152.787l.293.721a.6.6 0 0 1-.557.825h-.872a1.58 1.58 0 0 1-1.573 1.478 1.58 1.58 0 0 1-1.572-1.477h-.873A.6.6 0 0 1 5 10.236l.292-.721a2.1 2.1 0 0 0 .153-.787v-.742a2.557 2.557 0 0 1 2.557-2.555m-.362 5.632a.38.38 0 0 0 .362.277c.17 0 .315-.116.361-.277zm.362-4.432c-.749 0-1.356.608-1.356 1.356v.742a3.3 3.3 0 0 1-.202 1.133h3.117a3.3 3.3 0 0 1-.203-1.133v-.742c0-.748-.607-1.356-1.356-1.356",
|
|
4719
|
+
clipRule: "evenodd"
|
|
4720
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4721
|
+
fill: "currentColor",
|
|
4722
|
+
d: "M8.98 4.168H7.022v-1.2H8.98z"
|
|
4723
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4724
|
+
fill: "currentColor",
|
|
4725
|
+
fillRule: "evenodd",
|
|
4726
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM4.6 2.2a.4.4 0 0 0-.4.4V13.4c0 .22.18.4.4.4h6.803a.4.4 0 0 0 .4-.4V2.6a.4.4 0 0 0-.4-.4z",
|
|
4727
|
+
clipRule: "evenodd"
|
|
4728
|
+
}));
|
|
4729
|
+
}
|
|
4730
|
+
const ForwardRef$2O = /*#__PURE__*/forwardRef(AlertMobileIcon);
|
|
4731
|
+
|
|
4732
|
+
function AlertMobileFilledIcon(props, ref) {
|
|
4733
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4734
|
+
fill: "none",
|
|
4735
|
+
viewBox: "0 0 16 16",
|
|
4736
|
+
width: props.width || props.size || 16,
|
|
4737
|
+
height: props.height || props.size || 16,
|
|
4738
|
+
color: props.color || '#181C56',
|
|
4739
|
+
ref: ref
|
|
4740
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
4741
|
+
fill: "currentColor",
|
|
4742
|
+
d: "M11.403 1a1.6 1.6 0 0 1 1.6 1.6V13.4a1.6 1.6 0 0 1-1.6 1.6H4.6a1.6 1.6 0 0 1-1.6-1.6V2.6A1.6 1.6 0 0 1 4.6 1zM8.002 5.432a2.556 2.556 0 0 0-2.557 2.555v.742c0 .269-.052.537-.153.787L5 10.237a.602.602 0 0 0 .557.825h.872a1.58 1.58 0 0 0 1.573 1.477 1.58 1.58 0 0 0 1.573-1.476h.872a.6.6 0 0 0 .557-.826l-.293-.721a2.1 2.1 0 0 1-.152-.787v-.742a2.556 2.556 0 0 0-2.557-2.555m.361 5.63a.38.38 0 0 1-.361.277.38.38 0 0 1-.362-.277zM7.023 2.97v1.199H8.98v-1.2z"
|
|
4743
|
+
}));
|
|
4744
|
+
}
|
|
4745
|
+
const ForwardRef$2N = /*#__PURE__*/forwardRef(AlertMobileFilledIcon);
|
|
4603
4746
|
|
|
4604
4747
|
function ObjectAlignBottomFilledIcon(props, ref) {
|
|
4605
4748
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4614,7 +4757,7 @@ function ObjectAlignBottomFilledIcon(props, ref) {
|
|
|
4614
4757
|
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"
|
|
4615
4758
|
}));
|
|
4616
4759
|
}
|
|
4617
|
-
const ForwardRef$
|
|
4760
|
+
const ForwardRef$2M = /*#__PURE__*/forwardRef(ObjectAlignBottomFilledIcon);
|
|
4618
4761
|
|
|
4619
4762
|
function ObjectAlignBottomIcon(props, ref) {
|
|
4620
4763
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4639,7 +4782,7 @@ function ObjectAlignBottomIcon(props, ref) {
|
|
|
4639
4782
|
clipRule: "evenodd"
|
|
4640
4783
|
}));
|
|
4641
4784
|
}
|
|
4642
|
-
const ForwardRef$
|
|
4785
|
+
const ForwardRef$2L = /*#__PURE__*/forwardRef(ObjectAlignBottomIcon);
|
|
4643
4786
|
|
|
4644
4787
|
function ObjectAlignCenterFilledIcon(props, ref) {
|
|
4645
4788
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4654,7 +4797,7 @@ function ObjectAlignCenterFilledIcon(props, ref) {
|
|
|
4654
4797
|
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"
|
|
4655
4798
|
}));
|
|
4656
4799
|
}
|
|
4657
|
-
const ForwardRef$
|
|
4800
|
+
const ForwardRef$2K = /*#__PURE__*/forwardRef(ObjectAlignCenterFilledIcon);
|
|
4658
4801
|
|
|
4659
4802
|
function ObjectAlignCenterIcon(props, ref) {
|
|
4660
4803
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4671,7 +4814,7 @@ function ObjectAlignCenterIcon(props, ref) {
|
|
|
4671
4814
|
clipRule: "evenodd"
|
|
4672
4815
|
}));
|
|
4673
4816
|
}
|
|
4674
|
-
const ForwardRef$
|
|
4817
|
+
const ForwardRef$2J = /*#__PURE__*/forwardRef(ObjectAlignCenterIcon);
|
|
4675
4818
|
|
|
4676
4819
|
function ObjectAlignLeftFilledIcon(props, ref) {
|
|
4677
4820
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4686,7 +4829,7 @@ function ObjectAlignLeftFilledIcon(props, ref) {
|
|
|
4686
4829
|
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"
|
|
4687
4830
|
}));
|
|
4688
4831
|
}
|
|
4689
|
-
const ForwardRef$
|
|
4832
|
+
const ForwardRef$2I = /*#__PURE__*/forwardRef(ObjectAlignLeftFilledIcon);
|
|
4690
4833
|
|
|
4691
4834
|
function ObjectAlignLeftIcon(props, ref) {
|
|
4692
4835
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4703,7 +4846,7 @@ function ObjectAlignLeftIcon(props, ref) {
|
|
|
4703
4846
|
clipRule: "evenodd"
|
|
4704
4847
|
}));
|
|
4705
4848
|
}
|
|
4706
|
-
const ForwardRef$
|
|
4849
|
+
const ForwardRef$2H = /*#__PURE__*/forwardRef(ObjectAlignLeftIcon);
|
|
4707
4850
|
|
|
4708
4851
|
function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
4709
4852
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4718,7 +4861,7 @@ function ObjectAlignMiddleFilledIcon(props, ref) {
|
|
|
4718
4861
|
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"
|
|
4719
4862
|
}));
|
|
4720
4863
|
}
|
|
4721
|
-
const ForwardRef$
|
|
4864
|
+
const ForwardRef$2G = /*#__PURE__*/forwardRef(ObjectAlignMiddleFilledIcon);
|
|
4722
4865
|
|
|
4723
4866
|
function ObjectAlignMiddleIcon(props, ref) {
|
|
4724
4867
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4735,7 +4878,7 @@ function ObjectAlignMiddleIcon(props, ref) {
|
|
|
4735
4878
|
clipRule: "evenodd"
|
|
4736
4879
|
}));
|
|
4737
4880
|
}
|
|
4738
|
-
const ForwardRef$
|
|
4881
|
+
const ForwardRef$2F = /*#__PURE__*/forwardRef(ObjectAlignMiddleIcon);
|
|
4739
4882
|
|
|
4740
4883
|
function ObjectAlignRightFilledIcon(props, ref) {
|
|
4741
4884
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4752,7 +4895,7 @@ function ObjectAlignRightFilledIcon(props, ref) {
|
|
|
4752
4895
|
clipRule: "evenodd"
|
|
4753
4896
|
}));
|
|
4754
4897
|
}
|
|
4755
|
-
const ForwardRef$
|
|
4898
|
+
const ForwardRef$2E = /*#__PURE__*/forwardRef(ObjectAlignRightFilledIcon);
|
|
4756
4899
|
|
|
4757
4900
|
function ObjectAlignRightIcon(props, ref) {
|
|
4758
4901
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4772,7 +4915,7 @@ function ObjectAlignRightIcon(props, ref) {
|
|
|
4772
4915
|
clipRule: "evenodd"
|
|
4773
4916
|
}));
|
|
4774
4917
|
}
|
|
4775
|
-
const ForwardRef$
|
|
4918
|
+
const ForwardRef$2D = /*#__PURE__*/forwardRef(ObjectAlignRightIcon);
|
|
4776
4919
|
|
|
4777
4920
|
function ObjectAlignTopFilledIcon(props, ref) {
|
|
4778
4921
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4787,7 +4930,7 @@ function ObjectAlignTopFilledIcon(props, ref) {
|
|
|
4787
4930
|
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"
|
|
4788
4931
|
}));
|
|
4789
4932
|
}
|
|
4790
|
-
const ForwardRef$
|
|
4933
|
+
const ForwardRef$2C = /*#__PURE__*/forwardRef(ObjectAlignTopFilledIcon);
|
|
4791
4934
|
|
|
4792
4935
|
function ObjectAlignTopIcon(props, ref) {
|
|
4793
4936
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4807,7 +4950,7 @@ function ObjectAlignTopIcon(props, ref) {
|
|
|
4807
4950
|
clipRule: "evenodd"
|
|
4808
4951
|
}));
|
|
4809
4952
|
}
|
|
4810
|
-
const ForwardRef$
|
|
4953
|
+
const ForwardRef$2B = /*#__PURE__*/forwardRef(ObjectAlignTopIcon);
|
|
4811
4954
|
|
|
4812
4955
|
function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
4813
4956
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4822,7 +4965,7 @@ function ObjectDistributeHorizontallyFilledIcon(props, ref) {
|
|
|
4822
4965
|
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"
|
|
4823
4966
|
}));
|
|
4824
4967
|
}
|
|
4825
|
-
const ForwardRef$
|
|
4968
|
+
const ForwardRef$2A = /*#__PURE__*/forwardRef(ObjectDistributeHorizontallyFilledIcon);
|
|
4826
4969
|
|
|
4827
4970
|
function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
4828
4971
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4839,7 +4982,7 @@ function ObjectDistributeHorizontallyIcon(props, ref) {
|
|
|
4839
4982
|
clipRule: "evenodd"
|
|
4840
4983
|
}));
|
|
4841
4984
|
}
|
|
4842
|
-
const ForwardRef$
|
|
4985
|
+
const ForwardRef$2z = /*#__PURE__*/forwardRef(ObjectDistributeHorizontallyIcon);
|
|
4843
4986
|
|
|
4844
4987
|
function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
4845
4988
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4854,7 +4997,7 @@ function ObjectDistributeVerticallyFilledIcon(props, ref) {
|
|
|
4854
4997
|
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"
|
|
4855
4998
|
}));
|
|
4856
4999
|
}
|
|
4857
|
-
const ForwardRef$
|
|
5000
|
+
const ForwardRef$2y = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyFilledIcon);
|
|
4858
5001
|
|
|
4859
5002
|
function ObjectDistributeVerticallyIcon(props, ref) {
|
|
4860
5003
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4871,27 +5014,22 @@ function ObjectDistributeVerticallyIcon(props, ref) {
|
|
|
4871
5014
|
clipRule: "evenodd"
|
|
4872
5015
|
}));
|
|
4873
5016
|
}
|
|
4874
|
-
const ForwardRef$
|
|
5017
|
+
const ForwardRef$2x = /*#__PURE__*/forwardRef(ObjectDistributeVerticallyIcon);
|
|
4875
5018
|
|
|
4876
|
-
function
|
|
5019
|
+
function AppLauncherIcon(props, ref) {
|
|
4877
5020
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
y: 0,
|
|
4881
|
-
viewBox: "0 0 14 14",
|
|
5021
|
+
fill: "none",
|
|
5022
|
+
viewBox: "0 0 16 16",
|
|
4882
5023
|
width: props.width || props.size || 16,
|
|
4883
5024
|
height: props.height || props.size || 16,
|
|
4884
5025
|
color: props.color || '#181C56',
|
|
4885
5026
|
ref: ref
|
|
4886
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
4887
|
-
fill: "currentColor",
|
|
4888
|
-
|
|
4889
|
-
d: "m12.232 5.656.236-.276a.68.68 0 0 1 .812-.172l.08.046.086.065c.268.23.3.659.057.945l-.236.276a.68.68 0 0 1-.9.121l-.078-.06a.675.675 0 0 1-.057-.945m-.497 1.629.117.089a1.565 1.565 0 0 0 2.084-.262l.236-.276a1.56 1.56 0 0 0-.173-2.2l-.115-.09-.02-.014a1.56 1.56 0 0 0-2.066.276l-.235.276a1.56 1.56 0 0 0 .172 2.2m-.567 1.201c-.672-.95-1.669-1.467-2.707-1.604l4.218 4.218a3 3 0 0 0-.24-.518zm-7.592-1.87-.078.06a.676.676 0 0 1-.882-.136l-.236-.276-.059-.08a.68.68 0 0 1 .063-.808l.067-.067.083-.063a.68.68 0 0 1 .88.135l.237.276a.68.68 0 0 1-.075.96m.554.685c.674-.575.75-1.56.19-2.216l-.235-.276a1.56 1.56 0 0 0-2.067-.276l-.134.103a1.56 1.56 0 0 0-.173 2.2l.236.277a1.56 1.56 0 0 0 2.066.277zm1.024-4.208a.68.68 0 0 1 .458-.846l.09-.022a.676.676 0 0 1 .756.48l.32 1.074a.68.68 0 0 1-.458.847l-.09.02h-.004l.673.674a1.555 1.555 0 0 0 .724-1.791l-.32-1.075a1.56 1.56 0 0 0-1.786-1.089l-.155.037a1.56 1.56 0 0 0-1.099 1.283L5.36 3.778zm3.951.686.32-1.074a.68.68 0 0 1 .685-.486l.086.01.096.024c.339.1.544.48.437.84l-.32 1.074a.68.68 0 0 1-.777.475l-.09-.022a.68.68 0 0 1-.437-.84m.208 1.69.132.032a1.566 1.566 0 0 0 1.809-1.084l.32-1.074a1.56 1.56 0 0 0-1.052-1.941l-.156-.039a1.56 1.56 0 0 0-1.785 1.09l-.32 1.074A1.56 1.56 0 0 0 9.313 5.47m.129 7.957-.11-.04a4 4 0 0 0-2.78 0l-.11.04c-1.472.546-2.816-.98-2.038-2.264l1.27-2.096c.413-.582 1.02-.918 1.673-1.046l4.29 4.29a1.643 1.643 0 0 1-2.195 1.116m5.558.901L1.673 1 1 1.673l5.443 5.443a3.8 3.8 0 0 0-1.706 1.335l-1.292 2.13c-1.34 2.212.941 4.805 3.387 3.896l.11-.04a2.88 2.88 0 0 1 2 0l.11.04c1.46.542 2.848-.17 3.454-1.298L14.327 15z",
|
|
4890
|
-
clipRule: "evenodd",
|
|
4891
|
-
transform: "translate(-669 -233) translate(668 232)"
|
|
5027
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5028
|
+
fill: "currentColor",
|
|
5029
|
+
d: "M9.2 2v2.4H6.8V2zM9.2 6.85v2.4H6.8v-2.4zM9.2 11.6V14H6.8v-2.4zM14 2v2.4h-2.4V2zM14 6.85v2.4h-2.4v-2.4zM14 11.6V14h-2.4v-2.4zM4.4 2v2.4H2V2zM4.4 6.85v2.4H2v-2.4zM4.4 11.6V14H2v-2.4z"
|
|
4892
5030
|
}));
|
|
4893
5031
|
}
|
|
4894
|
-
const ForwardRef$
|
|
5032
|
+
const ForwardRef$2w = /*#__PURE__*/forwardRef(AppLauncherIcon);
|
|
4895
5033
|
|
|
4896
5034
|
function AssignToMeIcon(props, ref) {
|
|
4897
5035
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4911,7 +5049,7 @@ function AssignToMeIcon(props, ref) {
|
|
|
4911
5049
|
d: "m11.576 10.154.848.848-.976.976H15v1.2h-3.552l.976.976-.848.848-2.425-2.424z"
|
|
4912
5050
|
}));
|
|
4913
5051
|
}
|
|
4914
|
-
const ForwardRef$
|
|
5052
|
+
const ForwardRef$2v = /*#__PURE__*/forwardRef(AssignToMeIcon);
|
|
4915
5053
|
|
|
4916
5054
|
function AssignToMeFilledIcon(props, ref) {
|
|
4917
5055
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4926,9 +5064,11 @@ function AssignToMeFilledIcon(props, ref) {
|
|
|
4926
5064
|
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"
|
|
4927
5065
|
}));
|
|
4928
5066
|
}
|
|
4929
|
-
const ForwardRef$
|
|
5067
|
+
const ForwardRef$2u = /*#__PURE__*/forwardRef(AssignToMeFilledIcon);
|
|
4930
5068
|
|
|
5069
|
+
/** @deprecated BellIcon is deprecated; use AlertIcon instead */
|
|
4931
5070
|
function BellIcon(props, ref) {
|
|
5071
|
+
console.warn('Design system warning: BellIcon is deprecated; use AlertIcon instead');
|
|
4932
5072
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
4933
5073
|
xmlSpace: "preserve",
|
|
4934
5074
|
x: 0,
|
|
@@ -4945,7 +5085,7 @@ function BellIcon(props, ref) {
|
|
|
4945
5085
|
clipRule: "evenodd"
|
|
4946
5086
|
}));
|
|
4947
5087
|
}
|
|
4948
|
-
const ForwardRef$
|
|
5088
|
+
const ForwardRef$2t = /*#__PURE__*/forwardRef(BellIcon);
|
|
4949
5089
|
|
|
4950
5090
|
function BirthdateIcon(props, ref) {
|
|
4951
5091
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4967,7 +5107,7 @@ function BirthdateIcon(props, ref) {
|
|
|
4967
5107
|
clipRule: "evenodd"
|
|
4968
5108
|
}));
|
|
4969
5109
|
}
|
|
4970
|
-
const ForwardRef$
|
|
5110
|
+
const ForwardRef$2s = /*#__PURE__*/forwardRef(BirthdateIcon);
|
|
4971
5111
|
|
|
4972
5112
|
function BirthdateFilledIcon(props, ref) {
|
|
4973
5113
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -4987,7 +5127,7 @@ function BirthdateFilledIcon(props, ref) {
|
|
|
4987
5127
|
clipRule: "evenodd"
|
|
4988
5128
|
}));
|
|
4989
5129
|
}
|
|
4990
|
-
const ForwardRef$
|
|
5130
|
+
const ForwardRef$2r = /*#__PURE__*/forwardRef(BirthdateFilledIcon);
|
|
4991
5131
|
|
|
4992
5132
|
function BoardIcon(props, ref) {
|
|
4993
5133
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5007,7 +5147,7 @@ function BoardIcon(props, ref) {
|
|
|
5007
5147
|
clipRule: "evenodd"
|
|
5008
5148
|
}));
|
|
5009
5149
|
}
|
|
5010
|
-
const ForwardRef$
|
|
5150
|
+
const ForwardRef$2q = /*#__PURE__*/forwardRef(BoardIcon);
|
|
5011
5151
|
|
|
5012
5152
|
function BoardFilledIcon(props, ref) {
|
|
5013
5153
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5024,7 +5164,7 @@ function BoardFilledIcon(props, ref) {
|
|
|
5024
5164
|
clipRule: "evenodd"
|
|
5025
5165
|
}));
|
|
5026
5166
|
}
|
|
5027
|
-
const ForwardRef$
|
|
5167
|
+
const ForwardRef$2p = /*#__PURE__*/forwardRef(BoardFilledIcon);
|
|
5028
5168
|
|
|
5029
5169
|
function BookmarkIcon(props, ref) {
|
|
5030
5170
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5041,7 +5181,7 @@ function BookmarkIcon(props, ref) {
|
|
|
5041
5181
|
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"
|
|
5042
5182
|
}));
|
|
5043
5183
|
}
|
|
5044
|
-
const ForwardRef$
|
|
5184
|
+
const ForwardRef$2o = /*#__PURE__*/forwardRef(BookmarkIcon);
|
|
5045
5185
|
|
|
5046
5186
|
function BrightnessIcon(props, ref) {
|
|
5047
5187
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5060,7 +5200,7 @@ function BrightnessIcon(props, ref) {
|
|
|
5060
5200
|
clipRule: "evenodd"
|
|
5061
5201
|
}));
|
|
5062
5202
|
}
|
|
5063
|
-
const ForwardRef$
|
|
5203
|
+
const ForwardRef$2n = /*#__PURE__*/forwardRef(BrightnessIcon);
|
|
5064
5204
|
|
|
5065
5205
|
function BugIcon(props, ref) {
|
|
5066
5206
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5079,7 +5219,7 @@ function BugIcon(props, ref) {
|
|
|
5079
5219
|
clipRule: "evenodd"
|
|
5080
5220
|
}));
|
|
5081
5221
|
}
|
|
5082
|
-
const ForwardRef$
|
|
5222
|
+
const ForwardRef$2m = /*#__PURE__*/forwardRef(BugIcon);
|
|
5083
5223
|
|
|
5084
5224
|
function CalendarIcon(props, ref) {
|
|
5085
5225
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5098,7 +5238,7 @@ function CalendarIcon(props, ref) {
|
|
|
5098
5238
|
clipRule: "evenodd"
|
|
5099
5239
|
}));
|
|
5100
5240
|
}
|
|
5101
|
-
const ForwardRef$
|
|
5241
|
+
const ForwardRef$2l = /*#__PURE__*/forwardRef(CalendarIcon);
|
|
5102
5242
|
|
|
5103
5243
|
function CalendarDetailedIcon(props, ref) {
|
|
5104
5244
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5118,7 +5258,7 @@ function CalendarDetailedIcon(props, ref) {
|
|
|
5118
5258
|
clipRule: "evenodd"
|
|
5119
5259
|
}));
|
|
5120
5260
|
}
|
|
5121
|
-
const ForwardRef$
|
|
5261
|
+
const ForwardRef$2k = /*#__PURE__*/forwardRef(CalendarDetailedIcon);
|
|
5122
5262
|
|
|
5123
5263
|
function CalendarDetailedFilledIcon(props, ref) {
|
|
5124
5264
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5138,7 +5278,7 @@ function CalendarDetailedFilledIcon(props, ref) {
|
|
|
5138
5278
|
clipRule: "evenodd"
|
|
5139
5279
|
}));
|
|
5140
5280
|
}
|
|
5141
|
-
const ForwardRef$
|
|
5281
|
+
const ForwardRef$2j = /*#__PURE__*/forwardRef(CalendarDetailedFilledIcon);
|
|
5142
5282
|
|
|
5143
5283
|
function CardIcon(props, ref) {
|
|
5144
5284
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5157,7 +5297,7 @@ function CardIcon(props, ref) {
|
|
|
5157
5297
|
clipRule: "evenodd"
|
|
5158
5298
|
}));
|
|
5159
5299
|
}
|
|
5160
|
-
const ForwardRef$
|
|
5300
|
+
const ForwardRef$2i = /*#__PURE__*/forwardRef(CardIcon);
|
|
5161
5301
|
|
|
5162
5302
|
function ChannelsIcon(props, ref) {
|
|
5163
5303
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5176,7 +5316,7 @@ function ChannelsIcon(props, ref) {
|
|
|
5176
5316
|
clipRule: "evenodd"
|
|
5177
5317
|
}));
|
|
5178
5318
|
}
|
|
5179
|
-
const ForwardRef$
|
|
5319
|
+
const ForwardRef$2h = /*#__PURE__*/forwardRef(ChannelsIcon);
|
|
5180
5320
|
|
|
5181
5321
|
function ChartIcon(props, ref) {
|
|
5182
5322
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5193,7 +5333,7 @@ function ChartIcon(props, ref) {
|
|
|
5193
5333
|
clipRule: "evenodd"
|
|
5194
5334
|
}));
|
|
5195
5335
|
}
|
|
5196
|
-
const ForwardRef$
|
|
5336
|
+
const ForwardRef$2g = /*#__PURE__*/forwardRef(ChartIcon);
|
|
5197
5337
|
|
|
5198
5338
|
function ChartFilledIcon(props, ref) {
|
|
5199
5339
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5208,7 +5348,7 @@ function ChartFilledIcon(props, ref) {
|
|
|
5208
5348
|
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"
|
|
5209
5349
|
}));
|
|
5210
5350
|
}
|
|
5211
|
-
const ForwardRef$
|
|
5351
|
+
const ForwardRef$2f = /*#__PURE__*/forwardRef(ChartFilledIcon);
|
|
5212
5352
|
|
|
5213
5353
|
function ChatIcon(props, ref) {
|
|
5214
5354
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5227,7 +5367,7 @@ function ChatIcon(props, ref) {
|
|
|
5227
5367
|
clipRule: "evenodd"
|
|
5228
5368
|
}));
|
|
5229
5369
|
}
|
|
5230
|
-
const ForwardRef$
|
|
5370
|
+
const ForwardRef$2e = /*#__PURE__*/forwardRef(ChatIcon);
|
|
5231
5371
|
|
|
5232
5372
|
function CheckIcon(props, ref) {
|
|
5233
5373
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5246,7 +5386,7 @@ function CheckIcon(props, ref) {
|
|
|
5246
5386
|
clipRule: "evenodd"
|
|
5247
5387
|
}));
|
|
5248
5388
|
}
|
|
5249
|
-
const ForwardRef$
|
|
5389
|
+
const ForwardRef$2d = /*#__PURE__*/forwardRef(CheckIcon);
|
|
5250
5390
|
|
|
5251
5391
|
function CheckFilledIcon(props, ref) {
|
|
5252
5392
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5263,7 +5403,7 @@ function CheckFilledIcon(props, ref) {
|
|
|
5263
5403
|
clipRule: "evenodd"
|
|
5264
5404
|
}));
|
|
5265
5405
|
}
|
|
5266
|
-
const ForwardRef$
|
|
5406
|
+
const ForwardRef$2c = /*#__PURE__*/forwardRef(CheckFilledIcon);
|
|
5267
5407
|
|
|
5268
5408
|
function CheckSmallIcon(props, ref) {
|
|
5269
5409
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5278,7 +5418,7 @@ function CheckSmallIcon(props, ref) {
|
|
|
5278
5418
|
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"
|
|
5279
5419
|
}));
|
|
5280
5420
|
}
|
|
5281
|
-
const ForwardRef$
|
|
5421
|
+
const ForwardRef$2b = /*#__PURE__*/forwardRef(CheckSmallIcon);
|
|
5282
5422
|
|
|
5283
5423
|
function CheckSmallFilledIcon(props, ref) {
|
|
5284
5424
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5293,7 +5433,7 @@ function CheckSmallFilledIcon(props, ref) {
|
|
|
5293
5433
|
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"
|
|
5294
5434
|
}));
|
|
5295
5435
|
}
|
|
5296
|
-
const ForwardRef$
|
|
5436
|
+
const ForwardRef$2a = /*#__PURE__*/forwardRef(CheckSmallFilledIcon);
|
|
5297
5437
|
|
|
5298
5438
|
function ClockIcon(props, ref) {
|
|
5299
5439
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5312,7 +5452,7 @@ function ClockIcon(props, ref) {
|
|
|
5312
5452
|
clipRule: "evenodd"
|
|
5313
5453
|
}));
|
|
5314
5454
|
}
|
|
5315
|
-
const ForwardRef$
|
|
5455
|
+
const ForwardRef$29 = /*#__PURE__*/forwardRef(ClockIcon);
|
|
5316
5456
|
|
|
5317
5457
|
function ClockFilledIcon(props, ref) {
|
|
5318
5458
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5329,7 +5469,7 @@ function ClockFilledIcon(props, ref) {
|
|
|
5329
5469
|
clipRule: "evenodd"
|
|
5330
5470
|
}));
|
|
5331
5471
|
}
|
|
5332
|
-
const ForwardRef$
|
|
5472
|
+
const ForwardRef$28 = /*#__PURE__*/forwardRef(ClockFilledIcon);
|
|
5333
5473
|
|
|
5334
5474
|
function CloseIcon(props, ref) {
|
|
5335
5475
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5348,7 +5488,7 @@ function CloseIcon(props, ref) {
|
|
|
5348
5488
|
clipRule: "evenodd"
|
|
5349
5489
|
}));
|
|
5350
5490
|
}
|
|
5351
|
-
const ForwardRef$
|
|
5491
|
+
const ForwardRef$27 = /*#__PURE__*/forwardRef(CloseIcon);
|
|
5352
5492
|
|
|
5353
5493
|
function CloseFilledIcon(props, ref) {
|
|
5354
5494
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5363,7 +5503,7 @@ function CloseFilledIcon(props, ref) {
|
|
|
5363
5503
|
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"
|
|
5364
5504
|
}));
|
|
5365
5505
|
}
|
|
5366
|
-
const ForwardRef$
|
|
5506
|
+
const ForwardRef$26 = /*#__PURE__*/forwardRef(CloseFilledIcon);
|
|
5367
5507
|
|
|
5368
5508
|
function CloseSmallIcon(props, ref) {
|
|
5369
5509
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5378,7 +5518,7 @@ function CloseSmallIcon(props, ref) {
|
|
|
5378
5518
|
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"
|
|
5379
5519
|
}));
|
|
5380
5520
|
}
|
|
5381
|
-
const ForwardRef$
|
|
5521
|
+
const ForwardRef$25 = /*#__PURE__*/forwardRef(CloseSmallIcon);
|
|
5382
5522
|
|
|
5383
5523
|
function CloseSmallFilledIcon(props, ref) {
|
|
5384
5524
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5393,7 +5533,7 @@ function CloseSmallFilledIcon(props, ref) {
|
|
|
5393
5533
|
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"
|
|
5394
5534
|
}));
|
|
5395
5535
|
}
|
|
5396
|
-
const ForwardRef$
|
|
5536
|
+
const ForwardRef$24 = /*#__PURE__*/forwardRef(CloseSmallFilledIcon);
|
|
5397
5537
|
|
|
5398
5538
|
function ColorPickerIcon(props, ref) {
|
|
5399
5539
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5412,7 +5552,7 @@ function ColorPickerIcon(props, ref) {
|
|
|
5412
5552
|
clipRule: "evenodd"
|
|
5413
5553
|
}));
|
|
5414
5554
|
}
|
|
5415
|
-
const ForwardRef$
|
|
5555
|
+
const ForwardRef$23 = /*#__PURE__*/forwardRef(ColorPickerIcon);
|
|
5416
5556
|
|
|
5417
5557
|
function CommentIcon(props, ref) {
|
|
5418
5558
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5431,7 +5571,7 @@ function CommentIcon(props, ref) {
|
|
|
5431
5571
|
clipRule: "evenodd"
|
|
5432
5572
|
}));
|
|
5433
5573
|
}
|
|
5434
|
-
const ForwardRef$
|
|
5574
|
+
const ForwardRef$22 = /*#__PURE__*/forwardRef(CommentIcon);
|
|
5435
5575
|
|
|
5436
5576
|
function ComponentIcon(props, ref) {
|
|
5437
5577
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5448,7 +5588,7 @@ function ComponentIcon(props, ref) {
|
|
|
5448
5588
|
clipRule: "evenodd"
|
|
5449
5589
|
}));
|
|
5450
5590
|
}
|
|
5451
|
-
const ForwardRef$
|
|
5591
|
+
const ForwardRef$21 = /*#__PURE__*/forwardRef(ComponentIcon);
|
|
5452
5592
|
|
|
5453
5593
|
function ConfigurationIcon(props, ref) {
|
|
5454
5594
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5467,7 +5607,7 @@ function ConfigurationIcon(props, ref) {
|
|
|
5467
5607
|
clipRule: "evenodd"
|
|
5468
5608
|
}));
|
|
5469
5609
|
}
|
|
5470
|
-
const ForwardRef$
|
|
5610
|
+
const ForwardRef$20 = /*#__PURE__*/forwardRef(ConfigurationIcon);
|
|
5471
5611
|
|
|
5472
5612
|
function ContactsIcon(props, ref) {
|
|
5473
5613
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5486,7 +5626,7 @@ function ContactsIcon(props, ref) {
|
|
|
5486
5626
|
clipRule: "evenodd"
|
|
5487
5627
|
}));
|
|
5488
5628
|
}
|
|
5489
|
-
const ForwardRef$
|
|
5629
|
+
const ForwardRef$1$ = /*#__PURE__*/forwardRef(ContactsIcon);
|
|
5490
5630
|
|
|
5491
5631
|
function CookieIcon(props, ref) {
|
|
5492
5632
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5520,7 +5660,7 @@ function CookieIcon(props, ref) {
|
|
|
5520
5660
|
d: "M0 0H16V16H0z"
|
|
5521
5661
|
}))));
|
|
5522
5662
|
}
|
|
5523
|
-
const ForwardRef$
|
|
5663
|
+
const ForwardRef$1_ = /*#__PURE__*/forwardRef(CookieIcon);
|
|
5524
5664
|
|
|
5525
5665
|
function CookieFilledIcon(props, ref) {
|
|
5526
5666
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5535,7 +5675,7 @@ function CookieFilledIcon(props, ref) {
|
|
|
5535
5675
|
d: "M8 1q.55 0 1.076.082l.11.03a.5.5 0 0 1 .307.545l-.031.11c-.15.365-.242.941-.058 1.464.171.485.611 1.016 1.713 1.283a.5.5 0 0 1 .382.458l-.003.094c-.066.495.087 1.226.543 1.768.428.509 1.16.894 2.371.674A.5.5 0 0 1 15 8a7 7 0 1 1-7-7m1 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M5 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m1.75-3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"
|
|
5536
5676
|
}));
|
|
5537
5677
|
}
|
|
5538
|
-
const ForwardRef$
|
|
5678
|
+
const ForwardRef$1Z = /*#__PURE__*/forwardRef(CookieFilledIcon);
|
|
5539
5679
|
|
|
5540
5680
|
function CopyIcon(props, ref) {
|
|
5541
5681
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5554,7 +5694,7 @@ function CopyIcon(props, ref) {
|
|
|
5554
5694
|
clipRule: "evenodd"
|
|
5555
5695
|
}));
|
|
5556
5696
|
}
|
|
5557
|
-
const ForwardRef$
|
|
5697
|
+
const ForwardRef$1Y = /*#__PURE__*/forwardRef(CopyIcon);
|
|
5558
5698
|
|
|
5559
5699
|
function CustomerServiceIcon(props, ref) {
|
|
5560
5700
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5571,7 +5711,7 @@ function CustomerServiceIcon(props, ref) {
|
|
|
5571
5711
|
clipRule: "evenodd"
|
|
5572
5712
|
}));
|
|
5573
5713
|
}
|
|
5574
|
-
const ForwardRef$
|
|
5714
|
+
const ForwardRef$1X = /*#__PURE__*/forwardRef(CustomerServiceIcon);
|
|
5575
5715
|
|
|
5576
5716
|
function CustomerServiceFilledIcon(props, ref) {
|
|
5577
5717
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5588,7 +5728,7 @@ function CustomerServiceFilledIcon(props, ref) {
|
|
|
5588
5728
|
clipRule: "evenodd"
|
|
5589
5729
|
}));
|
|
5590
5730
|
}
|
|
5591
|
-
const ForwardRef$
|
|
5731
|
+
const ForwardRef$1W = /*#__PURE__*/forwardRef(CustomerServiceFilledIcon);
|
|
5592
5732
|
|
|
5593
5733
|
function DateIcon(props, ref) {
|
|
5594
5734
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5605,7 +5745,7 @@ function DateIcon(props, ref) {
|
|
|
5605
5745
|
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"
|
|
5606
5746
|
}));
|
|
5607
5747
|
}
|
|
5608
|
-
const ForwardRef$
|
|
5748
|
+
const ForwardRef$1V = /*#__PURE__*/forwardRef(DateIcon);
|
|
5609
5749
|
|
|
5610
5750
|
function DeleteIcon(props, ref) {
|
|
5611
5751
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5624,7 +5764,67 @@ function DeleteIcon(props, ref) {
|
|
|
5624
5764
|
clipRule: "evenodd"
|
|
5625
5765
|
}));
|
|
5626
5766
|
}
|
|
5627
|
-
const ForwardRef$
|
|
5767
|
+
const ForwardRef$1U = /*#__PURE__*/forwardRef(DeleteIcon);
|
|
5768
|
+
|
|
5769
|
+
function DialogIcon(props, ref) {
|
|
5770
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5771
|
+
fill: "none",
|
|
5772
|
+
viewBox: "0 0 16 16",
|
|
5773
|
+
width: props.width || props.size || 16,
|
|
5774
|
+
height: props.height || props.size || 16,
|
|
5775
|
+
color: props.color || '#181C56',
|
|
5776
|
+
ref: ref
|
|
5777
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5778
|
+
fill: "currentColor",
|
|
5779
|
+
d: "M8.984 10.09H8v-1.2h.984zM10.954 10.09H9.97v-1.2h.984zM12.923 8.89v1.2h-.985v-1.2z"
|
|
5780
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5781
|
+
fill: "currentColor",
|
|
5782
|
+
fillRule: "evenodd",
|
|
5783
|
+
d: "M13.4 5.945a1.6 1.6 0 0 1 1.6 1.6V14.4a.6.6 0 0 1-.974.47l-2.297-1.834H7.522a1.6 1.6 0 0 1-1.6-1.6V7.545a1.6 1.6 0 0 1 1.6-1.6zm-5.878 1.2c-.22 0-.4.18-.4.4v3.892c0 .22.18.4.4.4h4.416a.6.6 0 0 1 .29.075l.085.056 1.488 1.186v-5.61a.4.4 0 0 0-.4-.4z",
|
|
5784
|
+
clipRule: "evenodd"
|
|
5785
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5786
|
+
fill: "currentColor",
|
|
5787
|
+
d: "M8.478 2.999a1.6 1.6 0 0 1 1.6 1.6v.472h-1.2V4.6c0-.221-.18-.4-.4-.4H2.6a.4.4 0 0 0-.4.4v5.609l1.487-1.187.084-.055a.6.6 0 0 1 .29-.075h.985v1.2H4.27l-2.297 1.833A.601.601 0 0 1 1 11.455V4.6a1.6 1.6 0 0 1 1.6-1.6z"
|
|
5788
|
+
}));
|
|
5789
|
+
}
|
|
5790
|
+
const ForwardRef$1T = /*#__PURE__*/forwardRef(DialogIcon);
|
|
5791
|
+
|
|
5792
|
+
function DialogFilledIcon(props, ref) {
|
|
5793
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5794
|
+
fill: "none",
|
|
5795
|
+
viewBox: "0 0 16 16",
|
|
5796
|
+
width: props.width || props.size || 16,
|
|
5797
|
+
height: props.height || props.size || 16,
|
|
5798
|
+
color: props.color || '#181C56',
|
|
5799
|
+
ref: ref
|
|
5800
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5801
|
+
fill: "currentColor",
|
|
5802
|
+
fillRule: "evenodd",
|
|
5803
|
+
d: "M13.401 5.946a1.6 1.6 0 0 1 1.6 1.6v6.856a.6.6 0 0 1-.974.47l-2.297-1.834H7.523c-.883 0-1.6-.716-1.6-1.6V7.547a1.6 1.6 0 0 1 1.6-1.6zM8 10.092h.984v-1.2H8zm1.97 0h.984v-1.2H9.97zm1.97 0h.984v-1.2h-.984z",
|
|
5804
|
+
clipRule: "evenodd"
|
|
5805
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5806
|
+
fill: "currentColor",
|
|
5807
|
+
d: "M8.496 3c.874 0 1.582.708 1.582 1.582v.6H7.554a2.4 2.4 0 0 0-2.4 2.4v2.51h-.883l-2.297 1.833A.601.601 0 0 1 1 11.456V4.6A1.6 1.6 0 0 1 2.6 3z"
|
|
5808
|
+
}));
|
|
5809
|
+
}
|
|
5810
|
+
const ForwardRef$1S = /*#__PURE__*/forwardRef(DialogFilledIcon);
|
|
5811
|
+
|
|
5812
|
+
function DislikeIcon(props, ref) {
|
|
5813
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
5814
|
+
fill: "none",
|
|
5815
|
+
viewBox: "0 0 16 16",
|
|
5816
|
+
width: props.width || props.size || 16,
|
|
5817
|
+
height: props.height || props.size || 16,
|
|
5818
|
+
color: props.color || '#181C56',
|
|
5819
|
+
ref: ref
|
|
5820
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
5821
|
+
fill: "currentColor",
|
|
5822
|
+
fillRule: "evenodd",
|
|
5823
|
+
d: "M8.648 14.864c1.058-.635 1.828-2.151 1.896-3.48l.005-.189-.001-1.274h2.547c1.006 0 1.835-.786 1.9-1.845L15 7.93l-.632-5.018a1.915 1.915 0 0 0-1.773-1.907L12.459 1H8.002c-.852 0-1.69.18-2.398.518l-.232.118-.553.265v-.264a.64.64 0 0 0-.542-.63L4.183 1H1.637A.637.637 0 0 0 1 1.637v7.01c0 .351.285.637.637.637h2.546c.22 0 .414-.112.528-.282l2.018 2.425v2.317c0 .975.98 1.53 1.92 1.12m-.644-1.113-.002-.007v-2.549a.64.64 0 0 0-.095-.336l-.052-.072-3.036-3.644V3.314l1.133-.544a4.25 4.25 0 0 1 1.805-.49l.245-.006h4.457c.32 0 .588.243.634.613l.007.104.632 5.018c0 .32-.242.589-.551.632l-.086.005H9.912a.64.64 0 0 0-.63.551l-.006.087v1.911c0 .95-.587 2.158-1.206 2.537-.047.02-.061.023-.066.019M3.545 8.01H2.273V2.275h1.272z",
|
|
5824
|
+
clipRule: "evenodd"
|
|
5825
|
+
}));
|
|
5826
|
+
}
|
|
5827
|
+
const ForwardRef$1R = /*#__PURE__*/forwardRef(DislikeIcon);
|
|
5628
5828
|
|
|
5629
5829
|
function HorizontalDotsIcon(props, ref) {
|
|
5630
5830
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5643,7 +5843,7 @@ function HorizontalDotsIcon(props, ref) {
|
|
|
5643
5843
|
clipRule: "evenodd"
|
|
5644
5844
|
}));
|
|
5645
5845
|
}
|
|
5646
|
-
const ForwardRef$
|
|
5846
|
+
const ForwardRef$1Q = /*#__PURE__*/forwardRef(HorizontalDotsIcon);
|
|
5647
5847
|
|
|
5648
5848
|
function VerticalDotsIcon(props, ref) {
|
|
5649
5849
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5662,7 +5862,7 @@ function VerticalDotsIcon(props, ref) {
|
|
|
5662
5862
|
clipRule: "evenodd"
|
|
5663
5863
|
}));
|
|
5664
5864
|
}
|
|
5665
|
-
const ForwardRef$
|
|
5865
|
+
const ForwardRef$1P = /*#__PURE__*/forwardRef(VerticalDotsIcon);
|
|
5666
5866
|
|
|
5667
5867
|
function DraggableIcon(props, ref) {
|
|
5668
5868
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5718,7 +5918,7 @@ function DraggableIcon(props, ref) {
|
|
|
5718
5918
|
clipRule: "evenodd"
|
|
5719
5919
|
}));
|
|
5720
5920
|
}
|
|
5721
|
-
const ForwardRef$
|
|
5921
|
+
const ForwardRef$1O = /*#__PURE__*/forwardRef(DraggableIcon);
|
|
5722
5922
|
|
|
5723
5923
|
function EditIcon(props, ref) {
|
|
5724
5924
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5737,7 +5937,7 @@ function EditIcon(props, ref) {
|
|
|
5737
5937
|
clipRule: "evenodd"
|
|
5738
5938
|
}));
|
|
5739
5939
|
}
|
|
5740
|
-
const ForwardRef$
|
|
5940
|
+
const ForwardRef$1N = /*#__PURE__*/forwardRef(EditIcon);
|
|
5741
5941
|
|
|
5742
5942
|
function EmailIcon(props, ref) {
|
|
5743
5943
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5756,7 +5956,7 @@ function EmailIcon(props, ref) {
|
|
|
5756
5956
|
clipRule: "evenodd"
|
|
5757
5957
|
}));
|
|
5758
5958
|
}
|
|
5759
|
-
const ForwardRef$
|
|
5959
|
+
const ForwardRef$1M = /*#__PURE__*/forwardRef(EmailIcon);
|
|
5760
5960
|
|
|
5761
5961
|
function ExtendIcon(props, ref) {
|
|
5762
5962
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5774,7 +5974,7 @@ function ExtendIcon(props, ref) {
|
|
|
5774
5974
|
transform: "translate(-1281 -187) translate(1280 186)"
|
|
5775
5975
|
}));
|
|
5776
5976
|
}
|
|
5777
|
-
const ForwardRef$
|
|
5977
|
+
const ForwardRef$1L = /*#__PURE__*/forwardRef(ExtendIcon);
|
|
5778
5978
|
|
|
5779
5979
|
function FavoriteRouteIcon(props, ref) {
|
|
5780
5980
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5794,7 +5994,7 @@ function FavoriteRouteIcon(props, ref) {
|
|
|
5794
5994
|
d: "M6 3.685h3.438a1.522 1.522 0 1 1 0 3.044H5.674a3.182 3.182 0 1 0 0 6.363H8v-1.2H5.674a1.982 1.982 0 0 1 0-3.963h3.764a2.722 2.722 0 0 0 0-5.444H6z"
|
|
5795
5995
|
}));
|
|
5796
5996
|
}
|
|
5797
|
-
const ForwardRef$
|
|
5997
|
+
const ForwardRef$1K = /*#__PURE__*/forwardRef(FavoriteRouteIcon);
|
|
5798
5998
|
|
|
5799
5999
|
function FavoriteRouteFilledIcon(props, ref) {
|
|
5800
6000
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5811,7 +6011,7 @@ function FavoriteRouteFilledIcon(props, ref) {
|
|
|
5811
6011
|
clipRule: "evenodd"
|
|
5812
6012
|
}));
|
|
5813
6013
|
}
|
|
5814
|
-
const ForwardRef$
|
|
6014
|
+
const ForwardRef$1J = /*#__PURE__*/forwardRef(FavoriteRouteFilledIcon);
|
|
5815
6015
|
|
|
5816
6016
|
function FavoriteStopIcon(props, ref) {
|
|
5817
6017
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5833,7 +6033,7 @@ function FavoriteStopIcon(props, ref) {
|
|
|
5833
6033
|
clipRule: "evenodd"
|
|
5834
6034
|
}));
|
|
5835
6035
|
}
|
|
5836
|
-
const ForwardRef$
|
|
6036
|
+
const ForwardRef$1I = /*#__PURE__*/forwardRef(FavoriteStopIcon);
|
|
5837
6037
|
|
|
5838
6038
|
function FavoriteStopFilledIcon(props, ref) {
|
|
5839
6039
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5850,7 +6050,7 @@ function FavoriteStopFilledIcon(props, ref) {
|
|
|
5850
6050
|
clipRule: "evenodd"
|
|
5851
6051
|
}));
|
|
5852
6052
|
}
|
|
5853
|
-
const ForwardRef$
|
|
6053
|
+
const ForwardRef$1H = /*#__PURE__*/forwardRef(FavoriteStopFilledIcon);
|
|
5854
6054
|
|
|
5855
6055
|
function FeedbackIcon(props, ref) {
|
|
5856
6056
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5867,7 +6067,7 @@ function FeedbackIcon(props, ref) {
|
|
|
5867
6067
|
clipRule: "evenodd"
|
|
5868
6068
|
}));
|
|
5869
6069
|
}
|
|
5870
|
-
const ForwardRef$
|
|
6070
|
+
const ForwardRef$1G = /*#__PURE__*/forwardRef(FeedbackIcon);
|
|
5871
6071
|
|
|
5872
6072
|
function FeedbackFilledIcon(props, ref) {
|
|
5873
6073
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5884,7 +6084,7 @@ function FeedbackFilledIcon(props, ref) {
|
|
|
5884
6084
|
clipRule: "evenodd"
|
|
5885
6085
|
}));
|
|
5886
6086
|
}
|
|
5887
|
-
const ForwardRef$
|
|
6087
|
+
const ForwardRef$1F = /*#__PURE__*/forwardRef(FeedbackFilledIcon);
|
|
5888
6088
|
|
|
5889
6089
|
function FileIcon(props, ref) {
|
|
5890
6090
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5903,7 +6103,7 @@ function FileIcon(props, ref) {
|
|
|
5903
6103
|
clipRule: "evenodd"
|
|
5904
6104
|
}));
|
|
5905
6105
|
}
|
|
5906
|
-
const ForwardRef$
|
|
6106
|
+
const ForwardRef$1E = /*#__PURE__*/forwardRef(FileIcon);
|
|
5907
6107
|
|
|
5908
6108
|
function FillIcon(props, ref) {
|
|
5909
6109
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5922,7 +6122,7 @@ function FillIcon(props, ref) {
|
|
|
5922
6122
|
clipRule: "evenodd"
|
|
5923
6123
|
}));
|
|
5924
6124
|
}
|
|
5925
|
-
const ForwardRef$
|
|
6125
|
+
const ForwardRef$1D = /*#__PURE__*/forwardRef(FillIcon);
|
|
5926
6126
|
|
|
5927
6127
|
function FilterIcon(props, ref) {
|
|
5928
6128
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5939,7 +6139,7 @@ function FilterIcon(props, ref) {
|
|
|
5939
6139
|
clipRule: "evenodd"
|
|
5940
6140
|
}));
|
|
5941
6141
|
}
|
|
5942
|
-
const ForwardRef$
|
|
6142
|
+
const ForwardRef$1C = /*#__PURE__*/forwardRef(FilterIcon);
|
|
5943
6143
|
|
|
5944
6144
|
function FilterFilledIcon(props, ref) {
|
|
5945
6145
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5956,7 +6156,7 @@ function FilterFilledIcon(props, ref) {
|
|
|
5956
6156
|
clipRule: "evenodd"
|
|
5957
6157
|
}));
|
|
5958
6158
|
}
|
|
5959
|
-
const ForwardRef$
|
|
6159
|
+
const ForwardRef$1B = /*#__PURE__*/forwardRef(FilterFilledIcon);
|
|
5960
6160
|
|
|
5961
6161
|
function FolderIcon(props, ref) {
|
|
5962
6162
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5973,7 +6173,7 @@ function FolderIcon(props, ref) {
|
|
|
5973
6173
|
clipRule: "evenodd"
|
|
5974
6174
|
}));
|
|
5975
6175
|
}
|
|
5976
|
-
const ForwardRef$
|
|
6176
|
+
const ForwardRef$1A = /*#__PURE__*/forwardRef(FolderIcon);
|
|
5977
6177
|
|
|
5978
6178
|
function FolderFilledIcon(props, ref) {
|
|
5979
6179
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -5988,7 +6188,7 @@ function FolderFilledIcon(props, ref) {
|
|
|
5988
6188
|
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"
|
|
5989
6189
|
}));
|
|
5990
6190
|
}
|
|
5991
|
-
const ForwardRef$
|
|
6191
|
+
const ForwardRef$1z = /*#__PURE__*/forwardRef(FolderFilledIcon);
|
|
5992
6192
|
|
|
5993
6193
|
function GridViewIcon(props, ref) {
|
|
5994
6194
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6007,7 +6207,7 @@ function GridViewIcon(props, ref) {
|
|
|
6007
6207
|
clipRule: "evenodd"
|
|
6008
6208
|
}));
|
|
6009
6209
|
}
|
|
6010
|
-
const ForwardRef$
|
|
6210
|
+
const ForwardRef$1y = /*#__PURE__*/forwardRef(GridViewIcon);
|
|
6011
6211
|
|
|
6012
6212
|
function HandToolIcon(props, ref) {
|
|
6013
6213
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6027,7 +6227,7 @@ function HandToolIcon(props, ref) {
|
|
|
6027
6227
|
transform: "translate(-1246 -463) translate(1244 462)"
|
|
6028
6228
|
}));
|
|
6029
6229
|
}
|
|
6030
|
-
const ForwardRef$
|
|
6230
|
+
const ForwardRef$1x = /*#__PURE__*/forwardRef(HandToolIcon);
|
|
6031
6231
|
|
|
6032
6232
|
function HeartIcon(props, ref) {
|
|
6033
6233
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6046,7 +6246,7 @@ function HeartIcon(props, ref) {
|
|
|
6046
6246
|
clipRule: "evenodd"
|
|
6047
6247
|
}));
|
|
6048
6248
|
}
|
|
6049
|
-
const ForwardRef$
|
|
6249
|
+
const ForwardRef$1w = /*#__PURE__*/forwardRef(HeartIcon);
|
|
6050
6250
|
|
|
6051
6251
|
function HistoryIcon(props, ref) {
|
|
6052
6252
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6063,7 +6263,7 @@ function HistoryIcon(props, ref) {
|
|
|
6063
6263
|
clipRule: "evenodd"
|
|
6064
6264
|
}));
|
|
6065
6265
|
}
|
|
6066
|
-
const ForwardRef$
|
|
6266
|
+
const ForwardRef$1v = /*#__PURE__*/forwardRef(HistoryIcon);
|
|
6067
6267
|
|
|
6068
6268
|
function HistoryFilledIcon(props, ref) {
|
|
6069
6269
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6078,7 +6278,7 @@ function HistoryFilledIcon(props, ref) {
|
|
|
6078
6278
|
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"
|
|
6079
6279
|
}));
|
|
6080
6280
|
}
|
|
6081
|
-
const ForwardRef$
|
|
6281
|
+
const ForwardRef$1u = /*#__PURE__*/forwardRef(HistoryFilledIcon);
|
|
6082
6282
|
|
|
6083
6283
|
function IconIcon(props, ref) {
|
|
6084
6284
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6106,7 +6306,7 @@ function IconIcon(props, ref) {
|
|
|
6106
6306
|
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"
|
|
6107
6307
|
}));
|
|
6108
6308
|
}
|
|
6109
|
-
const ForwardRef$
|
|
6309
|
+
const ForwardRef$1t = /*#__PURE__*/forwardRef(IconIcon);
|
|
6110
6310
|
|
|
6111
6311
|
function LanguageIcon(props, ref) {
|
|
6112
6312
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6123,7 +6323,7 @@ function LanguageIcon(props, ref) {
|
|
|
6123
6323
|
clipRule: "evenodd"
|
|
6124
6324
|
}));
|
|
6125
6325
|
}
|
|
6126
|
-
const ForwardRef$
|
|
6326
|
+
const ForwardRef$1s = /*#__PURE__*/forwardRef(LanguageIcon);
|
|
6127
6327
|
|
|
6128
6328
|
function LanguageFilledIcon(props, ref) {
|
|
6129
6329
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6141,7 +6341,7 @@ function LanguageFilledIcon(props, ref) {
|
|
|
6141
6341
|
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"
|
|
6142
6342
|
}));
|
|
6143
6343
|
}
|
|
6144
|
-
const ForwardRef$
|
|
6344
|
+
const ForwardRef$1r = /*#__PURE__*/forwardRef(LanguageFilledIcon);
|
|
6145
6345
|
|
|
6146
6346
|
function LikeIcon(props, ref) {
|
|
6147
6347
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6160,7 +6360,7 @@ function LikeIcon(props, ref) {
|
|
|
6160
6360
|
clipRule: "evenodd"
|
|
6161
6361
|
}));
|
|
6162
6362
|
}
|
|
6163
|
-
const ForwardRef$
|
|
6363
|
+
const ForwardRef$1q = /*#__PURE__*/forwardRef(LikeIcon);
|
|
6164
6364
|
|
|
6165
6365
|
function ListViewIcon(props, ref) {
|
|
6166
6366
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6179,7 +6379,7 @@ function ListViewIcon(props, ref) {
|
|
|
6179
6379
|
clipRule: "evenodd"
|
|
6180
6380
|
}));
|
|
6181
6381
|
}
|
|
6182
|
-
const ForwardRef$
|
|
6382
|
+
const ForwardRef$1p = /*#__PURE__*/forwardRef(ListViewIcon);
|
|
6183
6383
|
|
|
6184
6384
|
function LoadingIcon(props, ref) {
|
|
6185
6385
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6198,7 +6398,7 @@ function LoadingIcon(props, ref) {
|
|
|
6198
6398
|
clipRule: "evenodd"
|
|
6199
6399
|
}));
|
|
6200
6400
|
}
|
|
6201
|
-
const ForwardRef$
|
|
6401
|
+
const ForwardRef$1o = /*#__PURE__*/forwardRef(LoadingIcon);
|
|
6202
6402
|
|
|
6203
6403
|
function ClosedLockIcon(props, ref) {
|
|
6204
6404
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6217,7 +6417,7 @@ function ClosedLockIcon(props, ref) {
|
|
|
6217
6417
|
clipRule: "evenodd"
|
|
6218
6418
|
}));
|
|
6219
6419
|
}
|
|
6220
|
-
const ForwardRef$
|
|
6420
|
+
const ForwardRef$1n = /*#__PURE__*/forwardRef(ClosedLockIcon);
|
|
6221
6421
|
|
|
6222
6422
|
function OpenedLockIcon(props, ref) {
|
|
6223
6423
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6236,7 +6436,25 @@ function OpenedLockIcon(props, ref) {
|
|
|
6236
6436
|
clipRule: "evenodd"
|
|
6237
6437
|
}));
|
|
6238
6438
|
}
|
|
6239
|
-
const ForwardRef$
|
|
6439
|
+
const ForwardRef$1m = /*#__PURE__*/forwardRef(OpenedLockIcon);
|
|
6440
|
+
|
|
6441
|
+
function LogInIcon(props, ref) {
|
|
6442
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6443
|
+
fill: "none",
|
|
6444
|
+
viewBox: "0 0 16 16",
|
|
6445
|
+
width: props.width || props.size || 16,
|
|
6446
|
+
height: props.height || props.size || 16,
|
|
6447
|
+
color: props.color || '#181C56',
|
|
6448
|
+
ref: ref
|
|
6449
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6450
|
+
fill: "currentColor",
|
|
6451
|
+
d: "M14.35 1a.6.6 0 0 1 .6.6v12.8c0 .33-.268.6-.6.6h-4.8v-1.2h4.2V2.2h-4.2V1z"
|
|
6452
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6453
|
+
fill: "currentColor",
|
|
6454
|
+
d: "M11.574 7.576a.6.6 0 0 1 0 .848l-4 4-.848-.848L9.703 8.6H.95V7.4h8.753L6.726 4.424l.848-.848z"
|
|
6455
|
+
}));
|
|
6456
|
+
}
|
|
6457
|
+
const ForwardRef$1l = /*#__PURE__*/forwardRef(LogInIcon);
|
|
6240
6458
|
|
|
6241
6459
|
function LogOutIcon(props, ref) {
|
|
6242
6460
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6255,7 +6473,7 @@ function LogOutIcon(props, ref) {
|
|
|
6255
6473
|
clipRule: "evenodd"
|
|
6256
6474
|
}));
|
|
6257
6475
|
}
|
|
6258
|
-
const ForwardRef$
|
|
6476
|
+
const ForwardRef$1k = /*#__PURE__*/forwardRef(LogOutIcon);
|
|
6259
6477
|
|
|
6260
6478
|
function LostAndFoundIcon(props, ref) {
|
|
6261
6479
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6272,7 +6490,7 @@ function LostAndFoundIcon(props, ref) {
|
|
|
6272
6490
|
clipRule: "evenodd"
|
|
6273
6491
|
}));
|
|
6274
6492
|
}
|
|
6275
|
-
const ForwardRef$
|
|
6493
|
+
const ForwardRef$1j = /*#__PURE__*/forwardRef(LostAndFoundIcon);
|
|
6276
6494
|
|
|
6277
6495
|
function LostAndFoundFilledIcon(props, ref) {
|
|
6278
6496
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6292,7 +6510,7 @@ function LostAndFoundFilledIcon(props, ref) {
|
|
|
6292
6510
|
clipRule: "evenodd"
|
|
6293
6511
|
}));
|
|
6294
6512
|
}
|
|
6295
|
-
const ForwardRef$
|
|
6513
|
+
const ForwardRef$1i = /*#__PURE__*/forwardRef(LostAndFoundFilledIcon);
|
|
6296
6514
|
|
|
6297
6515
|
function MeasureIcon(props, ref) {
|
|
6298
6516
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6315,7 +6533,7 @@ function MeasureIcon(props, ref) {
|
|
|
6315
6533
|
clipRule: "evenodd"
|
|
6316
6534
|
}));
|
|
6317
6535
|
}
|
|
6318
|
-
const ForwardRef$
|
|
6536
|
+
const ForwardRef$1h = /*#__PURE__*/forwardRef(MeasureIcon);
|
|
6319
6537
|
|
|
6320
6538
|
function MeasureFilledIcon(props, ref) {
|
|
6321
6539
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6332,7 +6550,7 @@ function MeasureFilledIcon(props, ref) {
|
|
|
6332
6550
|
clipRule: "evenodd"
|
|
6333
6551
|
}));
|
|
6334
6552
|
}
|
|
6335
|
-
const ForwardRef$
|
|
6553
|
+
const ForwardRef$1g = /*#__PURE__*/forwardRef(MeasureFilledIcon);
|
|
6336
6554
|
|
|
6337
6555
|
function MenuIcon(props, ref) {
|
|
6338
6556
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6351,7 +6569,7 @@ function MenuIcon(props, ref) {
|
|
|
6351
6569
|
clipRule: "evenodd"
|
|
6352
6570
|
}));
|
|
6353
6571
|
}
|
|
6354
|
-
const ForwardRef$
|
|
6572
|
+
const ForwardRef$1f = /*#__PURE__*/forwardRef(MenuIcon);
|
|
6355
6573
|
|
|
6356
6574
|
function MinimizeIcon(props, ref) {
|
|
6357
6575
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6370,7 +6588,7 @@ function MinimizeIcon(props, ref) {
|
|
|
6370
6588
|
transform: "translate(-1389 -187) translate(1388 186)"
|
|
6371
6589
|
})));
|
|
6372
6590
|
}
|
|
6373
|
-
const ForwardRef$
|
|
6591
|
+
const ForwardRef$1e = /*#__PURE__*/forwardRef(MinimizeIcon);
|
|
6374
6592
|
|
|
6375
6593
|
function NewIcon(props, ref) {
|
|
6376
6594
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6389,7 +6607,7 @@ function NewIcon(props, ref) {
|
|
|
6389
6607
|
clipRule: "evenodd"
|
|
6390
6608
|
}));
|
|
6391
6609
|
}
|
|
6392
|
-
const ForwardRef$
|
|
6610
|
+
const ForwardRef$1d = /*#__PURE__*/forwardRef(NewIcon);
|
|
6393
6611
|
|
|
6394
6612
|
function NightIcon(props, ref) {
|
|
6395
6613
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6408,7 +6626,7 @@ function NightIcon(props, ref) {
|
|
|
6408
6626
|
clipRule: "evenodd"
|
|
6409
6627
|
}));
|
|
6410
6628
|
}
|
|
6411
|
-
const ForwardRef$
|
|
6629
|
+
const ForwardRef$1c = /*#__PURE__*/forwardRef(NightIcon);
|
|
6412
6630
|
|
|
6413
6631
|
function OrganizationIcon(props, ref) {
|
|
6414
6632
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6427,7 +6645,7 @@ function OrganizationIcon(props, ref) {
|
|
|
6427
6645
|
clipRule: "evenodd"
|
|
6428
6646
|
}));
|
|
6429
6647
|
}
|
|
6430
|
-
const ForwardRef$
|
|
6648
|
+
const ForwardRef$1b = /*#__PURE__*/forwardRef(OrganizationIcon);
|
|
6431
6649
|
|
|
6432
6650
|
function PackageIcon(props, ref) {
|
|
6433
6651
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6446,7 +6664,7 @@ function PackageIcon(props, ref) {
|
|
|
6446
6664
|
clipRule: "evenodd"
|
|
6447
6665
|
}));
|
|
6448
6666
|
}
|
|
6449
|
-
const ForwardRef$
|
|
6667
|
+
const ForwardRef$1a = /*#__PURE__*/forwardRef(PackageIcon);
|
|
6450
6668
|
|
|
6451
6669
|
function PlayIcon(props, ref) {
|
|
6452
6670
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6466,7 +6684,7 @@ function PlayIcon(props, ref) {
|
|
|
6466
6684
|
transform: "translate(-527 -325) translate(524 324)"
|
|
6467
6685
|
}));
|
|
6468
6686
|
}
|
|
6469
|
-
const ForwardRef$
|
|
6687
|
+
const ForwardRef$19 = /*#__PURE__*/forwardRef(PlayIcon);
|
|
6470
6688
|
|
|
6471
6689
|
function PrivacyIcon(props, ref) {
|
|
6472
6690
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6485,7 +6703,41 @@ function PrivacyIcon(props, ref) {
|
|
|
6485
6703
|
clipRule: "evenodd"
|
|
6486
6704
|
}));
|
|
6487
6705
|
}
|
|
6488
|
-
const ForwardRef
|
|
6706
|
+
const ForwardRef$18 = /*#__PURE__*/forwardRef(PrivacyIcon);
|
|
6707
|
+
|
|
6708
|
+
function ProfileIcon(props, ref) {
|
|
6709
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6710
|
+
fill: "none",
|
|
6711
|
+
viewBox: "0 0 16 16",
|
|
6712
|
+
width: props.width || props.size || 16,
|
|
6713
|
+
height: props.height || props.size || 16,
|
|
6714
|
+
color: props.color || '#181C56',
|
|
6715
|
+
ref: ref
|
|
6716
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6717
|
+
fill: "currentColor",
|
|
6718
|
+
fillRule: "evenodd",
|
|
6719
|
+
d: "M8 1a7 7 0 0 1 4.161 12.628 6.4 6.4 0 0 1-.738.493A6.67 6.67 0 0 1 8.1 15l-.057-.002L8 15A7 7 0 0 1 8 1m.1 9.6c-1.465 0-2.736.829-3.37 2.044.157.123.372.28.643.435.62.355 1.524.707 2.67.719a5.77 5.77 0 0 0 3.26-1.031q.09-.066.165-.122A3.8 3.8 0 0 0 8.1 10.6M8 2.2A5.8 5.8 0 0 0 2.2 8a5.78 5.78 0 0 0 1.545 3.94A5 5 0 0 1 6.79 9.577 3.401 3.401 0 0 1 8 3a3.4 3.4 0 0 1 1.293 6.544 5 5 0 0 1 3.08 2.264A5.78 5.78 0 0 0 13.8 8c0-3.203-2.597-5.8-5.8-5.8m0 2A2.201 2.201 0 1 0 8.002 8.6 2.201 2.201 0 0 0 8 4.2",
|
|
6720
|
+
clipRule: "evenodd"
|
|
6721
|
+
}));
|
|
6722
|
+
}
|
|
6723
|
+
const ForwardRef$17 = /*#__PURE__*/forwardRef(ProfileIcon);
|
|
6724
|
+
|
|
6725
|
+
function ProfileFilledIcon(props, ref) {
|
|
6726
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6727
|
+
fill: "none",
|
|
6728
|
+
viewBox: "0 0 16 16",
|
|
6729
|
+
width: props.width || props.size || 16,
|
|
6730
|
+
height: props.height || props.size || 16,
|
|
6731
|
+
color: props.color || '#181C56',
|
|
6732
|
+
ref: ref
|
|
6733
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6734
|
+
fill: "currentColor",
|
|
6735
|
+
fillRule: "evenodd",
|
|
6736
|
+
d: "M8 1q.363 0 .716.036.58.061 1.128.211.12.032.237.067a7 7 0 0 1 1.056.428 7.02 7.02 0 0 1 3.173 3.224A6.94 6.94 0 0 1 15 8a7 7 0 0 1-.22 1.75 7.01 7.01 0 0 1-5.714 5.17 7.05 7.05 0 0 1-4.1-.61 7.03 7.03 0 0 1-3.32-3.373A7 7 0 0 1 8 1m0 9a4.4 4.4 0 0 0-3.874 2.316A5.78 5.78 0 0 0 8 13.8a5.78 5.78 0 0 0 3.873-1.485A4.4 4.4 0 0 0 8 10m0-6.4a2.8 2.8 0 1 0 .001 5.6A2.8 2.8 0 0 0 8 3.6",
|
|
6737
|
+
clipRule: "evenodd"
|
|
6738
|
+
}));
|
|
6739
|
+
}
|
|
6740
|
+
const ForwardRef$16 = /*#__PURE__*/forwardRef(ProfileFilledIcon);
|
|
6489
6741
|
|
|
6490
6742
|
function PurposeIcon(props, ref) {
|
|
6491
6743
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6505,7 +6757,7 @@ function PurposeIcon(props, ref) {
|
|
|
6505
6757
|
transform: "translate(-1137 -463) translate(1136 462)"
|
|
6506
6758
|
}));
|
|
6507
6759
|
}
|
|
6508
|
-
const ForwardRef$
|
|
6760
|
+
const ForwardRef$15 = /*#__PURE__*/forwardRef(PurposeIcon);
|
|
6509
6761
|
|
|
6510
6762
|
function PuzzleIcon(props, ref) {
|
|
6511
6763
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6522,7 +6774,7 @@ function PuzzleIcon(props, ref) {
|
|
|
6522
6774
|
clipRule: "evenodd"
|
|
6523
6775
|
}));
|
|
6524
6776
|
}
|
|
6525
|
-
const ForwardRef$
|
|
6777
|
+
const ForwardRef$14 = /*#__PURE__*/forwardRef(PuzzleIcon);
|
|
6526
6778
|
|
|
6527
6779
|
function QuietIcon(props, ref) {
|
|
6528
6780
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6542,7 +6794,7 @@ function QuietIcon(props, ref) {
|
|
|
6542
6794
|
transform: "translate(-1281 -233) translate(1280 232)"
|
|
6543
6795
|
}));
|
|
6544
6796
|
}
|
|
6545
|
-
const ForwardRef$
|
|
6797
|
+
const ForwardRef$13 = /*#__PURE__*/forwardRef(QuietIcon);
|
|
6546
6798
|
|
|
6547
6799
|
function QuitIcon(props, ref) {
|
|
6548
6800
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6561,7 +6813,7 @@ function QuitIcon(props, ref) {
|
|
|
6561
6813
|
clipRule: "evenodd"
|
|
6562
6814
|
}));
|
|
6563
6815
|
}
|
|
6564
|
-
const ForwardRef$
|
|
6816
|
+
const ForwardRef$12 = /*#__PURE__*/forwardRef(QuitIcon);
|
|
6565
6817
|
|
|
6566
6818
|
function RSSIcon(props, ref) {
|
|
6567
6819
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6580,7 +6832,67 @@ function RSSIcon(props, ref) {
|
|
|
6580
6832
|
clipRule: "evenodd"
|
|
6581
6833
|
}));
|
|
6582
6834
|
}
|
|
6583
|
-
const ForwardRef$
|
|
6835
|
+
const ForwardRef$11 = /*#__PURE__*/forwardRef(RSSIcon);
|
|
6836
|
+
|
|
6837
|
+
function RequiredIcon(props, ref) {
|
|
6838
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6839
|
+
fill: "none",
|
|
6840
|
+
viewBox: "0 0 16 16",
|
|
6841
|
+
width: props.width || props.size || 16,
|
|
6842
|
+
height: props.height || props.size || 16,
|
|
6843
|
+
color: props.color || '#181C56',
|
|
6844
|
+
ref: ref
|
|
6845
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6846
|
+
fill: "currentColor",
|
|
6847
|
+
d: "m8.6 6.797 4.79-3.354.688.983-5.033 3.523 5.033 3.525-.687.982L8.6 9.101V15H7.4V9.1l-4.79 3.356-.688-.982 5.031-3.525-5.031-3.523.688-.983L7.4 6.797V1h1.2z"
|
|
6848
|
+
}));
|
|
6849
|
+
}
|
|
6850
|
+
const ForwardRef$10 = /*#__PURE__*/forwardRef(RequiredIcon);
|
|
6851
|
+
|
|
6852
|
+
function RequiredFilledIcon(props, ref) {
|
|
6853
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6854
|
+
fill: "none",
|
|
6855
|
+
viewBox: "0 0 16 16",
|
|
6856
|
+
width: props.width || props.size || 16,
|
|
6857
|
+
height: props.height || props.size || 16,
|
|
6858
|
+
color: props.color || '#181C56',
|
|
6859
|
+
ref: ref
|
|
6860
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6861
|
+
fill: "currentColor",
|
|
6862
|
+
d: "m9 6.028 4.16-2.913 1.148 1.639-4.566 3.195 4.566 3.197-1.148 1.638L9 9.87V15H7V9.87l-4.16 2.914-1.148-1.639L6.256 7.95 1.692 4.754 2.84 3.116 7 6.028V1h2z"
|
|
6863
|
+
}));
|
|
6864
|
+
}
|
|
6865
|
+
const ForwardRef$$ = /*#__PURE__*/forwardRef(RequiredFilledIcon);
|
|
6866
|
+
|
|
6867
|
+
function RequiredSmallIcon(props, ref) {
|
|
6868
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6869
|
+
fill: "none",
|
|
6870
|
+
viewBox: "0 0 16 16",
|
|
6871
|
+
width: props.width || props.size || 16,
|
|
6872
|
+
height: props.height || props.size || 16,
|
|
6873
|
+
color: props.color || '#181C56',
|
|
6874
|
+
ref: ref
|
|
6875
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6876
|
+
fill: "currentColor",
|
|
6877
|
+
d: "m8.6 6.812 3.152-2.207.688.982-3.395 2.376 3.395 2.378-.687.983L8.6 9.116V13H7.4V9.116l-3.152 2.208-.688-.983 3.394-2.378-3.393-2.376.687-.982L7.4 6.812V3h1.2z"
|
|
6878
|
+
}));
|
|
6879
|
+
}
|
|
6880
|
+
const ForwardRef$_ = /*#__PURE__*/forwardRef(RequiredSmallIcon);
|
|
6881
|
+
|
|
6882
|
+
function RequiredSmallFilledIcon(props, ref) {
|
|
6883
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
6884
|
+
fill: "none",
|
|
6885
|
+
viewBox: "0 0 16 16",
|
|
6886
|
+
width: props.width || props.size || 16,
|
|
6887
|
+
height: props.height || props.size || 16,
|
|
6888
|
+
color: props.color || '#181C56',
|
|
6889
|
+
ref: ref
|
|
6890
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
6891
|
+
fill: "currentColor",
|
|
6892
|
+
d: "m9 6.042 2.522-1.765 1.147 1.638-2.926 2.048 2.926 2.05-1.147 1.638L9 9.885V13H7V9.885L4.478 11.65l-1.147-1.638 2.924-2.05-2.924-2.048 1.147-1.638L7 6.043V3h2z"
|
|
6893
|
+
}));
|
|
6894
|
+
}
|
|
6895
|
+
const ForwardRef$Z = /*#__PURE__*/forwardRef(RequiredSmallFilledIcon);
|
|
6584
6896
|
|
|
6585
6897
|
function RouteIcon(props, ref) {
|
|
6586
6898
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6595,7 +6907,7 @@ function RouteIcon(props, ref) {
|
|
|
6595
6907
|
d: "M12.9 10.8a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m0 1.2a.9.9 0 1 0 0 1.801.9.9 0 0 0 0-1.801M9 2.4a3.1 3.1 0 1 1 0 6.2H6a1.9 1.9 0 0 0 0 3.8h4v1.2H6a3.1 3.1 0 1 1 0-6.2h3a1.9 1.9 0 0 0 0-3.8H6V2.4zM3.1 1a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2m0 1.2A.901.901 0 1 0 3.1 4.001.901.901 0 0 0 3.1 2.199"
|
|
6596
6908
|
}));
|
|
6597
6909
|
}
|
|
6598
|
-
const ForwardRef$
|
|
6910
|
+
const ForwardRef$Y = /*#__PURE__*/forwardRef(RouteIcon);
|
|
6599
6911
|
|
|
6600
6912
|
function RouteFilledIcon(props, ref) {
|
|
6601
6913
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6610,7 +6922,7 @@ function RouteFilledIcon(props, ref) {
|
|
|
6610
6922
|
d: "M13 11a2 2 0 1 1 0 4 2 2 0 0 1 0-4M9 2.4a3.1 3.1 0 1 1 0 6.2H6a1.9 1.9 0 0 0 0 3.8h4v1.2H6a3.1 3.1 0 1 1 0-6.2h3a1.9 1.9 0 0 0 0-3.8H6V2.4zM3 1a2 2 0 1 1 0 4 2 2 0 0 1 0-4"
|
|
6611
6923
|
}));
|
|
6612
6924
|
}
|
|
6613
|
-
const ForwardRef$
|
|
6925
|
+
const ForwardRef$X = /*#__PURE__*/forwardRef(RouteFilledIcon);
|
|
6614
6926
|
|
|
6615
6927
|
function RowHeightDefaultIcon(props, ref) {
|
|
6616
6928
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6629,7 +6941,7 @@ function RowHeightDefaultIcon(props, ref) {
|
|
|
6629
6941
|
clipRule: "evenodd"
|
|
6630
6942
|
}));
|
|
6631
6943
|
}
|
|
6632
|
-
const ForwardRef$
|
|
6944
|
+
const ForwardRef$W = /*#__PURE__*/forwardRef(RowHeightDefaultIcon);
|
|
6633
6945
|
|
|
6634
6946
|
function RowHeightMiddleIcon(props, ref) {
|
|
6635
6947
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6648,7 +6960,7 @@ function RowHeightMiddleIcon(props, ref) {
|
|
|
6648
6960
|
clipRule: "evenodd"
|
|
6649
6961
|
}));
|
|
6650
6962
|
}
|
|
6651
|
-
const ForwardRef$
|
|
6963
|
+
const ForwardRef$V = /*#__PURE__*/forwardRef(RowHeightMiddleIcon);
|
|
6652
6964
|
|
|
6653
6965
|
function RowHeightSmallIcon(props, ref) {
|
|
6654
6966
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6667,7 +6979,7 @@ function RowHeightSmallIcon(props, ref) {
|
|
|
6667
6979
|
clipRule: "evenodd"
|
|
6668
6980
|
}));
|
|
6669
6981
|
}
|
|
6670
|
-
const ForwardRef$
|
|
6982
|
+
const ForwardRef$U = /*#__PURE__*/forwardRef(RowHeightSmallIcon);
|
|
6671
6983
|
|
|
6672
6984
|
function RulesIcon(props, ref) {
|
|
6673
6985
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6686,7 +6998,7 @@ function RulesIcon(props, ref) {
|
|
|
6686
6998
|
clipRule: "evenodd"
|
|
6687
6999
|
}));
|
|
6688
7000
|
}
|
|
6689
|
-
const ForwardRef$
|
|
7001
|
+
const ForwardRef$T = /*#__PURE__*/forwardRef(RulesIcon);
|
|
6690
7002
|
|
|
6691
7003
|
function ScopeIcon(props, ref) {
|
|
6692
7004
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6705,7 +7017,7 @@ function ScopeIcon(props, ref) {
|
|
|
6705
7017
|
clipRule: "evenodd"
|
|
6706
7018
|
}));
|
|
6707
7019
|
}
|
|
6708
|
-
const ForwardRef$
|
|
7020
|
+
const ForwardRef$S = /*#__PURE__*/forwardRef(ScopeIcon);
|
|
6709
7021
|
|
|
6710
7022
|
function SearchIcon(props, ref) {
|
|
6711
7023
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6724,7 +7036,7 @@ function SearchIcon(props, ref) {
|
|
|
6724
7036
|
clipRule: "evenodd"
|
|
6725
7037
|
}));
|
|
6726
7038
|
}
|
|
6727
|
-
const ForwardRef$
|
|
7039
|
+
const ForwardRef$R = /*#__PURE__*/forwardRef(SearchIcon);
|
|
6728
7040
|
|
|
6729
7041
|
function SearchFilledIcon(props, ref) {
|
|
6730
7042
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6741,7 +7053,7 @@ function SearchFilledIcon(props, ref) {
|
|
|
6741
7053
|
clipRule: "evenodd"
|
|
6742
7054
|
}));
|
|
6743
7055
|
}
|
|
6744
|
-
const ForwardRef$
|
|
7056
|
+
const ForwardRef$Q = /*#__PURE__*/forwardRef(SearchFilledIcon);
|
|
6745
7057
|
|
|
6746
7058
|
function SelectIcon(props, ref) {
|
|
6747
7059
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6761,7 +7073,7 @@ function SelectIcon(props, ref) {
|
|
|
6761
7073
|
transform: "translate(-1173 -463) translate(1172 462)"
|
|
6762
7074
|
}));
|
|
6763
7075
|
}
|
|
6764
|
-
const ForwardRef$
|
|
7076
|
+
const ForwardRef$P = /*#__PURE__*/forwardRef(SelectIcon);
|
|
6765
7077
|
|
|
6766
7078
|
function SendIcon(props, ref) {
|
|
6767
7079
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6780,7 +7092,7 @@ function SendIcon(props, ref) {
|
|
|
6780
7092
|
clipRule: "evenodd"
|
|
6781
7093
|
}));
|
|
6782
7094
|
}
|
|
6783
|
-
const ForwardRef$
|
|
7095
|
+
const ForwardRef$O = /*#__PURE__*/forwardRef(SendIcon);
|
|
6784
7096
|
|
|
6785
7097
|
function SettingsIcon(props, ref) {
|
|
6786
7098
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6799,7 +7111,7 @@ function SettingsIcon(props, ref) {
|
|
|
6799
7111
|
clipRule: "evenodd"
|
|
6800
7112
|
}));
|
|
6801
7113
|
}
|
|
6802
|
-
const ForwardRef$
|
|
7114
|
+
const ForwardRef$N = /*#__PURE__*/forwardRef(SettingsIcon);
|
|
6803
7115
|
|
|
6804
7116
|
function CircleIcon(props, ref) {
|
|
6805
7117
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6816,7 +7128,7 @@ function CircleIcon(props, ref) {
|
|
|
6816
7128
|
clipRule: "evenodd"
|
|
6817
7129
|
}));
|
|
6818
7130
|
}
|
|
6819
|
-
const ForwardRef$
|
|
7131
|
+
const ForwardRef$M = /*#__PURE__*/forwardRef(CircleIcon);
|
|
6820
7132
|
|
|
6821
7133
|
function CircleFilledIcon(props, ref) {
|
|
6822
7134
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6831,7 +7143,7 @@ function CircleFilledIcon(props, ref) {
|
|
|
6831
7143
|
d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"
|
|
6832
7144
|
}));
|
|
6833
7145
|
}
|
|
6834
|
-
const ForwardRef$
|
|
7146
|
+
const ForwardRef$L = /*#__PURE__*/forwardRef(CircleFilledIcon);
|
|
6835
7147
|
|
|
6836
7148
|
function StarredIcon(props, ref) {
|
|
6837
7149
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6850,7 +7162,7 @@ function StarredIcon(props, ref) {
|
|
|
6850
7162
|
clipRule: "evenodd"
|
|
6851
7163
|
}));
|
|
6852
7164
|
}
|
|
6853
|
-
const ForwardRef$
|
|
7165
|
+
const ForwardRef$K = /*#__PURE__*/forwardRef(StarredIcon);
|
|
6854
7166
|
|
|
6855
7167
|
function UnstarredIcon(props, ref) {
|
|
6856
7168
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -6869,7 +7181,58 @@ function UnstarredIcon(props, ref) {
|
|
|
6869
7181
|
clipRule: "evenodd"
|
|
6870
7182
|
}));
|
|
6871
7183
|
}
|
|
6872
|
-
const ForwardRef$
|
|
7184
|
+
const ForwardRef$J = /*#__PURE__*/forwardRef(UnstarredIcon);
|
|
7185
|
+
|
|
7186
|
+
function ShareIcon(props, ref) {
|
|
7187
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7188
|
+
xmlSpace: "preserve",
|
|
7189
|
+
x: 0,
|
|
7190
|
+
y: 0,
|
|
7191
|
+
viewBox: "0 0 16 16",
|
|
7192
|
+
width: props.width || props.size || 16,
|
|
7193
|
+
height: props.height || props.size || 16,
|
|
7194
|
+
color: props.color || '#181C56',
|
|
7195
|
+
ref: ref
|
|
7196
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
7197
|
+
fill: "currentColor",
|
|
7198
|
+
fillRule: "evenodd",
|
|
7199
|
+
d: "M3.455 3.728V5L2.273 5v8.425h10.242v-3h1.273v3.636c0 .322-.24.589-.55.63l-.086.007H1.636a.636.636 0 0 1-.63-.55L1 14.06V4.364c0-.322.24-.588.55-.63l.086-.006zm6.404-2.324.075.057 4.849 4.243c.263.23.287.623.072.884l-.072.073-4.849 4.243a.637.637 0 0 1-1.049-.385l-.006-.094V8.648l-.14.007c-1.93.094-2.886.587-3.898 1.809l-.145.18-.129.166c-.369.485-1.143.224-1.143-.385 0-4.396 1.75-6.373 5.166-6.66l.235-.017.053-.003V1.94c0-.515.571-.804.981-.536m.292 1.938v1.022a.636.636 0 0 1-.636.637c-2.69 0-4.17.888-4.646 3.346l-.042.235-.016.103.108-.087c1.001-.792 2.176-1.155 3.954-1.222l.341-.01.301-.002c.32 0 .584.236.63.543l.007.094-.001 1.02 3.246-2.84z",
|
|
7200
|
+
clipRule: "evenodd"
|
|
7201
|
+
}));
|
|
7202
|
+
}
|
|
7203
|
+
const ForwardRef$I = /*#__PURE__*/forwardRef(ShareIcon);
|
|
7204
|
+
|
|
7205
|
+
function SilentIcon(props, ref) {
|
|
7206
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7207
|
+
fill: "none",
|
|
7208
|
+
viewBox: "0 0 16 16",
|
|
7209
|
+
width: props.width || props.size || 16,
|
|
7210
|
+
height: props.height || props.size || 16,
|
|
7211
|
+
color: props.color || '#181C56',
|
|
7212
|
+
ref: ref
|
|
7213
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
7214
|
+
fill: "currentColor",
|
|
7215
|
+
fillRule: "evenodd",
|
|
7216
|
+
d: "M12.9 7.316V5.42l-.005-.204a4 4 0 0 0-.17-.952l2.272-2.272-.99-.99-1.945 1.945C11.187 1.77 9.707 1 8 1 5.27 1 3.1 2.958 3.1 5.421v1.895l-.01.252C2.928 9.443 1 9.955 1 11.105c0 .496.59.936 1.637 1.268L1 14.01l.99.99 2.258-2.258q.462.073.977.127C5.413 14.103 6.571 15 8 15s2.587-.897 2.773-2.132c2.643-.273 4.227-.945 4.227-1.763 0-1.2-2.1-1.705-2.1-3.79m-9.622 3.802-.191-.057-.119-.038-.213-.077-.095-.04.578-.59c.829-.898 1.262-1.771 1.262-3V5.42l.005-.171C4.605 3.664 6.083 2.39 8 2.39c1.35 0 2.468.638 3.054 1.566L3.78 11.23c-.169-.037-.352-.07-.502-.112M8 13.667c-.61 0-1.09-.282-1.294-.694Q7.326 13 8 13l.325-.002q.496-.004.969-.025c-.204.412-.683.694-1.294.694m5.246-2.72a6 6 0 0 1-.524.17c-1.119.313-2.768.493-4.722.493-.912 0-1.748-.042-2.504-.116L11.5 5.49v1.826l.007.258c.061 1.18.554 2.031 1.438 2.936l.394.397z",
|
|
7217
|
+
clipRule: "evenodd"
|
|
7218
|
+
}));
|
|
7219
|
+
}
|
|
7220
|
+
const ForwardRef$H = /*#__PURE__*/forwardRef(SilentIcon);
|
|
7221
|
+
|
|
7222
|
+
function SortIcon(props, ref) {
|
|
7223
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7224
|
+
fill: "none",
|
|
7225
|
+
viewBox: "0 0 16 16",
|
|
7226
|
+
width: props.width || props.size || 16,
|
|
7227
|
+
height: props.height || props.size || 16,
|
|
7228
|
+
color: props.color || '#181C56',
|
|
7229
|
+
ref: ref
|
|
7230
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
7231
|
+
fill: "currentColor",
|
|
7232
|
+
d: "m10.6 10.953 1.976-1.976.848.847-3 3a.6.6 0 0 1-.848 0l-3-3 .848-.847L9.4 10.953V6h1.2zM5.4 10.6H3V9.4h2.4zM7.8 7.4H3V6.2h4.8zM11 4.2H3V3h8z"
|
|
7233
|
+
}));
|
|
7234
|
+
}
|
|
7235
|
+
const ForwardRef$G = /*#__PURE__*/forwardRef(SortIcon);
|
|
6873
7236
|
|
|
6874
7237
|
function StandardIcon(props, ref) {
|
|
6875
7238
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7467,6 +7830,44 @@ function WarningIcon(props, ref) {
|
|
|
7467
7830
|
}
|
|
7468
7831
|
const ForwardRef$c = /*#__PURE__*/forwardRef(WarningIcon);
|
|
7469
7832
|
|
|
7833
|
+
function ZoomInIcon(props, ref) {
|
|
7834
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7835
|
+
xmlSpace: "preserve",
|
|
7836
|
+
x: 0,
|
|
7837
|
+
y: 0,
|
|
7838
|
+
viewBox: "0 0 16 16",
|
|
7839
|
+
width: props.width || props.size || 16,
|
|
7840
|
+
height: props.height || props.size || 16,
|
|
7841
|
+
color: props.color || '#181C56',
|
|
7842
|
+
ref: ref
|
|
7843
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
7844
|
+
fill: "currentColor",
|
|
7845
|
+
fillRule: "evenodd",
|
|
7846
|
+
d: "M6.795 1a5.795 5.795 0 0 1 4.549 9.387L15 14.044l-.956.956-3.656-3.657A5.795 5.795 0 1 1 6.796 1m0 1.352a4.443 4.443 0 1 0 0 8.885 4.443 4.443 0 0 0 0-8.885M7.25 4.42l-.001 1.907 1.908.001v.92H7.248v1.908h-.92l-.001-1.908H4.42v-.92l1.907-.001.001-1.907z",
|
|
7847
|
+
clipRule: "evenodd"
|
|
7848
|
+
}));
|
|
7849
|
+
}
|
|
7850
|
+
const ForwardRef$b = /*#__PURE__*/forwardRef(ZoomInIcon);
|
|
7851
|
+
|
|
7852
|
+
function ZoomOutIcon(props, ref) {
|
|
7853
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7854
|
+
xmlSpace: "preserve",
|
|
7855
|
+
x: 0,
|
|
7856
|
+
y: 0,
|
|
7857
|
+
viewBox: "0 0 16 16",
|
|
7858
|
+
width: props.width || props.size || 16,
|
|
7859
|
+
height: props.height || props.size || 16,
|
|
7860
|
+
color: props.color || '#181C56',
|
|
7861
|
+
ref: ref
|
|
7862
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
7863
|
+
fill: "currentColor",
|
|
7864
|
+
fillRule: "evenodd",
|
|
7865
|
+
d: "M6.795 1a5.795 5.795 0 0 1 4.549 9.387L15 14.044l-.956.956-3.657-3.656A5.795 5.795 0 1 1 6.796 1m0 1.352a4.443 4.443 0 1 0 0 8.885 4.443 4.443 0 0 0 0-8.885m2.361 3.976v.92H4.42v-.92z",
|
|
7866
|
+
clipRule: "evenodd"
|
|
7867
|
+
}));
|
|
7868
|
+
}
|
|
7869
|
+
const ForwardRef$a = /*#__PURE__*/forwardRef(ZoomOutIcon);
|
|
7870
|
+
|
|
7470
7871
|
function CloudIcon(props, ref) {
|
|
7471
7872
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7472
7873
|
xmlSpace: "preserve",
|
|
@@ -7482,7 +7883,7 @@ function CloudIcon(props, ref) {
|
|
|
7482
7883
|
d: "M9.248 20.247c-4.25 0-7.86-3.315-8.219-7.55C.67 8.46 3.671 4.582 7.863 3.868c3.952-.674 7.84 1.66 9.161 5.382h.477c3.032 0 5.499 2.466 5.499 5.499s-2.467 5.498-5.499 5.498H9.248M9.232 5.585q-.527 0-1.061.09c-3.26.555-5.595 3.571-5.315 6.867.28 3.294 3.087 5.873 6.392 5.873h8.253a3.67 3.67 0 0 0 3.666-3.666 3.67 3.67 0 0 0-3.666-3.666h-1.154a.92.92 0 0 1-.888-.688c-.736-2.853-3.358-4.81-6.227-4.81"
|
|
7483
7884
|
}));
|
|
7484
7885
|
}
|
|
7485
|
-
const ForwardRef$
|
|
7886
|
+
const ForwardRef$9 = /*#__PURE__*/forwardRef(CloudIcon);
|
|
7486
7887
|
|
|
7487
7888
|
function CloudLightningIcon(props, ref) {
|
|
7488
7889
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7502,7 +7903,7 @@ function CloudLightningIcon(props, ref) {
|
|
|
7502
7903
|
d: "M11.083 22.994a.915.915 0 0 1-.761-1.425l2.716-4.072H9.252a.917.917 0 0 1-.763-1.425l3.666-5.496a.916.916 0 1 1 1.525 1.016l-2.716 4.072h3.785a.916.916 0 0 1 .763 1.425l-3.666 5.497a.92.92 0 0 1-.763.408"
|
|
7503
7904
|
}));
|
|
7504
7905
|
}
|
|
7505
|
-
const ForwardRef$
|
|
7906
|
+
const ForwardRef$8 = /*#__PURE__*/forwardRef(CloudLightningIcon);
|
|
7506
7907
|
|
|
7507
7908
|
function CloudRainIcon(props, ref) {
|
|
7508
7909
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7522,7 +7923,7 @@ function CloudRainIcon(props, ref) {
|
|
|
7522
7923
|
d: "M19.342 17.115a.917.917 0 0 1-.368-1.756 3.684 3.684 0 0 0 2.117-4.108 3.68 3.68 0 0 0-3.584-2.917h-1.154a.916.916 0 0 1-.887-.687 6.395 6.395 0 0 0-5.852-4.802A6.39 6.39 0 0 0 3.261 6.96a6.39 6.39 0 0 0 1.987 7.304.916.916 0 1 1-1.144 1.432 8.22 8.22 0 0 1-2.555-9.39 8.21 8.21 0 0 1 8.168-5.29A8.22 8.22 0 0 1 17.031 6.5h.477a5.52 5.52 0 0 1 5.377 4.375 5.524 5.524 0 0 1-3.176 6.162.9.9 0 0 1-.367.077"
|
|
7523
7924
|
}));
|
|
7524
7925
|
}
|
|
7525
|
-
const ForwardRef$
|
|
7926
|
+
const ForwardRef$7 = /*#__PURE__*/forwardRef(CloudRainIcon);
|
|
7526
7927
|
|
|
7527
7928
|
function CloudSnowIcon(props, ref) {
|
|
7528
7929
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7542,7 +7943,7 @@ function CloudSnowIcon(props, ref) {
|
|
|
7542
7943
|
d: "M8.352 16.583a.92.92 0 0 1-.921-.917c0-.506.405-.916.912-.916h.009a.916.916 0 1 1 0 1.833M8.352 20.25c-.507 0-.921-.41-.921-.917s.405-.917.912-.917h.009a.916.916 0 1 1 0 1.833M12.018 18.416a.92.92 0 0 1-.92-.917c0-.506.405-.916.91-.916h.01a.916.916 0 1 1 0 1.833M12.018 22.082a.92.92 0 0 1-.92-.916c0-.507.405-.917.91-.917h.01a.916.916 0 1 1 0 1.833M15.684 16.583a.92.92 0 0 1-.92-.917c0-.506.405-.916.911-.916h.01a.916.916 0 1 1 0 1.833M15.684 20.25c-.506 0-.92-.41-.92-.917s.405-.917.911-.917h.01a.916.916 0 1 1 0 1.833"
|
|
7543
7944
|
}));
|
|
7544
7945
|
}
|
|
7545
|
-
const ForwardRef$
|
|
7946
|
+
const ForwardRef$6 = /*#__PURE__*/forwardRef(CloudSnowIcon);
|
|
7546
7947
|
|
|
7547
7948
|
function SunIcon(props, ref) {
|
|
7548
7949
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7559,7 +7960,7 @@ function SunIcon(props, ref) {
|
|
|
7559
7960
|
d: "M12 17.5c-3.033 0-5.5-2.467-5.5-5.5S8.967 6.5 12 6.5s5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5m0-9.167A3.67 3.67 0 0 0 8.333 12 3.67 3.67 0 0 0 12 15.667 3.67 3.67 0 0 0 15.667 12 3.67 3.67 0 0 0 12 8.333M12 4.667a.917.917 0 0 1-.917-.917V1.917a.917.917 0 0 1 1.834 0V3.75c0 .506-.41.917-.917.917M12 23a.916.916 0 0 1-.917-.917V20.25a.916.916 0 1 1 1.834 0v1.833c0 .507-.41.917-.917.917M6.17 7.087a.91.91 0 0 1-.648-.269L4.22 5.516A.916.916 0 1 1 5.516 4.22l1.302 1.302a.916.916 0 0 1-.648 1.565M19.132 20.049a.91.91 0 0 1-.648-.269l-1.302-1.302a.916.916 0 1 1 1.296-1.296l1.302 1.302a.916.916 0 0 1-.648 1.565M3.75 12.917H1.917a.917.917 0 0 1 0-1.834H3.75a.917.917 0 0 1 0 1.834M22.083 12.917H20.25a.916.916 0 1 1 0-1.834h1.833a.916.916 0 1 1 0 1.834M4.868 20.049a.916.916 0 0 1-.648-1.565l1.302-1.302a.916.916 0 1 1 1.296 1.296L5.516 19.78a.91.91 0 0 1-.648.269M17.83 7.087a.916.916 0 0 1-.648-1.565l1.302-1.302a.916.916 0 1 1 1.296 1.296l-1.302 1.302a.91.91 0 0 1-.648.269"
|
|
7560
7961
|
}));
|
|
7561
7962
|
}
|
|
7562
|
-
const ForwardRef$
|
|
7963
|
+
const ForwardRef$5 = /*#__PURE__*/forwardRef(SunIcon);
|
|
7563
7964
|
|
|
7564
7965
|
function SunCloudIcon(props, ref) {
|
|
7565
7966
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7577,7 +7978,7 @@ function SunCloudIcon(props, ref) {
|
|
|
7577
7978
|
d: "M8.765 5.53c.357 0 .647-.29.647-.648V3.588a.647.647 0 0 0-1.294 0v1.294c0 .358.29.647.647.647M4.192 7.048a.645.645 0 0 0 .915 0 .647.647 0 0 0 0-.915l-.92-.919a.647.647 0 1 0-.914.915zM3.588 10.706a.647.647 0 0 0-.647-.647H1.647a.647.647 0 0 0 0 1.294h1.294c.358 0 .647-.29.647-.647M4.192 14.364l-.92.919a.647.647 0 1 0 .916.915l.919-.92a.647.647 0 1 0-.915-.914M12.88 7.238a.65.65 0 0 0 .458-.19l.918-.919a.647.647 0 1 0-.914-.915l-.92.92a.647.647 0 0 0 .458 1.104M19.118 13.294h-.337c-.883-2.488-3.392-4.094-6.024-3.855a4.079 4.079 0 0 0-7.586 1.425 4.11 4.11 0 0 0 2.237 4.3c.02.009.04.013.06.02q-.003.27.02.544c.253 2.99 2.802 5.33 5.802 5.33h5.827999999999999c2.14 0 3.882-1.74 3.882-3.882s-1.741-3.882-3.882-3.882M6.45 11.056a2.787 2.787 0 0 1 4.953-1.323 5.88 5.88 0 0 0-3.748 4.074 2.81 2.81 0 0 1-1.205-2.75m12.667 8.709H13.29c-2.333 0-4.316-1.82-4.513-4.147s1.45-4.456 3.753-4.848q.375-.063.749-.063c2.025 0 3.877 1.381 4.397 3.396a.646.646 0 0 0 .627.485h.815a2.59 2.59 0 0 1 2.588 2.588 2.59 2.59 0 0 1-2.588 2.589"
|
|
7578
7979
|
})));
|
|
7579
7980
|
}
|
|
7580
|
-
const ForwardRef$
|
|
7981
|
+
const ForwardRef$4 = /*#__PURE__*/forwardRef(SunCloudIcon);
|
|
7581
7982
|
|
|
7582
7983
|
function SunCloudRainIcon(props, ref) {
|
|
7583
7984
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7597,7 +7998,7 @@ function SunCloudRainIcon(props, ref) {
|
|
|
7597
7998
|
d: "M12.65 15.235a.647.647 0 0 0-.648.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M17.826 19.118a.647.647 0 0 0-.647.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M17.826 15.235a.647.647 0 0 0-.647.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M15.238 20.412a.647.647 0 0 0-.647.647v1.294a.647.647 0 1 0 1.294 0v-1.294a.647.647 0 0 0-.647-.647M15.238 16.53a.647.647 0 0 0-.647.646v1.295a.647.647 0 1 0 1.294 0v-1.295a.647.647 0 0 0-.647-.647"
|
|
7598
7999
|
})));
|
|
7599
8000
|
}
|
|
7600
|
-
const ForwardRef$
|
|
8001
|
+
const ForwardRef$3 = /*#__PURE__*/forwardRef(SunCloudRainIcon);
|
|
7601
8002
|
|
|
7602
8003
|
function ThermometerIcon(props, ref) {
|
|
7603
8004
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7619,7 +8020,7 @@ function ThermometerIcon(props, ref) {
|
|
|
7619
8020
|
fill: "currentColor"
|
|
7620
8021
|
}));
|
|
7621
8022
|
}
|
|
7622
|
-
const ForwardRef$
|
|
8023
|
+
const ForwardRef$2 = /*#__PURE__*/forwardRef(ThermometerIcon);
|
|
7623
8024
|
|
|
7624
8025
|
function UmbrellaIcon(props, ref) {
|
|
7625
8026
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7636,7 +8037,7 @@ function UmbrellaIcon(props, ref) {
|
|
|
7636
8037
|
d: "M12 1.917a11.046 11.046 0 0 0-10.996 9.996.917.917 0 0 0 .913 1.004h9.166v5.5a3.667 3.667 0 0 0 7.334 0 .917.917 0 1 0-1.834 0 1.833 1.833 0 1 1-3.666 0v-5.5h9.166a.917.917 0 0 0 .913-1.004A11.046 11.046 0 0 0 12 1.917m0 1.833a9.21 9.21 0 0 1 9.014 7.333H2.986A9.21 9.21 0 0 1 12 3.75"
|
|
7637
8038
|
}));
|
|
7638
8039
|
}
|
|
7639
|
-
const ForwardRef$
|
|
8040
|
+
const ForwardRef$1 = /*#__PURE__*/forwardRef(UmbrellaIcon);
|
|
7640
8041
|
|
|
7641
8042
|
function WindIcon(props, ref) {
|
|
7642
8043
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
@@ -7656,44 +8057,6 @@ function WindIcon(props, ref) {
|
|
|
7656
8057
|
d: "M21.25 6.468a3.5 3.5 0 0 0-4.223.553 1 1 0 0 0 1.413 1.416A1.5 1.5 0 1 1 19.502 11H2a1 1 0 0 0 0 2h17.505l-.002-1v-.017L19.505 13a3.5 3.5 0 0 0 1.745-6.532"
|
|
7657
8058
|
})));
|
|
7658
8059
|
}
|
|
7659
|
-
const ForwardRef
|
|
7660
|
-
|
|
7661
|
-
function ZoomInIcon(props, ref) {
|
|
7662
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7663
|
-
xmlSpace: "preserve",
|
|
7664
|
-
x: 0,
|
|
7665
|
-
y: 0,
|
|
7666
|
-
viewBox: "0 0 16 16",
|
|
7667
|
-
width: props.width || props.size || 16,
|
|
7668
|
-
height: props.height || props.size || 16,
|
|
7669
|
-
color: props.color || '#181C56',
|
|
7670
|
-
ref: ref
|
|
7671
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
7672
|
-
fill: "currentColor",
|
|
7673
|
-
fillRule: "evenodd",
|
|
7674
|
-
d: "M6.795 1a5.795 5.795 0 0 1 4.549 9.387L15 14.044l-.956.956-3.656-3.657A5.795 5.795 0 1 1 6.796 1m0 1.352a4.443 4.443 0 1 0 0 8.885 4.443 4.443 0 0 0 0-8.885M7.25 4.42l-.001 1.907 1.908.001v.92H7.248v1.908h-.92l-.001-1.908H4.42v-.92l1.907-.001.001-1.907z",
|
|
7675
|
-
clipRule: "evenodd"
|
|
7676
|
-
}));
|
|
7677
|
-
}
|
|
7678
|
-
const ForwardRef$1 = /*#__PURE__*/forwardRef(ZoomInIcon);
|
|
7679
|
-
|
|
7680
|
-
function ZoomOutIcon(props, ref) {
|
|
7681
|
-
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
7682
|
-
xmlSpace: "preserve",
|
|
7683
|
-
x: 0,
|
|
7684
|
-
y: 0,
|
|
7685
|
-
viewBox: "0 0 16 16",
|
|
7686
|
-
width: props.width || props.size || 16,
|
|
7687
|
-
height: props.height || props.size || 16,
|
|
7688
|
-
color: props.color || '#181C56',
|
|
7689
|
-
ref: ref
|
|
7690
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
7691
|
-
fill: "currentColor",
|
|
7692
|
-
fillRule: "evenodd",
|
|
7693
|
-
d: "M6.795 1a5.795 5.795 0 0 1 4.549 9.387L15 14.044l-.956.956-3.657-3.656A5.795 5.795 0 1 1 6.796 1m0 1.352a4.443 4.443 0 1 0 0 8.885 4.443 4.443 0 0 0 0-8.885m2.361 3.976v.92H4.42v-.92z",
|
|
7694
|
-
clipRule: "evenodd"
|
|
7695
|
-
}));
|
|
7696
|
-
}
|
|
7697
|
-
const ForwardRef = /*#__PURE__*/forwardRef(ZoomOutIcon);
|
|
8060
|
+
const ForwardRef = /*#__PURE__*/forwardRef(WindIcon);
|
|
7698
8061
|
|
|
7699
|
-
export { ForwardRef$54 as AKTIcon, ForwardRef$2G as AccessibilityIcon, ForwardRef$2F as AddCardIcon, ForwardRef$2E as AddIcon, ForwardRef$2D as AdditionalIcon, ForwardRef$3d as AdditionalZonesTicketIcon, ForwardRef$2C as AdjustmentsIcon, ForwardRef$2B as AdminIcon, ForwardRef$2A as AgreesIcon, ForwardRef$53 as AlesundTurvognIcon, ForwardRef$3L as AlignCenterIcon, ForwardRef$3K as AlignLeftIcon, ForwardRef$3J as AlignRightIcon, ForwardRef$4o as AmericanExpressIcon, ForwardRef$2j as AnimalFreeIcon, ForwardRef$5F as AnimalIcon, ForwardRef$4n as ApplePayIcon, ForwardRef$2h as AssignToMeFilledIcon, ForwardRef$2i as AssignToMeIcon, ForwardRef$52 as AtBIcon, ForwardRef$3I as AttachmentIcon, ForwardRef$5E as BabyIcon, ForwardRef$66 as BackArrowIcon, ForwardRef$51 as BaneNORIcon, ForwardRef$4m as BanknoteIcon, ForwardRef$4l as BanknoteMultiIcon, ForwardRef$3Z as BatteryIcon, ForwardRef$2g as BellIcon, ForwardRef$4T as BergenBysykkelIcon, ForwardRef$5D as BicycleHotelIcon, ForwardRef$3y as BicycleIcon, ForwardRef$5C as BicycleParkingIcon, ForwardRef$2e as BirthdateFilledIcon, ForwardRef$2f as BirthdateIcon, ForwardRef$2c as BoardFilledIcon, ForwardRef$2d as BoardIcon, ForwardRef$3H as BoldIcon, ForwardRef$4S as BoltIcon, ForwardRef$2b as BookmarkIcon, ForwardRef$50 as BrakarIcon, ForwardRef$4$ as BrakarNoTextIcon, ForwardRef$2a as BrightnessIcon, ForwardRef$29 as BugIcon, ForwardRef$3G as BulletListIcon, ForwardRef$3x as BusIcon, ForwardRef$5B as BusShelterIcon, ForwardRef$3c as CabinIcon, ForwardRef$3w as CablewayIcon, ForwardRef$3Y as CalculatorIcon, ForwardRef$26 as CalendarDetailedFilledIcon, ForwardRef$27 as CalendarDetailedIcon, ForwardRef$28 as CalendarIcon, ForwardRef$3X as CameraIcon, ForwardRef$3v as CarIcon, ForwardRef$3u as CarSharingIcon, ForwardRef$25 as CardIcon, ForwardRef$3t as CarferryIcon, ForwardRef$24 as ChannelsIcon, ForwardRef$22 as ChartFilledIcon, ForwardRef$23 as ChartIcon, ForwardRef$21 as ChatIcon, ForwardRef$1$ as CheckFilledIcon, ForwardRef$20 as CheckIcon, ForwardRef$1Z as CheckSmallFilledIcon, ForwardRef$1_ as CheckSmallIcon, ForwardRef$I as CircleFilledIcon, ForwardRef$J as CircleIcon, ForwardRef$3s as CityBikeIcon, ForwardRef$3b as CityIcon, ForwardRef$1X as ClockFilledIcon, ForwardRef$1Y as ClockIcon, ForwardRef$1V as CloseFilledIcon, ForwardRef$1W as CloseIcon, ForwardRef$1T as CloseSmallFilledIcon, ForwardRef$1U as CloseSmallIcon, ForwardRef$1d as ClosedLockIcon, ForwardRef$65 as CloudDownloadIcon, ForwardRef$b as CloudIcon, ForwardRef$a as CloudLightningIcon, ForwardRef$9 as CloudRainIcon, ForwardRef$8 as CloudSnowIcon, ForwardRef$5A as CoffeeIcon, ForwardRef$64 as CollapsedIcon, ForwardRef$1S as ColorPickerIcon, ForwardRef$1R as CommentIcon, ForwardRef$3a as CompassNeedleIcon, ForwardRef$1Q as ComponentIcon, ForwardRef$39 as ConductorIcon, ForwardRef$1P as ConfigurationIcon, ForwardRef$1O as ContactsIcon, ForwardRef$1M as CookieFilledIcon, ForwardRef$1N as CookieIcon, ForwardRef$1L as CopyIcon, ForwardRef$38 as CorrespondenceIcon, ForwardRef$5z as CouchetteIcon, ForwardRef$1J as CustomerServiceFilledIcon, ForwardRef$1K as CustomerServiceIcon, ForwardRef$5y as CutleryIcon, ForwardRef$3W as DatabaseIcon, ForwardRef$1I as DateIcon, ForwardRef$1H as DeleteIcon, ForwardRef$59 as DenmarkIcon, ForwardRef$4k as DepositionIcon, ForwardRef$3V as DesktopIcon, ForwardRef$37 as DestinationIcon, ForwardRef$4j as DiffIcon, ForwardRef$35 as DirectionFilledIcon, ForwardRef$36 as DirectionIcon, ForwardRef$63 as DownArrowIcon, ForwardRef$62 as DownloadIcon, ForwardRef$61 as DownwardIcon, ForwardRef$1E as DraggableIcon, ForwardRef$1D as EditIcon, ForwardRef$1C as EmailIcon, ForwardRef$34 as EnvironmentIcon, ForwardRef$4i as EuroIcon, ForwardRef$60 as ExpandIcon, ForwardRef$1B as ExtendIcon, ForwardRef$5$ as ExternalIcon, ForwardRef$46 as FacebookIcon, ForwardRef$4_ as FarteIcon, ForwardRef$4R as FartebysykkelIcon, ForwardRef$1z as FavoriteRouteFilledIcon, ForwardRef$1A as FavoriteRouteIcon, ForwardRef$1x as FavoriteStopFilledIcon, ForwardRef$1y as FavoriteStopIcon, ForwardRef$1v as FeedbackFilledIcon, ForwardRef$1w as FeedbackIcon, ForwardRef$3r as FerryIcon, ForwardRef$3U as FigmaIcon, ForwardRef$1u as FileIcon, ForwardRef$1t as FillIcon, ForwardRef$1r as FilterFilledIcon, ForwardRef$1s as FilterIcon, ForwardRef$4Z as FlybussenIcon, ForwardRef$1p as FolderFilledIcon, ForwardRef$1q as FolderIcon, ForwardRef$5_ as ForwardIcon, ForwardRef$4Y as FramIcon, ForwardRef$5x as FullIcon, ForwardRef$3q as FunicularIcon, ForwardRef$4X as GOAIcon, ForwardRef$4Q as GetAroundIcon, ForwardRef$45 as GithubIcon, ForwardRef$33 as GoalIcon, ForwardRef$44 as GoogleIcon, ForwardRef$4h as GooglePayIcon, ForwardRef$1o as GridViewIcon, ForwardRef$32 as GymIcon, ForwardRef$4P as HafjellIcon, ForwardRef$1n as HandToolIcon, ForwardRef$1m as HeartIcon, ForwardRef$3p as HelicopterIcon, ForwardRef$4O as HertzIcon, ForwardRef$1k as HistoryFilledIcon, ForwardRef$1l as HistoryIcon, ForwardRef$31 as HomeIcon, ForwardRef$1G as HorizontalDotsIcon, ForwardRef$4W as HykeIcon, ForwardRef$1j as IconIcon, ForwardRef$3T as ImageIcon, ForwardRef$4V as InnlandstrafikkIcon, ForwardRef$43 as InstagramIcon, ForwardRef$30 as InternationalIcon, ForwardRef$2$ as InterrailIcon, ForwardRef$2_ as InvalidTicketIcon, ForwardRef$3F as ItalicIcon, ForwardRef$4N as KolumbusBysykkelIcon, ForwardRef$4U as KolumbusIcon, ForwardRef$1h as LanguageFilledIcon, ForwardRef$1i as LanguageIcon, ForwardRef$3S as LaptopIcon, ForwardRef$5Z as LeftArrowIcon, ForwardRef$1g as LikeIcon, ForwardRef$4M as LimeIcon, ForwardRef$3E as LinkIcon, ForwardRef$42 as LinkedinIcon, ForwardRef$1f as ListViewIcon, ForwardRef$1e as LoadingIcon, ForwardRef$5w as LockerIcon, ForwardRef$1b as LogOutIcon, ForwardRef$5H as LogoNegativeIcon, ForwardRef$5G as LogoPositiveIcon, ForwardRef$19 as LostAndFoundFilledIcon, ForwardRef$1a as LostAndFoundIcon, ForwardRef$2Z as LuggageIcon, ForwardRef$5v as ManySeatsAvailableIcon, ForwardRef$2X as MapFilledIcon, ForwardRef$2Y as MapIcon, ForwardRef$2W as MapPinIcon, ForwardRef$4g as MastercardIcon, ForwardRef$17 as MeasureFilledIcon, ForwardRef$18 as MeasureIcon, ForwardRef$16 as MenuIcon, ForwardRef$5Y as MergeProfilesIcon, ForwardRef$3o as MetroIcon, ForwardRef$15 as MinimizeIcon, ForwardRef$3R as MobileIcon, ForwardRef$3n as MobilityIcon, ForwardRef$4f as MoneyIcon, ForwardRef$2V as MountainIcon, ForwardRef$4L as MoveAboutIcon, ForwardRef$3Q as MuralIcon, ForwardRef$14 as NewIcon, ForwardRef$13 as NightIcon, ForwardRef$4D as NordlandIcon, ForwardRef$58 as NorwayIcon, ForwardRef$3D as NumberListIcon, ForwardRef$2z as ObjectAlignBottomFilledIcon, ForwardRef$2y as ObjectAlignBottomIcon, ForwardRef$2x as ObjectAlignCenterFilledIcon, ForwardRef$2w as ObjectAlignCenterIcon, ForwardRef$2v as ObjectAlignLeftFilledIcon, ForwardRef$2u as ObjectAlignLeftIcon, ForwardRef$2t as ObjectAlignMiddleFilledIcon, ForwardRef$2s as ObjectAlignMiddleIcon, ForwardRef$2r as ObjectAlignRightFilledIcon, ForwardRef$2q as ObjectAlignRightIcon, ForwardRef$2p as ObjectAlignTopFilledIcon, ForwardRef$2o as ObjectAlignTopIcon, ForwardRef$2n as ObjectDistributeHorizontallyFilledIcon, ForwardRef$2m as ObjectDistributeHorizontallyIcon, ForwardRef$2l as ObjectDistributeVerticallyFilledIcon, ForwardRef$2k as ObjectDistributeVerticallyIcon, ForwardRef$1c as OpenedLockIcon, ForwardRef$12 as OrganizationIcon, ForwardRef$4K as OsloBysykkelIcon, ForwardRef$4C as OstfoldIcon, ForwardRef$4J as OttoMobilityIcon, ForwardRef$11 as PackageIcon, ForwardRef$5X as PageNavigationIcon, ForwardRef$5t as ParkAndRideIcon, ForwardRef$5u as ParkIcon, ForwardRef$5s as ParkingGarageIcon, ForwardRef$3P as PhoneIcon, ForwardRef$3m as PlaneIcon, ForwardRef$10 as PlayIcon, ForwardRef$2U as PlaygroundIcon, ForwardRef$5r as PlayroomIcon, ForwardRef$2S as PositionFilledIcon, ForwardRef$2T as PositionIcon, ForwardRef$5q as PowerIcon, ForwardRef$5p as PremiumSeatIcon, ForwardRef$4e as PriceFromIcon, ForwardRef$4d as PricelistIcon, ForwardRef$3O as PrinterIcon, ForwardRef$2R as PrioritySeatPregnantIcon, ForwardRef$2Q as PrioritySeatSeniorsIcon, ForwardRef$$ as PrivacyIcon, ForwardRef$_ as PurposeIcon, ForwardRef$Z as PuzzleIcon, ForwardRef$3N as QRIcon, ForwardRef$p as QuestionFilledIcon, ForwardRef$q as QuestionIcon, ForwardRef$Y as QuietIcon, ForwardRef$X as QuitIcon, ForwardRef$W as RSSIcon, ForwardRef$2O as RebateTicketFilledIcon, ForwardRef$2P as RebateTicketIcon, ForwardRef$5W as RedoIcon, ForwardRef$4c as ReferenceIcon, ForwardRef$5V as RefreshIcon, ForwardRef$4B as ReisNordlandIcon, ForwardRef$5U as ResetIcon, ForwardRef$5T as RightArrowIcon, ForwardRef$U as RouteFilledIcon, ForwardRef$V as RouteIcon, ForwardRef$T as RowHeightDefaultIcon, ForwardRef$S as RowHeightMiddleIcon, ForwardRef$R as RowHeightSmallIcon, ForwardRef$Q as RulesIcon, ForwardRef$3l as RunningIcon, ForwardRef$4A as RuterIcon, ForwardRef$4z as RuterNoTextIcon, ForwardRef$4y as SJIcon, ForwardRef$4x as SJNordIcon, ForwardRef$4I as SURFIcon, ForwardRef$57 as SamiIcon, ForwardRef$3M as SaveIcon, ForwardRef$P as ScopeIcon, ForwardRef$N as SearchFilledIcon, ForwardRef$O as SearchIcon, ForwardRef$5m as SeatCompartmentFilledIcon, ForwardRef$5n as SeatCompartmentIcon, ForwardRef$5o as SeatIcon, ForwardRef$5l as SeatsAvailableIcon, ForwardRef$M as SelectIcon, ForwardRef$L as SendIcon, ForwardRef$K as SettingsIcon, ForwardRef$5S as ShareIcon, ForwardRef$4b as ShoppingCartIcon, ForwardRef$2N as SkiIcon, ForwardRef$41 as SkypeIcon, ForwardRef$4w as SkyssIcon, ForwardRef$4v as SkyssNoTextIcon, ForwardRef$5k as SleepIcon, ForwardRef$4u as SnelandiaIcon, ForwardRef$3k as SnowCoachIcon, ForwardRef$3C as SourceCodeIcon, ForwardRef$F as StandardIcon, ForwardRef$5j as StandingAvailableIcon, ForwardRef$3j as StandingIcon, ForwardRef$H as StarredIcon, ForwardRef$4a as StatsIcon, ForwardRef$5i as StrollerIcon, ForwardRef$3i as StrollingIcon, ForwardRef$D as StudentFilledIcon, ForwardRef$E as StudentIcon, ForwardRef$C as SubtractIcon, ForwardRef$2M as SuitcaseIcon, ForwardRef$6 as SunCloudIcon, ForwardRef$5 as SunCloudRainIcon, ForwardRef$7 as SunIcon, ForwardRef$4t as SvipperIcon, ForwardRef$56 as SwedenIcon, ForwardRef$5R as SwitchIcon, ForwardRef$5h as TVMIcon, ForwardRef$B as TagIcon, ForwardRef$3h as TaxiIcon, ForwardRef$z as TerminalFilledIcon, ForwardRef$A as TerminalIcon, ForwardRef$3B as TextColorIcon, ForwardRef$4 as ThermometerIcon, ForwardRef$4H as TierIcon, ForwardRef$x as TimeglassFilledIcon, ForwardRef$y as TimeglassIcon, ForwardRef$w as TimelineIcon, ForwardRef$5Q as ToFromIcon, ForwardRef$5g as ToiletIcon, ForwardRef$v as TokenIcon, ForwardRef$u as ToneSmileIcon, ForwardRef$2L as TrackIcon, ForwardRef$5f as TrainCarIcon, ForwardRef$3g as TrainIcon, ForwardRef$3f as TramIcon, ForwardRef$5P as TransferIcon, ForwardRef$4s as TromsFylkestrafikkIcon, ForwardRef$4G as TrondheimBysykkelIcon, ForwardRef$5O as TurnableIcon, ForwardRef$40 as TwitterIcon, ForwardRef$55 as UKIcon, ForwardRef$3 as UmbrellaIcon, ForwardRef$3A as UnderlineIcon, ForwardRef$5N as UndoIcon, ForwardRef$2K as UniversityIcon, ForwardRef$3z as UnlinkIcon, ForwardRef$5M as UnsortedIcon, ForwardRef$G as UnstarredIcon, ForwardRef$t as UnviewIcon, ForwardRef$5L as UpArrowIcon, ForwardRef$5K as UploadIcon, ForwardRef$5J as UpwardIcon, ForwardRef$s as UserIcon, ForwardRef$r as UsersIcon, ForwardRef$4r as VKTIcon, ForwardRef$2I as ValidTicketFilledIcon, ForwardRef$2J as ValidTicketIcon, ForwardRef$n as ValidationErrorFilledIcon, ForwardRef$o as ValidationErrorIcon, ForwardRef$k as ValidationExclamationCircleFilledIcon, ForwardRef$l as ValidationExclamationCircleIcon, ForwardRef$j as ValidationExclamationFilledIcon, ForwardRef$m as ValidationExclamationIcon, ForwardRef$h as ValidationInfoFilledIcon, ForwardRef$i as ValidationInfoIcon, ForwardRef$f as ValidationSuccessFilledIcon, ForwardRef$g as ValidationSuccessIcon, ForwardRef$e as ValueIcon, ForwardRef$5e as VendingMachineIcon, ForwardRef$1F as VerticalDotsIcon, ForwardRef$5I as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$3$ as VimeoIcon, ForwardRef$49 as VippsIcon, ForwardRef$48 as VippsLogoIcon, ForwardRef$47 as VisaIcon, ForwardRef$4F as VoiIcon, ForwardRef$4q as VyIcon, ForwardRef$5d as WaitingRoomIcon, ForwardRef$3e as WalkIcon, ForwardRef$c as WarningIcon, ForwardRef$5c as WaterTapIcon, ForwardRef$5b as WheelchairIcon, ForwardRef$5a as WifiIcon, ForwardRef$2 as WindIcon, ForwardRef$3_ as YoutubeIcon, ForwardRef$2H as ZoneIcon, ForwardRef$1 as ZoomInIcon, ForwardRef as ZoomOutIcon, ForwardRef$4E as ZvippIcon, ForwardRef$4p as ØresundstågIcon };
|
|
8062
|
+
export { ForwardRef$5p as AKTIcon, ForwardRef$2W as AccessibilityIcon, ForwardRef$2V as AddCardIcon, ForwardRef$2U as AddIcon, ForwardRef$2T as AdditionalIcon, ForwardRef$3u as AdditionalZonesTicketIcon, ForwardRef$2S as AdjustmentsIcon, ForwardRef$2R as AdminIcon, ForwardRef$2Q as AgreesIcon, ForwardRef$3t as AirportIcon, ForwardRef$2P as AlertIcon, ForwardRef$2N as AlertMobileFilledIcon, ForwardRef$2O as AlertMobileIcon, ForwardRef$5o as AlesundTurvognIcon, ForwardRef$44 as AlignCenterIcon, ForwardRef$43 as AlignLeftIcon, ForwardRef$42 as AlignRightIcon, ForwardRef$4H as AmericanExpressIcon, ForwardRef$61 as AnimalFreeIcon, ForwardRef$62 as AnimalIcon, ForwardRef$2w as AppLauncherIcon, ForwardRef$3T as AppleIcon, ForwardRef$4G as ApplePayIcon, ForwardRef$2u as AssignToMeFilledIcon, ForwardRef$2v as AssignToMeIcon, ForwardRef$5n as AtBIcon, ForwardRef$41 as AttachmentIcon, ForwardRef$60 as BabyIcon, ForwardRef$6s as BackArrowIcon, ForwardRef$5m as BaneNORIcon, ForwardRef$4A as BanknoteIcon, ForwardRef$4z as BanknoteMultiIcon, ForwardRef$4g as BatteryIcon, ForwardRef$2t as BellIcon, ForwardRef$5c as BergenBysykkelIcon, ForwardRef$5$ as BicycleHotelIcon, ForwardRef$3P as BicycleIcon, ForwardRef$5_ as BicycleParkingIcon, ForwardRef$2r as BirthdateFilledIcon, ForwardRef$2s as BirthdateIcon, ForwardRef$2p as BoardFilledIcon, ForwardRef$2q as BoardIcon, ForwardRef$40 as BoldIcon, ForwardRef$5b as BoltIcon, ForwardRef$2o as BookmarkIcon, ForwardRef$5l as BrakarIcon, ForwardRef$5k as BrakarNoTextIcon, ForwardRef$2n as BrightnessIcon, ForwardRef$2m as BugIcon, ForwardRef$3$ as BulletListIcon, ForwardRef$3O as BusIcon, ForwardRef$5Z as BusShelterIcon, ForwardRef$5Y as CabinIcon, ForwardRef$3N as CablewayIcon, ForwardRef$4f as CalculatorIcon, ForwardRef$2j as CalendarDetailedFilledIcon, ForwardRef$2k as CalendarDetailedIcon, ForwardRef$2l as CalendarIcon, ForwardRef$4e as CameraIcon, ForwardRef$3M as CarIcon, ForwardRef$3L as CarSharingIcon, ForwardRef$2i as CardIcon, ForwardRef$3K as CarferryIcon, ForwardRef$2h as ChannelsIcon, ForwardRef$2f as ChartFilledIcon, ForwardRef$2g as ChartIcon, ForwardRef$2e as ChatIcon, ForwardRef$2c as CheckFilledIcon, ForwardRef$2d as CheckIcon, ForwardRef$2a as CheckSmallFilledIcon, ForwardRef$2b as CheckSmallIcon, ForwardRef$L as CircleFilledIcon, ForwardRef$M as CircleIcon, ForwardRef$3J as CityBikeIcon, ForwardRef$3s as CityIcon, ForwardRef$28 as ClockFilledIcon, ForwardRef$29 as ClockIcon, ForwardRef$26 as CloseFilledIcon, ForwardRef$27 as CloseIcon, ForwardRef$24 as CloseSmallFilledIcon, ForwardRef$25 as CloseSmallIcon, ForwardRef$1n as ClosedLockIcon, ForwardRef$6r as CloudDownloadIcon, ForwardRef$9 as CloudIcon, ForwardRef$8 as CloudLightningIcon, ForwardRef$7 as CloudRainIcon, ForwardRef$6 as CloudSnowIcon, ForwardRef$5T as CoffeeIcon, ForwardRef$6q as CollapsedIcon, ForwardRef$23 as ColorPickerIcon, ForwardRef$22 as CommentIcon, ForwardRef$3r as CompassNeedleIcon, ForwardRef$21 as ComponentIcon, ForwardRef$3q as ConductorIcon, ForwardRef$20 as ConfigurationIcon, ForwardRef$1$ as ContactsIcon, ForwardRef$1Z as CookieFilledIcon, ForwardRef$1_ as CookieIcon, ForwardRef$1Y as CopyIcon, ForwardRef$3p as CorrespondenceIcon, ForwardRef$5S as CouchetteIcon, ForwardRef$1W as CustomerServiceFilledIcon, ForwardRef$1X as CustomerServiceIcon, ForwardRef$5R as CutleryIcon, ForwardRef$4d as DatabaseIcon, ForwardRef$1V as DateIcon, ForwardRef$1U as DeleteIcon, ForwardRef$5w as DenmarkIcon, ForwardRef$4y as DepositionIcon, ForwardRef$4c as DesktopIcon, ForwardRef$3o as DestinationIcon, ForwardRef$1S as DialogFilledIcon, ForwardRef$1T as DialogIcon, ForwardRef$4x as DiffIcon, ForwardRef$3m as DirectionFilledIcon, ForwardRef$3n as DirectionIcon, ForwardRef$1R as DislikeIcon, ForwardRef$6p as DownArrowIcon, ForwardRef$6o as DownloadIcon, ForwardRef$6n as DownwardIcon, ForwardRef$1O as DraggableIcon, ForwardRef$1N as EditIcon, ForwardRef$1M as EmailIcon, ForwardRef$3l as EnvironmentIcon, ForwardRef$4w as EuroIcon, ForwardRef$6m as ExpandIcon, ForwardRef$1L as ExtendIcon, ForwardRef$6l as ExternalIcon, ForwardRef$4p as FacebookIcon, ForwardRef$5j as FarteIcon, ForwardRef$5a as FartebysykkelIcon, ForwardRef$1J as FavoriteRouteFilledIcon, ForwardRef$1K as FavoriteRouteIcon, ForwardRef$1H as FavoriteStopFilledIcon, ForwardRef$1I as FavoriteStopIcon, ForwardRef$1F as FeedbackFilledIcon, ForwardRef$1G as FeedbackIcon, ForwardRef$3I as FerryIcon, ForwardRef$3S as FigmaIcon, ForwardRef$1E as FileIcon, ForwardRef$1D as FillIcon, ForwardRef$1B as FilterFilledIcon, ForwardRef$1C as FilterIcon, ForwardRef$5i as FlybussenIcon, ForwardRef$1z as FolderFilledIcon, ForwardRef$1A as FolderIcon, ForwardRef$6k as ForwardIcon, ForwardRef$5h as FramIcon, ForwardRef$5X as FullIcon, ForwardRef$3H as FunicularIcon, ForwardRef$5g as GOAIcon, ForwardRef$59 as GetAroundIcon, ForwardRef$4o as GithubIcon, ForwardRef$3k as GoalIcon, ForwardRef$4n as GoogleIcon, ForwardRef$4F as GooglePayIcon, ForwardRef$3R as GooglePlayIcon, ForwardRef$1y as GridViewIcon, ForwardRef$3j as GymIcon, ForwardRef$58 as HafjellIcon, ForwardRef$1x as HandToolIcon, ForwardRef$1w as HeartIcon, ForwardRef$3G as HelicopterIcon, ForwardRef$57 as HertzIcon, ForwardRef$1u as HistoryFilledIcon, ForwardRef$1v as HistoryIcon, ForwardRef$3i as HomeIcon, ForwardRef$1Q as HorizontalDotsIcon, ForwardRef$5f as HykeIcon, ForwardRef$1t as IconIcon, ForwardRef$4b as ImageIcon, ForwardRef$5e as InnlandstrafikkIcon, ForwardRef$4m as InstagramIcon, ForwardRef$3h as InternationalIcon, ForwardRef$3g as InterrailIcon, ForwardRef$3f as InvalidTicketIcon, ForwardRef$3_ as ItalicIcon, ForwardRef$56 as KolumbusBysykkelIcon, ForwardRef$5d as KolumbusIcon, ForwardRef$1r as LanguageFilledIcon, ForwardRef$1s as LanguageIcon, ForwardRef$4a as LaptopIcon, ForwardRef$6j as LeftArrowIcon, ForwardRef$1q as LikeIcon, ForwardRef$55 as LimeIcon, ForwardRef$3Z as LinkIcon, ForwardRef$4l as LinkedinIcon, ForwardRef$1p as ListViewIcon, ForwardRef$1o as LoadingIcon, ForwardRef$5Q as LockerIcon, ForwardRef$1l as LogInIcon, ForwardRef$1k as LogOutIcon, ForwardRef$5r as LogoNegativeIcon, ForwardRef$5q as LogoPositiveIcon, ForwardRef$1i as LostAndFoundFilledIcon, ForwardRef$1j as LostAndFoundIcon, ForwardRef$3e as LuggageIcon, ForwardRef$5W as ManySeatsAvailableIcon, ForwardRef$3c as MapFilledIcon, ForwardRef$3d as MapIcon, ForwardRef$3b as MapPinIcon, ForwardRef$4E as MastercardIcon, ForwardRef$1g as MeasureFilledIcon, ForwardRef$1h as MeasureIcon, ForwardRef$1f as MenuIcon, ForwardRef$6i as MergeProfilesIcon, ForwardRef$3F as MetroIcon, ForwardRef$1e as MinimizeIcon, ForwardRef$49 as MobileIcon, ForwardRef$3E as MobilityIcon, ForwardRef$4v as MoneyIcon, ForwardRef$3a as MountainIcon, ForwardRef$54 as MoveAboutIcon, ForwardRef$3Q as MuralIcon, ForwardRef$1d as NewIcon, ForwardRef$1c as NightIcon, ForwardRef$4X as NorWayIcon, ForwardRef$4W as NordlandIcon, ForwardRef$5v as NorwayIcon, ForwardRef$3Y as NumberListIcon, ForwardRef$2M as ObjectAlignBottomFilledIcon, ForwardRef$2L as ObjectAlignBottomIcon, ForwardRef$2K as ObjectAlignCenterFilledIcon, ForwardRef$2J as ObjectAlignCenterIcon, ForwardRef$2I as ObjectAlignLeftFilledIcon, ForwardRef$2H as ObjectAlignLeftIcon, ForwardRef$2G as ObjectAlignMiddleFilledIcon, ForwardRef$2F as ObjectAlignMiddleIcon, ForwardRef$2E as ObjectAlignRightFilledIcon, ForwardRef$2D as ObjectAlignRightIcon, ForwardRef$2C as ObjectAlignTopFilledIcon, ForwardRef$2B as ObjectAlignTopIcon, ForwardRef$2A as ObjectDistributeHorizontallyFilledIcon, ForwardRef$2z as ObjectDistributeHorizontallyIcon, ForwardRef$2y as ObjectDistributeVerticallyFilledIcon, ForwardRef$2x as ObjectDistributeVerticallyIcon, ForwardRef$1m as OpenedLockIcon, ForwardRef$1b as OrganizationIcon, ForwardRef$53 as OsloBysykkelIcon, ForwardRef$4V as OstfoldIcon, ForwardRef$52 as OttoMobilityIcon, ForwardRef$1a as PackageIcon, ForwardRef$6h as PageNavigationIcon, ForwardRef$5O as ParkAndRideIcon, ForwardRef$5P as ParkIcon, ForwardRef$5N as ParkingGarageIcon, ForwardRef$48 as PhoneIcon, ForwardRef$3D as PlaneIcon, ForwardRef$39 as PlatformIcon, ForwardRef$19 as PlayIcon, ForwardRef$38 as PlaygroundIcon, ForwardRef$5M as PlayroomIcon, ForwardRef$36 as PositionFilledIcon, ForwardRef$37 as PositionIcon, ForwardRef$5L as PowerIcon, ForwardRef$5K as PremiumSeatIcon, ForwardRef$4u as PriceFromIcon, ForwardRef$4t as PricelistIcon, ForwardRef$47 as PrinterIcon, ForwardRef$35 as PrioritySeatPregnantIcon, ForwardRef$34 as PrioritySeatSeniorsIcon, ForwardRef$18 as PrivacyIcon, ForwardRef$16 as ProfileFilledIcon, ForwardRef$17 as ProfileIcon, ForwardRef$15 as PurposeIcon, ForwardRef$14 as PuzzleIcon, ForwardRef$46 as QRIcon, ForwardRef$p as QuestionFilledIcon, ForwardRef$q as QuestionIcon, ForwardRef$13 as QuietIcon, ForwardRef$12 as QuitIcon, ForwardRef$11 as RSSIcon, ForwardRef$32 as RebateTicketFilledIcon, ForwardRef$33 as RebateTicketIcon, ForwardRef$6g as RedoIcon, ForwardRef$4s as ReferenceIcon, ForwardRef$6f as RefreshIcon, ForwardRef$4U as ReisNordlandIcon, ForwardRef$$ as RequiredFilledIcon, ForwardRef$10 as RequiredIcon, ForwardRef$Z as RequiredSmallFilledIcon, ForwardRef$_ as RequiredSmallIcon, ForwardRef$6e as ResetIcon, ForwardRef$6d as RightArrowIcon, ForwardRef$X as RouteFilledIcon, ForwardRef$Y as RouteIcon, ForwardRef$W as RowHeightDefaultIcon, ForwardRef$V as RowHeightMiddleIcon, ForwardRef$U as RowHeightSmallIcon, ForwardRef$T as RulesIcon, ForwardRef$3C as RunningIcon, ForwardRef$4T as RuterIcon, ForwardRef$4S as RuterNoTextIcon, ForwardRef$51 as RydeIcon, ForwardRef$4R as SJIcon, ForwardRef$4Q as SJNordIcon, ForwardRef$50 as SURFIcon, ForwardRef$5u as SamiIcon, ForwardRef$45 as SaveIcon, ForwardRef$S as ScopeIcon, ForwardRef$Q as SearchFilledIcon, ForwardRef$R as SearchIcon, ForwardRef$5H as SeatCompartmentFilledIcon, ForwardRef$5I as SeatCompartmentIcon, ForwardRef$5J as SeatIcon, ForwardRef$5V as SeatsAvailableIcon, ForwardRef$P as SelectIcon, ForwardRef$O as SendIcon, ForwardRef$N as SettingsIcon, ForwardRef$I as ShareIcon, ForwardRef$4r as ShoppingCartIcon, ForwardRef$H as SilentIcon, ForwardRef$31 as SkiIcon, ForwardRef$4k as SkypeIcon, ForwardRef$4P as SkyssIcon, ForwardRef$4O as SkyssNoTextIcon, ForwardRef$5G as SleepIcon, ForwardRef$4N as SnelandiaIcon, ForwardRef$3B as SnowCoachIcon, ForwardRef$G as SortIcon, ForwardRef$3X as SourceCodeIcon, ForwardRef$F as StandardIcon, ForwardRef$5U as StandingAvailableIcon, ForwardRef$3A as StandingIcon, ForwardRef$K as StarredIcon, ForwardRef$4q as StatsIcon, ForwardRef$5F as StrollerIcon, ForwardRef$3z as StrollingIcon, ForwardRef$D as StudentFilledIcon, ForwardRef$E as StudentIcon, ForwardRef$C as SubtractIcon, ForwardRef$30 as SuitcaseIcon, ForwardRef$4 as SunCloudIcon, ForwardRef$3 as SunCloudRainIcon, ForwardRef$5 as SunIcon, ForwardRef$4M as SvipperIcon, ForwardRef$5t as SwedenIcon, ForwardRef$6c as SwitchIcon, ForwardRef$5E as TVMIcon, ForwardRef$B as TagIcon, ForwardRef$3y as TaxiIcon, ForwardRef$z as TerminalFilledIcon, ForwardRef$A as TerminalIcon, ForwardRef$3W as TextColorIcon, ForwardRef$2 as ThermometerIcon, ForwardRef$4$ as TierIcon, ForwardRef$x as TimeglassFilledIcon, ForwardRef$y as TimeglassIcon, ForwardRef$w as TimelineIcon, ForwardRef$6b as ToFromIcon, ForwardRef$5D as ToiletIcon, ForwardRef$v as TokenIcon, ForwardRef$u as ToneSmileIcon, ForwardRef$2$ as TrackIcon, ForwardRef$5C as TrainCarIcon, ForwardRef$3x as TrainIcon, ForwardRef$3w as TramIcon, ForwardRef$6a as TransferIcon, ForwardRef$4L as TromsFylkestrafikkIcon, ForwardRef$4_ as TrondheimBysykkelIcon, ForwardRef$69 as TurnableIcon, ForwardRef$4j as TwitterIcon, ForwardRef$5s as UKIcon, ForwardRef$1 as UmbrellaIcon, ForwardRef$3V as UnderlineIcon, ForwardRef$68 as UndoIcon, ForwardRef$2_ as UniversityIcon, ForwardRef$3U as UnlinkIcon, ForwardRef$67 as UnsortedIcon, ForwardRef$J as UnstarredIcon, ForwardRef$t as UnviewIcon, ForwardRef$66 as UpArrowIcon, ForwardRef$65 as UploadIcon, ForwardRef$64 as UpwardIcon, ForwardRef$s as UserIcon, ForwardRef$r as UsersIcon, ForwardRef$4K as VKTIcon, ForwardRef$2Y as ValidTicketFilledIcon, ForwardRef$2Z as ValidTicketIcon, ForwardRef$n as ValidationErrorFilledIcon, ForwardRef$o as ValidationErrorIcon, ForwardRef$k as ValidationExclamationCircleFilledIcon, ForwardRef$l as ValidationExclamationCircleIcon, ForwardRef$j as ValidationExclamationFilledIcon, ForwardRef$m as ValidationExclamationIcon, ForwardRef$h as ValidationInfoFilledIcon, ForwardRef$i as ValidationInfoIcon, ForwardRef$f as ValidationSuccessFilledIcon, ForwardRef$g as ValidationSuccessIcon, ForwardRef$e as ValueIcon, ForwardRef$5B as VendingMachineIcon, ForwardRef$1P as VerticalDotsIcon, ForwardRef$63 as VerticalSwitchIcon, ForwardRef$d as ViewIcon, ForwardRef$4i as VimeoIcon, ForwardRef$4D as VippsIcon, ForwardRef$4C as VippsLogoIcon, ForwardRef$4B as VisaIcon, ForwardRef$4Z as VoiIcon, ForwardRef$4J as VyIcon, ForwardRef$5A as WaitingRoomIcon, ForwardRef$3v as WalkIcon, ForwardRef$c as WarningIcon, ForwardRef$5z as WaterTapIcon, ForwardRef$5y as WheelchairIcon, ForwardRef$5x as WifiIcon, ForwardRef as WindIcon, ForwardRef$4h as YoutubeIcon, ForwardRef$2X as ZoneIcon, ForwardRef$b as ZoomInIcon, ForwardRef$a as ZoomOutIcon, ForwardRef$4Y as ZvippIcon, ForwardRef$4I as ØresundstågIcon };
|