material-icon-theme 4.14.0 → 4.14.1

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,7 +3,13 @@
3
3
  All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
4
 
5
5
 
6
- #### [v4.14.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.13.0...HEAD)
6
+ #### [v4.14.1](https://github.com/PKief/vscode-material-icon-theme/compare/v4.14.0...HEAD)
7
+
8
+ > March 8, 2022
9
+
10
+ - Hardhat icon is broken [`#1420`](https://github.com/PKief/vscode-material-icon-theme/pull/1420)
11
+
12
+ #### [v4.14.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.13.0...v4.14.0)
7
13
 
8
14
  > March 7, 2022
9
15
 
package/icons/hardhat.svg CHANGED
@@ -1,4 +1,4 @@
1
- <svg viewBox="0 0 24 24">
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill="#FFD600"
3
3
  d="M9.87,12.15L9,6.46C10.95,5.84 13.05,5.84 15,6.46L14.13,12.15C14.06,12.64 13.63,13 13.13,13H10.86C10.37,13 9.94,12.64 9.87,12.15M22,16V16C22,15.21 21.53,14.5 20.8,14.17C20.32,11.86 18.96,9.83 17,8.5L15.24,13.34C15.1,13.74 14.72,14 14.3,14H9.7C9.28,14 8.9,13.74 8.76,13.34L7,8.5C5.04,9.83 3.68,11.86 3.2,14.16C2.47,14.5 2,15.2 2,16L8.45,17.84C8.81,17.94 9.18,18 9.55,18H14.43C14.8,18 15.17,17.94 15.53,17.84L22,16Z" />
4
4
  </svg>
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "material-icon-theme",
3
3
  "displayName": "Material Icon Theme",
4
4
  "description": "Material Design Icons for Visual Studio Code",
5
- "version": "4.14.0",
5
+ "version": "4.14.1",
6
6
  "scripts": {
7
7
  "build": "npm run compile:dev && npm run postcompile",
8
8
  "check": "ts-node ./src/scripts/icons/checks",
@@ -1,17 +0,0 @@
1
- name: Greetings
2
-
3
- on: [pull_request, issues]
4
-
5
- jobs:
6
- greeting:
7
- runs-on: ubuntu-latest
8
- permissions:
9
- issues: write
10
- pull-requests: write
11
- steps:
12
- - name: First interaction ⭐
13
- uses: actions/first-interaction@v1.1.0
14
- with:
15
- repo-token: ${{ secrets.GITHUB_TOKEN }}
16
- issue-message: 🎉 Thank you for opening your first issue here! Be sure to follow the issue template! \n\nPlease be patient until your request is processed 👨‍💻
17
- pr-message: 🎉 Thank you for opening this pull request! Please check out our [contributing guidelines](https://github.com/PKief/vscode-material-icon-theme/blob/main/CONTRIBUTING.md). \n\nPlease be patient until your changes are reviewed 💌