@megafon/ui-icons 4.0.0-alpha.2 → 4.0.0-alpha.3
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16 18H4V2h12v16ZM5 17h10V3H5v14Zm8-2h-3v-1h3v1Zm0-4H7v-1h6v1Zm0-2H7V8h6v1Zm-2-3H7V5h4v1Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M25 28H7V4h18v24ZM9 26h14V6H9v20Zm11-3h-4v-2h4v2Zm0-5h-8v-2h8v2Zm0-3h-8v-2h8v2Zm-2-4h-6V9h6v2Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M31 5v30H9V5h22ZM11 33h18V7H11v26Zm14-4h-4v-2h4v2Zm0-7H15v-2h10v2Zm0-3H15v-2h10v2Zm-4-6h-6v-2h6v2Z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@megafon/ui-icons",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.3",
|
|
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": "dc4d27d35da75e1ecfd1a8fc74965179c7abd56d"
|
|
40
40
|
}
|