@dfds-ui/icons 2.0.21 → 2.0.23

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.
@@ -18,10 +18,10 @@ const SvgLogout = /*#__PURE__*/(0, _react.forwardRef)((props, svgRef) => (0, _re
18
18
  ref: svgRef
19
19
  }, props), (0, _react2.jsx)("path", {
20
20
  d: "M4.5 2a2 2 0 00-2 2v16a2 2 0 002 2H12v-2H4.5V4H12V2H4.5z",
21
- fill: "#4D4E4C"
21
+ fill: "currentColor"
22
22
  }), (0, _react2.jsx)("path", {
23
23
  d: "M14 16.561L17.847 13H8v-2h9.887l-3.766-3.502L15.522 6l5.413 5H21v.06l1 .924-1 .907V13h-.12l-5.513 5L14 16.561z",
24
- fill: "#4D4E4C"
24
+ fill: "currentColor"
25
25
  })));
26
26
  var _default = SvgLogout;
27
27
  exports.default = _default;
@@ -17,8 +17,8 @@ const SvgNewRelease = /*#__PURE__*/(0, _react.forwardRef)((props, svgRef) => (0,
17
17
  xmlns: "http://www.w3.org/2000/svg",
18
18
  ref: svgRef
19
19
  }, props), (0, _react2.jsx)("path", {
20
- d: "M23.945 12.146a.239.239 0 000-.304l-2.488-2.977a.238.238 0 01-.054-.173l.347-3.942a.23.23 0 00-.17-.246l-3.682-.878a.22.22 0 01-.14-.107L15.83.113a.214.214 0 00-.275-.094l-3.468 1.564a.21.21 0 01-.173 0L8.446.019a.214.214 0 00-.276.094L6.243 3.519a.22.22 0 01-.14.107l-3.682.867a.23.23 0 00-.17.246l.346 3.941a.238.238 0 01-.053.173l-2.49 2.99a.24.24 0 000 .303l2.49 2.978c.04.047.058.11.053.173L2.25 19.25a.23.23 0 00.17.246l3.682.879a.22.22 0 01.14.107l1.928 3.405c.056.1.174.14.276.094l3.467-1.574a.21.21 0 01.174 0l3.468 1.563a.214.214 0 00.275-.094l1.928-3.406a.22.22 0 01.14-.107l3.682-.878a.23.23 0 00.17-.246l-.347-3.942a.238.238 0 01.054-.173l2.488-2.978zm-10.847 5.38c0 .128-.099.231-.22.231h-1.756a.225.225 0 01-.22-.23v-1.844c0-.128.099-.23.22-.23h1.756c.121 0 .22.102.22.23v1.844zm0-4.61c0 .128-.099.231-.22.231h-1.756a.225.225 0 01-.22-.23V6.461c0-.127.099-.23.22-.23h1.756c.121 0 .22.103.22.23v6.454z",
21
- fill: "#002B45"
20
+ d: "M22.884 12.592a.2.2 0 000-.264l-2.267-2.583a.2.2 0 01-.05-.15l.317-3.42a.2.2 0 00-.155-.214L17.374 5.2a.2.2 0 01-.128-.093L15.49 2.151a.2.2 0 00-.251-.082l-3.16 1.357a.2.2 0 01-.158 0L8.761 2.07a.2.2 0 00-.25.082L6.753 5.106a.2.2 0 01-.128.093l-3.354.753a.2.2 0 00-.156.213l.316 3.42a.2.2 0 01-.048.15l-2.269 2.593a.2.2 0 000 .264l2.268 2.583a.2.2 0 01.05.15l-.317 3.43a.2.2 0 00.155.214l3.355.762a.2.2 0 01.128.093l1.756 2.955a.2.2 0 00.251.081l3.16-1.366a.2.2 0 01.158 0l3.16 1.357a.2.2 0 00.25-.082l1.757-2.955a.2.2 0 01.128-.093l3.355-.762a.2.2 0 00.155-.214l-.316-3.42a.2.2 0 01.049-.15l2.267-2.583zM13 17.26a.2.2 0 01-.2.2h-1.6a.2.2 0 01-.2-.2v-1.6c0-.11.09-.2.2-.2h1.6c.11 0 .2.09.2.2v1.6zm0-4a.2.2 0 01-.2.2h-1.6a.2.2 0 01-.2-.2v-5.6c0-.11.09-.2.2-.2h1.6c.11 0 .2.09.2.2v5.6z",
21
+ fill: "currentColor"
22
22
  })));
