From cea2a4f2019126fce9f675ed02df1be50e57de64 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 22 Jun 2018 07:03:57 +0200 Subject: More icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 33 ++++++++++++++++++++++ scalable/actions/color-management.svg | 1 + scalable/actions/next-rtl.svg | 1 + scalable/actions/node_insert_max_x.svg | 1 + scalable/actions/node_insert_max_y.svg | 1 + scalable/actions/node_insert_min_x.svg | 1 + scalable/actions/node_insert_min_y.svg | 1 + scalable/actions/object-tweak-jitter-color.svg | 1 + scalable/actions/object-tweak-paint.svg | 1 + .../actions/path-effect-parameter-next-rtl.svg | 1 + scalable/actions/path-effect-parameter-next.svg | 1 + .../actions/path-effect-parameter-previous-rtl.svg | 1 + .../actions/path-effect-parameter-previous.svg | 1 + scalable/actions/previous-rtl.svg | 1 + scalable/actions/show-path-outline.svg | 1 + scalable/actions/snap-page.svg | 1 + scalable/actions/snap-text-baseline.svg | 1 + scalable/actions/symbols.svg | 1 + scalable/actions/text_horz_kern.svg | 1 + scalable/actions/text_letter_spacing.svg | 1 + scalable/actions/text_line_spacing.svg | 1 + scalable/actions/text_rotation.svg | 1 + scalable/actions/text_subscript.svg | 1 + scalable/actions/text_superscript.svg | 1 + scalable/actions/text_vert_kern.svg | 1 + scalable/actions/window-next-rtl.svg | 1 + scalable/actions/window-next.svg | 1 + scalable/actions/window-previous-rtl.svg | 1 + scalable/actions/window-previous.svg | 1 + scalable/actions/zoom-drawing.svg | 1 + scalable/actions/zoom-fit-selection.svg | 1 + scalable/actions/zoom-next-rtl.svg | 1 + scalable/actions/zoom-page.svg | 1 + scalable/actions/zoom-previous-rtl.svg | 1 + 34 files changed, 66 insertions(+) create mode 120000 scalable/actions/color-management.svg create mode 120000 scalable/actions/next-rtl.svg create mode 100644 scalable/actions/node_insert_max_x.svg create mode 100644 scalable/actions/node_insert_max_y.svg create mode 100644 scalable/actions/node_insert_min_x.svg create mode 100644 scalable/actions/node_insert_min_y.svg create mode 100644 scalable/actions/object-tweak-jitter-color.svg create mode 100644 scalable/actions/object-tweak-paint.svg create mode 120000 scalable/actions/path-effect-parameter-next-rtl.svg create mode 100644 scalable/actions/path-effect-parameter-next.svg create mode 120000 scalable/actions/path-effect-parameter-previous-rtl.svg create mode 100644 scalable/actions/path-effect-parameter-previous.svg create mode 120000 scalable/actions/previous-rtl.svg create mode 100644 scalable/actions/show-path-outline.svg create mode 100644 scalable/actions/snap-page.svg create mode 100644 scalable/actions/snap-text-baseline.svg create mode 100644 scalable/actions/symbols.svg create mode 100644 scalable/actions/text_horz_kern.svg create mode 100644 scalable/actions/text_letter_spacing.svg create mode 100644 scalable/actions/text_line_spacing.svg create mode 100644 scalable/actions/text_rotation.svg create mode 100644 scalable/actions/text_subscript.svg create mode 100644 scalable/actions/text_superscript.svg create mode 100644 scalable/actions/text_vert_kern.svg create mode 120000 scalable/actions/window-next-rtl.svg create mode 100644 scalable/actions/window-next.svg create mode 120000 scalable/actions/window-previous-rtl.svg create mode 100644 scalable/actions/window-previous.svg create mode 100644 scalable/actions/zoom-drawing.svg create mode 100644 scalable/actions/zoom-fit-selection.svg create mode 120000 scalable/actions/zoom-next-rtl.svg create mode 100644 scalable/actions/zoom-page.svg create mode 120000 scalable/actions/zoom-previous-rtl.svg diff --git a/Makefile b/Makefile index ee3c424..9484b3f 100644 --- a/Makefile +++ b/Makefile @@ -241,6 +241,7 @@ ICONS =\ apps/gnome-color-chooser\ apps/mate-color-select\ actions/swatches\ + actions/color-management\ actions/fill-color\ actions/color-line\ actions/gtk-select-color\ @@ -1330,6 +1331,34 @@ ICONS =\ actions/transform-scale-vertical\ actions/transform-skew-horizontal\ actions/transform-skew-vertical\ + actions/node_insert_max_x\ + actions/node_insert_max_y\ + actions/node_insert_min_x\ + actions/node_insert_min_y\ + actions/object-tweak-jitter-color\ + actions/object-tweak-paint\ + actions/path-effect-parameter-next\ + actions/path-effect-parameter-previous-rtl\ + actions/path-effect-parameter-previous\ + actions/path-effect-parameter-next-rtl\ + actions/show-path-outline\ + actions/snap-page\ + actions/snap-text-baseline\ + actions/symbols\ + actions/text_horz_kern\ + actions/text_letter_spacing\ + actions/text_line_spacing\ + actions/text_rotation\ + actions/text_subscript\ + actions/text_superscript\ + actions/text_vert_kern\ + actions/window-next\ + actions/window-previous-rtl\ + actions/window-previous\ + actions/window-next-rtl\ + actions/zoom-drawing\ + actions/zoom-fit-selection\ + actions/zoom-page\ actions/zoom-half-size\ actions/zoom-double-size\ actions/transform-move\ @@ -1707,7 +1736,9 @@ ICONS =\ actions/snap-nodes-midpoint\ actions/tool-tweak\ actions/zoom-next\ + actions/zoom-previous-rtl\ actions/zoom-previous\ + actions/zoom-next-rtl\ actions/tab-new\ actions/stock_new-tab\ actions/tab_new\ @@ -2185,6 +2216,7 @@ ICONS =\ actions/gtk-go-back-rtl\ actions/gtk-go-forward-ltr\ actions/next\ + actions/previous-rtl\ actions/stock_right\ actions/go-previous-rtl\ actions/go-right\ @@ -2194,6 +2226,7 @@ ICONS =\ actions/gtk-go-back-ltr\ actions/gtk-go-forward-rtl\ actions/previous\ + actions/next-rtl\ actions/stock_left\ actions/go-next-rtl\ actions/go-left\ diff --git a/scalable/actions/color-management.svg b/scalable/actions/color-management.svg new file mode 120000 index 0000000..cf03179 --- /dev/null +++ b/scalable/actions/color-management.svg @@ -0,0 +1 @@ +swatches.svg \ No newline at end of file diff --git a/scalable/actions/next-rtl.svg b/scalable/actions/next-rtl.svg new file mode 120000 index 0000000..9b2a5f5 --- /dev/null +++ b/scalable/actions/next-rtl.svg @@ -0,0 +1 @@ +previous.svg \ No newline at end of file diff --git a/scalable/actions/node_insert_max_x.svg b/scalable/actions/node_insert_max_x.svg new file mode 100644 index 0000000..c95b107 --- /dev/null +++ b/scalable/actions/node_insert_max_x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/node_insert_max_y.svg b/scalable/actions/node_insert_max_y.svg new file mode 100644 index 0000000..2dedcb6 --- /dev/null +++ b/scalable/actions/node_insert_max_y.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/node_insert_min_x.svg b/scalable/actions/node_insert_min_x.svg new file mode 100644 index 0000000..447421d --- /dev/null +++ b/scalable/actions/node_insert_min_x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/node_insert_min_y.svg b/scalable/actions/node_insert_min_y.svg new file mode 100644 index 0000000..d10daae --- /dev/null +++ b/scalable/actions/node_insert_min_y.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/object-tweak-jitter-color.svg b/scalable/actions/object-tweak-jitter-color.svg new file mode 100644 index 0000000..14fb4e0 --- /dev/null +++ b/scalable/actions/object-tweak-jitter-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/object-tweak-paint.svg b/scalable/actions/object-tweak-paint.svg new file mode 100644 index 0000000..b50f904 --- /dev/null +++ b/scalable/actions/object-tweak-paint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-effect-parameter-next-rtl.svg b/scalable/actions/path-effect-parameter-next-rtl.svg new file mode 120000 index 0000000..366449b --- /dev/null +++ b/scalable/actions/path-effect-parameter-next-rtl.svg @@ -0,0 +1 @@ +path-effect-parameter-previous.svg \ No newline at end of file diff --git a/scalable/actions/path-effect-parameter-next.svg b/scalable/actions/path-effect-parameter-next.svg new file mode 100644 index 0000000..a1483e6 --- /dev/null +++ b/scalable/actions/path-effect-parameter-next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/path-effect-parameter-previous-rtl.svg b/scalable/actions/path-effect-parameter-previous-rtl.svg new file mode 120000 index 0000000..f4f471a --- /dev/null +++ b/scalable/actions/path-effect-parameter-previous-rtl.svg @@ -0,0 +1 @@ +path-effect-parameter-next.svg \ No newline at end of file diff --git a/scalable/actions/path-effect-parameter-previous.svg b/scalable/actions/path-effect-parameter-previous.svg new file mode 100644 index 0000000..bd6f4d0 --- /dev/null +++ b/scalable/actions/path-effect-parameter-previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/previous-rtl.svg b/scalable/actions/previous-rtl.svg new file mode 120000 index 0000000..9b43b90 --- /dev/null +++ b/scalable/actions/previous-rtl.svg @@ -0,0 +1 @@ +next.svg \ No newline at end of file diff --git a/scalable/actions/show-path-outline.svg b/scalable/actions/show-path-outline.svg new file mode 100644 index 0000000..eefdf63 --- /dev/null +++ b/scalable/actions/show-path-outline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/snap-page.svg b/scalable/actions/snap-page.svg new file mode 100644 index 0000000..c6f7077 --- /dev/null +++ b/scalable/actions/snap-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/snap-text-baseline.svg b/scalable/actions/snap-text-baseline.svg new file mode 100644 index 0000000..d56dda3 --- /dev/null +++ b/scalable/actions/snap-text-baseline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/symbols.svg b/scalable/actions/symbols.svg new file mode 100644 index 0000000..d6f2185 --- /dev/null +++ b/scalable/actions/symbols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/text_horz_kern.svg b/scalable/actions/text_horz_kern.svg new file mode 100644 index 0000000..c5546ff --- /dev/null +++ b/scalable/actions/text_horz_kern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/text_letter_spacing.svg b/scalable/actions/text_letter_spacing.svg new file mode 100644 index 0000000..8baab01 --- /dev/null +++ b/scalable/actions/text_letter_spacing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/text_line_spacing.svg b/scalable/actions/text_line_spacing.svg new file mode 100644 index 0000000..351a54c --- /dev/null +++ b/scalable/actions/text_line_spacing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/text_rotation.svg b/scalable/actions/text_rotation.svg new file mode 100644 index 0000000..4aa0c17 --- /dev/null +++ b/scalable/actions/text_rotation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/text_subscript.svg b/scalable/actions/text_subscript.svg new file mode 100644 index 0000000..afd94ea --- /dev/null +++ b/scalable/actions/text_subscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/text_superscript.svg b/scalable/actions/text_superscript.svg new file mode 100644 index 0000000..836db72 --- /dev/null +++ b/scalable/actions/text_superscript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/text_vert_kern.svg b/scalable/actions/text_vert_kern.svg new file mode 100644 index 0000000..7818a3b --- /dev/null +++ b/scalable/actions/text_vert_kern.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/window-next-rtl.svg b/scalable/actions/window-next-rtl.svg new file mode 120000 index 0000000..28b2d3b --- /dev/null +++ b/scalable/actions/window-next-rtl.svg @@ -0,0 +1 @@ +window-previous.svg \ No newline at end of file diff --git a/scalable/actions/window-next.svg b/scalable/actions/window-next.svg new file mode 100644 index 0000000..163443e --- /dev/null +++ b/scalable/actions/window-next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/window-previous-rtl.svg b/scalable/actions/window-previous-rtl.svg new file mode 120000 index 0000000..29b987f --- /dev/null +++ b/scalable/actions/window-previous-rtl.svg @@ -0,0 +1 @@ +window-next.svg \ No newline at end of file diff --git a/scalable/actions/window-previous.svg b/scalable/actions/window-previous.svg new file mode 100644 index 0000000..de290a4 --- /dev/null +++ b/scalable/actions/window-previous.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/zoom-drawing.svg b/scalable/actions/zoom-drawing.svg new file mode 100644 index 0000000..3e6b337 --- /dev/null +++ b/scalable/actions/zoom-drawing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/zoom-fit-selection.svg b/scalable/actions/zoom-fit-selection.svg new file mode 100644 index 0000000..ed24631 --- /dev/null +++ b/scalable/actions/zoom-fit-selection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/zoom-next-rtl.svg b/scalable/actions/zoom-next-rtl.svg new file mode 120000 index 0000000..352b0e2 --- /dev/null +++ b/scalable/actions/zoom-next-rtl.svg @@ -0,0 +1 @@ +zoom-previous.svg \ No newline at end of file diff --git a/scalable/actions/zoom-page.svg b/scalable/actions/zoom-page.svg new file mode 100644 index 0000000..374df75 --- /dev/null +++ b/scalable/actions/zoom-page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/zoom-previous-rtl.svg b/scalable/actions/zoom-previous-rtl.svg new file mode 120000 index 0000000..cd8fada --- /dev/null +++ b/scalable/actions/zoom-previous-rtl.svg @@ -0,0 +1 @@ +zoom-next.svg \ No newline at end of file -- cgit v1.2.3-70-g09d2