Skip to content

Commit

Permalink
🆕 SVG Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tandpfun committed Mar 12, 2022
1 parent 0b10e81 commit d32c069
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions icons/SVG-Dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions icons/SVG-Light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const themedIcons = [
'supabase',
'v',
'vscode',
'svg',
];

const ICONS_PER_LINE = 15;
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `supabase` | <img src="./icons/Supabase-Dark.svg" width="48"> |
| `scala` | <img src="./icons/Scala-Dark.svg" width="48"> |
| `svelte` | <img src="./icons/Svelte.svg" width="48"> |
| `svg` | <img src="./icons/SVG-Dark.svg" width="48"> |
| `swift` | <img src="./icons/Swift.svg" width="48"> |
| `tailwind` | <img src="./icons/TailwindCSS-Dark.svg" width="48"> |
| `ts` | <img src="./icons/TypeScript.svg" width="48"> |
Expand Down

0 comments on commit d32c069

Please sign in to comment.