23
23
  var _default = SvgNewRelease;
24
24
  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.21",
6
+ "version": "2.0.23",
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": "c72e12958a470888aae2d4f4ea9131d3ef4bb784",
18
+ "gitHead": "ea621a8343e52e562d16d243896d9780d560549a",
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  }
@@ -1,4 +1,4 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.5 2C3.39543 2 2.5 2.89543 2.5 4V20C2.5 21.1046 3.39543 22 4.5 22H12V20H4.5V4H12V2H4.5Z" fill="#4D4E4C"/>
3
- <path d="M14 16.5611L17.8468 13H8V11H17.887L14.1214 7.49814L15.5223 6L20.9351 11H21V11.0599L22 11.9837L21 12.8907V13H20.8795L15.367 18L14 16.5611Z" fill="#4D4E4C"/>
2
+ <path d="M4.5 2C3.39543 2 2.5 2.89543 2.5 4V20C2.5 21.1046 3.39543 22 4.5 22H12V20H4.5V4H12V2H4.5Z" fill="#002b45"/>
3
+ <path d="M14 16.5611L17.8468 13H8V11H17.887L14.1214 7.49814L15.5223 6L20.9351 11H21V11.0599L22 11.9837L21 12.8907V13H20.8795L15.367 18L14 16.5611Z" fill="#002b45"/>
4
4
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.9454 12.1465C24.0182 12.0596 24.0182 11.9293 23.9454 11.8424L21.457 8.86494C21.4171 8.81736 21.3978 8.75471 21.4033 8.69168L21.7501 4.75031C21.7602 4.63516 21.6876 4.52995 21.5801 4.50433L17.8977 3.62593C17.8391 3.61194 17.7884 3.57325 17.7577 3.51892L15.8299 0.112769C15.7736 0.0133167 15.6558 -0.0269182 15.5547 0.0187336L12.0867 1.58259C12.0314 1.60754 11.9688 1.60754 11.9135 1.58259L8.44555 0.0187336C8.34431 -0.0269182 8.22653 0.0133167 8.17025 0.112769L6.24269 3.51862C6.21184 3.57312 6.16097 3.61188 6.10206 3.62576L2.42067 4.4932C2.31301 4.51857 2.24 4.62394 2.25015 4.73933L2.59689 8.68039C2.60243 8.74329 2.58314 8.8058 2.54355 8.85334L0.0542684 11.8424C-0.0181881 11.9295 -0.0180784 12.0593 0.0545318 12.1462L2.54329 15.124C2.58305 15.1715 2.60243 15.2342 2.5969 15.2972L2.25006 19.2501C2.23996 19.3653 2.31265 19.4705 2.42001 19.4961L6.10244 20.3745C6.16113 20.3885 6.21176 20.4272 6.24252 20.4815L8.17 23.8872C8.2264 23.9869 8.34448 24.027 8.4458 23.981L11.9133 22.4067C11.9687 22.3816 12.0315 22.3814 12.087 22.4064L15.5547 23.9702C15.6558 24.0158 15.7736 23.9756 15.8299 23.8762L17.7577 20.47C17.7884 20.4157 17.8391 20.377 17.8977 20.363L21.5801 19.4845C21.6876 19.459 21.7602 19.3537 21.7501 19.2386L21.4033 15.2973C21.3978 15.2342 21.4171 15.1715 21.457 15.1239L23.9454 12.1465ZM13.0976 17.5266C13.0976 17.654 12.9994 17.7571 12.8781 17.7571H11.1221C11.0008 17.7571 10.9026 17.654 10.9026 17.5266V15.6826C10.9026 15.5552 11.0008 15.4521 11.1221 15.4521H12.8781C12.9994 15.4521 13.0976 15.5552 13.0976 15.6826V17.5266ZM13.0976 12.9165C13.0976 13.0438 12.9994 13.147 12.8781 13.147H11.1221C11.0008 13.147 10.9026 13.0438 10.9026 12.9165V6.4623C10.9026 6.33499 11.0008 6.23179 11.1221 6.23179H12.8781C12.9994 6.23179 13.0976 6.33499 13.0976 6.4623V12.9165Z" fill="#002B45"/>
2
+ <path d="M22.8842 12.5919C22.9505 12.5165 22.9505 12.4035 22.8842 12.3281L20.6168 9.74466C20.5805 9.70338 20.5629 9.64902 20.5679 9.59433L20.8839 6.17459C20.8931 6.07468 20.8269 5.98339 20.729 5.96116L17.3737 5.19902C17.3203 5.18688 17.2741 5.15331 17.2461 5.10617L15.4896 2.15081C15.4383 2.06452 15.331 2.02961 15.2388 2.06922L12.0789 3.42611C12.0285 3.44775 11.9715 3.44775 11.9211 3.42611L8.76121 2.06922C8.66897 2.02961 8.56165 2.06452 8.51037 2.15081L6.75404 5.10591C6.72593 5.1532 6.67958 5.18683 6.6259 5.19887L3.27154 5.95151C3.17344 5.97352 3.10692 6.06494 3.11617 6.16506L3.4321 9.58454C3.43715 9.63911 3.41958 9.69335 3.3835 9.7346L1.11535 12.3281C1.04933 12.4036 1.04943 12.5163 1.11559 12.5917L3.38327 15.1754C3.41949 15.2166 3.43715 15.271 3.43211 15.3256L3.11608 18.7554C3.10688 18.8553 3.17311 18.9466 3.27094 18.9688L6.62625 19.731C6.67972 19.7431 6.72586 19.7767 6.75388 19.8238L8.51014 22.7788C8.56153 22.8653 8.66912 22.9001 8.76144 22.8602L11.9209 21.4942C11.9714 21.4724 12.0286 21.4723 12.0792 21.494L15.2388 22.8508C15.331 22.8904 15.4383 22.8555 15.4896 22.7692L17.2461 19.8138C17.2741 19.7667 17.3203 19.7331 17.3737 19.721L20.729 18.9588C20.8269 18.9366 20.8931 18.8453 20.8839 18.7454L20.5679 15.3257C20.5629 15.271 20.5805 15.2166 20.6168 15.1753L22.8842 12.5919ZM13 17.26C13 17.3705 12.9105 17.46 12.8 17.46H11.2C11.0895 17.46 11 17.3705 11 17.26V15.66C11 15.5495 11.0895 15.46 11.2 15.46H12.8C12.9105 15.46 13 15.5495 13 15.66V17.26ZM13 13.26C13 13.3705 12.9105 13.46 12.8 13.46H11.2C11.0895 13.46 11 13.3705 11 13.26V7.66C11 7.54954 11.0895 7.46 11.2 7.46H12.8C12.9105 7.46 13 7.54954 13 7.66V13.26Z" fill="#002b45"/>
3
3
  </svg>
