]> git.eshelyaron.com Git - emacs.git/commit
Improve portability of newly added icons
authorPo Lu <luangruo@yahoo.com>
Mon, 3 Apr 2023 08:15:54 +0000 (16:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 3 Apr 2023 08:16:06 +0000 (16:16 +0800)
commit9a8d96da5c56c80611e4a1f6ffbd89efe0b5f51d
treeacab2fa56b629887bb82b12efa4ec3910ea03dfd
parent6984601e0deeab02a4397b9cd69300a5d08d6aa6
Improve portability of newly added icons

* etc/images/symbols/README: Document what to do with changed icons.
* etc/images/symbols: Add portable variants of SVG icons.
22 files changed:
etc/images/symbols/README
etc/images/symbols/check-mark_16.pbm [new file with mode: 0644]
etc/images/symbols/chevron_down_16.pbm [new file with mode: 0644]
etc/images/symbols/chevron_left_16.pbm [new file with mode: 0644]
etc/images/symbols/chevron_right_16.pbm [new file with mode: 0644]
etc/images/symbols/chevron_up_16.pbm [new file with mode: 0644]
etc/images/symbols/cross_16.pbm [new file with mode: 0644]
etc/images/symbols/cross_circle_16.pbm [new file with mode: 0644]
etc/images/symbols/cross_circle_fill_16.pbm [new file with mode: 0644]
etc/images/symbols/heart_16.pbm [new file with mode: 0644]
etc/images/symbols/heart_fill_16.pbm [new file with mode: 0644]
etc/images/symbols/heart_half_16.pbm [new file with mode: 0644]
etc/images/symbols/menu_16.pbm [new file with mode: 0644]
etc/images/symbols/minus_16.pbm [new file with mode: 0644]
etc/images/symbols/minus_circle_16.pbm [new file with mode: 0644]
etc/images/symbols/minus_circle_fill_16.pbm [new file with mode: 0644]
etc/images/symbols/plus_16.pbm [new file with mode: 0644]
etc/images/symbols/plus_circle_16.pbm [new file with mode: 0644]
etc/images/symbols/plus_circle_fill_16.pbm [new file with mode: 0644]
etc/images/symbols/star_16.pbm [new file with mode: 0644]
etc/images/symbols/star_fill_16.pbm [new file with mode: 0644]
etc/images/symbols/star_half_16.pbm [new file with mode: 0644]