@megafon/ui-icons 3.0.2 → 3.1.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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@megafon/ui-icons",
|
3
|
-
"version": "3.0
|
3
|
+
"version": "3.1.0",
|
4
4
|
"files": [
|
5
5
|
"*.svg"
|
6
6
|
],
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"through2": "^4.0.2",
|
37
37
|
"typescript": "^5.3.3"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "d4e3e7fefa29d76432150e5d703cce232fcb2254"
|
40
40
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="32" height="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 0 1 0 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 0 1-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 0 1 1.085-.627c.497-.053 1.104.298 2.318.999l3.324 1.92Z" fill="#fff"/></svg>
|