package/system/Logout.js CHANGED
@@ -12,10 +12,10 @@ var SvgLogout = /*#__PURE__*/forwardRef(function (props, svgRef) {
12
12
  ref: svgRef
13
13
  }, props), ___EmotionJSX("path", {
14
14
  d: "M4.5 2a2 2 0 00-2 2v16a2 2 0 002 2H12v-2H4.5V4H12V2H4.5z",
15
- fill: "#4D4E4C"
15
+ fill: "currentColor"
16
16
  }), ___EmotionJSX("path", {
17
17
  d: "M14 16.561L17.847 13H8v-2h9.887l-3.766-3.502L15.522 6l5.413 5H21v.06l1 .924-1 .907V13h-.12l-5.513 5L14 16.561z",
18
- fill: "#4D4E4C"
18
+ fill: "currentColor"
19
19
  }));
20
20
  });
21
21
  export default SvgLogout;
@@ -11,8 +11,8 @@ var SvgNewRelease = /*#__PURE__*/forwardRef(function (props, svgRef) {
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
12
  ref: svgRef
13
13
  }, props), ___EmotionJSX("path", {
14
- d: "M23.945 12.146a.239.239 0 000-.304l-2.488-2.977a.238.238 0 01-.054-.173l.347-3.942a.23.23 0 00-.17-.246l-3.682-.878a.22.22 0 01-.14-.107L15.83.113a.214.214 0 00-.275-.094l-3.468 1.564a.21.21 0 01-.173 0L8.446.019a.214.214 0 00-.276.094L6.243 3.519a.22.22 0 01-.14.107l-3.682.867a.23.23 0 00-.17.246l.346 3.941a.238.238 0 01-.053.173l-2.49 2.99a.24.24 0 000 .303l2.49 2.978c.04.047.058.11.053.173L2.25 19.25a.23.23 0 00.17.246l3.682.879a.22.22 0 01.14.107l1.928 3.405c.056.1.174.14.276.094l3.467-1.574a.21.21 0 01.174 0l3.468 1.563a.214.214 0 00.275-.094l1.928-3.406a.22.22 0 01.14-.107l3.682-.878a.23.23 0 00.17-.246l-.347-3.942a.238.238 0 01.054-.173l2.488-2.978zm-10.847 5.38c0 .128-.099.231-.22.231h-1.756a.225.225 0 01-.22-.23v-1.844c0-.128.099-.23.22-.23h1.756c.121 0 .22.102.22.23v1.844zm0-4.61c0 .128-.099.231-.22.231h-1.756a.225.225 0 01-.22-.23V6.461c0-.127.099-.23.22-.23h1.756c.121 0 .22.103.22.23v6.454z",
15
- fill: "#002B45"
14
+ d: "M22.884 12.592a.2.2 0 000-.264l-2.267-2.583a.2.2 0 01-.05-.15l.317-3.42a.2.2 0 00-.155-.214L17.374 5.2a.2.2 0 01-.128-.093L15.49 2.151a.2.2 0 00-.251-.082l-3.16 1.357a.2.2 0 01-.158 0L8.761 2.07a.2.2 0 00-.25.082L6.753 5.106a.2.2 0 01-.128.093l-3.354.753a.2.2 0 00-.156.213l.316 3.42a.2.2 0 01-.048.15l-2.269 2.593a.2.2 0 000 .264l2.268 2.583a.2.2 0 01.05.15l-.317 3.43a.2.2 0 00.155.214l3.355.762a.2.2 0 01.128.093l1.756 2.955a.2.2 0 00.251.081l3.16-1.366a.2.2 0 01.158 0l3.16 1.357a.2.2 0 00.25-.082l1.757-2.955a.2.2 0 01.128-.093l3.355-.762a.2.2 0 00.155-.214l-.316-3.42a.2.2 0 01.049-.15l2.267-2.583zM13 17.26a.2.2 0 01-.2.2h-1.6a.2.2 0 01-.2-.2v-1.6c0-.11.09-.2.2-.2h1.6c.11 0 .2.09.2.2v1.6zm0-4a.2.2 0 01-.2.2h-1.6a.2.2 0 01-.2-.2v-5.6c0-.11.09-.2.2-.2h1.6c.11 0 .2.09.2.2v5.6z",
15
+ fill: "currentColor"
16
16
  }));
17
17
  });
18
18
  export default SvgNewRelease;