Skip to content

Commit

Permalink
Add Deno fresh icon (#216)
Browse files Browse the repository at this point in the history
* Add Deno fresh icon

* Clean up icons

---------

Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
  • Loading branch information
usernameblank703 and miguelsolorio authored Aug 5, 2024
1 parent 76ab948 commit a252416
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ You can choose which icons to use from the [Library](https://www.figma.com/file/
|firebase|![firebase](preview/files/firebase.png)|
|font|![font](preview/files/font.png)|
|fsharp|![fsharp](preview/files/fsharp.png)|
|fresh|![fresh](preview/files/fresh.png)|
|gatsby|![gatsby](preview/files/gatsby.png)|
|gear|![gear](preview/files/gear.png)|
|gif|![gif](preview/files/gif.png)|
Expand Down
Binary file added preview/files/fresh.png
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/icons/files/fresh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"graphql": { "iconPath": "./icons/files/graphql.svg" },
"next": { "iconPath": "./icons/files/next.svg" },
"nuxt": { "iconPath": "./icons/files/nuxt.svg" },
"fresh": { "iconPath": "./icons/files/fresh.svg" },
"npm": { "iconPath": "./icons/files/npm.svg" },
"pnpm": { "iconPath": "./icons/files/pnpm.svg" },
"pulumi": { "iconPath": "./icons/files/pulumi.svg" },
Expand Down Expand Up @@ -1024,6 +1025,10 @@
"nuxt.config.mjs": "nuxt",
"nuxt.config.ts": "nuxt",
"nuxt.config.mts": "nuxt",
"fresh.config.js": "fresh",
"fresh.config.mjs": "fresh",
"fresh.config.ts": "fresh",
"fresh.config.mts": "fresh",
"angular-cli.json": "angular",
".angular-cli.json": "angular",
"angular.json": "angular",
Expand Down

0 comments on commit a252416

Please sign in to comment.