@geneui/icons 1.4.7 → 1.4.8
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/icons/Percent.js +2 -2
- package/icons/Percent.svg +1 -1
- package/metadata.js +1 -1
- package/package.json +1 -1
package/icons/Percent.js
CHANGED
|
@@ -11,11 +11,11 @@ var SvgPercent = function SvgPercent(_ref) {
|
|
|
11
11
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
12
|
width: size,
|
|
13
13
|
height: size,
|
|
14
|
-
viewBox: "0 0
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
15
|
fill: color,
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg"
|
|
17
17
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
-
d: "
|
|
18
|
+
d: "M13.75 10.833a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Zm.653-7.058a.625.625 0 0 1 .884.884l-8.545 8.544a.625.625 0 1 1-.883-.884l8.544-8.544Zm-7.32-1.692a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Z",
|
|
19
19
|
fill: color
|
|
20
20
|
}));
|
|
21
21
|
};
|
package/icons/Percent.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.75 10.833a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Zm.653-7.058a.625.625 0 0 1 .884.884l-8.545 8.544a.625.625 0 1 1-.883-.884l8.544-8.544Zm-7.32-1.692a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Z" fill="#262627"/></svg>
|
package/metadata.js
CHANGED
package/package.json
CHANGED