From c4286cb49193d650115a090afc00f8ec4675bc33 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 22 Jun 2018 08:38:54 +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 | 48 +++++++++++++++++++++ scalable/actions/close.svg | 1 + scalable/actions/color-fill.svg | 1 + scalable/actions/eye.svg | 1 + scalable/actions/filters-invert.svg | 1 + scalable/actions/gimp-cap-butt.svg | 1 + scalable/actions/gimp-cap-round.svg | 1 + scalable/actions/gimp-cap-square.svg | 1 + scalable/actions/gimp-cursor.svg | 1 + scalable/actions/gimp-flip-horizontal.svg | 1 + scalable/actions/gimp-flip-vertical.svg | 1 + scalable/actions/gimp-gravity-east.svg | 1 + scalable/actions/gimp-gravity-north-east.svg | 1 + scalable/actions/gimp-gravity-north-west.svg | 1 + scalable/actions/gimp-gravity-north.svg | 1 + scalable/actions/gimp-gravity-south-east.svg | 1 + scalable/actions/gimp-gravity-south-west.svg | 1 + scalable/actions/gimp-gravity-south.svg | 1 + scalable/actions/gimp-gravity-west.svg | 1 + scalable/actions/gimp-invert.svg | 1 + scalable/actions/gimp-join-bevel.svg | 1 + scalable/actions/gimp-join-miter.svg | 1 + scalable/actions/gimp-join-round.svg | 1 + scalable/actions/gimp-layer.svg | 64 ++++++++++++++++++++++++++++ scalable/actions/gimp-layers.svg | 1 + scalable/actions/gimp-tool-bucket-fill.svg | 1 + scalable/actions/gimp-tool-color-picker.svg | 1 + scalable/actions/gimp-tool-crop.svg | 1 + scalable/actions/gimp-tool-warp.svg | 1 + scalable/actions/gimp-tool-zoom.svg | 1 + scalable/actions/gimp-video.svg | 1 + scalable/actions/gimp-visible.svg | 1 + scalable/actions/resize-e.svg | 1 + scalable/actions/resize-horziontal.svg | 1 + scalable/actions/resize-n.svg | 1 + scalable/actions/resize-ne.svg | 1 + scalable/actions/resize-ns.svg | 1 + scalable/actions/resize-nw.svg | 1 + scalable/actions/resize-s.svg | 1 + scalable/actions/resize-se.svg | 1 + scalable/actions/resize-sw.svg | 1 + scalable/actions/resize-vertical.svg | 1 + scalable/actions/resize-w.svg | 1 + scalable/actions/resize-we.svg | 1 + scalable/actions/stock_filters-invert.svg | 1 + scalable/actions/tool-bucket-fill.svg | 1 + scalable/actions/tool-color-picker.svg | 1 + scalable/actions/tool-warp.svg | 1 + scalable/actions/tool-zoom.svg | 1 + scalable/actions/visible.svg | 1 + 50 files changed, 160 insertions(+) create mode 120000 scalable/actions/close.svg create mode 120000 scalable/actions/color-fill.svg create mode 120000 scalable/actions/eye.svg create mode 100644 scalable/actions/filters-invert.svg create mode 120000 scalable/actions/gimp-cap-butt.svg create mode 120000 scalable/actions/gimp-cap-round.svg create mode 120000 scalable/actions/gimp-cap-square.svg create mode 120000 scalable/actions/gimp-cursor.svg create mode 120000 scalable/actions/gimp-flip-horizontal.svg create mode 120000 scalable/actions/gimp-flip-vertical.svg create mode 120000 scalable/actions/gimp-gravity-east.svg create mode 120000 scalable/actions/gimp-gravity-north-east.svg create mode 120000 scalable/actions/gimp-gravity-north-west.svg create mode 120000 scalable/actions/gimp-gravity-north.svg create mode 120000 scalable/actions/gimp-gravity-south-east.svg create mode 120000 scalable/actions/gimp-gravity-south-west.svg create mode 120000 scalable/actions/gimp-gravity-south.svg create mode 120000 scalable/actions/gimp-gravity-west.svg create mode 120000 scalable/actions/gimp-invert.svg create mode 120000 scalable/actions/gimp-join-bevel.svg create mode 120000 scalable/actions/gimp-join-miter.svg create mode 120000 scalable/actions/gimp-join-round.svg create mode 100644 scalable/actions/gimp-layer.svg create mode 120000 scalable/actions/gimp-layers.svg create mode 120000 scalable/actions/gimp-tool-bucket-fill.svg create mode 120000 scalable/actions/gimp-tool-color-picker.svg create mode 120000 scalable/actions/gimp-tool-crop.svg create mode 120000 scalable/actions/gimp-tool-warp.svg create mode 120000 scalable/actions/gimp-tool-zoom.svg create mode 120000 scalable/actions/gimp-video.svg create mode 120000 scalable/actions/gimp-visible.svg create mode 100644 scalable/actions/resize-e.svg create mode 120000 scalable/actions/resize-horziontal.svg create mode 100644 scalable/actions/resize-n.svg create mode 100644 scalable/actions/resize-ne.svg create mode 100644 scalable/actions/resize-ns.svg create mode 100644 scalable/actions/resize-nw.svg create mode 100644 scalable/actions/resize-s.svg create mode 100644 scalable/actions/resize-se.svg create mode 100644 scalable/actions/resize-sw.svg create mode 120000 scalable/actions/resize-vertical.svg create mode 100644 scalable/actions/resize-w.svg create mode 100644 scalable/actions/resize-we.svg create mode 120000 scalable/actions/stock_filters-invert.svg create mode 100644 scalable/actions/tool-bucket-fill.svg create mode 120000 scalable/actions/tool-color-picker.svg create mode 120000 scalable/actions/tool-warp.svg create mode 120000 scalable/actions/tool-zoom.svg create mode 120000 scalable/actions/visible.svg diff --git a/Makefile b/Makefile index ba7704d..da99a70 100644 --- a/Makefile +++ b/Makefile @@ -1281,6 +1281,9 @@ ICONS =\ status/password-shown\ actions/show-password\ actions/password-show\ + actions/eye\ + actions/visible\ + actions/gimp-visible\ status/thunderbolt-acquiring\ status/night-light\ status/daytime-sunrise\ @@ -1292,6 +1295,33 @@ ICONS =\ status/image-missing\ status/gtk-missing-image\ actions/gtk-missing-image\ + actions/filters-invert\ + actions/stock_filters-invert\ + actions/gimp-invert\ + actions/gimp-layer\ + actions/resize-e\ + actions/gimp-gravity-east\ + actions/resize-ne\ + actions/gimp-gravity-north-east\ + actions/resize-ns\ + actions/resize-vertical\ + actions/resize-n\ + actions/gimp-gravity-north\ + actions/resize-nw\ + actions/gimp-gravity-north-west\ + actions/resize-se\ + actions/gimp-gravity-south-east\ + actions/resize-s\ + actions/gimp-gravity-south\ + actions/resize-sw\ + actions/gimp-gravity-south-west\ + actions/resize-we\ + actions/resize-horziontal\ + actions/resize-w\ + actions/gimp-gravity-west\ + actions/tool-bucket-fill\ + actions/gimp-tool-bucket-fill\ + actions/color-fill\ actions/bitmap-trace\ actions/dialog-align-and-distribute\ actions/dialog-rows-and-columns\ @@ -1308,11 +1338,17 @@ ICONS =\ actions/paint-unknown\ actions/path-simplify\ actions/stroke-cap-butt\ + actions/gimp-cap-butt\ actions/stroke-cap-round\ + actions/gimp-cap-round\ actions/stroke-cap-square\ + actions/gimp-cap-square\ actions/stroke-join-bevel\ + actions/gimp-join-bevel\ actions/stroke-join-miter\ + actions/gimp-join-miter\ actions/stroke-join-round\ + actions/gimp-join-round\ actions/tools-wizard\ actions/dialog-fill-and-stroke\ actions/dialog-transform\ @@ -1393,6 +1429,7 @@ ICONS =\ actions/selection-top\ actions/stroke-to-path\ actions/tool-pointer\ + actions/gimp-cursor\ actions/info\ actions/gtk-dialog-info\ actions/gnome-info\ @@ -1558,6 +1595,7 @@ ICONS =\ actions/edit-rename\ actions/object-crop\ actions/tool-crop\ + actions/gimp-tool-crop\ actions/transform-crop-and-resize\ status/crop\ actions/view-calendar-day\ @@ -1594,6 +1632,8 @@ ICONS =\ apps/linphone\ actions/color-select\ actions/color-picker\ + actions/tool-color-picker\ + actions/gimp-tool-color-picker\ actions/document-open-recent\ actions/view-history\ actions/document-print-preview\ @@ -1686,6 +1726,8 @@ ICONS =\ apps/xfce4-appfinder\ apps/kfind\ actions/zoom\ + actions/tool-zoom\ + actions/gimp-tool-zoom\ actions/sticky_zoom\ actions/edit-find-replace\ actions/gtk-find-and-replace\ @@ -1735,6 +1777,8 @@ ICONS =\ actions/show-guides\ actions/snap-nodes-midpoint\ actions/tool-tweak\ + actions/tool-warp\ + actions/gimp-tool-warp\ actions/zoom-next\ actions/zoom-previous-rtl\ actions/zoom-previous\ @@ -1826,8 +1870,10 @@ ICONS =\ actions/stock_stop\ actions/stop\ actions/object-flip-horizontal\ + actions/gimp-flip-horizontal\ actions/tool-mirror\ actions/object-flip-vertical\ + actions/gimp-flip-vertical\ actions/tool-flip\ actions/object-rotate-left\ actions/tool-rotate-270\ @@ -1936,6 +1982,7 @@ ICONS =\ actions/spray-mode-union\ actions/window-close\ actions/draw-geometry-inactive\ + actions/close\ actions/paint-none\ actions/gtk-close\ actions/stock_close\ @@ -3034,6 +3081,7 @@ ICONS =\ actions/pitivi-video\ actions/videoclip-amarok\ actions/tool-animator\ + actions/gimp-video\ apps/video-player\ mimetypes/x-office-address-book\ mimetypes/contents2\ diff --git a/scalable/actions/close.svg b/scalable/actions/close.svg new file mode 120000 index 0000000..b943971 --- /dev/null +++ b/scalable/actions/close.svg @@ -0,0 +1 @@ +window-close.svg \ No newline at end of file diff --git a/scalable/actions/color-fill.svg b/scalable/actions/color-fill.svg new file mode 120000 index 0000000..3a2d533 --- /dev/null +++ b/scalable/actions/color-fill.svg @@ -0,0 +1 @@ +tool-bucket-fill.svg \ No newline at end of file diff --git a/scalable/actions/eye.svg b/scalable/actions/eye.svg new file mode 120000 index 0000000..eceae62 --- /dev/null +++ b/scalable/actions/eye.svg @@ -0,0 +1 @@ +password-show.svg \ No newline at end of file diff --git a/scalable/actions/filters-invert.svg b/scalable/actions/filters-invert.svg new file mode 100644 index 0000000..d14ee5f --- /dev/null +++ b/scalable/actions/filters-invert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/gimp-cap-butt.svg b/scalable/actions/gimp-cap-butt.svg new file mode 120000 index 0000000..d9fe125 --- /dev/null +++ b/scalable/actions/gimp-cap-butt.svg @@ -0,0 +1 @@ +stroke-cap-butt.svg \ No newline at end of file diff --git a/scalable/actions/gimp-cap-round.svg b/scalable/actions/gimp-cap-round.svg new file mode 120000 index 0000000..203eed7 --- /dev/null +++ b/scalable/actions/gimp-cap-round.svg @@ -0,0 +1 @@ +stroke-cap-round.svg \ No newline at end of file diff --git a/scalable/actions/gimp-cap-square.svg b/scalable/actions/gimp-cap-square.svg new file mode 120000 index 0000000..31e90fb --- /dev/null +++ b/scalable/actions/gimp-cap-square.svg @@ -0,0 +1 @@ +stroke-cap-square.svg \ No newline at end of file diff --git a/scalable/actions/gimp-cursor.svg b/scalable/actions/gimp-cursor.svg new file mode 120000 index 0000000..2c4ee5c --- /dev/null +++ b/scalable/actions/gimp-cursor.svg @@ -0,0 +1 @@ +tool-pointer.svg \ No newline at end of file diff --git a/scalable/actions/gimp-flip-horizontal.svg b/scalable/actions/gimp-flip-horizontal.svg new file mode 120000 index 0000000..e9c531d --- /dev/null +++ b/scalable/actions/gimp-flip-horizontal.svg @@ -0,0 +1 @@ +object-flip-horizontal.svg \ No newline at end of file diff --git a/scalable/actions/gimp-flip-vertical.svg b/scalable/actions/gimp-flip-vertical.svg new file mode 120000 index 0000000..e2b2498 --- /dev/null +++ b/scalable/actions/gimp-flip-vertical.svg @@ -0,0 +1 @@ +object-flip-vertical.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-east.svg b/scalable/actions/gimp-gravity-east.svg new file mode 120000 index 0000000..18bd721 --- /dev/null +++ b/scalable/actions/gimp-gravity-east.svg @@ -0,0 +1 @@ +resize-e.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-north-east.svg b/scalable/actions/gimp-gravity-north-east.svg new file mode 120000 index 0000000..ac7f3f5 --- /dev/null +++ b/scalable/actions/gimp-gravity-north-east.svg @@ -0,0 +1 @@ +resize-ne.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-north-west.svg b/scalable/actions/gimp-gravity-north-west.svg new file mode 120000 index 0000000..94b8722 --- /dev/null +++ b/scalable/actions/gimp-gravity-north-west.svg @@ -0,0 +1 @@ +resize-nw.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-north.svg b/scalable/actions/gimp-gravity-north.svg new file mode 120000 index 0000000..8105026 --- /dev/null +++ b/scalable/actions/gimp-gravity-north.svg @@ -0,0 +1 @@ +resize-n.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-south-east.svg b/scalable/actions/gimp-gravity-south-east.svg new file mode 120000 index 0000000..55bb4b0 --- /dev/null +++ b/scalable/actions/gimp-gravity-south-east.svg @@ -0,0 +1 @@ +resize-se.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-south-west.svg b/scalable/actions/gimp-gravity-south-west.svg new file mode 120000 index 0000000..41a5486 --- /dev/null +++ b/scalable/actions/gimp-gravity-south-west.svg @@ -0,0 +1 @@ +resize-sw.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-south.svg b/scalable/actions/gimp-gravity-south.svg new file mode 120000 index 0000000..0dceba7 --- /dev/null +++ b/scalable/actions/gimp-gravity-south.svg @@ -0,0 +1 @@ +resize-s.svg \ No newline at end of file diff --git a/scalable/actions/gimp-gravity-west.svg b/scalable/actions/gimp-gravity-west.svg new file mode 120000 index 0000000..564ee58 --- /dev/null +++ b/scalable/actions/gimp-gravity-west.svg @@ -0,0 +1 @@ +resize-w.svg \ No newline at end of file diff --git a/scalable/actions/gimp-invert.svg b/scalable/actions/gimp-invert.svg new file mode 120000 index 0000000..0c194a0 --- /dev/null +++ b/scalable/actions/gimp-invert.svg @@ -0,0 +1 @@ +filters-invert.svg \ No newline at end of file diff --git a/scalable/actions/gimp-join-bevel.svg b/scalable/actions/gimp-join-bevel.svg new file mode 120000 index 0000000..1b2b69e --- /dev/null +++ b/scalable/actions/gimp-join-bevel.svg @@ -0,0 +1 @@ +stroke-join-bevel.svg \ No newline at end of file diff --git a/scalable/actions/gimp-join-miter.svg b/scalable/actions/gimp-join-miter.svg new file mode 120000 index 0000000..7788e8b --- /dev/null +++ b/scalable/actions/gimp-join-miter.svg @@ -0,0 +1 @@ +stroke-join-miter.svg \ No newline at end of file diff --git a/scalable/actions/gimp-join-round.svg b/scalable/actions/gimp-join-round.svg new file mode 120000 index 0000000..5c41aa7 --- /dev/null +++ b/scalable/actions/gimp-join-round.svg @@ -0,0 +1 @@ +stroke-join-round.svg \ No newline at end of file diff --git a/scalable/actions/gimp-layer.svg b/scalable/actions/gimp-layer.svg new file mode 100644 index 0000000..ca4ff24 --- /dev/null +++ b/scalable/actions/gimp-layer.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/scalable/actions/gimp-layers.svg b/scalable/actions/gimp-layers.svg new file mode 120000 index 0000000..2af6346 --- /dev/null +++ b/scalable/actions/gimp-layers.svg @@ -0,0 +1 @@ +dialog-layers.svg \ No newline at end of file diff --git a/scalable/actions/gimp-tool-bucket-fill.svg b/scalable/actions/gimp-tool-bucket-fill.svg new file mode 120000 index 0000000..3a2d533 --- /dev/null +++ b/scalable/actions/gimp-tool-bucket-fill.svg @@ -0,0 +1 @@ +tool-bucket-fill.svg \ No newline at end of file diff --git a/scalable/actions/gimp-tool-color-picker.svg b/scalable/actions/gimp-tool-color-picker.svg new file mode 120000 index 0000000..d10c48d --- /dev/null +++ b/scalable/actions/gimp-tool-color-picker.svg @@ -0,0 +1 @@ +tool-color-picker.svg \ No newline at end of file diff --git a/scalable/actions/gimp-tool-crop.svg b/scalable/actions/gimp-tool-crop.svg new file mode 120000 index 0000000..b54641d --- /dev/null +++ b/scalable/actions/gimp-tool-crop.svg @@ -0,0 +1 @@ +tool-crop.svg \ No newline at end of file diff --git a/scalable/actions/gimp-tool-warp.svg b/scalable/actions/gimp-tool-warp.svg new file mode 120000 index 0000000..acb2387 --- /dev/null +++ b/scalable/actions/gimp-tool-warp.svg @@ -0,0 +1 @@ +tool-warp.svg \ No newline at end of file diff --git a/scalable/actions/gimp-tool-zoom.svg b/scalable/actions/gimp-tool-zoom.svg new file mode 120000 index 0000000..409ac21 --- /dev/null +++ b/scalable/actions/gimp-tool-zoom.svg @@ -0,0 +1 @@ +tool-zoom.svg \ No newline at end of file diff --git a/scalable/actions/gimp-video.svg b/scalable/actions/gimp-video.svg new file mode 120000 index 0000000..b9ac114 --- /dev/null +++ b/scalable/actions/gimp-video.svg @@ -0,0 +1 @@ +tool-animator.svg \ No newline at end of file diff --git a/scalable/actions/gimp-visible.svg b/scalable/actions/gimp-visible.svg new file mode 120000 index 0000000..f547c68 --- /dev/null +++ b/scalable/actions/gimp-visible.svg @@ -0,0 +1 @@ +visible.svg \ No newline at end of file diff --git a/scalable/actions/resize-e.svg b/scalable/actions/resize-e.svg new file mode 100644 index 0000000..0de79cd --- /dev/null +++ b/scalable/actions/resize-e.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-horziontal.svg b/scalable/actions/resize-horziontal.svg new file mode 120000 index 0000000..f0a8f5d --- /dev/null +++ b/scalable/actions/resize-horziontal.svg @@ -0,0 +1 @@ +resize-we.svg \ No newline at end of file diff --git a/scalable/actions/resize-n.svg b/scalable/actions/resize-n.svg new file mode 100644 index 0000000..c2fd745 --- /dev/null +++ b/scalable/actions/resize-n.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-ne.svg b/scalable/actions/resize-ne.svg new file mode 100644 index 0000000..9d216df --- /dev/null +++ b/scalable/actions/resize-ne.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-ns.svg b/scalable/actions/resize-ns.svg new file mode 100644 index 0000000..64568f0 --- /dev/null +++ b/scalable/actions/resize-ns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-nw.svg b/scalable/actions/resize-nw.svg new file mode 100644 index 0000000..ee1a9bc --- /dev/null +++ b/scalable/actions/resize-nw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-s.svg b/scalable/actions/resize-s.svg new file mode 100644 index 0000000..2cb8ebe --- /dev/null +++ b/scalable/actions/resize-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-se.svg b/scalable/actions/resize-se.svg new file mode 100644 index 0000000..65da67e --- /dev/null +++ b/scalable/actions/resize-se.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-sw.svg b/scalable/actions/resize-sw.svg new file mode 100644 index 0000000..4f9d457 --- /dev/null +++ b/scalable/actions/resize-sw.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-vertical.svg b/scalable/actions/resize-vertical.svg new file mode 120000 index 0000000..e811397 --- /dev/null +++ b/scalable/actions/resize-vertical.svg @@ -0,0 +1 @@ +resize-ns.svg \ No newline at end of file diff --git a/scalable/actions/resize-w.svg b/scalable/actions/resize-w.svg new file mode 100644 index 0000000..dc04b3f --- /dev/null +++ b/scalable/actions/resize-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/resize-we.svg b/scalable/actions/resize-we.svg new file mode 100644 index 0000000..f41802e --- /dev/null +++ b/scalable/actions/resize-we.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/stock_filters-invert.svg b/scalable/actions/stock_filters-invert.svg new file mode 120000 index 0000000..0c194a0 --- /dev/null +++ b/scalable/actions/stock_filters-invert.svg @@ -0,0 +1 @@ +filters-invert.svg \ No newline at end of file diff --git a/scalable/actions/tool-bucket-fill.svg b/scalable/actions/tool-bucket-fill.svg new file mode 100644 index 0000000..38e60a2 --- /dev/null +++ b/scalable/actions/tool-bucket-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/scalable/actions/tool-color-picker.svg b/scalable/actions/tool-color-picker.svg new file mode 120000 index 0000000..aed2477 --- /dev/null +++ b/scalable/actions/tool-color-picker.svg @@ -0,0 +1 @@ +color-picker.svg \ No newline at end of file diff --git a/scalable/actions/tool-warp.svg b/scalable/actions/tool-warp.svg new file mode 120000 index 0000000..cd8f11d --- /dev/null +++ b/scalable/actions/tool-warp.svg @@ -0,0 +1 @@ +tool-tweak.svg \ No newline at end of file diff --git a/scalable/actions/tool-zoom.svg b/scalable/actions/tool-zoom.svg new file mode 120000 index 0000000..c8bb81f --- /dev/null +++ b/scalable/actions/tool-zoom.svg @@ -0,0 +1 @@ +zoom.svg \ No newline at end of file diff --git a/scalable/actions/visible.svg b/scalable/actions/visible.svg new file mode 120000 index 0000000..eceae62 --- /dev/null +++ b/scalable/actions/visible.svg @@ -0,0 +1 @@ +password-show.svg \ No newline at end of file -- cgit v1.2.3-70-g09d2