@megafon/ui-icons 2.4.2 → 2.6.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 CHANGED
@@ -3,6 +3,28 @@
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.6.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.5.0...@megafon/ui-icons@2.6.0) (2023-02-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **icons:** add barCode_24 system icon ([957e4cc](https://github.com/MegafonWebLab/megafon-ui/commit/957e4ccb11eb671d3df93a93b91b8615e71e98e2))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.4.2...@megafon/ui-icons@2.5.0) (2023-01-17)
18
+
19
+
20
+ ### Features
21
+
22
+ * **icons:** add Heart-full_24 and Broken-heart-full_24 icons ([9c304b3](https://github.com/MegafonWebLab/megafon-ui/commit/9c304b33255dbf42769f2e26b7d70c85d1fdf787))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [2.4.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.4.1...@megafon/ui-icons@2.4.2) (2023-01-16)
7
29
 
8
30
  **Note:** Version bump only for package @megafon/ui-icons
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.912 6.177L12 8l4 4-2 4 2 3v3l2-3-1-3 3-4-3-4 .916-1.374.061-.031A5.55 5.55 0 0120.5 6c3.15 0 5.5 3.18 5.5 6a6 6 0 01-.61 2.55c-1.51 2.91-6.86 10.69-7.09 11.02L18 26h-4l-.3-.44-.035-.054c-.502-.775-5.318-8.213-6.935-10.896A5 5 0 016 12c0-2.82 2.35-6 5.5-6 .478-.002.952.058 1.412.177z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M20.5 6A5.55 5.55 0 0016 8.27 5.55 5.55 0 0011.5 6C8.35 6 6 9.18 6 12a5 5 0 00.73 2.61c1.67 2.77 6.75 10.61 6.97 10.95l.3.44h4l.3-.43c.23-.33 5.58-8.11 7.09-11.02A6 6 0 0026 12c0-2.82-2.35-6-5.5-6z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megafon/ui-icons",
3
- "version": "2.4.2",
3
+ "version": "2.6.0",
4
4
  "files": [
5
5
  "*.svg"
6
6
  ],
@@ -42,5 +42,5 @@
42
42
  "through2": "^2.0.5",
43
43
  "typescript": "^3.8.3"
44
44
  },
45
- "gitHead": "3fecd142b2a2dac4027b90855c8b6a933ae30d61"
45
+ "gitHead": "e7bdd83cccb39b833ced5eb1a5714f22166a0672"
46
46
  }
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M8 9a2 2 0 00-2 2v3H4v-3a4 4 0 014-4h3v2H8zM6 21a2 2 0 002 2h3v2H8a4 4 0 01-4-4v-3h2v3zM24 9a2 2 0 012 2v3h2v-3a4 4 0 00-4-4h-3v2h3zm0 14a2 2 0 002-2v-3h2v3a4 4 0 01-4 4h-3v-2h3zM9 20v-8h2v8H9zm3 0v-8h4v8h-4zm5 0v-8h2v8h-2zm3 0v-8h3v8h-3z"/></svg>