@dfds-ui/icons 2.0.18 → 2.0.19-alpha.a1007ec8

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.
@@ -17,13 +17,13 @@ const SvgStack = /*#__PURE__*/(0, _react.forwardRef)((props, svgRef) => (0, _rea
17
17
  ref: svgRef
18
18
  }, props), (0, _react2.jsx)("path", {
19
19
  d: "M4 8V5.11a.2.2 0 01.094-.169l7.8-4.875a.2.2 0 01.212 0l7.8 4.875a.2.2 0 01.094.17V8l-8 6-8-6z",
20
- fill: "#4D4E4C"
20
+ fill: "currentColor"
21
21
  }), (0, _react2.jsx)("path", {
22
22
  d: "M4 13V9l8 6 8-6v4l-8 6-8-6z",
23
- fill: "#4D4E4C"
23
+ fill: "currentColor"
24
24
  }), (0, _react2.jsx)("path", {
25
25
  d: "M4.08 18.06A.2.2 0 014 17.9V14l8 6 8-6v3.9a.2.2 0 01-.08.16l-7.8 5.85a.2.2 0 01-.24 0l-7.8-5.85z",
26
- fill: "#4D4E4C"
26
+ fill: "currentColor"
27
27
  })));
28
28
  var _default = SvgStack;
29
29
  exports.default = _default;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Shared icons within DFDS",
4
4
  "license": "MIT",
5
5
  "private": false,
6
- "version": "2.0.18",
6
+ "version": "2.0.19-alpha.a1007ec8",
7
7
  "sideEffects": false,
8
8
  "main": "./cjs/index.js",
9
9
  "module": "./index.js",
@@ -15,7 +15,7 @@
15
15
  "react": ">= 17.0.2",
16
16
  "react-dom": ">= 17.0.2"
17
17
  },
18
- "gitHead": "893e7dcdd885fff23e74d03a1f3212797232c437",
18
+ "gitHead": "a1007ec8f3cad35d7b1a7077ce079e58cc733e6f",
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  }
package/system/Stack.js CHANGED
@@ -11,13 +11,13 @@ var SvgStack = /*#__PURE__*/forwardRef(function (props, svgRef) {
11
11
  ref: svgRef
12
12
  }, props), ___EmotionJSX("path", {
13
13
  d: "M4 8V5.11a.2.2 0 01.094-.169l7.8-4.875a.2.2 0 01.212 0l7.8 4.875a.2.2 0 01.094.17V8l-8 6-8-6z",
14
- fill: "#4D4E4C"
14
+ fill: "currentColor"
15
15
  }), ___EmotionJSX("path", {
16
16
  d: "M4 13V9l8 6 8-6v4l-8 6-8-6z",
17
- fill: "#4D4E4C"
17
+ fill: "currentColor"
18
18
  }), ___EmotionJSX("path", {
19
19
  d: "M4.08 18.06A.2.2 0 014 17.9V14l8 6 8-6v3.9a.2.2 0 01-.08.16l-7.8 5.85a.2.2 0 01-.24 0l-7.8-5.85z",
20
- fill: "#4D4E4C"
20
+ fill: "currentColor"
21
21
  }));
22
22
  });
23
23
  export default SvgStack;