Skip to content

Commit

Permalink
add Terraform icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Toth committed May 16, 2017
1 parent ea249d4 commit 597be6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions icons/terraform.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions src/material-icons.json
Expand Up @@ -405,6 +405,9 @@
"_file_editorconfig": {
"iconPath": "./../../icons/editorconfig.svg"
},
"_file_terraform": {
"iconPath": "./../../icons/terraform.svg"
},
"_file": {
"iconPath": "./../../icons/file.svg"
},
Expand Down Expand Up @@ -717,7 +720,11 @@
"sol": "_file_solidity",
"au3": "_file_autoit",
"haml": "_file_haml",
"yang": "_file_yang"
"yang": "_file_yang",
"tf": "_file_terraform",
"tf.json": "_file_terraform",
"tfvars": "_file_terraform",
"tfstate": "_file_terraform"
},
"fileNames": {
"webpack.js": "_file_webpack",
Expand Down Expand Up @@ -888,6 +895,7 @@
"solidity": "_file_solidity",
"autoit": "_file_autoit",
"haml": "_file_haml",
"yang": "_file_yang"
"yang": "_file_yang",
"terraform": "_file_terraform"
}
}
}

0 comments on commit 597be6e

Please sign in to comment.