@entur/icons 6.16.0 → 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 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
- stroke: "currentColor",
4373
- strokeWidth: 2,
4374
- d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
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
 
@@ -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
- stroke: "currentColor",
3920
- strokeWidth: 2,
3921
- d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
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
- stroke: "currentColor",
4397
- strokeWidth: 2,
4398
- d: "M1.713 7.108l3.933 4.03a.5.5 0 00.712.004l7.934-7.939"
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.0",
3
+ "version": "6.16.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.14.0"
49
+ "@entur/tokens": "^3.15.0"
50
50
  },
51
- "gitHead": "5044cdb815a75fc0eff204cedd98e4d1c7d1971e"
51
+ "gitHead": "93e3d6a7a2abd4dd20e09b6b631591a4f1bd10d2"
52
52
  }