Skip to content

Commit

Permalink
added Arc Browser, Stylus & TiDB icons (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sckoorp authored Jun 23, 2024
1 parent ddd396f commit 245d1cc
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `appcode` | <img src="./assets/appcode-auto.svg" width="48"> |
| `apple` | <img src="./assets/apple-auto.svg" width="48"> |
| `appwrite` | <img src="./assets/appwrite.svg" width="48"> |
| `arc` | <img src="./assets/arcbrowser-auto.svg" width="48"> |
| `arch` | <img src="./assets/arch-auto.svg" width="48"> |
| `arduino` | <img src="./assets/arduino.svg" width="48"> |
| `argocd` | <img src="./assets/argocd-auto.svg" width="48"> |
Expand Down Expand Up @@ -458,6 +459,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `strapi` | <img src="./assets/strapi.svg" width="48"> |
| `streamlit` | <img src="./assets/streamlit-auto.svg" width="48"> |
| `styledcomponents` | <img src="./assets/styledcomponents.svg" width="48"> |
| `stylus` | <img src="./assets/stylus-auto.svg" width="48"> |
| `sublime` | <img src="./assets/sublime-auto.svg" width="48"> |
| `supabase` | <img src="./assets/supabase-auto.svg" width="48"> |
| `surrealdb` | <img src="./assets/surrealdb-auto.svg" width="48"> |
Expand Down Expand Up @@ -497,6 +499,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `terraform` | <img src="./assets/terraform-auto.svg" width="48"> |
| `testinglibrary` | <img src="./assets/testinglibrary-auto.svg" width="48"> |
| `threejs` | <img src="./assets/threejs-auto.svg" width="48"> |
| `tidb` | <img src="./assets/tidb-auto.svg" width="48"> |
| `tor` | <img src="./assets/tor-auto.svg" width="48"> |
| `trpc` | <img src="./assets/trpc.svg" width="48"> |
| `truffle` | <img src="./assets/truffle-auto.svg" width="48"> |
Expand Down
15 changes: 8 additions & 7 deletions api/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ var shortNames = map[string]string{
"st": "stock",
"be": "behance",
"br": "bridge",
"million": "millionjs",
"asm": "assembly",
"pop": "popos",
"nix": "nixos",
"hc": "holyc",
"yml": "yaml",
"twitter": "x",
"million": "millionjs",
"asm": "assembly",
"pop": "popos",
"nix": "nixos",
"hc": "holyc",
"yml": "yaml",
"twitter": "x",
"arc": "arcbrowser",
}

var (
Expand Down
19 changes: 19 additions & 0 deletions assets/arcbrowser-auto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/arcbrowser-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/arcbrowser-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 245d1cc

Please sign in to comment.