diff --git a/README.md b/README.md index 6e455d4..4e76d43 100644 --- a/README.md +++ b/README.md @@ -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)| @@ -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)| @@ -208,6 +210,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)| diff --git a/preview/files/biome.png b/preview/files/biome.png new file mode 100644 index 0000000..a2992e1 Binary files /dev/null and b/preview/files/biome.png differ diff --git a/preview/files/swc.png b/preview/files/swc.png new file mode 100644 index 0000000..885c781 Binary files /dev/null and b/preview/files/swc.png differ diff --git a/preview/folders/folder-mail.png b/preview/folders/folder-mail.png new file mode 100644 index 0000000..c737a0a Binary files /dev/null and b/preview/folders/folder-mail.png differ diff --git a/src/icons/files/biome.svg b/src/icons/files/biome.svg index 3fef990..8c0d84e 100644 --- a/src/icons/files/biome.svg +++ b/src/icons/files/biome.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/files/swc.svg b/src/icons/files/swc.svg new file mode 100644 index 0000000..273f0f6 --- /dev/null +++ b/src/icons/files/swc.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/icons/folders/folder-mail.svg b/src/icons/folders/folder-mail.svg new file mode 100644 index 0000000..4d02deb --- /dev/null +++ b/src/icons/folders/folder-mail.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index f74ba69..05e2964 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -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" }, @@ -212,7 +213,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", @@ -826,6 +828,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", @@ -849,6 +852,7 @@ ".gitkeep": "git", ".gitinclude": "git", "git-history": "git", + ".swcrc": "swc", "license": "license", "license-agpl": "license", "license-apache": "license", @@ -1221,7 +1225,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",