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 --- 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 + 32 files changed, 32 insertions(+) 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 (limited to 'scalable/actions') 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 -- cgit v1.2.3-70-g09d2