@megafon/ui-icons 2.31.0 → 2.31.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/CHANGELOG.md +11 -0
- package/package.json +2 -2
- package/service-logos-24-vk-video.svg +1 -0
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.31.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.31.0...@megafon/ui-icons@2.31.1) (2024-11-01)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **icons:** copy VK-video icon from 32 to 24 folder ([42076cb](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/42076cbacf8d7515d2980bf2fe8478712f83fdf1))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
# [2.31.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.30.0...@megafon/ui-icons@2.31.0) (2024-10-29)
|
7
18
|
|
8
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@megafon/ui-icons",
|
3
|
-
"version": "2.31.
|
3
|
+
"version": "2.31.1",
|
4
4
|
"files": [
|
5
5
|
"*.svg"
|
6
6
|
],
|
@@ -38,5 +38,5 @@
|
|
38
38
|
"through2": "^2.0.5",
|
39
39
|
"typescript": "^3.8.3"
|
40
40
|
},
|
41
|
-
"gitHead": "
|
41
|
+
"gitHead": "cb2d3e9827cb0754536a50f64c09a3b4a37af255"
|
42
42
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12z" fill="#07F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 27.834c5.675-.952 10-5.888 10-11.834S23.675 5.118 18 4.166C12.325 5.118 8 10.054 8 16s4.325 10.882 10 11.834z" fill="#FF2B42"/><path d="M21.022 13.924c1.215.7 1.82 1.05 2.024 1.507a1.54 1.54 0 010 1.253c-.204.458-.812.806-2.024 1.507l-3.324 1.92c-1.214.7-1.819 1.051-2.318.998a1.54 1.54 0 01-1.085-.626C14 20.077 14 19.376 14 17.977v-3.84c0-1.401 0-2.102.295-2.505a1.54 1.54 0 011.085-.627c.497-.053 1.104.298 2.318.999l3.324 1.92z" fill="#fff"/></svg>
|