aboutsummaryrefslogtreecommitdiff
path: root/icon-theme
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-12 09:48:22 -0400
committerKen Moore <ken@ixsystems.com>2017-04-12 09:48:22 -0400
commitdf9eb7f688d62893dfb7a8409e27623c443a7313 (patch)
tree721e08fb74b323f9e8a35f2258c4110d6741e37e /icon-theme
parentAdd an additional icon search fallback for mimetype icons (use the *-x-generi... (diff)
downloadlumina-df9eb7f688d62893dfb7a8409e27623c443a7313.tar.gz
lumina-df9eb7f688d62893dfb7a8409e27623c443a7313.tar.bz2
lumina-df9eb7f688d62893dfb7a8409e27623c443a7313.zip
Get the "places" cateogory all set up. Only missing a "start-here" icon (not used by Lumina - so it is a low priority).
Diffstat (limited to 'icon-theme')
-rw-r--r--icon-theme/material-icons-light/places/places.list4
-rw-r--r--icon-theme/material-icons-light/places/user-bookmarks.svg5
-rw-r--r--icon-theme/material-icons-light/places/user-desktop.svg5
-rw-r--r--icon-theme/material-icons-light/places/user-home.svg1
-rw-r--r--icon-theme/material-icons-light/places/user-trash-empty.svg5
-rw-r--r--icon-theme/material-icons-light/places/user-trash.svg1
6 files changed, 17 insertions, 4 deletions
diff --git a/icon-theme/material-icons-light/places/places.list b/icon-theme/material-icons-light/places/places.list
index d0c4fcc3..baaa2605 100644
--- a/icon-theme/material-icons-light/places/places.list
+++ b/icon-theme/material-icons-light/places/places.list
@@ -1,5 +1 @@
start-here The icon used by the desktop's main menu for accessing places, applications, and other features.
-user-bookmarks The icon for the user's special “Bookmarks” place.
-user-desktop The icon for the special “Desktop” directory of the user.
-user-home The icon for the special “Home” directory of the user.
-user-trash The icon for the user's “Trash” place in the desktop's file manager.
diff --git a/icon-theme/material-icons-light/places/user-bookmarks.svg b/icon-theme/material-icons-light/places/user-bookmarks.svg
new file mode 100644
index 00000000..46bb8b84
--- /dev/null
+++ b/icon-theme/material-icons-light/places/user-bookmarks.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
+ <path fill="#000000" fill-opacity="1" stroke-linejoin="round" d="M 6,4L 11,4L 11,12L 8.5,10.5L 6,12M 18,2L 6,2C 4.9,2 4,2.9 4,4L 4,20C 4,21.1 4.9,22 6,22L 18,22C 19.1,22 20,21.1 20,20L 20,4C 20,2.9 19.1,2 18,2 Z "/>
+</svg>
diff --git a/icon-theme/material-icons-light/places/user-desktop.svg b/icon-theme/material-icons-light/places/user-desktop.svg
new file mode 100644
index 00000000..9e37166d
--- /dev/null
+++ b/icon-theme/material-icons-light/places/user-desktop.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
+ <path fill="#000000" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 20.9994,13.9981L 2.99941,13.9981L 2.99941,3.99807L 20.9994,3.99807M 20.9994,1.99807L 2.99941,1.99807C 1.89441,1.99807 0.99941,2.89406 0.99941,3.99807L 0.99941,15.9981C 0.99941,17.1031 1.89441,17.9981 2.99941,17.9981L 9.99941,17.9981L 7.99941,20.9981L 7.99941,21.9981L 15.9994,21.9981L 15.9994,20.9981L 13.9994,17.9981L 20.9994,17.9981C 22.1034,17.9981 22.9994,17.1031 22.9994,15.9981L 22.9994,3.99807C 22.9994,2.89406 22.1034,1.99807 20.9994,1.99807 Z "/>
+</svg>
diff --git a/icon-theme/material-icons-light/places/user-home.svg b/icon-theme/material-icons-light/places/user-home.svg
new file mode 100644
index 00000000..53e08c69
--- /dev/null
+++ b/icon-theme/material-icons-light/places/user-home.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M20 40V28h8v12h10V24h6L24 6 4 24h6v16z"/></svg> \ No newline at end of file
diff --git a/icon-theme/material-icons-light/places/user-trash-empty.svg b/icon-theme/material-icons-light/places/user-trash-empty.svg
new file mode 100644
index 00000000..6d4fd183
--- /dev/null
+++ b/icon-theme/material-icons-light/places/user-trash-empty.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve">
+ <path fill="#000000" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 20.3689,8.90688L 19.3689,10.6389L 7.24453,3.63893L 8.24453,1.90688L 11.2756,3.65688L 12.6416,3.29085L 16.9718,5.79085L 17.3378,7.15688L 20.3689,8.90688 Z M 6,19L 6,7L 11.0661,7L 18,11.0033L 18,19C 18,20.1 17.1,21 16,21L 8,21C 6.9,21 6,20.1 6,19 Z "/>
+</svg>
diff --git a/icon-theme/material-icons-light/places/user-trash.svg b/icon-theme/material-icons-light/places/user-trash.svg
new file mode 100644
index 00000000..3051156c
--- /dev/null
+++ b/icon-theme/material-icons-light/places/user-trash.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M12 38c0 2.21 1.79 4 4 4h16c2.21 0 4-1.79 4-4V14H12v24zM38 8h-7l-2-2H19l-2 2h-7v4h28V8z"/></svg> \ No newline at end of file
bgstack15