Skip to content

Commit

Permalink
Add icon for bruno (#254)
Browse files Browse the repository at this point in the history
* Add icon for bruno

* Merge remote-tracking branch 'origin/main' into pr/guilhermedunguel/254

---------

Co-authored-by: Miguel Solorio <[email protected]>
  • Loading branch information
guilhermedunguel and miguelsolorio authored Oct 25, 2024
1 parent 8e44bba commit 0ac22ca
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/icons/files/bruno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/icons/folders/folder-bruno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"folder-tina": { "iconPath": "./icons/folders/folder-tina.svg" },
"folder-utils": { "iconPath": "./icons/folders/folder-utils.svg" },
"folder-vercel": { "iconPath": "./icons/folders/folder-vercel.svg" },
"folder-bruno": { "iconPath": "./icons/folders/folder-bruno.svg" },
"folder-hooks": { "iconPath": "./icons/folders/folder-hooks.svg" },
"folder-constants": { "iconPath": "./icons/folders/folder-constants.svg" },

Expand Down Expand Up @@ -107,6 +108,7 @@
"babel": { "iconPath": "./icons/files/babel.svg" },
"biome": { "iconPath": "./icons/files/biome.svg" },
"bun": { "iconPath": "./icons/files/bun.svg" },
"bruno": { "iconPath": "./icons/files/bruno.svg" },
"c": { "iconPath": "./icons/files/c.svg" },
"capacitor": { "iconPath": "./icons/files/capacitor.svg" },
"clojure": { "iconPath": "./icons/files/clojure.svg" },
Expand Down Expand Up @@ -406,6 +408,7 @@
"al": "code-green",
"http": "http",
"rest": "http",
"bru": "http",
"cls": "code-blue",
"exe": "exe",
"msi": "exe",
Expand Down Expand Up @@ -701,6 +704,7 @@
"markdoc.config.ts": "markdoc",
"keystatic.page.ts": "keystatic",
"keystatic.config.ts": "keystatic",
"bruno.json": "bruno",
"bun.lockb": "bun",
"bunfig.toml": "bun",
"dune": "dune",
Expand Down Expand Up @@ -1516,6 +1520,8 @@
"mailers": "folder-mail",
"image": "folder-images",
"images": "folder-images",
".bru": "folder-bruno",
"bru": "folder-bruno",
"mongo": "folder-mongo",
"mongodb": "folder-mongo",
"hooks": "folder-hooks",
Expand Down

0 comments on commit 0ac22ca

Please sign in to comment.