@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.js CHANGED
@@ -466,9 +466,9 @@ function LogoNegativeIcon(props) {
466
466
  viewBox: "0 0 16 16",
467
467
  width: props.width || props.size || '1em',
468
468
  height: props.height || props.size || '1em',
469
- className: 'eds-icon__LogoNegativeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
469
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoNegativeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
470
470
  inline: undefined,
471
- color: props.color || 'currentColor'
471
+ color: props.color
472
472
  }), /*#__PURE__*/React__namespace.createElement("path", {
473
473
  fill: "#FF5959",
474
474
  d: "M0 14.799h15.783v-1.422H0z"
@@ -483,9 +483,9 @@ function LogoPositiveIcon(props) {
483
483
  viewBox: "0 0 16 16",
484
484
  width: props.width || props.size || '1em',
485
485
  height: props.height || props.size || '1em',
486
- className: 'eds-icon__LogoPositiveIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
486
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LogoPositiveIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
487
487
  inline: undefined,
488
- color: props.color || 'currentColor'
488
+ color: props.color
489
489
  }), /*#__PURE__*/React__namespace.createElement("path", {
490
490
  fill: "#FF5959",
491
491
  d: "M0 14.799h15.783v-1.422H0z"
@@ -1002,9 +1002,9 @@ function DenmarkIcon(props) {
1002
1002
  viewBox: "0 0 16 16",
1003
1003
  width: props.width || props.size || '1em',
1004
1004
  height: props.height || props.size || '1em',
1005
- className: 'eds-icon__DenmarkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1005
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__DenmarkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1006
1006
  inline: undefined,
1007
- color: props.color || 'currentColor'
1007
+ color: props.color
1008
1008
  }), /*#__PURE__*/React__namespace.createElement("path", {
1009
1009
  fill: "#D80027",
1010
1010
  d: "M1 14h14V4H1z"
@@ -1019,9 +1019,9 @@ function NorwayIcon(props) {
1019
1019
  viewBox: "0 0 16 16",
1020
1020
  width: props.width || props.size || '1em',
1021
1021
  height: props.height || props.size || '1em',
1022
- className: 'eds-icon__NorwayIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1022
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__NorwayIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1023
1023
  inline: undefined,
1024
- color: props.color || 'currentColor'
1024
+ color: props.color
1025
1025
  }), /*#__PURE__*/React__namespace.createElement("path", {
1026
1026
  fill: "#d80027",
1027
1027
  d: "M15 3H1v10h14z"
@@ -1042,9 +1042,9 @@ function SamiIcon(props) {
1042
1042
  viewBox: "0 0 16 16",
1043
1043
  width: props.width || props.size || '1em',
1044
1044
  height: props.height || props.size || '1em',
1045
- className: 'eds-icon__SamiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1045
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SamiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1046
1046
  inline: undefined,
1047
- color: props.color || 'currentColor'
1047
+ color: props.color
1048
1048
  }), /*#__PURE__*/React__namespace.createElement("path", {
1049
1049
  fill: "#0035AD",
1050
1050
  d: "M14.7 3H7.4v10h7.3z"
@@ -1074,9 +1074,9 @@ function SwedenIcon(props) {
1074
1074
  viewBox: "0 0 16 16",
1075
1075
  width: props.width || props.size || '1em',
1076
1076
  height: props.height || props.size || '1em',
1077
- className: 'eds-icon__SwedenIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1077
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SwedenIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1078
1078
  inline: undefined,
1079
- color: props.color || 'currentColor'
1079
+ color: props.color
1080
1080
  }), /*#__PURE__*/React__namespace.createElement("path", {
1081
1081
  fill: "#0052B4",
1082
1082
  d: "M1 14h14V4H1z"
@@ -1091,9 +1091,9 @@ function UKIcon(props) {
1091
1091
  viewBox: "0 0 14 10",
1092
1092
  width: props.width || props.size || '1em',
1093
1093
  height: props.height || props.size || '1em',
1094
- className: 'eds-icon__UKIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1094
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__UKIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1095
1095
  inline: undefined,
1096
- color: props.color || 'currentColor'
1096
+ color: props.color
1097
1097
  }), /*#__PURE__*/React__namespace.createElement("g", {
1098
1098
  fillRule: "evenodd",
1099
1099
  clipRule: "evenodd"
@@ -1147,9 +1147,9 @@ function AKTIcon(props) {
1147
1147
  viewBox: "0 0 16 16",
1148
1148
  width: props.width || props.size || '1em',
1149
1149
  height: props.height || props.size || '1em',
1150
- className: 'eds-icon__AKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1150
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__AKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1151
1151
  inline: undefined,
1152
- color: props.color || 'currentColor'
1152
+ color: props.color
1153
1153
  }), /*#__PURE__*/React__namespace.createElement("path", {
1154
1154
  fill: "#FFF",
1155
1155
  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"
@@ -1161,9 +1161,9 @@ function BergenBysykkelIcon(props) {
1161
1161
  viewBox: "0 0 16 16",
1162
1162
  width: props.width || props.size || '1em',
1163
1163
  height: props.height || props.size || '1em',
1164
- className: 'eds-icon__BergenBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1164
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BergenBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1165
1165
  inline: undefined,
1166
- color: props.color || 'currentColor'
1166
+ color: props.color
1167
1167
  }), /*#__PURE__*/React__namespace.createElement("path", {
1168
1168
  fill: "#008A34",
1169
1169
  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"
@@ -1175,9 +1175,9 @@ function BoltIcon(props) {
1175
1175
  viewBox: "0 0 16 16",
1176
1176
  width: props.width || props.size || '1em',
1177
1177
  height: props.height || props.size || '1em',
1178
- className: 'eds-icon__BoltIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1178
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BoltIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1179
1179
  inline: undefined,
1180
- color: props.color || 'currentColor'
1180
+ color: props.color
1181
1181
  }), /*#__PURE__*/React__namespace.createElement("g", {
1182
1182
  fill: "#34D186"
1183
1183
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -1194,9 +1194,9 @@ function BrakarIcon(props) {
1194
1194
  viewBox: "0 0 49.8 16",
1195
1195
  width: props.width || props.size || '1em',
1196
1196
  height: props.height || props.size || '1em',
1197
- className: 'eds-icon__BrakarIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1197
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BrakarIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1198
1198
  inline: undefined,
1199
- color: props.color || 'currentColor'
1199
+ color: props.color
1200
1200
  }), /*#__PURE__*/React__namespace.createElement("g", {
1201
1201
  fill: "#fff"
1202
1202
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -1229,9 +1229,9 @@ function BrakarNoTextIcon(props) {
1229
1229
  viewBox: "0 0 16 16",
1230
1230
  width: props.width || props.size || '1em',
1231
1231
  height: props.height || props.size || '1em',
1232
- className: 'eds-icon__BrakarNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1232
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__BrakarNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1233
1233
  inline: undefined,
1234
- color: props.color || 'currentColor'
1234
+ color: props.color
1235
1235
  }), /*#__PURE__*/React__namespace.createElement("path", {
1236
1236
  fill: "#fff",
1237
1237
  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"
@@ -1252,9 +1252,9 @@ function FarteIcon(props) {
1252
1252
  viewBox: "0 0 90 16",
1253
1253
  width: props.width || props.size || '1em',
1254
1254
  height: props.height || props.size || '1em',
1255
- className: 'eds-icon__FarteIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1255
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__FarteIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1256
1256
  inline: undefined,
1257
- color: props.color || 'currentColor'
1257
+ color: props.color
1258
1258
  }), /*#__PURE__*/React__namespace.createElement("path", {
1259
1259
  fill: "#FFF",
1260
1260
  d: "M55.202 3.039L53.413 4.23v2.536h-1.234V8.37h1.234v7.383h1.789V8.37h1.666V6.766h-1.666z"
@@ -1296,9 +1296,9 @@ function GOAIcon(props) {
1296
1296
  viewBox: "0 0 56.732 16",
1297
1297
  width: props.width || props.size || '1em',
1298
1298
  height: props.height || props.size || '1em',
1299
- className: 'eds-icon__GOAIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1299
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__GOAIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1300
1300
  inline: undefined,
1301
- color: props.color || 'currentColor'
1301
+ color: props.color
1302
1302
  }), /*#__PURE__*/React__namespace.createElement("path", {
1303
1303
  fill: "#FFF",
1304
1304
  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"
@@ -1349,9 +1349,9 @@ function InnlandstrafikkIcon(props) {
1349
1349
  viewBox: "0 0 77.331 16",
1350
1350
  width: props.width || props.size || '1em',
1351
1351
  height: props.height || props.size || '1em',
1352
- className: 'eds-icon__InnlandstrafikkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1352
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__InnlandstrafikkIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1353
1353
  inline: undefined,
1354
- color: props.color || 'currentColor'
1354
+ color: props.color
1355
1355
  }), /*#__PURE__*/React__namespace.createElement("g", {
1356
1356
  fill: "#FFF"
1357
1357
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -1394,9 +1394,9 @@ function KolumbusIcon(props) {
1394
1394
  viewBox: "0 0 69.4 16",
1395
1395
  width: props.width || props.size || '1em',
1396
1396
  height: props.height || props.size || '1em',
1397
- className: 'eds-icon__KolumbusIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1397
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__KolumbusIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1398
1398
  inline: undefined,
1399
- color: props.color || 'currentColor'
1399
+ color: props.color
1400
1400
  }), /*#__PURE__*/React__namespace.createElement("path", {
1401
1401
  fill: "#FFF",
1402
1402
  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"
@@ -1435,9 +1435,9 @@ function KolumbusBysykkelIcon(props) {
1435
1435
  viewBox: "0 0 16 16",
1436
1436
  width: props.width || props.size || '1em',
1437
1437
  height: props.height || props.size || '1em',
1438
- className: 'eds-icon__KolumbusBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1438
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__KolumbusBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1439
1439
  inline: undefined,
1440
- color: props.color || 'currentColor'
1440
+ color: props.color
1441
1441
  }), /*#__PURE__*/React__namespace.createElement("path", {
1442
1442
  fill: "#3CB454",
1443
1443
  d: "M3.45 11.033V15l9.1-4.9V6.133z"
@@ -1452,9 +1452,9 @@ function LimeIcon(props) {
1452
1452
  viewBox: "0 0 16 16",
1453
1453
  width: props.width || props.size || '1em',
1454
1454
  height: props.height || props.size || '1em',
1455
- className: 'eds-icon__LimeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1455
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__LimeIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1456
1456
  inline: undefined,
1457
- color: props.color || 'currentColor'
1457
+ color: props.color
1458
1458
  }), /*#__PURE__*/React__namespace.createElement("g", {
1459
1459
  fill: "#0D0"
1460
1460
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -1483,9 +1483,9 @@ function MoveAboutIcon(props) {
1483
1483
  viewBox: "0 0 16 16",
1484
1484
  width: props.width || props.size || '1em',
1485
1485
  height: props.height || props.size || '1em',
1486
- className: 'eds-icon__MoveAboutIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1486
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__MoveAboutIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1487
1487
  inline: undefined,
1488
- color: props.color || 'currentColor'
1488
+ color: props.color
1489
1489
  }), /*#__PURE__*/React__namespace.createElement("g", {
1490
1490
  fill: "#5BD6FF"
1491
1491
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -1502,9 +1502,9 @@ function OsloBysykkelIcon(props) {
1502
1502
  viewBox: "0 0 16 16",
1503
1503
  width: props.width || props.size || '1em',
1504
1504
  height: props.height || props.size || '1em',
1505
- className: 'eds-icon__OsloBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1505
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__OsloBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1506
1506
  inline: undefined,
1507
- color: props.color || 'currentColor'
1507
+ color: props.color
1508
1508
  }), /*#__PURE__*/React__namespace.createElement("path", {
1509
1509
  fill: "#005FC9",
1510
1510
  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"
@@ -1516,9 +1516,9 @@ function OstfoldIcon(props) {
1516
1516
  viewBox: "0 0 74.153 16",
1517
1517
  width: props.width || props.size || '1em',
1518
1518
  height: props.height || props.size || '1em',
1519
- className: 'eds-icon__OstfoldIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1519
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__OstfoldIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1520
1520
  inline: undefined,
1521
- color: props.color || 'currentColor'
1521
+ color: props.color
1522
1522
  }), /*#__PURE__*/React__namespace.createElement("g", {
1523
1523
  fill: "#FFF"
1524
1524
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -1577,23 +1577,38 @@ function RuterIcon(props) {
1577
1577
  viewBox: "0 0 55.9 16",
1578
1578
  width: props.width || props.size || '1em',
1579
1579
  height: props.height || props.size || '1em',
1580
- className: 'eds-icon__RuterIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1580
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__RuterIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1581
1581
  inline: undefined,
1582
- color: props.color || 'currentColor'
1582
+ color: props.color
1583
1583
  }), /*#__PURE__*/React__namespace.createElement("path", {
1584
1584
  fill: "#fff",
1585
1585
  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"
1586
1586
  }));
1587
1587
  }
1588
1588
 
1589
+ function RuterNoTextIcon(props) {
1590
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
1591
+ "data-name": "Layer 1",
1592
+ viewBox: "0 0 692.83 600",
1593
+ width: props.width || props.size || '1em',
1594
+ height: props.height || props.size || '1em',
1595
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__RuterNoTextIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1596
+ inline: undefined,
1597
+ color: props.color
1598
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1599
+ fill: "#e60000",
1600
+ 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"
1601
+ }));
1602
+ }
1603
+
1589
1604
  function SJIcon(props) {
1590
1605
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
1591
1606
  viewBox: "0 0 24 16",
1592
1607
  width: props.width || props.size || '1em',
1593
1608
  height: props.height || props.size || '1em',
1594
- className: 'eds-icon__SJIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1609
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SJIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1595
1610
  inline: undefined,
1596
- color: props.color || 'currentColor'
1611
+ color: props.color
1597
1612
  }), /*#__PURE__*/React__namespace.createElement("path", {
1598
1613
  fill: "#FFF",
1599
1614
  fillRule: "evenodd",
@@ -1607,9 +1622,9 @@ function SkyssIcon(props) {
1607
1622
  viewBox: "0 0 63 16",
1608
1623
  width: props.width || props.size || '1em',
1609
1624
  height: props.height || props.size || '1em',
1610
- className: 'eds-icon__SkyssIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1625
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__SkyssIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1611
1626
  inline: undefined,
1612
- color: props.color || 'currentColor'
1627
+ color: props.color
1613
1628
  }), /*#__PURE__*/React__namespace.createElement("path", {
1614
1629
  fill: "#FFF",
1615
1630
  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"
@@ -1636,9 +1651,9 @@ function TierIcon(props) {
1636
1651
  viewBox: "0 0 16 16",
1637
1652
  width: props.width || props.size || '1em',
1638
1653
  height: props.height || props.size || '1em',
1639
- className: 'eds-icon__TierIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1654
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TierIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1640
1655
  inline: undefined,
1641
- color: props.color || 'currentColor'
1656
+ color: props.color
1642
1657
  }), /*#__PURE__*/React__namespace.createElement("path", {
1643
1658
  fill: "#69D2AA",
1644
1659
  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"
@@ -1650,9 +1665,9 @@ function TrondheimBysykkelIcon(props) {
1650
1665
  viewBox: "0 0 16 16",
1651
1666
  width: props.width || props.size || '1em',
1652
1667
  height: props.height || props.size || '1em',
1653
- className: 'eds-icon__TrondheimBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1668
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__TrondheimBysykkelIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1654
1669
  inline: undefined,
1655
- color: props.color || 'currentColor'
1670
+ color: props.color
1656
1671
  }), /*#__PURE__*/React__namespace.createElement("path", {
1657
1672
  fill: "#E02344",
1658
1673
  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"
@@ -1664,9 +1679,9 @@ function VKTIcon(props) {
1664
1679
  viewBox: "0 0 41.393 16",
1665
1680
  width: props.width || props.size || '1em',
1666
1681
  height: props.height || props.size || '1em',
1667
- className: 'eds-icon__VKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1682
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VKTIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1668
1683
  inline: undefined,
1669
- color: props.color || 'currentColor'
1684
+ color: props.color
1670
1685
  }), /*#__PURE__*/React__namespace.createElement("g", {
1671
1686
  fill: "#FFF"
1672
1687
  }, /*#__PURE__*/React__namespace.createElement("path", {
@@ -1733,9 +1748,9 @@ function VoiIcon(props) {
1733
1748
  viewBox: "0 0 16 16",
1734
1749
  width: props.width || props.size || '1em',
1735
1750
  height: props.height || props.size || '1em',
1736
- className: 'eds-icon__VoiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1751
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VoiIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1737
1752
  inline: undefined,
1738
- color: props.color || 'currentColor'
1753
+ color: props.color
1739
1754
  }), /*#__PURE__*/React__namespace.createElement("path", {
1740
1755
  fill: "#F46C63",
1741
1756
  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"
@@ -1747,9 +1762,9 @@ function VyIcon(props) {
1747
1762
  viewBox: "0 0 31.6 16",
1748
1763
  width: props.width || props.size || '1em',
1749
1764
  height: props.height || props.size || '1em',
1750
- className: 'eds-icon__VyIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1765
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VyIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1751
1766
  inline: undefined,
1752
- color: props.color || 'currentColor'
1767
+ color: props.color
1753
1768
  }), /*#__PURE__*/React__namespace.createElement("path", {
1754
1769
  fill: "#FFF",
1755
1770
  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"
@@ -1804,9 +1819,9 @@ function ZvippIcon(props) {
1804
1819
  viewBox: "0 0 16 16",
1805
1820
  width: props.width || props.size || '1em',
1806
1821
  height: props.height || props.size || '1em',
1807
- className: 'eds-icon__ZvippIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1822
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__ZvippIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1808
1823
  inline: undefined,
1809
- color: props.color || 'currentColor'
1824
+ color: props.color
1810
1825
  }), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("path", {
1811
1826
  id: "a",
1812
1827
  d: "M14.783 5.275l-2.709-2.364H4.023L1 5.511l6.755 7.673z"
@@ -1836,9 +1851,9 @@ function AmericanExpressIcon(props) {
1836
1851
  viewBox: "0 0 16 16",
1837
1852
  width: props.width || props.size || '1em',
1838
1853
  height: props.height || props.size || '1em',
1839
- className: 'eds-icon__AmericanExpressIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1854
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__AmericanExpressIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1840
1855
  inline: undefined,
1841
- color: props.color || 'currentColor'
1856
+ color: props.color
1842
1857
  }), /*#__PURE__*/React__namespace.createElement("path", {
1843
1858
  fill: "#fff",
1844
1859
  d: "M0 0v16h16V0H0z"
@@ -1933,9 +1948,9 @@ function MastercardIcon(props) {
1933
1948
  viewBox: "0 0 16 16",
1934
1949
  width: props.width || props.size || '1em',
1935
1950
  height: props.height || props.size || '1em',
1936
- className: 'eds-icon__MastercardIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1951
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__MastercardIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
1937
1952
  inline: undefined,
1938
- color: props.color || 'currentColor'
1953
+ color: props.color
1939
1954
  }), /*#__PURE__*/React__namespace.createElement("path", {
1940
1955
  fill: "#FF5F00",
1941
1956
  d: "M6.107 4.599h3.786v6.803H6.107z"
@@ -2050,9 +2065,9 @@ function VippsIcon(props) {
2050
2065
  viewBox: "0 0 16 16",
2051
2066
  width: props.width || props.size || '1em',
2052
2067
  height: props.height || props.size || '1em',
2053
- className: 'eds-icon__VippsIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2068
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VippsIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2054
2069
  inline: undefined,
2055
- color: props.color || 'currentColor'
2070
+ color: props.color
2056
2071
  }), /*#__PURE__*/React__namespace.createElement("path", {
2057
2072
  fill: "#FF5B24",
2058
2073
  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"
@@ -2076,9 +2091,9 @@ function VippsLogoIcon(props) {
2076
2091
  xmlSpace: "preserve",
2077
2092
  width: props.width || props.size || '1em',
2078
2093
  height: props.height || props.size || '1em',
2079
- className: 'eds-icon__VippsLogoIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2094
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VippsLogoIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2080
2095
  inline: undefined,
2081
- color: props.color || 'currentColor'
2096
+ color: props.color
2082
2097
  }), /*#__PURE__*/React__namespace.createElement("path", {
2083
2098
  fill: "#FF5B24",
2084
2099
  d: "M6 .6l5.1 14.9 5-14.9H22l-8.8 22.1H8.8L0 .6h6z"
@@ -2102,9 +2117,9 @@ function VisaIcon(props) {
2102
2117
  viewBox: "0 0 16 16",
2103
2118
  width: props.width || props.size || '1em',
2104
2119
  height: props.height || props.size || '1em',
2105
- className: 'eds-icon__VisaIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2120
+ className: (props.color ? 'eds-icon ' : '') + 'eds-icon__VisaIcon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
2106
2121
  inline: undefined,
2107
- color: props.color || 'currentColor'
2122
+ color: props.color
2108
2123
  }), /*#__PURE__*/React__namespace.createElement("path", {
2109
2124
  fill: "#FFF",
2110
2125
  d: "M1 3.553h14v8.893H1z"
@@ -3539,6 +3554,49 @@ function PrioritySeatSeniorsIcon(props) {
3539
3554
  }));
3540
3555
  }
3541
3556
 
3557
+ function RebateTicketIcon(props) {
3558
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
3559
+ fill: "none",
3560
+ viewBox: "0 0 16 16",
3561
+ width: props.width || props.size || '1em',
3562
+ height: props.height || props.size || '1em',
3563
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3564
+ inline: undefined,
3565
+ color: props.color || 'currentColor'
3566
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3567
+ fill: "currentColor",
3568
+ 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"
3569
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3570
+ fill: "currentColor",
3571
+ 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"
3572
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3573
+ fill: "currentColor",
3574
+ d: "M9.546 5.614L5.607 9.535l.847.85 3.939-3.92-.847-.85z"
3575
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3576
+ fill: "currentColor",
3577
+ fillRule: "evenodd",
3578
+ 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",
3579
+ clipRule: "evenodd"
3580
+ }));
3581
+ }
3582
+
3583
+ function RebateTicketFilledIcon(props) {
3584
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
3585
+ fill: "none",
3586
+ viewBox: "0 0 16 16",
3587
+ width: props.width || props.size || '1em',
3588
+ height: props.height || props.size || '1em',
3589
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3590
+ inline: undefined,
3591
+ color: props.color || 'currentColor'
3592
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3593
+ fill: "currentColor",
3594
+ fillRule: "evenodd",
3595
+ 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",
3596
+ clipRule: "evenodd"
3597
+ }));
3598
+ }
3599
+
3542
3600
  function SkiIcon(props) {
3543
3601
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
3544
3602
  viewBox: "0 0 14 14",
@@ -3618,6 +3676,23 @@ function ValidTicketIcon(props) {
3618
3676
  }));
3619
3677
  }
3620
3678
 
3679
+ function ValidTicketFilledIcon(props) {
3680
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
3681
+ fill: "none",
3682
+ viewBox: "0 0 16 16",
3683
+ width: props.width || props.size || '1em',
3684
+ height: props.height || props.size || '1em',
3685
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
3686
+ inline: undefined,
3687
+ color: props.color || 'currentColor'
3688
+ }), /*#__PURE__*/React__namespace.createElement("path", {
3689
+ fill: "currentColor",
3690
+ fillRule: "evenodd",
3691
+ 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",
3692
+ clipRule: "evenodd"
3693
+ }));
3694
+ }
3695
+
3621
3696
  function ZoneIcon(props) {
3622
3697
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
3623
3698
  viewBox: "0 0 16 16",
@@ -4800,6 +4875,43 @@ function SubtractIcon(props) {
4800
4875
  }));
4801
4876
  }
4802
4877
 
4878
+ function TerminalIcon(props) {
4879
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
4880
+ fill: "none",
4881
+ viewBox: "0 0 16 16",
4882
+ width: props.width || props.size || '1em',
4883
+ height: props.height || props.size || '1em',
4884
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4885
+ inline: undefined,
4886
+ color: props.color || 'currentColor'
4887
+ }), /*#__PURE__*/React__namespace.createElement("path", {
4888
+ fill: "currentColor",
4889
+ fillRule: "evenodd",
4890
+ 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",
4891
+ clipRule: "evenodd"
4892
+ }));
4893
+ }
4894
+
4895
+ function TerminalFilledIcon(props) {
4896
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
4897
+ fill: "none",
4898
+ viewBox: "0 0 16 16",
4899
+ width: props.width || props.size || '1em',
4900
+ height: props.height || props.size || '1em',
4901
+ className: 'eds-icon ' + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
4902
+ inline: undefined,
4903
+ color: props.color || 'currentColor'
4904
+ }), /*#__PURE__*/React__namespace.createElement("path", {
4905
+ fill: "currentColor",
4906
+ fillRule: "evenodd",
4907
+ 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",
4908
+ clipRule: "evenodd"
4909
+ }), /*#__PURE__*/React__namespace.createElement("path", {
4910
+ fill: "currentColor",
4911
+ d: "M13.8 5.042v6.893H15V5.042h-1.2z"
4912
+ }));
4913
+ }
4914
+
4803
4915
  function TimelineIcon(props) {
4804
4916
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
4805
4917
  viewBox: "0 0 14 4",
@@ -5517,6 +5629,8 @@ exports.QuestionIcon = QuestionIcon;
5517
5629
  exports.QuietIcon = QuietIcon;
5518
5630
  exports.QuitIcon = QuitIcon;
5519
5631
  exports.RSSIcon = RSSIcon;
5632
+ exports.RebateTicketFilledIcon = RebateTicketFilledIcon;
5633
+ exports.RebateTicketIcon = RebateTicketIcon;
5520
5634
  exports.RedoIcon = RedoIcon;
5521
5635
  exports.ReferenceIcon = ReferenceIcon;
5522
5636
  exports.RefreshIcon = RefreshIcon;
@@ -5529,6 +5643,7 @@ exports.RowHeightSmallIcon = RowHeightSmallIcon;
5529
5643
  exports.RulesIcon = RulesIcon;
5530
5644
  exports.RunningIcon = RunningIcon;
5531
5645
  exports.RuterIcon = RuterIcon;
5646
+ exports.RuterNoTextIcon = RuterNoTextIcon;
5532
5647
  exports.SJIcon = SJIcon;
5533
5648
  exports.SamiIcon = SamiIcon;
5534
5649
  exports.SaveIcon = SaveIcon;
@@ -5564,6 +5679,8 @@ exports.SwedenIcon = SwedenIcon;
5564
5679
  exports.SwitchIcon = SwitchIcon;
5565
5680
  exports.TVMIcon = TVMIcon;
5566
5681
  exports.TaxiIcon = TaxiIcon;
5682
+ exports.TerminalFilledIcon = TerminalFilledIcon;
5683
+ exports.TerminalIcon = TerminalIcon;
5567
5684
  exports.TextColorIcon = TextColorIcon;
5568
5685
  exports.ThermometerIcon = ThermometerIcon;
5569
5686
  exports.TierIcon = TierIcon;
@@ -5593,6 +5710,7 @@ exports.UpwardIcon = UpwardIcon;
5593
5710
  exports.UserIcon = UserIcon;
5594
5711
  exports.UsersIcon = UsersIcon;
5595
5712
  exports.VKTIcon = VKTIcon;
5713
+ exports.ValidTicketFilledIcon = ValidTicketFilledIcon;
5596
5714
  exports.ValidTicketIcon = ValidTicketIcon;
5597
5715
  exports.ValidationCheckIcon = ValidationCheckIcon;
5598
5716
  exports.ValidationErrorIcon = ValidationErrorIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/icons",
3
- "version": "6.0.1",
3
+ "version": "6.2.0",
4
4
  "license": "EUPL-1.2",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -48,5 +48,5 @@
48
48
  "dependencies": {
49
49
  "@entur/tokens": "^3.8.1"
50
50
  },
51
- "gitHead": "1e78a655ffc4c4ca80d8e54495768282dc374201"
51
+ "gitHead": "1091cc677ad823929989fd5099b93427b4834143"
52
52
  }