@megafon/ui-icons 2.14.1 → 2.15.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-laptop_16.svg +1 -0
- package/basic-24-laptop_24.svg +1 -0
- package/basic-32-laptop_32.svg +1 -0
- package/package.json +2 -2
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.15.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.14.1...@megafon/ui-icons@2.15.0) (2023-11-22)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **icons:** add new icons ([753f768](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/753f7681b9e214def77b0f4b16a7144aa06a2114))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
6
17
|
## [2.14.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-icons@2.14.0...@megafon/ui-icons@2.14.1) (2023-09-14)
|
7
18
|
|
8
19
|
**Note:** Version bump only for package @megafon/ui-icons
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><g clip-path="url(#a)"><path d="M18 15H2v1h16v-1zm-2-1H4V7c0-1.103.897-2 2-2h8c1.103 0 2 .897 2 2v7zM5 13h10V7c0-.551-.448-1-1-1H6c-.551 0-1 .449-1 1v6z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g clip-path="url(#a)"><path d="M29 23H3v2h26v-2zm-3-2H6V10c0-1.654 1.346-3 3-3h14c1.654 0 3 1.346 3 3v11zM8 19h16v-9c0-.551-.449-1-1-1H9c-.551 0-1 .449-1 1v9z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><g clip-path="url(#a)"><path d="M33 27H7V13c0-2.206 1.794-4 4-4h18c2.206 0 4 1.794 4 4v14zM9 25h22V13c0-1.103-.897-2-2-2H11c-1.103 0-2 .897-2 2v12zm27 4H4v2h32v-2z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h40v40H0z"/></clipPath></defs></svg>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@megafon/ui-icons",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.15.0",
|
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": "e78c7c397c514016ee74020939dc3807e09bf49a"
|
42
42
|
}
|