Skip to content

Commit

Permalink
added tally prime and canve icons (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
josemateuss committed Jun 7, 2024
1 parent 2a6b72d commit 6480169
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Add New Icon(s)

## Icon Details

| Icon ID | Icon |
|---------|------|
| new-icon-id1 | ![image](image_url1) |
| new-icon-id2 | ![image](image_url2) |

## Notes

- Provide any specific notes about the new icon(s), such as design choices, color adjustments, etc.
- Mention if there were any deviations from the standard style or guidelines.

## Checklist

- [ ] Added icon(s) to the appropriate directory
- [ ] Updated documentation with the new icon(s)
- [ ] Verified the icon(s) display correctly
- [ ] If the icon has light and dark, verified the auto switch works correctly
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `bun` | <img src="./assets/bun-auto.svg" width="48"> |
| `c` | <img src="./assets/c.svg" width="48"> |
| `ca` | <img src="./assets/capture.svg" width="48"> |
| `canva` | <img src="./assets/canva-auto.svg" width="48"> |
| `cs` | <img src="./assets/cs.svg" width="48"> |
| `cpp` | <img src="./assets/cpp.svg" width="48"> |
| `cc` | <img src="./assets/creativecloud.svg" width="48"> |
Expand Down Expand Up @@ -420,6 +421,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
| `symfony` | <img src="./assets/symfony-auto.svg" width="48"> |
| `tableau` | <img src="./assets/tableau-auto.svg" width="48"> |
| `tailwind` | <img src="./assets/tailwindcss-auto.svg" width="48"> |
| `tallyprime` | <img src="./assets/tallyprime.svg" width="48"> |
| `tauri` | <img src="./assets/tauri-auto.svg" width="48"> |
| `teams` | <img src="./assets/teams-auto.svg" width="48"> |
| `tensorflow` | <img src="./assets/tensorflow-auto.svg" width="48"> |
Expand Down
49 changes: 49 additions & 0 deletions assets/canva-auto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/canva-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/canva-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions assets/tallyprime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6480169

Please sign in to comment.