@entur/icons 6.0.1 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -96,6 +96,7 @@ export declare const MoveAboutIcon: React.FC<IconProps>;
96
96
  export declare const OsloBysykkelIcon: React.FC<IconProps>;
97
97
  export declare const OstfoldIcon: React.FC<IconProps>;
98
98
  export declare const RuterIcon: React.FC<IconProps>;
99
+ export declare const RuterNoTextIcon: React.FC<IconProps>;
99
100
  export declare const SJIcon: React.FC<IconProps>;
100
101
  export declare const SkyssIcon: React.FC<IconProps>;
101
102
  export declare const TierIcon: React.FC<IconProps>;
@@ -203,11 +204,14 @@ export declare const PlaygroundIcon: React.FC<IconProps>;
203
204
  export declare const PositionIcon: React.FC<IconProps>;
204
205
  export declare const PrioritySeatPregnantIcon: React.FC<IconProps>;
205
206
  export declare const PrioritySeatSeniorsIcon: React.FC<IconProps>;
207
+ export declare const RebateTicketIcon: React.FC<IconProps>;
208
+ export declare const RebateTicketFilledIcon: React.FC<IconProps>;
206
209
  export declare const SkiIcon: React.FC<IconProps>;
207
210
  export declare const SuitcaseIcon: React.FC<IconProps>;
208
211
  export declare const TrackIcon: React.FC<IconProps>;
209
212
  export declare const UniversityIcon: React.FC<IconProps>;
210
213
  export declare const ValidTicketIcon: React.FC<IconProps>;
214
+ export declare const ValidTicketFilledIcon: React.FC<IconProps>;
211
215
  export declare const ZoneIcon: React.FC<IconProps>;
212
216
  export declare const AccessibilityIcon: React.FC<IconProps>;
213
217
  export declare const AddCardIcon: React.FC<IconProps>;
@@ -279,6 +283,8 @@ export declare const SelectIcon: React.FC<IconProps>;
279
283
  export declare const SendIcon: React.FC<IconProps>;
280
284
  export declare const SettingsIcon: React.FC<IconProps>;
281
285
  export declare const SubtractIcon: React.FC<IconProps>;
286
+ export declare const TerminalIcon: React.FC<IconProps>;
287
+ export declare const TerminalFilledIcon: React.FC<IconProps>;
282
288
  export declare const TimelineIcon: React.FC<IconProps>;
283
289
  export declare const UnviewIcon: React.FC<IconProps>;
284
290
  export declare const UserIcon: React.FC<IconProps>;
