@sumup-oss/icons 6.10.1 → 6.10.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/Gauge.js +3 -3
- package/package.json +2 -2
- package/web/v2/gauge_24.svg +2 -2
package/dist/Gauge.js
CHANGED
|
@@ -28,15 +28,15 @@ import React from "react";
|
|
|
28
28
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
29
29
|
var Gauge24 = function Gauge24(props) {
|
|
30
30
|
return /*#__PURE__*/ _jsx("svg", {
|
|
31
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
32
31
|
width: "24",
|
|
33
32
|
height: "24",
|
|
34
|
-
fill: "none",
|
|
35
33
|
viewBox: "0 0 24 24",
|
|
34
|
+
fill: "none",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
36
|
...props,
|
|
37
37
|
children: /*#__PURE__*/ _jsx("path", {
|
|
38
38
|
fill: "currentColor",
|
|
39
|
-
d: "
|
|
39
|
+
d: "M7.44594 4.04106C7.24594 3.52626 7.50145 2.94614 8.01625 2.74614C10.3688 1.83222 12.9642 1.75578 15.3668 2.52836C17.7695 3.30103 19.8336 4.87639 21.2125 6.99028C22.5915 9.10429 23.2014 11.6283 22.9401 14.1387C22.6788 16.6492 21.5627 18.9936 19.778 20.7784C19.4081 21.1482 19.0137 21.489 18.5993 21.7998C18.1574 22.1311 17.5312 22.0414 17.1998 21.5997C16.8686 21.1578 16.9583 20.5316 17.4 20.2002C17.739 19.946 18.0613 19.6669 18.3639 19.3643C19.8241 17.9041 20.737 15.9857 20.9508 13.9317C21.1646 11.8777 20.6659 9.8127 19.5377 8.08305C18.4095 6.35341 16.7205 5.06389 14.7545 4.43168C12.7889 3.79969 10.6655 3.8628 8.74086 4.61039C8.22608 4.81038 7.64596 4.55582 7.44594 4.04106ZM11.9782 11.9786C11.426 11.9787 10.9783 12.4264 10.9782 12.9786C10.9782 13.5308 11.426 13.9784 11.9782 13.9786C12.5304 13.9786 12.9782 13.5308 12.9782 12.9786C12.9781 12.4264 12.5304 11.9786 11.9782 11.9786ZM1.52797 16.3672C0.755359 13.9645 0.83274 11.3693 1.74672 9.01665C1.94676 8.50193 2.52591 8.24635 3.04066 8.44633C3.55543 8.64635 3.81097 9.22647 3.61098 9.74125C2.86327 11.666 2.79926 13.7892 3.43129 15.7549C4.00313 17.5332 5.11264 19.0853 6.59926 20.2002C7.04105 20.5316 7.1307 21.1578 6.79945 21.5997C6.46813 22.0414 5.84187 22.1311 5.40004 21.7998C3.58294 20.4371 2.22692 18.5407 1.52797 16.3672ZM11.9782 9.97856C13.635 9.97856 14.9781 11.3218 14.9782 12.9786C14.9782 14.6354 13.635 15.9786 11.9782 15.9786C10.3214 15.9785 8.97817 14.6353 8.97817 12.9786C8.97819 12.5169 9.08581 12.0811 9.27211 11.6905L4.27113 6.68559C3.88082 6.29502 3.88073 5.66194 4.27113 5.27153C4.66179 4.88113 5.29578 4.88087 5.68617 5.27153L10.6852 10.2754C11.0772 10.0876 11.5145 9.97859 11.9782 9.97856Z",
|
|
40
40
|
}),
|
|
41
41
|
});
|
|
42
42
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sumup-oss/icons",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.2",
|
|
4
4
|
"description": "A collection of icons by SumUp",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"prepublish": "npm run build"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "^7.29.
|
|
41
|
+
"@babel/core": "^7.29.7",
|
|
42
42
|
"@babel/preset-env": "^7.29.5",
|
|
43
43
|
"@babel/preset-react": "^7.28.5",
|
|
44
44
|
"@biomejs/js-api": "^3.0.0",
|
package/web/v2/gauge_24.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill="currentColor" d="M7.44594 4.04106C7.24594 3.52626 7.50145 2.94614 8.01625 2.74614C10.3688 1.83222 12.9642 1.75578 15.3668 2.52836C17.7695 3.30103 19.8336 4.87639 21.2125 6.99028C22.5915 9.10429 23.2014 11.6283 22.9401 14.1387C22.6788 16.6492 21.5627 18.9936 19.778 20.7784C19.4081 21.1482 19.0137 21.489 18.5993 21.7998C18.1574 22.1311 17.5312 22.0414 17.1998 21.5997C16.8686 21.1578 16.9583 20.5316 17.4 20.2002C17.739 19.946 18.0613 19.6669 18.3639 19.3643C19.8241 17.9041 20.737 15.9857 20.9508 13.9317C21.1646 11.8777 20.6659 9.8127 19.5377 8.08305C18.4095 6.35341 16.7205 5.06389 14.7545 4.43168C12.7889 3.79969 10.6655 3.8628 8.74086 4.61039C8.22608 4.81038 7.64596 4.55582 7.44594 4.04106ZM11.9782 11.9786C11.426 11.9787 10.9783 12.4264 10.9782 12.9786C10.9782 13.5308 11.426 13.9784 11.9782 13.9786C12.5304 13.9786 12.9782 13.5308 12.9782 12.9786C12.9781 12.4264 12.5304 11.9786 11.9782 11.9786ZM1.52797 16.3672C0.755359 13.9645 0.83274 11.3693 1.74672 9.01665C1.94676 8.50193 2.52591 8.24635 3.04066 8.44633C3.55543 8.64635 3.81097 9.22647 3.61098 9.74125C2.86327 11.666 2.79926 13.7892 3.43129 15.7549C4.00313 17.5332 5.11264 19.0853 6.59926 20.2002C7.04105 20.5316 7.1307 21.1578 6.79945 21.5997C6.46813 22.0414 5.84187 22.1311 5.40004 21.7998C3.58294 20.4371 2.22692 18.5407 1.52797 16.3672ZM11.9782 9.97856C13.635 9.97856 14.9781 11.3218 14.9782 12.9786C14.9782 14.6354 13.635 15.9786 11.9782 15.9786C10.3214 15.9785 8.97817 14.6353 8.97817 12.9786C8.97819 12.5169 9.08581 12.0811 9.27211 11.6905L4.27113 6.68559C3.88082 6.29502 3.88073 5.66194 4.27113 5.27153C4.66179 4.88113 5.29578 4.88087 5.68617 5.27153L10.6852 10.2754C11.0772 10.0876 11.5145 9.97859 11.9782 9.97856Z" />
|
|
3
3
|
</svg>
|