diff --git a/README.md b/README.md index c0426e38..1e001c80 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/ |ts-test|![img](preview/files/ts-test.png)| |ts|![img](preview/files/ts.png)| |tsconfig|![img](preview/files/tsconfig.png)| +|turborepo|![img](preview/files/turborepo.png)| |v|![img](preview/files/v.png)| |vanilla-extract|![img](preview/files/vanilla-extract.png)| |vercel|![img](preview/files/vercel.png)| diff --git a/preview/files/turborepo.png b/preview/files/turborepo.png new file mode 100644 index 00000000..62fcb0f2 Binary files /dev/null and b/preview/files/turborepo.png differ diff --git a/src/icons/files/turborepo.svg b/src/icons/files/turborepo.svg new file mode 100644 index 00000000..8aa624b8 --- /dev/null +++ b/src/icons/files/turborepo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index d531a55e..430c6387 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -153,6 +153,7 @@ "tex": { "iconPath": "./icons/files/tex.svg" }, "editorconfig": { "iconPath": "./icons/files/editorconfig.svg" }, "vercel": { "iconPath": "./icons/files/vercel.svg" }, + "turborepo": { "iconPath": "./icons/files/turborepo.svg" }, "netlify": { "iconPath": "./icons/files/netlify.svg" }, "deno": { "iconPath": "./icons/files/deno.svg" }, "haml": { "iconPath": "./icons/files/haml.svg" }, @@ -508,6 +509,7 @@ ".vercelignore": "vercel", "now.json": "vercel", ".nowignore": "vercel", + "turbo.json": "turborepo", ".editorconfig": "editorconfig", "test.js": "js-test", "test.ts": "ts-test",