diff options
author | Mattias Andrée <maandree@kth.se> | 2018-06-17 14:04:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-06-17 14:04:37 +0200 |
commit | a915c8167a4548536afaece84d1a83f6ef022af4 (patch) | |
tree | 24bbcb933ae875c43bea7b42bb5e8157cef4409e /Makefile | |
parent | Add color-picker -> color-select, used by Inkscape (diff) | |
download | simple-icon-theme-a915c8167a4548536afaece84d1a83f6ef022af4.tar.gz simple-icon-theme-a915c8167a4548536afaece84d1a83f6ef022af4.tar.bz2 simple-icon-theme-a915c8167a4548536afaece84d1a83f6ef022af4.tar.xz |
Add more icons used by Inkscape
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -278,6 +278,7 @@ ICONS =\ apps/gnome-system-monitor\ apps/preferences-system-performance\ apps/ubunstustudio-controls\ + actions/dialog-memory\ apps/mate-panel-launcher\ apps/gnome-panel-launcher\ apps/quick-lounge-applet\ @@ -546,6 +547,7 @@ ICONS =\ apps/gnome-settings-keybindings\ apps/key_bindings\ apps/ktouch\ + actions/help-keyborad-shortcuts\ apps/help-contents\ actions/help-contents\ actions/help\ @@ -1270,6 +1272,28 @@ ICONS =\ status/image-missing\ status/gtk-missing-image\ actions/gtk-missing-image\ + actions/draw-ellipse-arc\ + actions/draw-ellipse-segment\ + actions/draw-ellipse-whole\ + actions/draw-polygon-star\ + actions/draw-polygon\ + actions/draw-star\ + actions/node-add\ + actions/node-delete\ + actions/node-segment-curve\ + actions/node-segment-line\ + actions/node-transform\ + actions/node-type-auto-smooth\ + actions/node-type-cusp\ + actions/node-type-smooth\ + actions/node-type-symmetric\ + actions/object-to-path\ + actions/selection-bottom\ + actions/selection-lower\ + actions/selection-raise\ + actions/selection-top\ + actions/stroke-to-path\ + actions/tool-pointer\ actions/info\ actions/gtk-dialog-info\ actions/gnome-info\ |