@cloud-ru/uikit-product-icons 17.0.1 → 17.0.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 17.0.2 (2026-02-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **PDS-3534:** quota icon fix ([137b550](https://github.com/cloud-ru-tech/uikit-product/commit/137b550bf12b4f446a2968613530b1f76363cd50))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## 17.0.1 (2026-02-02)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -62,6 +62,6 @@ const SvgQuota = React.forwardRef((_a, ref) => {
|
|
|
62
62
|
props.style.width = size + 'px';
|
|
63
63
|
props.style.height = size + 'px';
|
|
64
64
|
}
|
|
65
|
-
return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: 'inherit', fillRule: 'evenodd', d: 'M11.34 3.28a8.7 8.7 0 0 0-5.521 2.54c-1.344 1.343-2.192 3.027-2.485 4.94-.096.63-.096 1.85 0 2.48.398 2.594 1.87 4.839 4.07 6.205 1.518.943 3.456 1.42 5.206 1.282 2.156-.17 4.069-1.044 5.571-2.546s2.376-3.415 2.546-5.571c.214-2.714-.976-5.533-3.073-7.281-1.795-1.495-4.009-2.214-6.314-2.049m1.892 1.
|
|
65
|
+
return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: 'inherit', fillRule: 'evenodd', d: 'M11.34 3.28a8.7 8.7 0 0 0-5.521 2.54c-1.344 1.343-2.192 3.027-2.485 4.94-.096.63-.096 1.85 0 2.48.398 2.594 1.87 4.839 4.07 6.205 1.518.943 3.456 1.42 5.206 1.282 2.156-.17 4.069-1.044 5.571-2.546s2.376-3.415 2.546-5.571c.214-2.714-.976-5.533-3.073-7.281-1.795-1.495-4.009-2.214-6.314-2.049m1.892 1.576c1.046.193 2.078.616 2.868 1.175l.185.131-2.521 2.549-2.522 2.549-.001 3.97-.001 3.97h-.11c-.19-.001-1.026-.189-1.416-.319a9 9 0 0 1-1.447-.667c-1.591-.956-2.841-2.631-3.28-4.394-.178-.714-.206-.963-.206-1.82s.028-1.106.206-1.82c.618-2.481 2.709-4.572 5.193-5.194a9 9 0 0 1 1.12-.203c.266-.037 1.615.014 1.932.073M17.78 7.65c.575.765.999 1.626 1.216 2.47.125.484.229 1.069.196 1.101-.011.011-1.319.015-2.907.009l-2.889-.01 1.987-2.012c1.093-1.106 2.007-2.005 2.032-1.998.025.008.189.206.365.44m1.403 5.32c-.201 1.543-.945 3.029-2.085 4.166a7.17 7.17 0 0 1-3.652 1.966 5 5 0 0 1-.576.098h-.11v-6.44h6.45z' }) })));
|
|
66
66
|
});
|
|
67
67
|
exports.default = SvgQuota;
|
|
@@ -27,6 +27,6 @@ const SvgQuota = React.forwardRef((_a, ref) => {
|
|
|
27
27
|
props.style.width = size + 'px';
|
|
28
28
|
props.style.height = size + 'px';
|
|
29
29
|
}
|
|
30
|
-
return (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: _jsx("path", { fill: 'inherit', fillRule: 'evenodd', d: 'M11.34 3.28a8.7 8.7 0 0 0-5.521 2.54c-1.344 1.343-2.192 3.027-2.485 4.94-.096.63-.096 1.85 0 2.48.398 2.594 1.87 4.839 4.07 6.205 1.518.943 3.456 1.42 5.206 1.282 2.156-.17 4.069-1.044 5.571-2.546s2.376-3.415 2.546-5.571c.214-2.714-.976-5.533-3.073-7.281-1.795-1.495-4.009-2.214-6.314-2.049m1.892 1.
|
|
30
|
+
return (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'currentColor', viewBox: '0 0 24 24', "data-test-id": testId, ref: ref }, props, { children: _jsx("path", { fill: 'inherit', fillRule: 'evenodd', d: 'M11.34 3.28a8.7 8.7 0 0 0-5.521 2.54c-1.344 1.343-2.192 3.027-2.485 4.94-.096.63-.096 1.85 0 2.48.398 2.594 1.87 4.839 4.07 6.205 1.518.943 3.456 1.42 5.206 1.282 2.156-.17 4.069-1.044 5.571-2.546s2.376-3.415 2.546-5.571c.214-2.714-.976-5.533-3.073-7.281-1.795-1.495-4.009-2.214-6.314-2.049m1.892 1.576c1.046.193 2.078.616 2.868 1.175l.185.131-2.521 2.549-2.522 2.549-.001 3.97-.001 3.97h-.11c-.19-.001-1.026-.189-1.416-.319a9 9 0 0 1-1.447-.667c-1.591-.956-2.841-2.631-3.28-4.394-.178-.714-.206-.963-.206-1.82s.028-1.106.206-1.82c.618-2.481 2.709-4.572 5.193-5.194a9 9 0 0 1 1.12-.203c.266-.037 1.615.014 1.932.073M17.78 7.65c.575.765.999 1.626 1.216 2.47.125.484.229 1.069.196 1.101-.011.011-1.319.015-2.907.009l-2.889-.01 1.987-2.012c1.093-1.106 2.007-2.005 2.032-1.998.025.008.189.206.365.44m1.403 5.32c-.201 1.543-.945 3.029-2.085 4.166a7.17 7.17 0 0 1-3.652 1.966 5 5 0 0 1-.576.098h-.11v-6.44h6.45z' }) })));
|
|
31
31
|
});
|
|
32
32
|
export default SvgQuota;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-icons",
|
|
3
3
|
"title": "React Icons package",
|
|
4
|
-
"version": "17.0.
|
|
4
|
+
"version": "17.0.2",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.svg",
|
|
7
7
|
"*.css",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"svgo": "3.3.2",
|
|
80
80
|
"yargs": "17.7.2"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "0ce60014644af745b1ef13e6abd8364e79c1aec8"
|
|
83
83
|
}
|