From 187c3218d097491a7c0ce9b250a8e814fcd8fbc8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 16 Jun 2018 21:41:48 +0200 Subject: Add some icons used by inkscape MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 37 +++++++++++++++++++++++++-- scalable/actions/boundingbox_bottom.svg | 1 + scalable/actions/boundingbox_bottom_left.svg | 1 + scalable/actions/boundingbox_bottom_right.svg | 1 + scalable/actions/boundingbox_center.svg | 1 + scalable/actions/boundingbox_left.svg | 1 + scalable/actions/boundingbox_right.svg | 1 + scalable/actions/boundingbox_top.svg | 1 + scalable/actions/boundingbox_top_left.svg | 1 + scalable/actions/boundingbox_top_right.svg | 1 + scalable/actions/document-cleanup-rtl.svg | 1 + scalable/actions/document-cleanup.svg | 1 + scalable/actions/draw-ellipse.svg | 1 + scalable/actions/draw-rectangle.svg | 1 + scalable/actions/draw-spiral.svg | 1 + scalable/actions/fill-rule-even-odd.svg | 1 + scalable/actions/fill-rule-nonzero.svg | 1 + scalable/actions/node-break.svg | 1 + scalable/actions/node-delete-segment.svg | 1 + scalable/actions/node-join-segment.svg | 1 + scalable/actions/node-join.svg | 1 + scalable/actions/object-tweak-attract.svg | 1 + scalable/actions/object-tweak-push.svg | 1 + scalable/actions/object-tweak-randomize.svg | 1 + scalable/actions/object-tweak-shrink.svg | 1 + scalable/actions/path-break-apart.svg | 1 + scalable/actions/path-combine.svg | 1 + scalable/actions/path-cut.svg | 1 + scalable/actions/path-difference.svg | 1 + scalable/actions/path-division.svg | 1 + scalable/actions/path-exclusion.svg | 1 + scalable/actions/path-intersection.svg | 1 + scalable/actions/path-union.svg | 1 + scalable/apps/inkscape-logo.svg | 1 + 34 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 scalable/actions/boundingbox_bottom.svg create mode 100644 scalable/actions/boundingbox_bottom_left.svg create mode 100644 scalable/actions/boundingbox_bottom_right.svg create mode 100644 scalable/actions/boundingbox_center.svg create mode 100644 scalable/actions/boundingbox_left.svg create mode 100644 scalable/actions/boundingbox_right.svg create mode 100644 scalable/actions/boundingbox_top.svg create mode 100644 scalable/actions/boundingbox_top_left.svg create mode 100644 scalable/actions/boundingbox_top_right.svg create mode 120000 scalable/actions/document-cleanup-rtl.svg create mode 120000 scalable/actions/document-cleanup.svg create mode 100644 scalable/actions/draw-ellipse.svg create mode 100644 scalable/actions/draw-rectangle.svg create mode 100644 scalable/actions/draw-spiral.svg create mode 100644 scalable/actions/fill-rule-even-odd.svg create mode 100644 scalable/actions/fill-rule-nonzero.svg create mode 100644 scalable/actions/node-break.svg create mode 120000 scalable/actions/node-delete-segment.svg create mode 120000 scalable/actions/node-join-segment.svg create mode 100644 scalable/actions/node-join.svg create mode 100644 scalable/actions/object-tweak-attract.svg create mode 100644 scalable/actions/object-tweak-push.svg create mode 100644 scalable/actions/object-tweak-randomize.svg create mode 100644 scalable/actions/object-tweak-shrink.svg create mode 100644 scalable/actions/path-break-apart.svg create mode 100644 scalable/actions/path-combine.svg create mode 100644 scalable/actions/path-cut.svg create mode 100644 scalable/actions/path-difference.svg create mode 100644 scalable/actions/path-division.svg create mode 100644 scalable/actions/path-exclusion.svg create mode 100644 scalable/actions/path-intersection.svg create mode 100644 scalable/actions/path-union.svg create mode 120000 scalable/apps/inkscape-logo.svg diff --git a/Makefile b/Makefile index cd7c5b8..3e923fe 100644 --- a/Makefile +++ b/Makefile @@ -490,6 +490,7 @@ ICONS =\ mimetypes/gnome-mime-image-x-psd\ mimetypes/image-x-psdimage-x-psd\ apps/inkscape\ + apps/inkscape-logo\ apps/application-community\ apps/gnome-gnect\ apps/gnome-iagno\ @@ -501,8 +502,8 @@ ICONS =\ apps/marble\ apps/redshift\ apps/blueshift\ - apps/redshift-status-on\ - apps/blueshift-on\ + status/redshift-status-on\ + status/blueshift-on\ apps/vbox\ apps/vmware-workstation\ apps/x\ @@ -1362,8 +1363,10 @@ ICONS =\ actions/object-align-vertical-top-calligra\ actions/align-vertical-top-out\ actions/format-connect-node\ + actions/node-join-segment\ actions/pitivi-relink\ actions/format-disconnect-node\ + actions/node-delete-segment\ actions/pitivi-unlink\ actions/go-first-view-page\ actions/go-last-view-page\ @@ -1716,6 +1719,34 @@ ICONS =\ actions/games-endturn\ actions/stock_mark\ status/account-logged-in\ + actions/boundingbox_bottom_left\ + actions/boundingbox_bottom_right\ + actions/boundingbox_bottom\ + actions/boundingbox_center\ + actions/boundingbox_left\ + actions/boundingbox_right\ + actions/boundingbox_top_left\ + actions/boundingbox_top_right\ + actions/boundingbox_top\ + actions/draw-ellipse\ + actions/draw-rectangle\ + actions/draw-spiral\ + actions/fill-rule-even-odd\ + actions/fill-rule-nonzero\ + actions/node-break\ + actions/node-join\ + actions/object-tweak-attract\ + actions/object-tweak-push\ + actions/object-tweak-randomize\ + actions/object-tweak-shrink\ + actions/path-break-apart\ + actions/path-combine\ + actions/path-cut\ + actions/path-difference\ + actions/path-division\ + actions/path-exclusion\ + actions/path-intersection\ + actions/path-union\ actions/window-maximize\ actions/window-minimize\ actions/window-restore\ @@ -1762,6 +1793,7 @@ ICONS =\ actions/document-page-setup\ actions/stock_print-setup\ actions/edit-clear-all\ + actions/document-cleanup\ actions/editclear\ apps/computerjanitor\ actions/gtk-clear\ @@ -1769,6 +1801,7 @@ ICONS =\ actions/edit-clear\ apps/sweeper\ actions/edit-clear-all-rtl\ + actions/document-cleanup-rtl\ actions/edit-clear-rtl\ actions/edit-clear-before\ actions/edit-clear-after-rtl\ diff --git a/scalable/actions/boundingbox_bottom.svg b/scalable/actions/boundingbox_bottom.svg new file mode 100644 index 0000000..bcab40f --- /dev/null +++ b/scalable/actions/boundingbox_bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_bottom_left.svg b/scalable/actions/boundingbox_bottom_left.svg new file mode 100644 index 0000000..4aeedf6 --- /dev/null +++ b/scalable/actions/boundingbox_bottom_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_bottom_right.svg b/scalable/actions/boundingbox_bottom_right.svg new file mode 100644 index 0000000..85f3a17 --- /dev/null +++ b/scalable/actions/boundingbox_bottom_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_center.svg b/scalable/actions/boundingbox_center.svg new file mode 100644 index 0000000..872881e --- /dev/null +++ b/scalable/actions/boundingbox_center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_left.svg b/scalable/actions/boundingbox_left.svg new file mode 100644 index 0000000..4ddf64d --- /dev/null +++ b/scalable/actions/boundingbox_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_right.svg b/scalable/actions/boundingbox_right.svg new file mode 100644 index 0000000..0e66fb0 --- /dev/null +++ b/scalable/actions/boundingbox_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_top.svg b/scalable/actions/boundingbox_top.svg new file mode 100644 index 0000000..482fa86 --- /dev/null +++ b/scalable/actions/boundingbox_top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_top_left.svg b/scalable/actions/boundingbox_top_left.svg new file mode 100644 index 0000000..44da08a --- /dev/null +++ b/scalable/actions/boundingbox_top_left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/boundingbox_top_right.svg b/scalable/actions/boundingbox_top_right.svg new file mode 100644 index 0000000..444ec62 --- /dev/null +++ b/scalable/actions/boundingbox_top_right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/document-cleanup-rtl.svg b/scalable/actions/document-cleanup-rtl.svg new file mode 120000 index 0000000..9ff41d0 --- /dev/null +++ b/scalable/actions/document-cleanup-rtl.svg @@ -0,0 +1 @@ +edit-clear-all-rtl.svg \ No newline at end of file diff --git a/scalable/actions/document-cleanup.svg b/scalable/actions/document-cleanup.svg new file mode 120000 index 0000000..e4a811f --- /dev/null +++ b/scalable/actions/document-cleanup.svg @@ -0,0 +1 @@ +edit-clear-all.svg \ No newline at end of file diff --git a/scalable/actions/draw-ellipse.svg b/scalable/actions/draw-ellipse.svg new file mode 100644 index 0000000..401d910 --- /dev/null +++ b/scalable/actions/draw-ellipse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/draw-rectangle.svg b/scalable/actions/draw-rectangle.svg new file mode 100644 index 0000000..304b035 --- /dev/null +++ b/scalable/actions/draw-rectangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/draw-spiral.svg b/scalable/actions/draw-spiral.svg new file mode 100644 index 0000000..3f42f0d --- /dev/null +++ b/scalable/actions/draw-spiral.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/fill-rule-even-odd.svg b/scalable/actions/fill-rule-even-odd.svg new file mode 100644 index 0000000..8c61d4d --- /dev/null +++ b/scalable/actions/fill-rule-even-odd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/fill-rule-nonzero.svg b/scalable/actions/fill-rule-nonzero.svg new file mode 100644 index 0000000..fe1c4bc --- /dev/null +++ b/scalable/actions/fill-rule-nonzero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/node-break.svg b/scalable/actions/node-break.svg new file mode 100644 index 0000000..ad3ec77 --- /dev/null +++ b/scalable/actions/node-break.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/node-delete-segment.svg b/scalable/actions/node-delete-segment.svg new file mode 120000 index 0000000..8b045a6 --- /dev/null +++ b/scalable/actions/node-delete-segment.svg @@ -0,0 +1 @@ +format-disconnect-node.svg \ No newline at end of file diff --git a/scalable/actions/node-join-segment.svg b/scalable/actions/node-join-segment.svg new file mode 120000 index 0000000..9dc8e1b --- /dev/null +++ b/scalable/actions/node-join-segment.svg @@ -0,0 +1 @@ +format-connect-node.svg \ No newline at end of file diff --git a/scalable/actions/node-join.svg b/scalable/actions/node-join.svg new file mode 100644 index 0000000..d72dac0 --- /dev/null +++ b/scalable/actions/node-join.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/object-tweak-attract.svg b/scalable/actions/object-tweak-attract.svg new file mode 100644 index 0000000..3a57d9d --- /dev/null +++ b/scalable/actions/object-tweak-attract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/object-tweak-push.svg b/scalable/actions/object-tweak-push.svg new file mode 100644 index 0000000..29fe2a8 --- /dev/null +++ b/scalable/actions/object-tweak-push.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/object-tweak-randomize.svg b/scalable/actions/object-tweak-randomize.svg new file mode 100644 index 0000000..17ecdf5 --- /dev/null +++ b/scalable/actions/object-tweak-randomize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/object-tweak-shrink.svg b/scalable/actions/object-tweak-shrink.svg new file mode 100644 index 0000000..4313cf7 --- /dev/null +++ b/scalable/actions/object-tweak-shrink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-break-apart.svg b/scalable/actions/path-break-apart.svg new file mode 100644 index 0000000..b12fd42 --- /dev/null +++ b/scalable/actions/path-break-apart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-combine.svg b/scalable/actions/path-combine.svg new file mode 100644 index 0000000..7b1d3fb --- /dev/null +++ b/scalable/actions/path-combine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-cut.svg b/scalable/actions/path-cut.svg new file mode 100644 index 0000000..1eac85a --- /dev/null +++ b/scalable/actions/path-cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-difference.svg b/scalable/actions/path-difference.svg new file mode 100644 index 0000000..b92248d --- /dev/null +++ b/scalable/actions/path-difference.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-division.svg b/scalable/actions/path-division.svg new file mode 100644 index 0000000..90bbe45 --- /dev/null +++ b/scalable/actions/path-division.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-exclusion.svg b/scalable/actions/path-exclusion.svg new file mode 100644 index 0000000..2f60f46 --- /dev/null +++ b/scalable/actions/path-exclusion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-intersection.svg b/scalable/actions/path-intersection.svg new file mode 100644 index 0000000..472a8f0 --- /dev/null +++ b/scalable/actions/path-intersection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-union.svg b/scalable/actions/path-union.svg new file mode 100644 index 0000000..d019d7c --- /dev/null +++ b/scalable/actions/path-union.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/apps/inkscape-logo.svg b/scalable/apps/inkscape-logo.svg new file mode 120000 index 0000000..ca1fc7a --- /dev/null +++ b/scalable/apps/inkscape-logo.svg @@ -0,0 +1 @@ +inkscape.svg \ No newline at end of file -- cgit v1.2.3-70-g09d2