Skip to content

Commit

Permalink
✨ add new icons (#173)
Browse files Browse the repository at this point in the history
* feat: ✨ update biome icon  #165

* ✨ add swc icon

* ✨add mail folder icon

* 📝 update readme with new icons
  • Loading branch information
bjohansebas authored Mar 11, 2024
1 parent d2cf597 commit ffac158
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|folder-android|![img](preview/folders/folder-android.png)|
|folder-assets|![img](preview/folders/folder-assets.png)|
|folder-prisma|![img](preview/folders/folder-prisma.png)|
|folder-mail|![img](preview/folders/folder-mail.png)|
|folder-blue|![img](preview/folders/folder-blue.png)|
|folder-blue-code|![img](preview/folders/folder-blue-code.png)|
|folder-blue-outline|![img](preview/folders/folder-blue-outline.png)|
Expand Down Expand Up @@ -100,6 +101,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|astro|![img](preview/files/astro.png)|
|audio|![img](preview/files/audio.png)|
|babel|![img](preview/files/babel.png)|
|biome|![img](preview/files/biome.png)|
|brackets-blue|![img](preview/files/brackets-blue.png)|
|brackets-gray|![img](preview/files/brackets-gray.png)|
|brackets-green|![img](preview/files/brackets-green.png)|
Expand Down Expand Up @@ -209,6 +211,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|supabase|![img](preview/files/supabase.png)|
|svelte|![img](preview/files/svelte.png)|
|svg|![img](preview/files/svg.png)|
|swc|![img](preview/files/swc.png)|
|swift|![img](preview/files/swift.png)|
|tailwind|![img](preview/files/tailwind.png)|
|terraform|![img](preview/files/terraform.png)|
Expand Down
Binary file added preview/files/biome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/files/swc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/folders/folder-mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/icons/files/biome.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/files/swc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/icons/folders/folder-mail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"folder-firebase": { "iconPath": "./icons/folders/folder-firebase.svg" },
"folder-supabase": { "iconPath": "./icons/folders/folder-supabase.svg" },
"folder-angular": { "iconPath": "./icons/folders/folder-angular.svg" },
"folder-mail": { "iconPath": "./icons/folders/folder-mail.svg" },

"code-green": { "iconPath": "./icons/files/code-green.svg" },
"code-blue": { "iconPath": "./icons/files/code-blue.svg" },
Expand Down Expand Up @@ -214,7 +215,8 @@
"severless": { "iconPath": "./icons/files/severless.svg" },
"earthfile": { "iconPath": "./icons/files/earthfile.svg" },
"knip": { "iconPath": "./icons/files/knip.svg" },
"unocss": { "iconPath": "./icons/files/unocss.svg" }
"unocss": { "iconPath": "./icons/files/unocss.svg" },
"swc": { "iconPath": "./icons/files/swc.svg" }
},
"fileExtensions": {
"earthlyignore": "earthfile",
Expand Down Expand Up @@ -830,6 +832,7 @@
".env.test": "gear",
"rome.json": "rome",
"biome.json": "biome",
"biome.jsonc": "biome",
"eslint.config.js": "eslint",
"eslint.config.cjs": "eslint",
"eslint.config.mjs": "eslint",
Expand All @@ -853,6 +856,7 @@
".gitkeep": "git",
".gitinclude": "git",
"git-history": "git",
".swcrc": "swc",
"license": "license",
"license-agpl": "license",
"license-apache": "license",
Expand Down Expand Up @@ -1226,7 +1230,12 @@
"static": "folder-assets",
"components": "folder-green-code",
"prisma": "folder-prisma",
"android": "folder-android"
"android": "folder-android",
"mail": "folder-mail",
"mails": "folder-mail",
"emails": "folder-mail",
"smtp": "folder-mail",
"mailers": "folder-mail"
},
"hidesExplorerArrows": false,
"file": "document",
Expand Down

0 comments on commit ffac158

Please sign in to comment.