creativecommons / creativecommons/vocabulary
[Feature] Use latest version of Font Awesome icons for all icons
- Dominant language
- HTML
- Stars
- 23
- Forks
- 84
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 3
Description
## Problem
We use multiple version of the Font Awesome free icons. For example:
`fa-angle-down` is Font Awesome Free 5.11.0:
https://github.com/creativecommons/index-prototype/blob/ebf1921a70f2d22046cf0a76af3e03859e473f32/src/vocabulary/svg/font-awesome/icons/fa-icons.svg#L15-L18
`fa-instagram` is Font Awesome Free 6.3.0:
https://github.com/creativecommons/index-prototype/blob/ebf1921a70f2d22046cf0a76af3e03859e473f32/src/vocabulary/svg/font-awesome/icons/fa-icons.svg#L63-L66
Also, some of the icons don't include a copyright comment.
## Description
- ~~use Font Awesome Free 6.5.1 (or current version at time of implementation) for all FA icons~~ (see [comment-2023160268](https://github.com/creativecommons/vocabulary/issues/9), below)
- add copyright info
## Additional context
- https://fontawesome.com/icons
- creativecommons/vocabulary#8
Contributor guide
Assessment
This issue has not been assessed yet.