aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-06-22 05:23:11 +0200
committerMattias Andrée <maandree@kth.se>2018-06-22 05:23:11 +0200
commit244be2cf3470f716ada70190340c667971773cde (patch)
treefa013180ae1ee87d9afb63325c39f8883af5e660
parentImprove icons (diff)
downloadsimple-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>
-rw-r--r--Makefile22
-rw-r--r--scalable/actions/dialog-fill-and-stroke.svg1
-rw-r--r--scalable/actions/dialog-transform.svg1
-rw-r--r--scalable/actions/draw-cuboid.svg1
l---------scalable/actions/draw-geometry-inactive.svg1
l---------scalable/actions/no-marker.svg1
-rw-r--r--scalable/actions/path-mode-bspline.svg1
-rw-r--r--scalable/actions/path-mode-polyline-paraxial.svg1
-rw-r--r--scalable/actions/path-mode-polyline.svg1
-rw-r--r--scalable/actions/transform-move-horizontal.svg1
-rw-r--r--scalable/actions/transform-move-vertical.svg1
-rw-r--r--scalable/actions/transform-rotate.svg1
-rw-r--r--scalable/actions/transform-scale-horizontal.svg1
-rw-r--r--scalable/actions/transform-scale-vertical.svg1
-rw-r--r--scalable/actions/transform-skew-horizontal.svg1
-rw-r--r--scalable/actions/transform-skew-vertical.svg1
l---------scalable/actions/transform-translate-horizontal.svg1
l---------scalable/actions/transform-translate-vertical.svg1
l---------scalable/actions/transform-translate.svg1
l---------scalable/actions/translate-horizontal.svg1
l---------scalable/actions/translate-vertical.svg1
-rw-r--r--scalable/actions/zoom-double-size.svg1
-rw-r--r--scalable/actions/zoom-half-size.svg1
23 files changed, 44 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2883a0..ee3c424 100644
--- a/Makefile
+++ b/Makefile
@@ -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\
diff --git a/scalable/actions/dialog-fill-and-stroke.svg b/scalable/actions/dialog-fill-and-stroke.svg
new file mode 100644
index 0000000..b4ae499
--- /dev/null
+++ b/scalable/actions/dialog-fill-and-stroke.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m1 13 11-12v-.5h-11.5v12.5z" fill="#bebebe" fill-rule="evenodd" opacity=".35"/><path d="m1.0000031 15.127317c2.7210758.000981 2.4433392-2.963717 3.7645278-3.78917 1.531002-.956544 2.8726918.228725 3.140554 1.204166.3379982 1.230831-.2954653 2.237208-1.1372903 2.781428-1.6148697 1.043993-5.5101624.801454-5.7677915-.196424z" fill="#b6b6b6" stroke-width=".883162"/><path d="m15.41632 1.33497c.30837-.6658-.16372-.9212-.73242-.3567-3.99874 3.9688-4.6839 4-8.42383 9.1497 1.00355.0377 1.86506.6864 2.3125 1.6228 4.42743-4.7725 4.92644-7.3334 6.84375-10.4158z" fill="#b6b6b6"/><path d="m0 0v13h1v-12h11v-1z" fill="#bebebe"/></svg> \ No newline at end of file
diff --git a/scalable/actions/dialog-transform.svg b/scalable/actions/dialog-transform.svg
new file mode 100644
index 0000000..2e229e8
--- /dev/null
+++ b/scalable/actions/dialog-transform.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m0-6h6v6h-6z" fill="#bebebe" stroke-width="1.095445" transform="rotate(90)"/><path d="m3-9.0000003a6 6 0 0 1 6.0000001-5.9999997 6 6 0 0 1 5.9999999 6 6 6 0 0 1 -5.9999998 6" style="fill:none;stroke:#bebebe;stroke-width:2;stroke-linecap:square;stroke-linejoin:round;stroke-dashoffset:2078.737305" transform="rotate(90)"/><path d="m10 0-3 3 3 3z" fill="#bebebe" fill-rule="evenodd"/></svg> \ No newline at end of file
diff --git a/scalable/actions/draw-cuboid.svg b/scalable/actions/draw-cuboid.svg
new file mode 100644
index 0000000..223f80c
--- /dev/null
+++ b/scalable/actions/draw-cuboid.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m6.728366 6.7895967-5.149614-3.859619-.138544 7.6501323 5.278939 4.676216z" fill="#bebebe" fill-rule="evenodd" opacity=".5" stroke-width=".663204"/><path d="m6.8000547 15.426517 7.6649463-2.864242.148608-8.1427086-5.7539542-3.86670997-7.3253165 2.25053577-.1485435 7.8357908z" fill="none" stroke="#bebebe" stroke-linecap="square" stroke-width="1.000011"/><path d="m14.702053 4.4377605-7.903785 2.823636-5.570221-4.4387244 7.470114-2.1855059z" fill="#bebebe" fill-rule="evenodd" stroke-width=".663204"/><path d="m7.0624146 15.181675v-8.4726213" fill="none" stroke="#bebebe"/></svg> \ No newline at end of file
diff --git a/scalable/actions/draw-geometry-inactive.svg b/scalable/actions/draw-geometry-inactive.svg
new file mode 120000
index 0000000..b943971
--- /dev/null
+++ b/scalable/actions/draw-geometry-inactive.svg
@@ -0,0 +1 @@
+window-close.svg \ No newline at end of file
diff --git a/scalable/actions/no-marker.svg b/scalable/actions/no-marker.svg
new file mode 120000
index 0000000..e52154a
--- /dev/null
+++ b/scalable/actions/no-marker.svg
@@ -0,0 +1 @@
+remove.svg \ No newline at end of file
diff --git a/scalable/actions/path-mode-bspline.svg b/scalable/actions/path-mode-bspline.svg
new file mode 100644
index 0000000..daea825
--- /dev/null
+++ b/scalable/actions/path-mode-bspline.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#bebebe" stroke-linecap="round" stroke-linejoin="round"><path d="m15.455806.5h-14.9559935l.000375 14.955806"/><path d="m13.96888 4.017007c-6.2706744-.0718401-9.9562036 4.0829659-9.9687499 9.968751" stroke-width="2"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/path-mode-polyline-paraxial.svg b/scalable/actions/path-mode-polyline-paraxial.svg
new file mode 100644
index 0000000..2d74884
--- /dev/null
+++ b/scalable/actions/path-mode-polyline-paraxial.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m12 1.0347425v13.9409975l-5 .02426v-10.0123875l-6 .000255v5.9999995h13.983427" fill="none" stroke="#bebebe" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg> \ No newline at end of file
diff --git a/scalable/actions/path-mode-polyline.svg b/scalable/actions/path-mode-polyline.svg
new file mode 100644
index 0000000..3ffbd88
--- /dev/null
+++ b/scalable/actions/path-mode-polyline.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m14.7919 12.433463-13.5964818-7.1873403 5.0782912-4.2196924-2.8295818 13.9471477 9.3669404-7.9012449" fill="none" stroke="#bebebe" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.999994"/></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-move-horizontal.svg b/scalable/actions/transform-move-horizontal.svg
new file mode 100644
index 0000000..c0c33fa
--- /dev/null
+++ b/scalable/actions/transform-move-horizontal.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m3 11.000021v2h6.0000003v2l3.9999997-3-3.9999997-3.0000004v2.0000004z"/><path d="m9 0h7v7h-7z"/><path d="m0 0h7v7h-7z" opacity=".35"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-move-vertical.svg b/scalable/actions/transform-move-vertical.svg
new file mode 100644
index 0000000..75ca356
--- /dev/null
+++ b/scalable/actions/transform-move-vertical.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m5 13h-2v-6.0000003h-2l3-3.9999997 3.0000004 3.9999997h-2.0000004z"/><g transform="matrix(0 -1 -1 0 0 0)"><path d="m-7-16.000021h7v7h-7z"/><path d="m-16-16.000021h7v7h-7z" opacity=".35"/></g></g></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-rotate.svg b/scalable/actions/transform-rotate.svg
new file mode 100644
index 0000000..d3fbd3e
--- /dev/null
+++ b/scalable/actions/transform-rotate.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m3-11h10v6h-10z" fill="#bebebe" opacity=".35" transform="scale(1 -1)"/><path d="m-7.928203-13.928203h10v6h-10z" fill="#bebebe" transform="matrix(.5 -.8660254 -.8660254 -.5 0 0)"/><g transform="translate(.375 14.875)"><path d="m3.8777581-11.026351-2.5877138.815384-.5874245-2.648551z" fill="#bebebe" fill-rule="evenodd"/><path d="m2.1882621-11.4903c-.080999-2.129738 2.6001051-2.865338 3.8461941-2.145908" fill="none" stroke="#bebebe" stroke-linecap="round"/></g><g transform="matrix(-1 0 0 -1 15.995363 1.290719)"><path d="m3.8777581-11.026351-2.5877138.815384-.5874245-2.648551z" fill="#bebebe" fill-rule="evenodd"/><path d="m2.1882621-11.4903c-.080999-2.129738 2.6001051-2.865338 3.8461941-2.145908" fill="none" stroke="#bebebe" stroke-linecap="round"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-scale-horizontal.svg b/scalable/actions/transform-scale-horizontal.svg
new file mode 100644
index 0000000..a264f3e
--- /dev/null
+++ b/scalable/actions/transform-scale-horizontal.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m0 0h16v7h-16z" opacity=".35"/><path d="m4 9-4 3 4 3v-2h8v2l4-3-4-3v2h-8z"/><path d="m4 0h8v7h-8z"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-scale-vertical.svg b/scalable/actions/transform-scale-vertical.svg
new file mode 100644
index 0000000..cbfe789
--- /dev/null
+++ b/scalable/actions/transform-scale-vertical.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m0-16h16v7h-16z" opacity=".35" transform="rotate(90)"/><path d="m7 4-3-4-3 4h2v8h-2l3 4 3-4h-2v-8z"/><path d="m4-16h8v7h-8z" transform="rotate(90)"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-skew-horizontal.svg b/scalable/actions/transform-skew-horizontal.svg
new file mode 100644
index 0000000..509c0f6
--- /dev/null
+++ b/scalable/actions/transform-skew-horizontal.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m4 5h8v6h-8z" opacity=".35"/><path d="m7 14h-5v1.5l-2-2 2-2v1.5h5z"/><path d="m9 2h5v-1.50000003l2 2.00000003-2 2v-1.5h-5z"/><path d="m12 7.071068h8v8.485281h-8z" transform="matrix(1 0 -.70710678 .70710678 0 0)"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-skew-vertical.svg b/scalable/actions/transform-skew-vertical.svg
new file mode 100644
index 0000000..a814335
--- /dev/null
+++ b/scalable/actions/transform-skew-vertical.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m-12-11h8v6h-8z" opacity=".35" transform="matrix(0 -1 -1 0 0 0)"/><path d="m2 9v5h-1.5l2 2 2-2h-1.5v-5z"/><path d="m14 7v-5h1.5l-2-2-2 2h1.5v5z"/><path d="m-20-15.556349h8v8.485281h-8z" transform="matrix(0 -1 -.70710678 .70710678 0 0)"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/transform-translate-horizontal.svg b/scalable/actions/transform-translate-horizontal.svg
new file mode 120000
index 0000000..9bc4019
--- /dev/null
+++ b/scalable/actions/transform-translate-horizontal.svg
@@ -0,0 +1 @@
+transform-move-horizontal.svg \ No newline at end of file
diff --git a/scalable/actions/transform-translate-vertical.svg b/scalable/actions/transform-translate-vertical.svg
new file mode 120000
index 0000000..77506cc
--- /dev/null
+++ b/scalable/actions/transform-translate-vertical.svg
@@ -0,0 +1 @@
+transform-move-vertical.svg \ No newline at end of file
diff --git a/scalable/actions/transform-translate.svg b/scalable/actions/transform-translate.svg
new file mode 120000
index 0000000..fa26bd3
--- /dev/null
+++ b/scalable/actions/transform-translate.svg
@@ -0,0 +1 @@
+transform-move.svg \ No newline at end of file
diff --git a/scalable/actions/translate-horizontal.svg b/scalable/actions/translate-horizontal.svg
new file mode 120000
index 0000000..a86799c
--- /dev/null
+++ b/scalable/actions/translate-horizontal.svg
@@ -0,0 +1 @@
+transform-translate-horizontal.svg \ No newline at end of file
diff --git a/scalable/actions/translate-vertical.svg b/scalable/actions/translate-vertical.svg
new file mode 120000
index 0000000..07ef548
--- /dev/null
+++ b/scalable/actions/translate-vertical.svg
@@ -0,0 +1 @@
+transform-translate-vertical.svg \ No newline at end of file
diff --git a/scalable/actions/zoom-double-size.svg b/scalable/actions/zoom-double-size.svg
new file mode 100644
index 0000000..41803a4
--- /dev/null
+++ b/scalable/actions/zoom-double-size.svg
@@ -0,0 +1 @@
+<svg height="16" width="15.981825" xmlns="http://www.w3.org/2000/svg"><path d="m3.1875 2c-.6627 0-1.1875.54899-1.1875 1.21875v9.5625c0 .66976.5248 1.21875 1.1875 1.21875h9.625c.6627 0 1.1875-.54899 1.1875-1.21875v-9.5625c0-.66976-.5248-1.21875-1.1875-1.21875zm.8125 3h3v4h-2v2h2v1h-1.5-1.5v-4h2v-2h-2zm6 0h1.5.5v.5 6.5h-1v-6h-1zm-2 2h1v1h-1zm0 3h1v1h-1z" fill="#bebebe"/></svg> \ No newline at end of file
diff --git a/scalable/actions/zoom-half-size.svg b/scalable/actions/zoom-half-size.svg
new file mode 100644
index 0000000..0c0f39e
--- /dev/null
+++ b/scalable/actions/zoom-half-size.svg
@@ -0,0 +1 @@
+<svg height="16" width="15.981825" xmlns="http://www.w3.org/2000/svg"><path d="m3.1875 2c-.6627 0-1.1875.54899-1.1875 1.21875v9.5625c0 .66976.5248 1.21875 1.1875 1.21875h9.625c.6627 0 1.1875-.54899 1.1875-1.21875v-9.5625c0-.66976-.5248-1.21875-1.1875-1.21875zm.8125 3h1.5.5v.5 6.5h-1v-6h-1zm5 0h3v4h-2v2h2v1h-1.5-1.5v-4h2v-2h-2zm-2 2h1v1h-1zm0 3h1v1h-1z" fill="#bebebe"/></svg> \ No newline at end of file