Git icons
In Kate, we are currently working on adding basic git support, see issue utilities/kate#24 and initial commits https://invent.kde.org/utilities/kate/-/merge_requests/227, https://invent.kde.org/utilities/kate/-/merge_requests/238. The icons we are currently looking for are:

Icons with a name are already present in Breeze. All others are missing. Some of the missing icons can be found in the [Octicon theme](https://github.com/primer/octicons), which is MIT licensed, there are already some nice examples listed, but not for all of the above mentioned.
| Name | Octicons 24px | In Breeze? |
|------|---------|-------|
| action-vcs-commit |  | no |
| action-vcs-branch |  | no |
| action-vcs-merge |  | no |
| action-vcs-diff |  | no |
| action-vcs-merge-request |  | no |
Would it be possible to somehow extend the breeze theme with these icons?
issue