Skip to content

Commit

Permalink
Add some icons for angular (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimentoree authored Oct 24, 2024
1 parent b3685a3 commit 7aa968a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/files/angular-directive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/angular-guard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/angular-module.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/angular-pipe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@
"brackets-yellow": { "iconPath": "./icons/files/brackets-yellow.svg" },

"angular-component": { "iconPath": "./icons/files/angular-component.svg" },
"angular-directive": { "iconPath": "./icons/files/angular-directive.svg" },
"angular-service": { "iconPath": "./icons/files/angular-service.svg" },
"angular-module": { "iconPath": "./icons/files/angular-module.svg" },
"angular-guard": { "iconPath": "./icons/files/angular-guard.svg" },
"angular-pipe": { "iconPath": "./icons/files/angular-pipe.svg" },
"angular": { "iconPath": "./icons/files/angular.svg" },
"astro": { "iconPath": "./icons/files/astro.svg" },
"audio": { "iconPath": "./icons/files/audio.svg" },
Expand Down Expand Up @@ -295,10 +299,24 @@
"env": "gear",
"pkl": "pkl",
"hs": "haskell",
"component.dart": "angular-component",
"component.ts": "angular-component",
"component.js": "angular-component",
"service.dart": "angular-service",
"service.ts": "angular-service",
"service.js": "angular-service",
"directive.dart": "angular-directive",
"directive.ts": "angular-directive",
"directive.js": "angular-directive",
"module.dart": "angular-module",
"module.ts": "angular-module",
"module.js": "angular-module",
"guard.dart": "angular-guard",
"guard.ts": "angular-guard",
"guard.js": "angular-guard",
"pipe.dart": "angular-pipe",
"pipe.ts": "angular-pipe",
"pipe.js": "angular-pipe",
"earthlyignore": "earthfile",
"sol": "solidity",
"mdoc": "markdoc",
Expand Down

0 comments on commit 7aa968a

Please sign in to comment.