Skip to content

Commit

Permalink
Add icon/folder-icon for Gitlab #230
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Sep 4, 2024
1 parent b448b84 commit 25b8199
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 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 @@ -43,6 +43,7 @@
"folder-drizzle": { "iconPath": "./icons/folders/folder-drizzle.svg" },
"folder-firebase": { "iconPath": "./icons/folders/folder-firebase.svg" },
"folder-github": { "iconPath": "./icons/folders/folder-github.svg" },
"folder-gitlab": { "iconPath": "./icons/folders/folder-gitlab.svg" },
"folder-graphql": { "iconPath": "./icons/folders/folder-graphql.svg" },
"folder-helpers": { "iconPath": "./icons/folders/folder-helpers.svg" },
"folder-images": { "iconPath": "./icons/folders/folder-images.svg" },
Expand Down Expand Up @@ -140,6 +141,7 @@
"gif": { "iconPath": "./icons/files/gif.svg" },
"git": { "iconPath": "./icons/files/git.svg" },
"github": { "iconPath": "./icons/files/github.svg" },
"gitlab": { "iconPath": "./icons/files/gitlab.svg" },
"gleam": { "iconPath": "./icons/files/gleam.svg" },
"go-mod": { "iconPath": "./icons/files/go-mod.svg" },
"go": { "iconPath": "./icons/files/go.svg" },
Expand Down Expand Up @@ -624,6 +626,7 @@
},

"fileNames": {
"gitlab-ci.yml": "gitlab",
"file.config": "gear",
"lunaria.config.json": "lunaria",
"ec.config.mjs": "expressive-code",
Expand Down Expand Up @@ -1372,6 +1375,7 @@
},

"folderNames": {
".gitlab": "folder-gitlab",
"auth": "folder-auth",
"core": "folder-core",
"models": "folder-models",
Expand Down

0 comments on commit 25b8199

Please sign in to comment.