Skip to content

Commit

Permalink
Add icon/folder-icon for Gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
dimentoree committed Aug 5, 2024
1 parent c244773 commit 2133ee0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/icons/files/gitlab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/icons/folders/folder-gitlab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"folder-tina": { "iconPath": "./icons/folders/folder-tina.svg" },
"folder-drizzle": { "iconPath": "./icons/folders/folder-drizzle.svg" },
"folder-github": { "iconPath": "./icons/folders/folder-github.svg" },
"folder-gitlab": { "iconPath": "./icons/folders/folder-gitlab.svg" },
"folder-firebase": { "iconPath": "./icons/folders/folder-firebase.svg" },
"folder-supabase": { "iconPath": "./icons/folders/folder-supabase.svg" },
"folder-angular": { "iconPath": "./icons/folders/folder-angular.svg" },
Expand Down Expand Up @@ -132,6 +133,7 @@
"julia": { "iconPath": "./icons/files/julia.svg" },
"julia-markdown": { "iconPath": "./icons/files/julia-markdown.svg" },
"github": { "iconPath": "./icons/files/github.svg" },
"gitlab": { "iconPath": "./icons/files/gitlab.svg" },
"fsharp": { "iconPath": "./icons/files/fsharp.svg" },
"coffeescript": { "iconPath": "./icons/files/coffeescript.svg" },
"clojure": { "iconPath": "./icons/files/clojure.svg" },
Expand Down Expand Up @@ -1273,6 +1275,7 @@
"coffeescript": "coffeescript",
"fsharp": "fsharp",
"github-issues": "github",
"gitlab-issues": "gitlab",
"git-commit": "git",
"git-rebase": "git",
"csharp": "csharp",
Expand Down Expand Up @@ -1388,6 +1391,7 @@
".contentlayer": "folder-purple",
"node_modules": "folder-green",
".github": "folder-github",
".gitlab": "folder-gitlab",
"public": "folder-purple-outline",
"source": "folder-orange-code",
"src": "folder-orange-code",
Expand Down

0 comments on commit 2133ee0

Please sign in to comment.