@entur/icons 6.13.1-beta.0 → 6.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -3243,7 +3243,7 @@ function TaxiIcon(props) {
|
|
|
3243
3243
|
height: props.height || props.size || '1em',
|
|
3244
3244
|
className: (!props.color ? 'eds-icon eds-icon__taxi ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3245
3245
|
inline: undefined,
|
|
3246
|
-
color: props.color || '#
|
|
3246
|
+
color: props.color || '#3d3e40'
|
|
3247
3247
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3248
3248
|
fill: "currentColor",
|
|
3249
3249
|
fillRule: "evenodd",
|
package/dist/index.js
CHANGED
|
@@ -3267,7 +3267,7 @@ function TaxiIcon(props) {
|
|
|
3267
3267
|
height: props.height || props.size || '1em',
|
|
3268
3268
|
className: (!props.color ? 'eds-icon eds-icon__taxi ' : 'eds-icon') + (props.className || '') + (props.inline ? ' eds-icon--inline' : ''),
|
|
3269
3269
|
inline: undefined,
|
|
3270
|
-
color: props.color || '#
|
|
3270
|
+
color: props.color || '#3d3e40'
|
|
3271
3271
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3272
3272
|
fill: "currentColor",
|
|
3273
3273
|
fillRule: "evenodd",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "6.13.1
|
|
3
|
+
"version": "6.13.1",
|
|
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.11.2
|
|
49
|
+
"@entur/tokens": "^3.11.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c3e894aeae7247bdaf3ec8636fade3301e605c0e"
|
|
52
52
|
}
|