@entur/icons 6.15.0 → 6.15.2
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.esm.js +5 -6
- package/dist/index.esm.native.js +5 -6
- package/dist/index.js +5 -6
- package/dist/styles.css +58 -16
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -4354,8 +4354,9 @@ function CheckFilledIcon(props) {
|
|
|
4354
4354
|
inline: undefined,
|
|
4355
4355
|
color: props.color || 'currentColor'
|
|
4356
4356
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4357
|
-
|
|
4358
|
-
|
|
4357
|
+
stroke: "currentColor",
|
|
4358
|
+
strokeWidth: 2,
|
|
4359
|
+
d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
|
|
4359
4360
|
}));
|
|
4360
4361
|
}
|
|
4361
4362
|
|
|
@@ -4455,6 +4456,7 @@ function CloseFilledIcon(props) {
|
|
|
4455
4456
|
|
|
4456
4457
|
function CloseSmallIcon(props) {
|
|
4457
4458
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
4459
|
+
fill: "none",
|
|
4458
4460
|
viewBox: "0 0 16 16",
|
|
4459
4461
|
width: props.width || props.size || '1em',
|
|
4460
4462
|
height: props.height || props.size || '1em',
|
|
@@ -4463,10 +4465,7 @@ function CloseSmallIcon(props) {
|
|
|
4463
4465
|
color: props.color || 'currentColor'
|
|
4464
4466
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4465
4467
|
fill: "currentColor",
|
|
4466
|
-
d: "
|
|
4467
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
4468
|
-
fill: "currentColor",
|
|
4469
|
-
d: "M3.004 12.073l9.07-9.07.93.93-9.069 9.07z"
|
|
4468
|
+
d: "M7.15 8L4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849l3.15 3.15z"
|
|
4470
4469
|
}));
|
|
4471
4470
|
}
|
|
4472
4471
|
|
package/dist/index.esm.native.js
CHANGED
|
@@ -3903,8 +3903,9 @@ function CheckFilledIcon(props) {
|
|
|
3903
3903
|
height: props.height || props.size || 16,
|
|
3904
3904
|
color: props.color || '#181C56'
|
|
3905
3905
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
3906
|
-
|
|
3907
|
-
|
|
3906
|
+
stroke: "currentColor",
|
|
3907
|
+
strokeWidth: 2,
|
|
3908
|
+
d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
|
|
3908
3909
|
}));
|
|
3909
3910
|
}
|
|
3910
3911
|
|
|
@@ -3992,16 +3993,14 @@ function CloseFilledIcon(props) {
|
|
|
3992
3993
|
|
|
3993
3994
|
function CloseSmallIcon(props) {
|
|
3994
3995
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
3996
|
+
fill: "none",
|
|
3995
3997
|
viewBox: "0 0 16 16",
|
|
3996
3998
|
width: props.width || props.size || 16,
|
|
3997
3999
|
height: props.height || props.size || 16,
|
|
3998
4000
|
color: props.color || '#181C56'
|
|
3999
4001
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
4000
4002
|
fill: "currentColor",
|
|
4001
|
-
d: "
|
|
4002
|
-
}), /*#__PURE__*/React.createElement(Path, {
|
|
4003
|
-
fill: "currentColor",
|
|
4004
|
-
d: "M3.004 12.073l9.07-9.07.93.93-9.069 9.07z"
|
|
4003
|
+
d: "M7.15 8L4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849l3.15 3.15z"
|
|
4005
4004
|
}));
|
|
4006
4005
|
}
|
|
4007
4006
|
|
package/dist/index.js
CHANGED
|
@@ -4378,8 +4378,9 @@ function CheckFilledIcon(props) {
|
|
|
4378
4378
|
inline: undefined,
|
|
4379
4379
|
color: props.color || 'currentColor'
|
|
4380
4380
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4381
|
-
|
|
4382
|
-
|
|
4381
|
+
stroke: "currentColor",
|
|
4382
|
+
strokeWidth: 2,
|
|
4383
|
+
d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
|
|
4383
4384
|
}));
|
|
4384
4385
|
}
|
|
4385
4386
|
|
|
@@ -4479,6 +4480,7 @@ function CloseFilledIcon(props) {
|
|
|
4479
4480
|
|
|
4480
4481
|
function CloseSmallIcon(props) {
|
|
4481
4482
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
4483
|
+
fill: "none",
|
|
4482
4484
|
viewBox: "0 0 16 16",
|
|
4483
4485
|
width: props.width || props.size || '1em',
|
|
4484
4486
|
height: props.height || props.size || '1em',
|
|
@@ -4487,10 +4489,7 @@ function CloseSmallIcon(props) {
|
|
|
4487
4489
|
color: props.color || 'currentColor'
|
|
4488
4490
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4489
4491
|
fill: "currentColor",
|
|
4490
|
-
d: "
|
|
4491
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4492
|
-
fill: "currentColor",
|
|
4493
|
-
d: "M3.004 12.073l9.07-9.07.93.93-9.069 9.07z"
|
|
4492
|
+
d: "M7.15 8L4 11.15l.849.848 3.15-3.15 3.15 3.15.85-.848L8.847 8l3.15-3.151L11.15 4 8 7.15 4.848 4 4 4.849l3.15 3.15z"
|
|
4494
4493
|
}));
|
|
4495
4494
|
}
|
|
4496
4495
|
|
package/dist/styles.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
@import '~@entur/tokens/dist/base.css';
|
|
2
|
+
@import '~@entur/tokens/dist/transport.css';
|
|
3
3
|
:root {
|
|
4
4
|
--eds-icons: 1;
|
|
5
5
|
}
|
|
@@ -14,45 +14,87 @@ p .eds-icon {
|
|
|
14
14
|
fill: currentColor;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.eds-icon__metro {
|
|
18
|
+
color: var(--basecolors-shape-metro-default);
|
|
19
|
+
}
|
|
17
20
|
.eds-contrast .eds-icon__metro {
|
|
18
|
-
color:
|
|
21
|
+
color: var(--basecolors-shape-metro-contrast);
|
|
22
|
+
}
|
|
23
|
+
.eds-icon__bus {
|
|
24
|
+
color: var(--basecolors-shape-bus-default);
|
|
19
25
|
}
|
|
20
26
|
.eds-contrast .eds-icon__bus {
|
|
21
|
-
color:
|
|
27
|
+
color: var(--basecolors-shape-bus-contrast);
|
|
28
|
+
}
|
|
29
|
+
.eds-icon__plane {
|
|
30
|
+
color: var(--basecolors-shape-plane-default);
|
|
22
31
|
}
|
|
23
32
|
.eds-contrast .eds-icon__plane {
|
|
24
|
-
color:
|
|
33
|
+
color: var(--basecolors-shape-plane-contrast);
|
|
34
|
+
}
|
|
35
|
+
.eds-icon__helicopter {
|
|
36
|
+
color: var(--basecolors-shape-helicopter-default);
|
|
25
37
|
}
|
|
26
38
|
.eds-contrast .eds-icon__helicopter {
|
|
27
|
-
color:
|
|
39
|
+
color: var(--basecolors-shape-helicopter-contrast);
|
|
40
|
+
}
|
|
41
|
+
.eds-icon__tram {
|
|
42
|
+
color: var(--basecolors-shape-tram-default);
|
|
28
43
|
}
|
|
29
44
|
.eds-contrast .eds-icon__tram {
|
|
30
|
-
color:
|
|
45
|
+
color: var(--basecolors-shape-tram-contrast);
|
|
46
|
+
}
|
|
47
|
+
.eds-icon__funicular {
|
|
48
|
+
color: var(--basecolors-shape-funicular-default);
|
|
31
49
|
}
|
|
32
50
|
.eds-contrast .eds-icon__funicular {
|
|
33
|
-
color:
|
|
51
|
+
color: var(--basecolors-shape-funicular-contrast);
|
|
52
|
+
}
|
|
53
|
+
.eds-icon__cableway {
|
|
54
|
+
color: var(--basecolors-shape-cableway-default);
|
|
34
55
|
}
|
|
35
56
|
.eds-contrast .eds-icon__cableway {
|
|
36
|
-
color:
|
|
57
|
+
color: var(--basecolors-shape-cableway-contrast);
|
|
58
|
+
}
|
|
59
|
+
.eds-icon__taxi {
|
|
60
|
+
color: var(--basecolors-shape-taxi-default);
|
|
37
61
|
}
|
|
38
62
|
.eds-contrast .eds-icon__taxi {
|
|
39
|
-
color:
|
|
63
|
+
color: var(--basecolors-shape-taxi-contrast);
|
|
64
|
+
}
|
|
65
|
+
.eds-icon__bicycle {
|
|
66
|
+
color: var(--basecolors-shape-bicycle-default);
|
|
40
67
|
}
|
|
41
68
|
.eds-contrast .eds-icon__bicycle {
|
|
42
|
-
color:
|
|
69
|
+
color: var(--basecolors-shape-bicycle-contrast);
|
|
70
|
+
}
|
|
71
|
+
.eds-icon__walk {
|
|
72
|
+
color: var(--basecolors-shape-walk-default);
|
|
43
73
|
}
|
|
44
74
|
.eds-contrast .eds-icon__walk {
|
|
45
|
-
color:
|
|
75
|
+
color: var(--basecolors-shape-walk-contrast);
|
|
76
|
+
}
|
|
77
|
+
.eds-icon__train {
|
|
78
|
+
color: var(--basecolors-shape-train-default);
|
|
46
79
|
}
|
|
47
80
|
.eds-contrast .eds-icon__train {
|
|
48
|
-
color:
|
|
81
|
+
color: var(--basecolors-shape-train-contrast);
|
|
82
|
+
}
|
|
83
|
+
.eds-icon__ferry {
|
|
84
|
+
color: var(--basecolors-shape-ferry-default);
|
|
49
85
|
}
|
|
50
86
|
.eds-contrast .eds-icon__ferry {
|
|
51
|
-
color:
|
|
87
|
+
color: var(--basecolors-shape-ferry-contrast);
|
|
88
|
+
}
|
|
89
|
+
.eds-icon__carferry {
|
|
90
|
+
color: var(--basecolors-shape-carferry-default);
|
|
52
91
|
}
|
|
53
92
|
.eds-contrast .eds-icon__carferry {
|
|
54
|
-
color:
|
|
93
|
+
color: var(--basecolors-shape-carferry-contrast);
|
|
94
|
+
}
|
|
95
|
+
.eds-icon__mobility {
|
|
96
|
+
color: var(--basecolors-shape-mobility-default);
|
|
55
97
|
}
|
|
56
98
|
.eds-contrast .eds-icon__mobility {
|
|
57
|
-
color:
|
|
99
|
+
color: var(--basecolors-shape-mobility-contrast);
|
|
58
100
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "6.15.
|
|
3
|
+
"version": "6.15.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"rollup": "^2.66.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@entur/tokens": "^3.
|
|
49
|
+
"@entur/tokens": "^3.13.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "d0a435264ccaf7ed8e6b7798c81e876176ce3d4d"
|
|
52
52
|
}
|