diff options
| author | Mattias Andrée <maandree@kth.se> | 2018-06-22 05:23:11 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2018-06-22 05:23:11 +0200 | 
| commit | 244be2cf3470f716ada70190340c667971773cde (patch) | |
| tree | fa013180ae1ee87d9afb63325c39f8883af5e660 /Makefile | |
| parent | Improve icons (diff) | |
| download | simple-icon-theme-244be2cf3470f716ada70190340c667971773cde.tar.gz simple-icon-theme-244be2cf3470f716ada70190340c667971773cde.tar.bz2 simple-icon-theme-244be2cf3470f716ada70190340c667971773cde.tar.xz | |
Add more icons used by Inkscape
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 22 | 
1 files changed, 22 insertions, 0 deletions
| @@ -1313,7 +1313,27 @@ ICONS =\  	actions/stroke-join-miter\  	actions/stroke-join-round\  	actions/tools-wizard\ +	actions/dialog-fill-and-stroke\ +	actions/dialog-transform\ +	actions/draw-cuboid\ +	actions/path-mode-bspline\ +	actions/path-mode-polyline-paraxial\ +	actions/path-mode-polyline\ +	actions/transform-move-horizontal\ +		actions/transform-translate-horizontal\ +			actions/translate-horizontal\ +	actions/transform-move-vertical\ +		actions/transform-translate-vertical\ +			actions/translate-vertical\ +	actions/transform-rotate\ +	actions/transform-scale-horizontal\ +	actions/transform-scale-vertical\ +	actions/transform-skew-horizontal\ +	actions/transform-skew-vertical\ +	actions/zoom-half-size\ +	actions/zoom-double-size\  	actions/transform-move\ +		actions/transform-translate\  	actions/window-duplicate\  	actions/grid-axonometric\  	actions/grid-rectangular\ @@ -1884,6 +1904,7 @@ ICONS =\  	actions/spray-mode-copy\  	actions/spray-mode-union\  	actions/window-close\ +		actions/draw-geometry-inactive\  		actions/paint-none\  		actions/gtk-close\  		actions/stock_close\ @@ -2055,6 +2076,7 @@ ICONS =\  	actions/list-remove\  		actions/gtk-remove\  		actions/remove\ +			actions/no-marker\  			actions/minus\  			actions/remove-amarok\  			apps/package-remove\ | 
