Skip to content

Commit

Permalink
Add icons for nuxt (#200)
Browse files Browse the repository at this point in the history
* Add icons for nuxt

* Fix conflicts

* Make icon smaller and match theme colors

---------

Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
  • Loading branch information
sebastiandotdev and miguelsolorio committed Jun 12, 2024
1 parent 359cf38 commit e0b4061
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|nest|![img](preview/files/nest.png)|
|netlify|![img](preview/files/netlify.png)|
|next|![img](preview/files/next.png)|
|nuxt|![img](preview/files/nuxt.png)|
|nix|![img](preview/files/nix.png)|
|node|![img](preview/files/node.png)|
|nodemon|![img](preview/files/nodemon.png)|
Expand Down
Binary file added preview/files/nuxt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/files/nuxt.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 @@ -149,6 +149,7 @@
"rust": { "iconPath": "./icons/files/rust.svg" },
"graphql": { "iconPath": "./icons/files/graphql.svg" },
"next": { "iconPath": "./icons/files/next.svg" },
"nuxt": { "iconPath": "./icons/files/nuxt.svg" },
"npm": { "iconPath": "./icons/files/npm.svg" },
"pnpm": { "iconPath": "./icons/files/pnpm.svg" },
"pulumi": { "iconPath": "./icons/files/pulumi.svg" },
Expand Down Expand Up @@ -945,6 +946,10 @@
"next.config.mjs": "next",
"next.config.ts": "next",
"next.config.mts": "next",
"nuxt.config.js": "nuxt",
"nuxt.config.mjs": "nuxt",
"nuxt.config.ts": "nuxt",
"nuxt.config.mts": "nuxt",
"angular-cli.json": "angular",
".angular-cli.json": "angular",
"angular.json": "angular",
Expand Down Expand Up @@ -1303,6 +1308,7 @@
"api": "folder-red",
".vscode": "folder-blue",
".next": "folder-gray",
".nuxt": "folder-green",
".turbo": "folder-red",
".contentlayer": "folder-purple",
"node_modules": "folder-green",
Expand Down

0 comments on commit e0b4061

Please sign in to comment.