Skip to content

Commit

Permalink
Add unocss icon (Fixes #154)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Jan 3, 2024
1 parent ae57b33 commit ede54b8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/icons/files/unocss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@
"solidity": { "iconPath": "./icons/files/solidity.svg" },
"severless": { "iconPath": "./icons/files/severless.svg" },
"earthfile": { "iconPath": "./icons/files/earthfile.svg" },
"knip": { "iconPath": "./icons/files/knip.svg" }
"knip": { "iconPath": "./icons/files/knip.svg" },
"unocss": { "iconPath": "./icons/files/unocss.svg" }
},
"fileExtensions": {
"earthlyignore": "earthfile",
Expand Down Expand Up @@ -567,6 +568,14 @@
"nix": "nix"
},
"fileNames": {
"uno.config.js": "unocss",
"uno.config.mjs": "unocss",
"uno.config.ts": "unocss",
"uno.config.mts": "unocss",
"unocss.config.js": "unocss",
"unocss.config.mjs": "unocss",
"unocss.config.ts": "unocss",
"unocss.config.mts": "unocss",
"knip.json": "knip",
"knip.jsonc": "knip",
"knip.ts": "knip",
Expand Down

0 comments on commit ede54b8

Please sign in to comment.