@entur/icons 6.0.1 → 6.1.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 +4 -0
- package/dist/index.esm.js +146 -71
- package/dist/index.esm.native.js +68 -1
- package/dist/index.js +149 -70
- package/package.json +2 -2
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>;
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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",
|
|
@@ -5314,4 +5389,4 @@ function ZoomOutIcon(props) {
|
|
|
5314
5389
|
}));
|
|
5315
5390
|
}
|
|
5316
5391
|
|
|
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 };
|
|
5392
|
+
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, 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 };
|
package/dist/index.esm.native.js
CHANGED
|
@@ -1407,6 +1407,19 @@ function RuterIcon(props) {
|
|
|
1407
1407
|
}));
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
1410
|
+
function RuterNoTextIcon(props) {
|
|
1411
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1412
|
+
"data-name": "Layer 1",
|
|
1413
|
+
viewBox: "0 0 692.83 600",
|
|
1414
|
+
width: props.width || props.size || 16,
|
|
1415
|
+
height: props.height || props.size || 16,
|
|
1416
|
+
color: props.color || '#181C56'
|
|
1417
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
1418
|
+
fill: "#e60000",
|
|
1419
|
+
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"
|
|
1420
|
+
}));
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1410
1423
|
function SJIcon(props) {
|
|
1411
1424
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1412
1425
|
viewBox: "0 0 24 16",
|
|
@@ -3146,6 +3159,45 @@ function PrioritySeatSeniorsIcon(props) {
|
|
|
3146
3159
|
}));
|
|
3147
3160
|
}
|
|
3148
3161
|
|
|
3162
|
+
function RebateTicketIcon(props) {
|
|
3163
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3164
|
+
fill: "none",
|
|
3165
|
+
viewBox: "0 0 16 16",
|
|
3166
|
+
width: props.width || props.size || 16,
|
|
3167
|
+
height: props.height || props.size || 16,
|
|
3168
|
+
color: props.color || '#181C56'
|
|
3169
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3170
|
+
fill: "currentColor",
|
|
3171
|
+
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"
|
|
3172
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3173
|
+
fill: "currentColor",
|
|
3174
|
+
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"
|
|
3175
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3176
|
+
fill: "currentColor",
|
|
3177
|
+
d: "M9.546 5.614L5.607 9.535l.847.85 3.939-3.92-.847-.85z"
|
|
3178
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3179
|
+
fill: "currentColor",
|
|
3180
|
+
fillRule: "evenodd",
|
|
3181
|
+
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",
|
|
3182
|
+
clipRule: "evenodd"
|
|
3183
|
+
}));
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3186
|
+
function RebateTicketFilledIcon(props) {
|
|
3187
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3188
|
+
fill: "none",
|
|
3189
|
+
viewBox: "0 0 16 16",
|
|
3190
|
+
width: props.width || props.size || 16,
|
|
3191
|
+
height: props.height || props.size || 16,
|
|
3192
|
+
color: props.color || '#181C56'
|
|
3193
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3194
|
+
fill: "currentColor",
|
|
3195
|
+
fillRule: "evenodd",
|
|
3196
|
+
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",
|
|
3197
|
+
clipRule: "evenodd"
|
|
3198
|
+
}));
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3149
3201
|
function SkiIcon(props) {
|
|
3150
3202
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3151
3203
|
viewBox: "0 0 14 14",
|
|
@@ -3215,6 +3267,21 @@ function ValidTicketIcon(props) {
|
|
|
3215
3267
|
}));
|
|
3216
3268
|
}
|
|
3217
3269
|
|
|
3270
|
+
function ValidTicketFilledIcon(props) {
|
|
3271
|
+
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3272
|
+
fill: "none",
|
|
3273
|
+
viewBox: "0 0 16 16",
|
|
3274
|
+
width: props.width || props.size || 16,
|
|
3275
|
+
height: props.height || props.size || 16,
|
|
3276
|
+
color: props.color || '#181C56'
|
|
3277
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
3278
|
+
fill: "currentColor",
|
|
3279
|
+
fillRule: "evenodd",
|
|
3280
|
+
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",
|
|
3281
|
+
clipRule: "evenodd"
|
|
3282
|
+
}));
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3218
3285
|
function ZoneIcon(props) {
|
|
3219
3286
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3220
3287
|
viewBox: "0 0 16 16",
|
|
@@ -4739,4 +4806,4 @@ function ZoomOutIcon(props) {
|
|
|
4739
4806
|
}));
|
|
4740
4807
|
}
|
|
4741
4808
|
|
|
4742
|
-
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 };
|
|
4809
|
+
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, 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 };
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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",
|
|
@@ -5517,6 +5592,8 @@ exports.QuestionIcon = QuestionIcon;
|
|
|
5517
5592
|
exports.QuietIcon = QuietIcon;
|
|
5518
5593
|
exports.QuitIcon = QuitIcon;
|
|
5519
5594
|
exports.RSSIcon = RSSIcon;
|
|
5595
|
+
exports.RebateTicketFilledIcon = RebateTicketFilledIcon;
|
|
5596
|
+
exports.RebateTicketIcon = RebateTicketIcon;
|
|
5520
5597
|
exports.RedoIcon = RedoIcon;
|
|
5521
5598
|
exports.ReferenceIcon = ReferenceIcon;
|
|
5522
5599
|
exports.RefreshIcon = RefreshIcon;
|
|
@@ -5529,6 +5606,7 @@ exports.RowHeightSmallIcon = RowHeightSmallIcon;
|
|
|
5529
5606
|
exports.RulesIcon = RulesIcon;
|
|
5530
5607
|
exports.RunningIcon = RunningIcon;
|
|
5531
5608
|
exports.RuterIcon = RuterIcon;
|
|
5609
|
+
exports.RuterNoTextIcon = RuterNoTextIcon;
|
|
5532
5610
|
exports.SJIcon = SJIcon;
|
|
5533
5611
|
exports.SamiIcon = SamiIcon;
|
|
5534
5612
|
exports.SaveIcon = SaveIcon;
|
|
@@ -5593,6 +5671,7 @@ exports.UpwardIcon = UpwardIcon;
|
|
|
5593
5671
|
exports.UserIcon = UserIcon;
|
|
5594
5672
|
exports.UsersIcon = UsersIcon;
|
|
5595
5673
|
exports.VKTIcon = VKTIcon;
|
|
5674
|
+
exports.ValidTicketFilledIcon = ValidTicketFilledIcon;
|
|
5596
5675
|
exports.ValidTicketIcon = ValidTicketIcon;
|
|
5597
5676
|
exports.ValidationCheckIcon = ValidationCheckIcon;
|
|
5598
5677
|
exports.ValidationErrorIcon = ValidationErrorIcon;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.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": "
|
|
51
|
+
"gitHead": "a3edbb9069b9bd125919df8984b23628a1040cf4"
|
|
52
52
|
}
|