@megafon/ui-icons 2.24.0 → 2.25.0
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 +11 -0
- package/basic-16-services_16.svg +1 -1
- package/basic-24-services_24.svg +1 -1
- package/basic-32-services_32.svg +1 -1
- package/package.json +3 -3
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
|
+
# [2.25.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.24.0...@megafon/ui-icons@2.25.0) (2024-06-17)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **icons:** update services icon ([f3778f2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f3778f2cb2cdfd0d860fcb3183b795ba6d942829))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
# [2.24.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.23.0...@megafon/ui-icons@2.24.0) (2024-05-27)
|
7
18
|
|
8
19
|
|
package/basic-16-services_16.svg
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 8a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm0 1a3.5 3.5 0 100-7 3.5 3.5 0 000 7zM5.5 17a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm0 1a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"/><path d="M11 3h5v1h-5zM11 12h7v1h-7v-1zM11 15h4v1h-4v-1zM11 6h7v1h-7V6zM11 9h5v1h-5z"/></svg>
|
package/basic-24-services_24.svg
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
1
|
+
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.367 12.5c1.9 0 3.366-1.496 3.366-3.25S11.268 6 9.367 6 6 7.496 6 9.25s1.466 3.25 3.367 3.25zm0 2c2.964 0 5.366-2.35 5.366-5.25S12.331 4 9.367 4C6.403 4 4 6.35 4 9.25s2.403 5.25 5.367 5.25zM9.367 26c1.9 0 3.366-1.496 3.366-3.25s-1.465-3.25-3.366-3.25S6 20.996 6 22.75 7.466 26 9.367 26zm0 2c2.964 0 5.366-2.35 5.366-5.25s-2.402-5.25-5.366-5.25C6.403 17.5 4 19.85 4 22.75S6.403 28 9.367 28z"/><path d="M17 5h8v2h-8zM17 15h8v2h-8zM17 20h11v2H17zM17 25h6v2h-6zM17 10h11v2H17v-2z"/></svg>
|
package/basic-32-services_32.svg
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
1
|
+
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 16a5 5 0 100-10 5 5 0 000 10zm0 2a7 7 0 100-14 7 7 0 000 14zM12 34a5 5 0 100-10 5 5 0 000 10zm0 2a7 7 0 100-14 7 7 0 000 14z"/><path d="M22 7h10v2H22zM22 25h13v2H22zM22 31h7v2h-7zM22 13h13v2H22zM22 19h10v2H22z"/></svg>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@megafon/ui-icons",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.25.0",
|
4
4
|
"files": [
|
5
5
|
"*.svg"
|
6
6
|
],
|
@@ -26,7 +26,7 @@
|
|
26
26
|
]
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@megafon/ui-helpers": "^2.
|
29
|
+
"@megafon/ui-helpers": "^2.6.0",
|
30
30
|
"@types/node": "^13.9.1",
|
31
31
|
"@types/react": "^16.9.23",
|
32
32
|
"@types/react-dom": "^16.9.5",
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"through2": "^2.0.5",
|
39
39
|
"typescript": "^3.8.3"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "250432bf38272f12927489decad080faf0a9dfb7"
|
42
42
|
}
|