@sumup-oss/icons 5.2.0 → 5.2.1
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/Calendar.js +1 -1
- package/package.json +1 -1
- package/web/v2/calendar_24.svg +1 -1
package/dist/Calendar.js
CHANGED
|
@@ -53,7 +53,7 @@ var Calendar24 = function Calendar24(props) {
|
|
|
53
53
|
/*#__PURE__*/ React.createElement("path", {
|
|
54
54
|
fill: "currentColor",
|
|
55
55
|
fillRule: "evenodd",
|
|
56
|
-
d: "
|
|
56
|
+
d: "M5 2.5a1.5 1.5 0 0 1 3 0V4h8V2.5a1.5 1.5 0 0 1 3 0V4h1a3 3 0 0 1 3 3v1H1V7a3 3 0 0 1 3-3h1zM23 10H1v10a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3zM5 13a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2zm6 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2zm5 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1m1 3a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2zm-7 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1m-5-1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2z",
|
|
57
57
|
clipRule: "evenodd",
|
|
58
58
|
}),
|
|
59
59
|
);
|
package/package.json
CHANGED
package/web/v2/calendar_24.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="currentColor" fill-rule="evenodd" d="
|
|
2
|
+
<path fill="currentColor" fill-rule="evenodd" d="M5 2.5a1.5 1.5 0 0 1 3 0V4h8V2.5a1.5 1.5 0 0 1 3 0V4h1a3 3 0 0 1 3 3v1H1V7a3 3 0 0 1 3-3h1zM23 10H1v10a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3zM5 13a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2zm6 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2zm5 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1m1 3a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2zm-7 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1m-5-1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2z" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|