@entur/icons 6.16.1 → 6.16.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 +4 -3
- package/dist/index.esm.native.js +4 -3
- package/dist/index.js +4 -3
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -4369,9 +4369,10 @@ function CheckFilledIcon(props) {
|
|
|
4369
4369
|
inline: undefined,
|
|
4370
4370
|
color: props.color || 'currentColor'
|
|
4371
4371
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
d: "
|
|
4372
|
+
fill: "currentColor",
|
|
4373
|
+
fillRule: "evenodd",
|
|
4374
|
+
d: "M14.999 3.91L7.065 11.85a1.5 1.5 0 01-2.134-.013L.997 7.806 2.428 6.41l3.58 3.668 7.576-7.58L15 3.91z",
|
|
4375
|
+
clipRule: "evenodd"
|
|
4375
4376
|
}));
|
|
4376
4377
|
}
|
|
4377
4378
|
|
package/dist/index.esm.native.js
CHANGED
|
@@ -3916,9 +3916,10 @@ function CheckFilledIcon(props) {
|
|
|
3916
3916
|
height: props.height || props.size || 16,
|
|
3917
3917
|
color: props.color || '#181C56'
|
|
3918
3918
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
d: "
|
|
3919
|
+
fill: "currentColor",
|
|
3920
|
+
fillRule: "evenodd",
|
|
3921
|
+
d: "M14.999 3.91L7.065 11.85a1.5 1.5 0 01-2.134-.013L.997 7.806 2.428 6.41l3.58 3.668 7.576-7.58L15 3.91z",
|
|
3922
|
+
clipRule: "evenodd"
|
|
3922
3923
|
}));
|
|
3923
3924
|
}
|
|
3924
3925
|
|
package/dist/index.js
CHANGED
|
@@ -4393,9 +4393,10 @@ function CheckFilledIcon(props) {
|
|
|
4393
4393
|
inline: undefined,
|
|
4394
4394
|
color: props.color || 'currentColor'
|
|
4395
4395
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
d: "
|
|
4396
|
+
fill: "currentColor",
|
|
4397
|
+
fillRule: "evenodd",
|
|
4398
|
+
d: "M14.999 3.91L7.065 11.85a1.5 1.5 0 01-2.134-.013L.997 7.806 2.428 6.41l3.58 3.668 7.576-7.58L15 3.91z",
|
|
4399
|
+
clipRule: "evenodd"
|
|
4399
4400
|
}));
|
|
4400
4401
|
}
|
|
4401
4402
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/icons",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.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.15.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "93e3d6a7a2abd4dd20e09b6b631591a4f1bd10d2"
|
|
52
52
|
}
|