package/dist/index.esm.js CHANGED
@@ -442,9 +442,9 @@ function LogoNegativeIcon(props) {
442
442
  viewBox: "0 0 16 16",
443
443
  width: props.width || props.size || '1em',
444
444
  height: props.height || props.size || '1em',
445
- className: 'eds-icon__LogoNegativeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
445
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoNegativeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
446
446
  inline: undefined,
447
- color: props.color || 'currentColor'
447
+ color: props.color
448
448
  }), /*#__PURE__*/React.createElement("path", {
449
449
  fill: "#FF5959",
450
450
  d: "M0 14.799h15.783v-1.422H0z"
@@ -459,9 +459,9 @@ function LogoPositiveIcon(props) {
459
459
  viewBox: "0 0 16 16",
460
460
  width: props.width || props.size || '1em',
461
461
  height: props.height || props.size || '1em',
462
- className: 'eds-icon__LogoPositiveIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
462
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoPositiveIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
463
463
  inline: undefined,
464
- color: props.color || 'currentColor'
464
+ color: props.color
465
465
  }), /*#__PURE__*/React.createElement("path", {
466
466
  fill: "#FF5959",
467
467
  d: "M0 14.799h15.783v-1.422H0z"
@@ -978,9 +978,9 @@ function DenmarkIcon(props) {
978
978
  viewBox: "0 0 16 16",
979
979
  width: props.width || props.size || '1em',
980
980
  height: props.height || props.size || '1em',
981
- className: 'eds-icon__DenmarkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
981
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__DenmarkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
982
982
  inline: undefined,
983
- color: props.color || 'currentColor'
983
+ color: props.color
984
984
  }), /*#__PURE__*/React.createElement("path", {
985
985
  fill: "#D80027",
986
986
  d: "M1 14h14V4H1z"
@@ -995,9 +995,9 @@ function NorwayIcon(props) {
995
995
  viewBox: "0 0 16 16",
996
996
  width: props.width || props.size || '1em',
997
997
  height: props.height || props.size || '1em',
998
- className: 'eds-icon__NorwayIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
998
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__NorwayIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
999
999
  inline: undefined,
1000
- color: props.color || 'currentColor'
1000
+ color: props.color
1001
1001
  }), /*#__PURE__*/React.createElement("path", {
1002
1002
  fill: "#d80027",
1003
1003
  d: "M15 3H1v10h14z"
@@ -1018,9 +1018,9 @@ function SamiIcon(props) {
1018
1018
  viewBox: "0 0 16 16",
1019
1019
  width: props.width || props.size || '1em',
1020
1020
  height: props.height || props.size || '1em',
1021
- className: 'eds-icon__SamiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1021
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SamiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1022
1022
  inline: undefined,
1023
- color: props.color || 'currentColor'
1023
+ color: props.color
1024
1024
  }), /*#__PURE__*/React.createElement("path", {
1025
1025
  fill: "#0035AD",
1026
1026
  d: "M14.7 3H7.4v10h7.3z"
@@ -1050,9 +1050,9 @@ function SwedenIcon(props) {
1050
1050
  viewBox: "0 0 16 16",
1051
1051
  width: props.width || props.size || '1em',
1052
1052
  height: props.height || props.size || '1em',
1053
- className: 'eds-icon__SwedenIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1053
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SwedenIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1054
1054
  inline: undefined,
1055
- color: props.color || 'currentColor'
1055
+ color: props.color
1056
1056
  }), /*#__PURE__*/React.createElement("path", {
1057
1057
  fill: "#0052B4",
1058
1058
  d: "M1 14h14V4H1z"
@@ -1067,9 +1067,9 @@ function UKIcon(props) {
1067
1067
  viewBox: "0 0 14 10",
1068
1068
  width: props.width || props.size || '1em',
1069
1069
  height: props.height || props.size || '1em',
1070
- className: 'eds-icon__UKIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1070
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__UKIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1071
1071
  inline: undefined,
1072
- color: props.color || 'currentColor'
1072
+ color: props.color
1073
1073
  }), /*#__PURE__*/React.createElement("g", {
1074
1074
  fillRule: "evenodd",
1075
1075
  clipRule: "evenodd"
@@ -1123,9 +1123,9 @@ function AKTIcon(props) {
1123
1123
  viewBox: "0 0 16 16",
1124
1124
  width: props.width || props.size || '1em',
1125
1125
  height: props.height || props.size || '1em',
1126
- className: 'eds-icon__AKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1126
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__AKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1127
1127
  inline: undefined,
1128
- color: props.color || 'currentColor'
1128
+ color: props.color
1129
1129
  }), /*#__PURE__*/React.createElement("path", {
1130
1130
  fill: "#FFF",
1131
1131
  d: "M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3.2 7H9.9L8.6 4.1l.6-1.5 2 4.4zm-7.5 5.5H2.4l5-11.3h1.3l-3.1 7-1.9 4.3zm8.7 0L11 9.4H6.3l.5-1.2h4.9l.5 1.2 1.4 3.1h-1.2z"
@@ -1137,9 +1137,9 @@ function BergenBysykkelIcon(props) {
1137
1137
  viewBox: "0 0 16 16",
1138
1138
  width: props.width || props.size || '1em',
1139
1139
  height: props.height || props.size || '1em',
1140
- className: 'eds-icon__BergenBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1140
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BergenBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1141
1141
  inline: undefined,
1142
- color: props.color || 'currentColor'
1142
+ color: props.color
1143
1143
  }), /*#__PURE__*/React.createElement("path", {
1144
1144
  fill: "#008A34",
1145
1145
  d: "M11.816 12.932a3.184 3.184 0 110-6.368 3.184 3.184 0 010 6.368zm0-4.895a1.71 1.71 0 101.711 1.711c0-.944-.766-1.71-1.71-1.71zm-7.632 4.895a3.184 3.184 0 113.183-3.184 3.188 3.188 0 01-3.183 3.184zm0-4.895a1.71 1.71 0 100 3.422 1.71 1.71 0 000-3.422zM6.55 5.733H3.986a.737.737 0 010-1.475h2.565a.737.737 0 010 1.475zm4.485-.794a5.619 5.619 0 01-2.2-.446.737.737 0 11.58-1.356 4.147 4.147 0 001.62.327 4.146 4.146 0 001.64-.334.74.74 0 11.59 1.356 5.631 5.631 0 01-2.23.453z"
@@ -1151,9 +1151,9 @@ function BoltIcon(props) {
1151
1151
  viewBox: "0 0 16 16",
1152
1152
  width: props.width || props.size || '1em',
1153
1153
  height: props.height || props.size || '1em',
1154
- className: 'eds-icon__BoltIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1154
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BoltIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1155
1155
  inline: undefined,
1156
- color: props.color || 'currentColor'
1156
+ color: props.color
1157
1157
  }), /*#__PURE__*/React.createElement("g", {
1158
1158
  fill: "#34D186"
1159
1159
  }, /*#__PURE__*/React.createElement("path", {
@@ -1170,9 +1170,9 @@ function BrakarIcon(props) {
1170
1170
  viewBox: "0 0 49.8 16",
1171
1171
  width: props.width || props.size || '1em',
1172
1172
  height: props.height || props.size || '1em',
1173
- className: 'eds-icon__BrakarIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1173
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BrakarIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1174
1174
  inline: undefined,
1175
- color: props.color || 'currentColor'
1175
+ color: props.color
1176
1176
  }), /*#__PURE__*/React.createElement("g", {
1177
1177
  fill: "#fff"
1178
1178
  }, /*#__PURE__*/React.createElement("path", {
@@ -1205,9 +1205,9 @@ function BrakarNoTextIcon(props) {
1205
1205
  viewBox: "0 0 16 16",
1206
1206
  width: props.width || props.size || '1em',
1207
1207
  height: props.height || props.size || '1em',
1208
- className: 'eds-icon__BrakarNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1208
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BrakarNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1209
1209
  inline: undefined,
1210
- color: props.color || 'currentColor'
1210
+ color: props.color
1211
1211
  }), /*#__PURE__*/React.createElement("path", {
1212
1212
  fill: "#fff",
1213
1213
  d: "M.2 6.4C.1 6.9 0 7.4 0 8v.1c1.1-.3 2.1-.5 3.2-.6-.9-.6-2-.9-3-1.1"
@@ -1228,9 +1228,9 @@ function FarteIcon(props) {
1228
1228
  viewBox: "0 0 90 16",
1229
1229
  width: props.width || props.size || '1em',
1230
1230
  height: props.height || props.size || '1em',
1231
- className: 'eds-icon__FarteIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1231
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__FarteIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1232
1232
  inline: undefined,
1233
- color: props.color || 'currentColor'
1233
+ color: props.color
1234
1234
  }), /*#__PURE__*/React.createElement("path", {
1235
1235
  fill: "#FFF",
1236
1236
  d: "M55.202 3.039L53.413 4.23v2.536h-1.234V8.37h1.234v7.383h1.789V8.37h1.666V6.766h-1.666z"
@@ -1272,9 +1272,9 @@ function GOAIcon(props) {
1272
1272
  viewBox: "0 0 56.732 16",
1273
1273
  width: props.width || props.size || '1em',
1274
1274
  height: props.height || props.size || '1em',
1275
- className: 'eds-icon__GOAIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1275
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__GOAIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1276
1276
  inline: undefined,
1277
- color: props.color || 'currentColor'
1277
+ color: props.color
1278
1278
  }), /*#__PURE__*/React.createElement("path", {
1279
1279
  fill: "#FFF",
1280
1280
  d: "M34.447 15.1h.011l.58-3.288h.566l-.72 4.084h-.713l-1.496-3.358h-.014l-.593 3.358h-.56l.721-4.084h.722l1.496 3.288z"
@@ -1325,9 +1325,9 @@ function InnlandstrafikkIcon(props) {
1325
1325
  viewBox: "0 0 77.331 16",
1326
1326
  width: props.width || props.size || '1em',
1327
1327
  height: props.height || props.size || '1em',
1328
- className: 'eds-icon__InnlandstrafikkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1328
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__InnlandstrafikkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1329
1329
  inline: undefined,
1330
- color: props.color || 'currentColor'
1330
+ color: props.color
1331
1331
  }), /*#__PURE__*/React.createElement("g", {
1332
1332
  fill: "#FFF"
1333
1333
  }, /*#__PURE__*/React.createElement("path", {
@@ -1370,9 +1370,9 @@ function KolumbusIcon(props) {
1370
1370
  viewBox: "0 0 69.4 16",
1371
1371
  width: props.width || props.size || '1em',
1372
1372
  height: props.height || props.size || '1em',
1373
- className: 'eds-icon__KolumbusIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1373
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__KolumbusIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1374
1374
  inline: undefined,
1375
- color: props.color || 'currentColor'
1375
+ color: props.color
1376
1376
  }), /*#__PURE__*/React.createElement("path", {
1377
1377
  fill: "#FFF",
1378
1378
  d: "M67 8.5c1.4.2 2.6.6 2.6 2 0 1.3-1.1 2.1-2.8 2.1-1.6 0-2.7-.7-2.9-1.9l1.5-.2c.1.7.6 1 1.4 1 .7 0 1.2-.3 1.2-.8s-.4-.7-1.5-.9c-1.5-.2-2.5-.7-2.5-2 0-1.4 1.3-2 2.7-2 1.4 0 2.6.7 2.7 1.8l-1.5.3c-.1-.6-.5-1-1.2-1-.6 0-1.1.3-1.1.8s.6.6 1.4.8z"
@@ -1411,9 +1411,9 @@ function KolumbusBysykkelIcon(props) {
1411
1411
  viewBox: "0 0 16 16",
1412
1412
  width: props.width || props.size || '1em',
1413
1413
  height: props.height || props.size || '1em',
1414
- className: 'eds-icon__KolumbusBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1414
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__KolumbusBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1415
1415
  inline: undefined,
1416
- color: props.color || 'currentColor'
1416
+ color: props.color
1417
1417
  }), /*#__PURE__*/React.createElement("path", {
1418
1418
  fill: "#3CB454",
1419
1419
  d: "M3.45 11.033V15l9.1-4.9V6.133z"
@@ -1428,9 +1428,9 @@ function LimeIcon(props) {
1428
1428
  viewBox: "0 0 16 16",
1429
1429
  width: props.width || props.size || '1em',
1430
1430
  height: props.height || props.size || '1em',
1431
- className: 'eds-icon__LimeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1431
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LimeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1432
1432
  inline: undefined,
1433
- color: props.color || 'currentColor'
1433
+ color: props.color
1434
1434
  }), /*#__PURE__*/React.createElement("g", {
1435
1435
  fill: "#0D0"
1436
1436
  }, /*#__PURE__*/React.createElement("path", {
@@ -1459,9 +1459,9 @@ function MoveAboutIcon(props) {
1459
1459
  viewBox: "0 0 16 16",
1460
1460
  width: props.width || props.size || '1em',
1461
1461
  height: props.height || props.size || '1em',
1462
- className: 'eds-icon__MoveAboutIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1462
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__MoveAboutIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1463
1463
  inline: undefined,
1464
- color: props.color || 'currentColor'
1464
+ color: props.color
1465
1465
  }), /*#__PURE__*/React.createElement("g", {
1466
1466
  fill: "#5BD6FF"
1467
1467
  }, /*#__PURE__*/React.createElement("path", {
@@ -1478,9 +1478,9 @@ function OsloBysykkelIcon(props) {
1478
1478
  viewBox: "0 0 16 16",
1479
1479
  width: props.width || props.size || '1em',
1480
1480
  height: props.height || props.size || '1em',
1481
- className: 'eds-icon__OsloBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1481
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__OsloBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1482
1482
  inline: undefined,
1483
- color: props.color || 'currentColor'
1483
+ color: props.color
1484
1484
  }), /*#__PURE__*/React.createElement("path", {
1485
1485
  fill: "#005FC9",
1486
1486
  d: "M11.816 12.932a3.184 3.184 0 110-6.368 3.184 3.184 0 010 6.368zm0-4.895a1.71 1.71 0 101.711 1.711c0-.944-.766-1.71-1.71-1.71zm-7.632 4.895a3.184 3.184 0 113.183-3.184 3.188 3.188 0 01-3.183 3.184zm0-4.895a1.71 1.71 0 100 3.422 1.71 1.71 0 000-3.422zM6.55 5.733H3.986a.737.737 0 010-1.475h2.565a.737.737 0 010 1.475zm4.485-.794a5.619 5.619 0 01-2.2-.446.737.737 0 11.58-1.356 4.147 4.147 0 001.62.327 4.146 4.146 0 001.64-.334.74.74 0 11.59 1.356 5.631 5.631 0 01-2.23.453z"
@@ -1492,9 +1492,9 @@ function OstfoldIcon(props) {
1492
1492
  viewBox: "0 0 74.153 16",
1493
1493
  width: props.width || props.size || '1em',
1494
1494
  height: props.height || props.size || '1em',
1495
- className: 'eds-icon__OstfoldIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1495
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__OstfoldIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1496
1496
  inline: undefined,
1497
- color: props.color || 'currentColor'
1497
+ color: props.color
1498
1498
  }), /*#__PURE__*/React.createElement("g", {
1499
1499
  fill: "#FFF"
1500
1500
  }, /*#__PURE__*/React.createElement("path", {
@@ -1553,23 +1553,38 @@ function RuterIcon(props) {
1553
1553
  viewBox: "0 0 55.9 16",
1554
1554
  width: props.width || props.size || '1em',
1555
1555
  height: props.height || props.size || '1em',
1556
- className: 'eds-icon__RuterIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1556
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__RuterIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1557
1557
  inline: undefined,
1558
- color: props.color || 'currentColor'
1558
+ color: props.color
1559
1559
  }), /*#__PURE__*/React.createElement("path", {
1560
1560
  fill: "#fff",
1561
1561
  d: "M55.5 6.6l.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.7h2.9zm-5.3 2.7h-2.9l.5-2.7h2.9l-.5 2.7zM6.3 13.9L4 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.9H6.3zM4.5 4.1H2.3v3.1h2.2c1 0 1.7-.7 1.7-1.6s-.7-1.5-1.7-1.5zm11.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.7h-2.1zm7.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.8h-1.3zm4.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.2v1l-5.5-.1zm3.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-.9zm9.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.3l.9-2z"
1562
1562
  }));
1563
1563
  }
1564
1564
 
1565
+ function RuterNoTextIcon(props) {
1566
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
1567
+ "data-name": "Layer 1",
1568
+ viewBox: "0 0 692.83 600",
1569
+ width: props.width || props.size || '1em',
1570
+ height: props.height || props.size || '1em',
1571
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__RuterNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1572
+ inline: undefined,
1573
+ color: props.color
1574
+ }), /*#__PURE__*/React.createElement("path", {
1575
+ fill: "#e60000",
1576
+ d: "M674.89 230.75l17.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.5h145.31zM405.67 369.19H260.25l26.93-138.44h145.37l-26.88 138.44z"
1577
+ }));
1578
+ }
1579
+
1565
1580
  function SJIcon(props) {
1566
1581
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
1567
1582
  viewBox: "0 0 24 16",
1568
1583
  width: props.width || props.size || '1em',
1569
1584
  height: props.height || props.size || '1em',
1570
- className: 'eds-icon__SJIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1585
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SJIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1571
1586
  inline: undefined,
1572
- color: props.color || 'currentColor'
1587
+ color: props.color
1573
1588
  }), /*#__PURE__*/React.createElement("path", {
1574
1589
  fill: "#FFF",
1575
1590
  fillRule: "evenodd",
@@ -1583,9 +1598,9 @@ function SkyssIcon(props) {
1583
1598
  viewBox: "0 0 63 16",
1584
1599
  width: props.width || props.size || '1em',
1585
1600
  height: props.height || props.size || '1em',
1586
- className: 'eds-icon__SkyssIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1601
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SkyssIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1587
1602
  inline: undefined,
1588
- color: props.color || 'currentColor'
1603
+ color: props.color
1589
1604
  }), /*#__PURE__*/React.createElement("path", {
1590
1605
  fill: "#FFF",
1591
1606
  d: "M8.4 9.94c.01-1.49-.98-2.23-3.33-2.62-1.04-.17-1.64-.27-1.86-.32-.7-.16-1.01-.44-1.01-.83.01-.29.11-.44.47-.6.36-.15.98-.22 1.85-.22.85 0 1.69.05 2.71.17l.17.02.24-1.59-.18-.02c-1.17-.14-2.43-.2-3.36-.2-2.64 0-4.1.76-4.1 2.41-.01 1.02.57 1.81 1.59 2.17.39.15 1.18.31 2.29.52.78.14 1.07.2 1.34.3.69.25.92.53.92.87-.01.31-.17.53-.58.72-.42.18-1.08.29-1.95.29s-1.74-.05-3.04-.19L.4 10.8l-.03.17-.26 1.47.2.02c1.29.12 2.42.19 3.38.19 3.01 0 4.71-.88 4.71-2.71"
@@ -1612,9 +1627,9 @@ function TierIcon(props) {
1612
1627
  viewBox: "0 0 16 16",
1613
1628
  width: props.width || props.size || '1em',
1614
1629
  height: props.height || props.size || '1em',
1615
- className: 'eds-icon__TierIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1630
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TierIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1616
1631
  inline: undefined,
1617
- color: props.color || 'currentColor'
1632
+ color: props.color
1618
1633
  }), /*#__PURE__*/React.createElement("path", {
1619
1634
  fill: "#69D2AA",
1620
1635
  d: "M1.343 3.505h13.314a.322.322 0 01.342.342v1.126a.322.322 0 01-.342.322H9.006v6.879a.342.342 0 01-.342.322H7.336a.342.342 0 01-.342-.322V5.295H1.343A.322.322 0 011 4.973V3.847a.322.322 0 01.342-.342z"
@@ -1626,9 +1641,9 @@ function TrondheimBysykkelIcon(props) {
1626
1641
  viewBox: "0 0 16 16",
1627
1642
  width: props.width || props.size || '1em',
1628
1643
  height: props.height || props.size || '1em',
1629
- className: 'eds-icon__TrondheimBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1644
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TrondheimBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1630
1645
  inline: undefined,
1631
- color: props.color || 'currentColor'
1646
+ color: props.color
1632
1647
  }), /*#__PURE__*/React.createElement("path", {
1633
1648
  fill: "#E02344",
1634
1649
  d: "M11.816 12.932a3.184 3.184 0 110-6.368 3.184 3.184 0 010 6.368zm0-4.895a1.71 1.71 0 101.711 1.711c0-.944-.766-1.71-1.71-1.71zm-7.632 4.895a3.184 3.184 0 113.183-3.184 3.188 3.188 0 01-3.183 3.184zm0-4.895a1.71 1.71 0 100 3.422 1.71 1.71 0 000-3.422zM6.55 5.733H3.986a.737.737 0 010-1.475h2.565a.737.737 0 010 1.475zm4.485-.794a5.619 5.619 0 01-2.2-.446.737.737 0 11.58-1.356 4.147 4.147 0 001.62.327 4.146 4.146 0 001.64-.334.74.74 0 11.59 1.356 5.631 5.631 0 01-2.23.453z"
@@ -1640,9 +1655,9 @@ function VKTIcon(props) {
1640
1655
  viewBox: "0 0 41.393 16",
1641
1656
  width: props.width || props.size || '1em',
1642
1657
  height: props.height || props.size || '1em',
1643
- className: 'eds-icon__VKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1658
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1644
1659
  inline: undefined,
1645
- color: props.color || 'currentColor'
1660
+ color: props.color
1646
1661
  }), /*#__PURE__*/React.createElement("g", {
1647
1662
  fill: "#FFF"
1648
1663
  }, /*#__PURE__*/React.createElement("path", {
@@ -1709,9 +1724,9 @@ function VoiIcon(props) {
1709
1724
  viewBox: "0 0 16 16",
1710
1725
  width: props.width || props.size || '1em',
1711
1726
  height: props.height || props.size || '1em',
1712
- className: 'eds-icon__VoiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1727
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VoiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1713
1728
  inline: undefined,
1714
- color: props.color || 'currentColor'
1729
+ color: props.color
1715
1730
  }), /*#__PURE__*/React.createElement("path", {
1716
1731
  fill: "#F46C63",
1717
1732
  d: "M11.702 3.24l-3.957 9.377H4.94L.999 3.24h2.807l2.6 6.38 2.681-6.38h2.615zm1.606 9.516a1.633 1.633 0 01-1.202-.487 1.653 1.653 0 01-.489-1.22c0-.5.163-.904.489-1.212a1.796 1.796 0 012.405 0c.326.31.488.713.488 1.211.012.457-.164.898-.489 1.22a1.633 1.633 0 01-1.202.488z"
@@ -1723,9 +1738,9 @@ function VyIcon(props) {
1723
1738
  viewBox: "0 0 31.6 16",
1724
1739
  width: props.width || props.size || '1em',
1725
1740
  height: props.height || props.size || '1em',
1726
- className: 'eds-icon__VyIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1741
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VyIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1727
1742
  inline: undefined,
1728
- color: props.color || 'currentColor'
1743
+ color: props.color
1729
1744
  }), /*#__PURE__*/React.createElement("path", {
1730
1745
  fill: "#FFF",
1731
1746
  d: "M23.728 10c.1 0 .1 0 0 0 .1-.1.1-.1 0 0-.2-.1-.5-.1-.7-.3-.5-.3-.8-.9-1.101-1.8 0-.1-1.6-5.4-1.7-5.8-.4-1.2-1-1.7-1.6-2-.3 0-.6-.1-.9-.1h-.4c.2 0 .4.1.5.1.6.2 1.2.8 1.5 1.9.1.3 1.6 5.6 1.7 5.7.3 1 .7 1.6 1.2 1.9.3.2.6.3 1 .3l.5.1z"
@@ -1780,9 +1795,9 @@ function ZvippIcon(props) {
1780
1795
  viewBox: "0 0 16 16",
1781
1796
  width: props.width || props.size || '1em',
1782
1797
  height: props.height || props.size || '1em',
1783
- className: 'eds-icon__ZvippIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1798
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__ZvippIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1784
1799
  inline: undefined,
1785
- color: props.color || 'currentColor'
1800
+ color: props.color
1786
1801
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
1787
1802
  id: "a",
1788
1803
  d: "M14.783 5.275l-2.709-2.364H4.023L1 5.511l6.755 7.673z"
@@ -1812,9 +1827,9 @@ function AmericanExpressIcon(props) {
1812
1827
  viewBox: "0 0 16 16",
1813
1828
  width: props.width || props.size || '1em',
1814
1829
  height: props.height || props.size || '1em',
1815
- className: 'eds-icon__AmericanExpressIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1830
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__AmericanExpressIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1816
1831
  inline: undefined,
1817
- color: props.color || 'currentColor'
1832
+ color: props.color
1818
1833
  }), /*#__PURE__*/React.createElement("path", {
1819
1834
  fill: "#fff",
1820
1835
  d: "M0 0v16h16V0H0z"
@@ -1909,9 +1924,9 @@ function MastercardIcon(props) {
1909
1924
  viewBox: "0 0 16 16",
1910
1925
  width: props.width || props.size || '1em',
1911
1926
  height: props.height || props.size || '1em',
1912
- className: 'eds-icon__MastercardIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1927
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__MastercardIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1913
1928
  inline: undefined,
1914
- color: props.color || 'currentColor'
1929
+ color: props.color
1915
1930
  }), /*#__PURE__*/React.createElement("path", {
1916
1931
  fill: "#FF5F00",
1917
1932
  d: "M6.107 4.599h3.786v6.803H6.107z"
@@ -2026,9 +2041,9 @@ function VippsIcon(props) {
2026
2041
  viewBox: "0 0 16 16",
2027
2042
  width: props.width || props.size || '1em',
2028
2043
  height: props.height || props.size || '1em',
2029
- className: 'eds-icon__VippsIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2044
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VippsIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2030
2045
  inline: undefined,
2031
- color: props.color || 'currentColor'
2046
+ color: props.color
2032
2047
  }), /*#__PURE__*/React.createElement("path", {
2033
2048
  fill: "#FF5B24",
2034
2049
  d: "M2.02 3.333h11.96c.563 0 1.02.457 1.02 1.021v7.292a1.02 1.02 0 01-1.02 1.02H2.02A1.02 1.02 0 011 11.647V4.354c0-.564.457-1.02 1.02-1.02z"
@@ -2052,9 +2067,9 @@ function VippsLogoIcon(props) {
2052
2067
  xmlSpace: "preserve",
2053
2068
  width: props.width || props.size || '1em',
2054
2069
  height: props.height || props.size || '1em',
2055
- className: 'eds-icon__VippsLogoIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2070
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VippsLogoIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2056
2071
  inline: undefined,
2057
- color: props.color || 'currentColor'
2072
+ color: props.color
2058
2073
  }), /*#__PURE__*/React.createElement("path", {
2059
2074
  fill: "#FF5B24",
2060
2075
  d: "M6 .6l5.1 14.9 5-14.9H22l-8.8 22.1H8.8L0 .6h6z"
@@ -2078,9 +2093,9 @@ function VisaIcon(props) {
2078
2093
  viewBox: "0 0 16 16",
2079
2094
  width: props.width || props.size || '1em',
2080
2095
  height: props.height || props.size || '1em',
2081
- className: 'eds-icon__VisaIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2096
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VisaIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2082
2097
  inline: undefined,
2083
- color: props.color || 'currentColor'
2098
+ color: props.color
2084
2099
  }), /*#__PURE__*/React.createElement("path", {
2085
2100
  fill: "#FFF",
2086
2101
  d: "M1 3.553h14v8.893H1z"
@@ -3515,6 +3530,49 @@ function PrioritySeatSeniorsIcon(props) {
3515
3530
  }));
3516
3531
  }
3517
3532
 
3533
+ function RebateTicketIcon(props) {
3534
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
3535
+ fill: "none",
3536
+ viewBox: "0 0 16 16",
3537
+ width: props.width || props.size || '1em',
3538
+ height: props.height || props.size || '1em',
3539
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3540
+ inline: undefined,
3541
+ color: props.color || 'currentColor'
3542
+ }), /*#__PURE__*/React.createElement("path", {
3543
+ fill: "currentColor",
3544
+ d: "M6.277 7.02c.408 0 .738-.33.738-.735a.737.737 0 00-.738-.736.737.737 0 00-.739.736c0 .406.33.735.739.735z"
3545
+ }), /*#__PURE__*/React.createElement("path", {
3546
+ fill: "currentColor",
3547
+ d: "M10.462 9.715c0 .406-.33.736-.739.736a.737.737 0 01-.738-.736c0-.406.33-.735.738-.735s.739.33.739.735z"
3548
+ }), /*#__PURE__*/React.createElement("path", {
3549
+ fill: "currentColor",
3550
+ d: "M9.546 5.614L5.607 9.535l.847.85 3.939-3.92-.847-.85z"
3551
+ }), /*#__PURE__*/React.createElement("path", {
3552
+ fill: "currentColor",
3553
+ fillRule: "evenodd",
3554
+ d: "M1.6 2.499a.6.6 0 00-.6.6V6.09a.6.6 0 00.42.573 1.4 1.4 0 010 2.672.6.6 0 00-.42.573V12.9a.6.6 0 00.6.6h12.8a.6.6 0 00.6-.6V9.91a.6.6 0 00-.42-.573 1.4 1.4 0 010-2.672.6.6 0 00.42-.573V3.1a.6.6 0 00-.6-.6H1.6zm.6 3.194V3.699h11.6v1.994a2.6 2.6 0 000 4.614v1.994H2.2v-1.994a2.6 2.6 0 000-4.614z",
3555
+ clipRule: "evenodd"
3556
+ }));
3557
+ }
3558
+
3559
+ function RebateTicketFilledIcon(props) {
3560
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
3561
+ fill: "none",
3562
+ viewBox: "0 0 16 16",
3563
+ width: props.width || props.size || '1em',
3564
+ height: props.height || props.size || '1em',
3565
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3566
+ inline: undefined,
3567
+ color: props.color || 'currentColor'
3568
+ }), /*#__PURE__*/React.createElement("path", {
3569
+ fill: "currentColor",
3570
+ fillRule: "evenodd",
3571
+ d: "M1.6 2.499a.6.6 0 00-.6.6V6.09a.6.6 0 00.42.573 1.4 1.4 0 010 2.672.6.6 0 00-.42.573V12.9a.6.6 0 00.6.6h12.8a.6.6 0 00.6-.6V9.91a.6.6 0 00-.42-.573 1.4 1.4 0 010-2.672.6.6 0 00.42-.573V3.1a.6.6 0 00-.6-.6H1.6zm5.415 3.786c0 .406-.33.735-.738.735a.737.737 0 01-.739-.735c0-.406.33-.736.739-.736.408 0 .738.33.738.736zm3.447 3.43c0 .406-.33.736-.739.736a.737.737 0 01-.738-.736c0-.406.33-.735.738-.735s.739.33.739.735zm-.916-4.1l-3.939 3.92.847.85 3.939-3.92-.847-.85z",
3572
+ clipRule: "evenodd"
3573
+ }));
3574
+ }
3575
+
3518
3576
  function SkiIcon(props) {
3519
3577
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
3520
3578
  viewBox: "0 0 14 14",
@@ -3594,6 +3652,23 @@ function ValidTicketIcon(props) {
3594
3652
  }));
3595
3653
  }
3596
3654
 
3655
+ function ValidTicketFilledIcon(props) {
3656
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
3657
+ fill: "none",
3658
+ viewBox: "0 0 16 16",
3659
+ width: props.width || props.size || '1em',
3660
+ height: props.height || props.size || '1em',
3661
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3662
+ inline: undefined,
3663
+ color: props.color || 'currentColor'
3664
+ }), /*#__PURE__*/React.createElement("path", {
3665
+ fill: "currentColor",
3666
+ fillRule: "evenodd",
3667
+ d: "M1.6 2.499a.6.6 0 00-.6.6V6.09a.6.6 0 00.42.573 1.4 1.4 0 010 2.672.6.6 0 00-.42.573V12.9a.6.6 0 00.6.6h12.8a.6.6 0 00.6-.6V9.91a.6.6 0 00-.42-.573 1.4 1.4 0 010-2.672.6.6 0 00.42-.573V3.1a.6.6 0 00-.6-.6H1.6zM7 8.9l3.576-3.575.848.848-4 4a.6.6 0 01-.848 0l-2-2 .848-.848L7 8.9z",
3668
+ clipRule: "evenodd"
3669
+ }));
3670
+ }
3671
+
3597
3672
  function ZoneIcon(props) {
3598
3673
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
3599
3674
  viewBox: "0 0 16 16",
@@ -4776,6 +4851,43 @@ function SubtractIcon(props) {
4776
4851
  }));
4777
4852
  }
4778
4853
 
4854
+ function TerminalIcon(props) {
4855
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
4856
+ fill: "none",
4857
+ viewBox: "0 0 16 16",
4858
+ width: props.width || props.size || '1em',
4859
+ height: props.height || props.size || '1em',
4860
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4861
+ inline: undefined,
4862
+ color: props.color || 'currentColor'
4863
+ }), /*#__PURE__*/React.createElement("path", {
4864
+ fill: "currentColor",
4865
+ fillRule: "evenodd",
4866
+ d: "M5.512.992H10.73V2.47h.911a1.6 1.6 0 011.6 1.6v9.338a1.6 1.6 0 01-1.6 1.6H4.6a1.6 1.6 0 01-1.6-1.6V4.07a1.6 1.6 0 011.6-1.6h.912V.992zm5.218 3.457V3.67h.911c.221 0 .4.18.4.4v9.338a.4.4 0 01-.4.4H4.6a.4.4 0 01-.4-.4V4.07c0-.22.18-.4.4-.4h.912v.78h-.405v1.2h6.028v-1.2h-.405zM6.712 2.192V4.4H9.53V2.192H6.712zM13.8 12.19V5.29H15v6.901h-1.2zM5.61 7.871h5.022v-1.2H5.61v1.2zm0 2.444h1.004v-1.2H5.609v1.2zm1.004 1.972H5.609v-1.2h1.005v1.2zm1.005-1.972h1.004v-1.2H7.619v1.2zm1.004 1.972H7.619v-1.2h1.004v1.2zm1.005-1.972h1.004v-1.2H9.628v1.2zm1.004 1.972H9.628v-1.2h1.004v1.2z",
4867
+ clipRule: "evenodd"
4868
+ }));
4869
+ }
4870
+
4871
+ function TerminalFilledIcon(props) {
4872
+ return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
4873
+ fill: "none",
4874
+ viewBox: "0 0 16 16",
4875
+ width: props.width || props.size || '1em',
4876
+ height: props.height || props.size || '1em',
4877
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4878
+ inline: undefined,
4879
+ color: props.color || 'currentColor'
4880
+ }), /*#__PURE__*/React.createElement("path", {
4881
+ fill: "currentColor",
4882
+ fillRule: "evenodd",
4883
+ d: "M10.73.75H5.512v1.477H4.6c-.884 0-1.6.716-1.6 1.598v9.327a1.6 1.6 0 001.6 1.598h7.041c.884 0 1.6-.716 1.6-1.598V3.825c0-.882-.716-1.598-1.6-1.598h-.91V.75zM6.712 4.204V1.95H9.53v2.255H6.712zm3.92 1.569H5.61v1.22h5.022v-1.22zM5.61 9.56h1.004V8.363H5.609V9.56zm3.013 0H7.619V8.363h1.004V9.56zm-1.004 2.47h1.004v-1.199H7.619v1.198zm-1.005 0H5.609v-1.199h1.005v1.198zm3.014-2.47h1.004V8.363H9.628V9.56zm1.004 2.47H9.628v-1.199h1.004v1.198z",
4884
+ clipRule: "evenodd"
4885
+ }), /*#__PURE__*/React.createElement("path", {
4886
+ fill: "currentColor",
4887
+ d: "M13.8 5.042v6.893H15V5.042h-1.2z"
4888
+ }));
4889
+ }
4890
+
4779
4891
  function TimelineIcon(props) {
4780
4892
  return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
4781
4893
  viewBox: "0 0 14 4",
@@ -5314,4 +5426,4 @@ function ZoomOutIcon(props) {
5314
5426
  }));
5315
5427
  }
5316
5428
 
5317
- export { AKTIcon, AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AmericanExpressIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CabinIcon, CablewayIcon, CalculatorIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityBikeIcon, CityIcon, ClockIcon, CloseIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, FillIcon, FilterIcon, ForwardIcon, FullIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, GymIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, ManySeatsAvailableIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MetroIcon, MinimizeIcon, MobileIcon, MobilityIcon, MoneyIcon, MountainIcon, MoveAboutIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlaygroundIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, SJIcon, SamiIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TextColorIcon, ThermometerIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UniversityIcon, UnlinkIcon, UnsortedIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };
5429
+ export { AKTIcon, AccessibilityIcon, AddCardIcon, AddIcon, AdditionalIcon, AdditionalZonesTicketIcon, AdjustmentsIcon, AdminIcon, AgreesIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, AmericanExpressIcon, AnimalFreeIcon, AnimalIcon, AttachmentIcon, BabyIcon, BackArrowIcon, BanknoteIcon, BanknoteMultiIcon, BatteryIcon, BellIcon, BergenBysykkelIcon, BicycleHotelIcon, BicycleIcon, BicycleParkingIcon, BoldIcon, BoltIcon, BookmarkIcon, BrakarIcon, BrakarNoTextIcon, BrightnessIcon, BugIcon, BulletListIcon, BusIcon, BusShelterIcon, CabinIcon, CablewayIcon, CalculatorIcon, CalendarIcon, CameraIcon, CarIcon, CardIcon, CarferryIcon, ChannelsIcon, ChatIcon, CheckIcon, CityBikeIcon, CityIcon, ClockIcon, CloseIcon, CloseSmallIcon, ClosedLockIcon, CloudDownloadIcon, CloudIcon, CloudLightningIcon, CloudRainIcon, CloudSnowIcon, CoffeeIcon, CollapsedIcon, ColorPickerIcon, CommentIcon, ConductorIcon, ConfigurationIcon, ContactsIcon, CopyIcon, CorrespondenceIcon, CouchetteIcon, CutleryIcon, DatabaseIcon, DateIcon, DeleteIcon, DenmarkIcon, DepositionIcon, DesktopIcon, DestinationIcon, DiffIcon, DownArrowIcon, DownloadIcon, DownwardIcon, DraggableIcon, EditIcon, EmailIcon, EnvironmentIcon, EuroIcon, ExpandIcon, ExtendIcon, ExternalIcon, FacebookIcon, FarteIcon, FerryIcon, FileIcon, FillIcon, FilterIcon, ForwardIcon, FullIcon, FunicularIcon, GOAIcon, GithubIcon, GoalIcon, GoogleIcon, GridViewIcon, GymIcon, HandToolIcon, HeartIcon, HelicopterIcon, HomeIcon, HorizontalDotsIcon, ImageIcon, InnlandstrafikkIcon, InstagramIcon, InternationalIcon, InterrailIcon, InvalidTicketIcon, ItalicIcon, KolumbusBysykkelIcon, KolumbusIcon, LaptopIcon, LeftArrowIcon, LikeIcon, LimeIcon, LinkIcon, LinkedinIcon, ListViewIcon, LoadingIcon, LockerIcon, LogOutIcon, LogoNegativeIcon, LogoPositiveIcon, LuggageIcon, ManySeatsAvailableIcon, MapIcon, MapPinIcon, MastercardIcon, MenuIcon, MergeProfilesIcon, MetroIcon, MinimizeIcon, MobileIcon, MobilityIcon, MoneyIcon, MountainIcon, MoveAboutIcon, NewIcon, NightIcon, NorwayIcon, NumberListIcon, OpenedLockIcon, OrganizationIcon, OsloBysykkelIcon, OstfoldIcon, OutlinedValidationCheckIcon, OutlinedValidationErrorIcon, OutlinedValidationExclamationIcon, OutlinedValidationInfoIcon, PackageIcon, ParkAndRideIcon, ParkIcon, ParkingGarageIcon, PhoneIcon, PlaneIcon, PlayIcon, PlaygroundIcon, PlayroomIcon, PositionIcon, PowerIcon, PremiumSeatIcon, PriceFromIcon, PricelistIcon, PrinterIcon, PrioritySeatPregnantIcon, PrioritySeatSeniorsIcon, PrivacyIcon, PurposeIcon, QRIcon, QuestionIcon, QuietIcon, QuitIcon, RSSIcon, RebateTicketFilledIcon, RebateTicketIcon, RedoIcon, ReferenceIcon, RefreshIcon, ReportsIcon, ResetIcon, RightArrowIcon, RowHeightDefaultIcon, RowHeightMiddleIcon, RowHeightSmallIcon, RulesIcon, RunningIcon, RuterIcon, RuterNoTextIcon, SJIcon, SamiIcon, SaveIcon, ScooterIcon, ScopeIcon, SearchIcon, SeatIcon, SeatsAvailableIcon, SelectIcon, SendIcon, SettingsIcon, ShareIcon, ShoppingCartIcon, SkiIcon, SkypeIcon, SkyssIcon, SleepIcon, SourceCodeIcon, StandardIcon, StandingAvailableIcon, StandingIcon, StarredIcon, StatsIcon, StrollerIcon, StrollingIcon, SubtractIcon, SubwayIcon, SuitcaseIcon, SunCloudIcon, SunCloudRainIcon, SunIcon, SwedenIcon, SwitchIcon, TVMIcon, TaxiIcon, TerminalFilledIcon, TerminalIcon, TextColorIcon, ThermometerIcon, TierIcon, TimelineIcon, ToFromIcon, ToiletIcon, TrackIcon, TrainCarIcon, TrainIcon, TramIcon, TransferIcon, TrondheimBysykkelIcon, TurnableIcon, TwitterIcon, UKIcon, UmbrellaIcon, UnderlineIcon, UndoIcon, UniversityIcon, UnlinkIcon, UnsortedIcon, UnstarredIcon, UnviewIcon, UpArrowIcon, UploadIcon, UpwardIcon, UserIcon, UsersIcon, VKTIcon, ValidTicketFilledIcon, ValidTicketIcon, ValidationCheckIcon, ValidationErrorIcon, ValidationExclamationIcon, ValidationInfoIcon, ValueIcon, VendingMachineIcon, VerticalDotsIcon, VerticalSwitchIcon, ViewIcon, VimeoIcon, VippsIcon, VippsLogoIcon, VisaIcon, VoiIcon, VyIcon, WaitingRoomIcon, WalkIcon, WalkingIcon, WarningIcon, WaterTapIcon, WheelchairIcon, WifiIcon, WindIcon, YoutubeIcon, ZoneIcon, ZoomInIcon, ZoomOutIcon, ZvippIcon };