@entur/icons 6.4.0 → 6.4.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 +1 -0
- package/dist/index.esm.native.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -1134,6 +1134,7 @@ function AKTIcon(props) {
|
|
|
1134
1134
|
|
|
1135
1135
|
function AtBIcon(props) {
|
|
1136
1136
|
return /*#__PURE__*/React.createElement("svg", _extends({}, props, {
|
|
1137
|
+
fill: "#fff",
|
|
1137
1138
|
viewBox: "0 0 40 40",
|
|
1138
1139
|
width: props.width || props.size || '1em',
|
|
1139
1140
|
height: props.height || props.size || '1em',
|
package/dist/index.esm.native.js
CHANGED
|
@@ -1007,6 +1007,7 @@ function AKTIcon(props) {
|
|
|
1007
1007
|
|
|
1008
1008
|
function AtBIcon(props) {
|
|
1009
1009
|
return /*#__PURE__*/React.createElement(Svg, _extends({}, props, {
|
|
1010
|
+
fill: "#fff",
|
|
1010
1011
|
viewBox: "0 0 40 40",
|
|
1011
1012
|
width: props.width || props.size || 16,
|
|
1012
1013
|
height: props.height || props.size || 16,
|
package/dist/index.js
CHANGED
|
@@ -1158,6 +1158,7 @@ function AKTIcon(props) {
|
|
|
1158
1158
|
|
|
1159
1159
|
function AtBIcon(props) {
|
|
1160
1160
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({}, props, {
|
|
1161
|
+
fill: "#fff",
|
|
1161
1162
|
viewBox: "0 0 40 40",
|
|
1162
1163
|
width: props.width || props.size || '1em',
|
|
1163
1164
|
height: props.height || props.size || '1em',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.2",
|
|
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.10.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "5fcad4b449082b80b796ab52e68f178977f2eba7"
|
|
52
52
|
}
|