Replace .png Icons with their .svg Equivalent
Open
frontend
- Dominant language
- Python
- Stars
- 30
- Forks
- 22
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 22
Description
# 💡 Summary #
Replace png image files with their svg equivalent when available.
## Motivation and context ##
svg files:
- can be enlarged indefinitely without losing quality
- have built in transparency (useful in case we implement dark mode)
- take up less space than png files
Contributor guide
Assessment
This issue has not been assessed yet.