@megafon/ui-icons 2.4.2 → 2.5.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,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.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.4.2...@megafon/ui-icons@2.5.0) (2023-01-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **icons:** add Heart-full_24 and Broken-heart-full_24 icons ([9c304b3](https://github.com/MegafonWebLab/megafon-ui/commit/9c304b33255dbf42769f2e26b7d70c85d1fdf787))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
  **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.5.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": "01078516ff26b9bfc237633d30d5a4827cda1dc2"
46
46
  }