From 5197094f47f50802b9e85ecad26abf1c30895c27 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Apr 2013 23:13:08 +0200 Subject: [PATCH] Add (initial) support for symbolic icons --- .../lubuntu/actions/24/edit-find-replace.svg | 119 +---- .../icons/lubuntu/actions/24/edit-find.svg | 109 +---- .../apps/16/accessories-character-map.svg | 1 + .../icons/lubuntu/apps/16/gnome-disks.svg | 38 ++ usr/share/icons/lubuntu/apps/16/gpicview.svg | 207 ++++++++ usr/share/icons/lubuntu/apps/16/gucharmap.svg | 71 +++ usr/share/icons/lubuntu/apps/16/inkscape.svg | 53 ++ usr/share/icons/lubuntu/apps/16/mtpaint.svg | 62 +++ .../icons/lubuntu/apps/16/softwarecenter.svg | 199 +++++++- usr/share/icons/lubuntu/apps/16/xpad.svg | 59 +++ .../apps/22/accessories-character-map.svg | 1 + usr/share/icons/lubuntu/apps/22/firefox.svg | 92 +--- .../icons/lubuntu/apps/22/galculator.svg | 61 ++- usr/share/icons/lubuntu/apps/22/gimp.svg | 27 +- .../icons/lubuntu/apps/22/gnome-disks.svg | 102 ++++ usr/share/icons/lubuntu/apps/22/gpicview.svg | 101 ++++ usr/share/icons/lubuntu/apps/22/gucharmap.svg | 80 ++++ usr/share/icons/lubuntu/apps/22/inkscape.svg | 79 +++ .../apps/22/libreoffice-startcenter.svg | 1 + usr/share/icons/lubuntu/apps/22/mtpaint.svg | 135 ++++++ .../icons/lubuntu/apps/22/softwarecenter.svg | 154 +++++- .../apps/24/accessories-character-map.svg | 1 + usr/share/icons/lubuntu/apps/24/firefox.svg | 86 +--- .../icons/lubuntu/apps/24/galculator.svg | 63 ++- usr/share/icons/lubuntu/apps/24/gimp.svg | 14 +- .../icons/lubuntu/apps/24/gnome-disks.svg | 102 ++++ usr/share/icons/lubuntu/apps/24/gpicview.svg | 108 +++++ usr/share/icons/lubuntu/apps/24/gucharmap.svg | 81 ++++ usr/share/icons/lubuntu/apps/24/inkscape.svg | 88 ++++ usr/share/icons/lubuntu/apps/24/mtpaint.svg | 141 ++++++ .../icons/lubuntu/apps/24/softwarecenter.svg | 354 +++++++++++++- .../apps/48/accessories-character-map.svg | 1 + usr/share/icons/lubuntu/apps/48/audacious.svg | 24 +- usr/share/icons/lubuntu/apps/48/brasero.svg | 68 +-- usr/share/icons/lubuntu/apps/48/evince.svg | 222 +-------- usr/share/icons/lubuntu/apps/48/firefox.svg | 175 +++---- .../icons/lubuntu/apps/48/gnome-disks.svg | 127 +++++ .../icons/lubuntu/apps/48/gnome-mplayer.svg | 453 +++--------------- usr/share/icons/lubuntu/apps/48/gpicview.svg | 115 +++++ usr/share/icons/lubuntu/apps/48/gucharmap.svg | 75 +++ .../icons/lubuntu/apps/48/lxscreenshot.svg | 77 +-- usr/share/icons/lubuntu/apps/48/lxtask.svg | 44 +- usr/share/icons/lubuntu/apps/48/midori.svg | 15 +- usr/share/icons/lubuntu/apps/48/mtpaint.svg | 124 +++++ .../icons/lubuntu/apps/48/penguin-pegged.svg | 78 ++- .../apps/48/preferences-desktop-theme.svg | 166 +------ usr/share/icons/lubuntu/apps/48/terminal.svg | 10 +- .../icons/lubuntu/devices/22/battery.svg | 412 ++++++++++++++++ .../lubuntu/devices/22/drive-harddisk.svg | 89 ++++ .../icons/lubuntu/devices/24/battery.svg | 412 ++++++++++++++++ .../lubuntu/devices/24/drive-harddisk.svg | 89 ++++ .../icons/lubuntu/devices/48/battery.svg | 429 +++++++++++++++++ usr/share/icons/lubuntu/index.theme | 26 +- .../panel/22/sylpheed-panel-unread.svg | 102 +--- .../icons/lubuntu/panel/22/sylpheed-panel.svg | 86 +--- .../panel/24/sylpheed-panel-unread.svg | 104 +--- .../icons/lubuntu/panel/24/sylpheed-panel.svg | 95 +--- .../symbolic/document-properties-symbolic.svg | 21 + .../lubuntu/symbolic/edit-find-symbolic.svg | 21 + .../lubuntu/symbolic/emblem-ok-symbolic.svg | 20 + .../symbolic/emblem-system-symbolic.svg | 20 + .../lubuntu/symbolic/go-bottom-symbolic.svg | 27 ++ .../lubuntu/symbolic/go-down-symbolic.svg | 27 ++ .../lubuntu/symbolic/go-first-symbolic.svg | 27 ++ .../lubuntu/symbolic/go-last-symbolic.svg | 27 ++ .../lubuntu/symbolic/go-next-symbolic.svg | 27 ++ .../lubuntu/symbolic/go-previous-symbolic.svg | 27 ++ .../lubuntu/symbolic/go-top-symbolic.svg | 27 ++ .../icons/lubuntu/symbolic/go-up-symbolic.svg | 27 ++ .../lubuntu/symbolic/list-add-symbolic.svg | 20 + .../lubuntu/symbolic/list-remove-symbolic.svg | 20 + .../media-playback-start-symbolic.svg | 20 + .../symbolic/media-playback-stop-symbolic.svg | 20 + .../symbolic/object-select-symbolic.svg | 1 + .../lubuntu/symbolic/system-run-symbolic.svg | 1 + .../symbolic/system-shutdown-symbolic.svg | 20 + 76 files changed, 5015 insertions(+), 1792 deletions(-) create mode 120000 usr/share/icons/lubuntu/apps/16/accessories-character-map.svg create mode 100644 usr/share/icons/lubuntu/apps/16/gnome-disks.svg create mode 100644 usr/share/icons/lubuntu/apps/16/gpicview.svg create mode 100644 usr/share/icons/lubuntu/apps/16/gucharmap.svg create mode 100644 usr/share/icons/lubuntu/apps/16/inkscape.svg create mode 100644 usr/share/icons/lubuntu/apps/16/mtpaint.svg mode change 120000 => 100644 usr/share/icons/lubuntu/apps/16/softwarecenter.svg create mode 100644 usr/share/icons/lubuntu/apps/16/xpad.svg create mode 120000 usr/share/icons/lubuntu/apps/22/accessories-character-map.svg create mode 100644 usr/share/icons/lubuntu/apps/22/gnome-disks.svg create mode 100644 usr/share/icons/lubuntu/apps/22/gpicview.svg create mode 100644 usr/share/icons/lubuntu/apps/22/gucharmap.svg create mode 100644 usr/share/icons/lubuntu/apps/22/inkscape.svg create mode 120000 usr/share/icons/lubuntu/apps/22/libreoffice-startcenter.svg create mode 100644 usr/share/icons/lubuntu/apps/22/mtpaint.svg mode change 120000 => 100644 usr/share/icons/lubuntu/apps/22/softwarecenter.svg create mode 120000 usr/share/icons/lubuntu/apps/24/accessories-character-map.svg create mode 100644 usr/share/icons/lubuntu/apps/24/gnome-disks.svg create mode 100644 usr/share/icons/lubuntu/apps/24/gpicview.svg create mode 100644 usr/share/icons/lubuntu/apps/24/gucharmap.svg create mode 100644 usr/share/icons/lubuntu/apps/24/inkscape.svg create mode 100644 usr/share/icons/lubuntu/apps/24/mtpaint.svg mode change 120000 => 100644 usr/share/icons/lubuntu/apps/24/softwarecenter.svg create mode 120000 usr/share/icons/lubuntu/apps/48/accessories-character-map.svg create mode 100644 usr/share/icons/lubuntu/apps/48/gnome-disks.svg create mode 100644 usr/share/icons/lubuntu/apps/48/gpicview.svg create mode 100644 usr/share/icons/lubuntu/apps/48/gucharmap.svg create mode 100644 usr/share/icons/lubuntu/apps/48/mtpaint.svg create mode 100644 usr/share/icons/lubuntu/devices/22/battery.svg create mode 100644 usr/share/icons/lubuntu/devices/22/drive-harddisk.svg create mode 100644 usr/share/icons/lubuntu/devices/24/battery.svg create mode 100644 usr/share/icons/lubuntu/devices/24/drive-harddisk.svg create mode 100644 usr/share/icons/lubuntu/devices/48/battery.svg create mode 100644 usr/share/icons/lubuntu/symbolic/document-properties-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/edit-find-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/emblem-ok-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/emblem-system-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-bottom-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-down-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-first-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-last-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-next-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-previous-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-top-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/go-up-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/list-add-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/list-remove-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/media-playback-start-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/media-playback-stop-symbolic.svg create mode 120000 usr/share/icons/lubuntu/symbolic/object-select-symbolic.svg create mode 120000 usr/share/icons/lubuntu/symbolic/system-run-symbolic.svg create mode 100644 usr/share/icons/lubuntu/symbolic/system-shutdown-symbolic.svg diff --git a/usr/share/icons/lubuntu/actions/24/edit-find-replace.svg b/usr/share/icons/lubuntu/actions/24/edit-find-replace.svg index 8912a26..178c948 100644 --- a/usr/share/icons/lubuntu/actions/24/edit-find-replace.svg +++ b/usr/share/icons/lubuntu/actions/24/edit-find-replace.svg @@ -1,108 +1,37 @@ - - - - - - + + + + + + + + + + + + + + + - - + + + + - + image/svg+xml - + - - - - - - + + + diff --git a/usr/share/icons/lubuntu/actions/24/edit-find.svg b/usr/share/icons/lubuntu/actions/24/edit-find.svg index 3800b58..b43845e 100644 --- a/usr/share/icons/lubuntu/actions/24/edit-find.svg +++ b/usr/share/icons/lubuntu/actions/24/edit-find.svg @@ -1,106 +1,29 @@ - - - - - - + + + + + + + - - + + + + - + image/svg+xml - + - - - - - - + + + diff --git a/usr/share/icons/lubuntu/apps/16/accessories-character-map.svg b/usr/share/icons/lubuntu/apps/16/accessories-character-map.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/accessories-character-map.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/16/gnome-disks.svg b/usr/share/icons/lubuntu/apps/16/gnome-disks.svg new file mode 100644 index 0000000..8e65c91 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/gnome-disks.svg @@ -0,0 +1,38 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/16/gpicview.svg b/usr/share/icons/lubuntu/apps/16/gpicview.svg new file mode 100644 index 0000000..c92f9e4 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/gpicview.svg @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/16/gucharmap.svg b/usr/share/icons/lubuntu/apps/16/gucharmap.svg new file mode 100644 index 0000000..052ca02 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/gucharmap.svg @@ -0,0 +1,71 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/16/inkscape.svg b/usr/share/icons/lubuntu/apps/16/inkscape.svg new file mode 100644 index 0000000..4b7ca55 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/inkscape.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/16/mtpaint.svg b/usr/share/icons/lubuntu/apps/16/mtpaint.svg new file mode 100644 index 0000000..02c4c0e --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/mtpaint.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/16/softwarecenter.svg b/usr/share/icons/lubuntu/apps/16/softwarecenter.svg deleted file mode 120000 index 2a919ea..0000000 --- a/usr/share/icons/lubuntu/apps/16/softwarecenter.svg +++ /dev/null @@ -1 +0,0 @@ -lubuntu-software-center.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/16/softwarecenter.svg b/usr/share/icons/lubuntu/apps/16/softwarecenter.svg new file mode 100644 index 0000000..fbee9c7 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/softwarecenter.svg @@ -0,0 +1,198 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/16/xpad.svg b/usr/share/icons/lubuntu/apps/16/xpad.svg new file mode 100644 index 0000000..2922ff9 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/16/xpad.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/22/accessories-character-map.svg b/usr/share/icons/lubuntu/apps/22/accessories-character-map.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/accessories-character-map.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/22/firefox.svg b/usr/share/icons/lubuntu/apps/22/firefox.svg index 62d2dba..2a1916d 100644 --- a/usr/share/icons/lubuntu/apps/22/firefox.svg +++ b/usr/share/icons/lubuntu/apps/22/firefox.svg @@ -10,10 +10,9 @@ - + - @@ -21,12 +20,12 @@ - + - + @@ -48,22 +47,12 @@ - - - - - - - - - - @@ -79,61 +68,26 @@ - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - @@ -146,11 +100,6 @@ - - - - - @@ -171,21 +120,15 @@ - - - - - - - + @@ -198,45 +141,36 @@ - + - - + + - + - - - + - - - - - - - - - - + + + diff --git a/usr/share/icons/lubuntu/apps/22/galculator.svg b/usr/share/icons/lubuntu/apps/22/galculator.svg index d9be4d6..15a4350 100644 --- a/usr/share/icons/lubuntu/apps/22/galculator.svg +++ b/usr/share/icons/lubuntu/apps/22/galculator.svg @@ -1,17 +1,17 @@ - + image/svg+xml - + - + @@ -23,52 +23,47 @@ - - + + - - - - - - - + + - + - + - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/22/gimp.svg b/usr/share/icons/lubuntu/apps/22/gimp.svg index d304a74..108da51 100644 --- a/usr/share/icons/lubuntu/apps/22/gimp.svg +++ b/usr/share/icons/lubuntu/apps/22/gimp.svg @@ -1,7 +1,7 @@ - + @@ -44,15 +44,12 @@ - - - - + @@ -66,7 +63,6 @@ - @@ -77,17 +73,17 @@ - + - - - - - - - - + + + + + + + + @@ -98,5 +94,6 @@ + diff --git a/usr/share/icons/lubuntu/apps/22/gnome-disks.svg b/usr/share/icons/lubuntu/apps/22/gnome-disks.svg new file mode 100644 index 0000000..65551d2 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/gnome-disks.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/22/gpicview.svg b/usr/share/icons/lubuntu/apps/22/gpicview.svg new file mode 100644 index 0000000..ea9a5f3 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/gpicview.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/22/gucharmap.svg b/usr/share/icons/lubuntu/apps/22/gucharmap.svg new file mode 100644 index 0000000..13ab8dc --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/gucharmap.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/22/inkscape.svg b/usr/share/icons/lubuntu/apps/22/inkscape.svg new file mode 100644 index 0000000..bf9178d --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/inkscape.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/22/libreoffice-startcenter.svg b/usr/share/icons/lubuntu/apps/22/libreoffice-startcenter.svg new file mode 120000 index 0000000..1547661 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/libreoffice-startcenter.svg @@ -0,0 +1 @@ +libreoffice-main.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/22/mtpaint.svg b/usr/share/icons/lubuntu/apps/22/mtpaint.svg new file mode 100644 index 0000000..96d2efc --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/mtpaint.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/22/softwarecenter.svg b/usr/share/icons/lubuntu/apps/22/softwarecenter.svg deleted file mode 120000 index 2a919ea..0000000 --- a/usr/share/icons/lubuntu/apps/22/softwarecenter.svg +++ /dev/null @@ -1 +0,0 @@ -lubuntu-software-center.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/22/softwarecenter.svg b/usr/share/icons/lubuntu/apps/22/softwarecenter.svg new file mode 100644 index 0000000..067e0ad --- /dev/null +++ b/usr/share/icons/lubuntu/apps/22/softwarecenter.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/24/accessories-character-map.svg b/usr/share/icons/lubuntu/apps/24/accessories-character-map.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/24/accessories-character-map.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/24/firefox.svg b/usr/share/icons/lubuntu/apps/24/firefox.svg index a8089be..f1a1a8c 100644 --- a/usr/share/icons/lubuntu/apps/24/firefox.svg +++ b/usr/share/icons/lubuntu/apps/24/firefox.svg @@ -1,7 +1,7 @@ - + @@ -10,10 +10,9 @@ - + - @@ -21,12 +20,12 @@ - + - + @@ -48,22 +47,12 @@ - - - - - - - - - - @@ -79,35 +68,20 @@ - - - - - - - - - - - - - - - - + @@ -119,21 +93,11 @@ - - - - - - - - - - @@ -146,11 +110,6 @@ - - - - - @@ -171,21 +130,15 @@ - - - - - - - + @@ -193,50 +146,41 @@ image/svg+xml - + - + - - + + - + - - - + - - - - - - - - - - + + + diff --git a/usr/share/icons/lubuntu/apps/24/galculator.svg b/usr/share/icons/lubuntu/apps/24/galculator.svg index e3a44d0..6ff2566 100644 --- a/usr/share/icons/lubuntu/apps/24/galculator.svg +++ b/usr/share/icons/lubuntu/apps/24/galculator.svg @@ -1,17 +1,17 @@ - + image/svg+xml - + - + @@ -23,52 +23,47 @@ - - + + - - - - - - - + + - + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/24/gimp.svg b/usr/share/icons/lubuntu/apps/24/gimp.svg index 189707f..df6d7ae 100644 --- a/usr/share/icons/lubuntu/apps/24/gimp.svg +++ b/usr/share/icons/lubuntu/apps/24/gimp.svg @@ -1,7 +1,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -64,7 +64,6 @@ - @@ -79,12 +78,12 @@ - + - + - - + + @@ -95,5 +94,6 @@ + diff --git a/usr/share/icons/lubuntu/apps/24/gnome-disks.svg b/usr/share/icons/lubuntu/apps/24/gnome-disks.svg new file mode 100644 index 0000000..7add595 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/24/gnome-disks.svg @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/24/gpicview.svg b/usr/share/icons/lubuntu/apps/24/gpicview.svg new file mode 100644 index 0000000..2197fcb --- /dev/null +++ b/usr/share/icons/lubuntu/apps/24/gpicview.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/24/gucharmap.svg b/usr/share/icons/lubuntu/apps/24/gucharmap.svg new file mode 100644 index 0000000..d97df39 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/24/gucharmap.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/24/inkscape.svg b/usr/share/icons/lubuntu/apps/24/inkscape.svg new file mode 100644 index 0000000..53fc470 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/24/inkscape.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/24/mtpaint.svg b/usr/share/icons/lubuntu/apps/24/mtpaint.svg new file mode 100644 index 0000000..447e4f8 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/24/mtpaint.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/24/softwarecenter.svg b/usr/share/icons/lubuntu/apps/24/softwarecenter.svg deleted file mode 120000 index 2a919ea..0000000 --- a/usr/share/icons/lubuntu/apps/24/softwarecenter.svg +++ /dev/null @@ -1 +0,0 @@ -lubuntu-software-center.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/24/softwarecenter.svg b/usr/share/icons/lubuntu/apps/24/softwarecenter.svg new file mode 100644 index 0000000..9931114 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/24/softwarecenter.svg @@ -0,0 +1,353 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/accessories-character-map.svg b/usr/share/icons/lubuntu/apps/48/accessories-character-map.svg new file mode 120000 index 0000000..ec7b5e7 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/48/accessories-character-map.svg @@ -0,0 +1 @@ +gucharmap.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/apps/48/audacious.svg b/usr/share/icons/lubuntu/apps/48/audacious.svg index 717fb1c..2f9f59f 100644 --- a/usr/share/icons/lubuntu/apps/48/audacious.svg +++ b/usr/share/icons/lubuntu/apps/48/audacious.svg @@ -1,7 +1,7 @@ - + @@ -26,8 +26,8 @@ - - + + @@ -36,8 +36,8 @@ - - + + @@ -51,7 +51,7 @@ - + @@ -64,18 +64,18 @@ - + - + - - - - + + + + diff --git a/usr/share/icons/lubuntu/apps/48/brasero.svg b/usr/share/icons/lubuntu/apps/48/brasero.svg index f309da3..d3b1f18 100644 --- a/usr/share/icons/lubuntu/apps/48/brasero.svg +++ b/usr/share/icons/lubuntu/apps/48/brasero.svg @@ -1,7 +1,7 @@ - + @@ -32,8 +32,8 @@ - - + + @@ -49,8 +49,8 @@ - - + + @@ -97,15 +97,15 @@ - - - + + + - - + + - + @@ -118,15 +118,15 @@ - + - - - - + + + + @@ -135,26 +135,26 @@ - - - - - - + + + + + + - + - - - + + + - - - - - - - - + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/evince.svg b/usr/share/icons/lubuntu/apps/48/evince.svg index 0f97f22..8d3a723 100644 --- a/usr/share/icons/lubuntu/apps/48/evince.svg +++ b/usr/share/icons/lubuntu/apps/48/evince.svg @@ -8,249 +8,29 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/usr/share/icons/lubuntu/apps/48/firefox.svg b/usr/share/icons/lubuntu/apps/48/firefox.svg index 8a82964..018ee2f 100644 --- a/usr/share/icons/lubuntu/apps/48/firefox.svg +++ b/usr/share/icons/lubuntu/apps/48/firefox.svg @@ -1,7 +1,7 @@ - + @@ -18,155 +18,86 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -176,11 +107,6 @@ - - - - - @@ -192,15 +118,34 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -208,7 +153,7 @@ image/svg+xml - + @@ -219,44 +164,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/usr/share/icons/lubuntu/apps/48/gnome-disks.svg b/usr/share/icons/lubuntu/apps/48/gnome-disks.svg new file mode 100644 index 0000000..68285f8 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/48/gnome-disks.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/gnome-mplayer.svg b/usr/share/icons/lubuntu/apps/48/gnome-mplayer.svg index e4a880d..cd8e156 100644 --- a/usr/share/icons/lubuntu/apps/48/gnome-mplayer.svg +++ b/usr/share/icons/lubuntu/apps/48/gnome-mplayer.svg @@ -1,412 +1,91 @@ - - - - - + + + + + - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - - - - - - - + + + + + + + + + + - - + + - + - + image/svg+xml - + - - - - - + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/gpicview.svg b/usr/share/icons/lubuntu/apps/48/gpicview.svg new file mode 100644 index 0000000..ab053c3 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/48/gpicview.svg @@ -0,0 +1,115 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/gucharmap.svg b/usr/share/icons/lubuntu/apps/48/gucharmap.svg new file mode 100644 index 0000000..e20aba2 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/48/gucharmap.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/lxscreenshot.svg b/usr/share/icons/lubuntu/apps/48/lxscreenshot.svg index b076269..28d4b52 100644 --- a/usr/share/icons/lubuntu/apps/48/lxscreenshot.svg +++ b/usr/share/icons/lubuntu/apps/48/lxscreenshot.svg @@ -11,7 +11,7 @@ - + @@ -55,22 +55,6 @@ - - - - - - - - - - - - - - - - @@ -80,23 +64,6 @@ - - - - - - - - - - - - - - - - - @@ -115,22 +82,10 @@ - - - - - - - - - - - - @@ -139,19 +94,6 @@ - - - - - - - - - - - - - @@ -168,23 +110,6 @@ - - - - - - - - - - - - - - - - - diff --git a/usr/share/icons/lubuntu/apps/48/lxtask.svg b/usr/share/icons/lubuntu/apps/48/lxtask.svg index 8653594..db93ac3 100644 --- a/usr/share/icons/lubuntu/apps/48/lxtask.svg +++ b/usr/share/icons/lubuntu/apps/48/lxtask.svg @@ -1,7 +1,7 @@ - + @@ -23,7 +23,7 @@ - + @@ -35,9 +35,9 @@ - - - + + + @@ -50,8 +50,20 @@ + + + + + + + + + + + + - + @@ -64,12 +76,12 @@ - - - - + + + + - + @@ -78,10 +90,10 @@ - - - - - + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/midori.svg b/usr/share/icons/lubuntu/apps/48/midori.svg index 19f5cc8..7dbefec 100644 --- a/usr/share/icons/lubuntu/apps/48/midori.svg +++ b/usr/share/icons/lubuntu/apps/48/midori.svg @@ -20,7 +20,7 @@ - + @@ -50,14 +50,11 @@ - - - - + @@ -89,14 +86,14 @@ - + - + @@ -109,11 +106,11 @@ - + - + diff --git a/usr/share/icons/lubuntu/apps/48/mtpaint.svg b/usr/share/icons/lubuntu/apps/48/mtpaint.svg new file mode 100644 index 0000000..ae359f8 --- /dev/null +++ b/usr/share/icons/lubuntu/apps/48/mtpaint.svg @@ -0,0 +1,124 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/penguin-pegged.svg b/usr/share/icons/lubuntu/apps/48/penguin-pegged.svg index d8a4670..fc6627e 100644 --- a/usr/share/icons/lubuntu/apps/48/penguin-pegged.svg +++ b/usr/share/icons/lubuntu/apps/48/penguin-pegged.svg @@ -1,5 +1,5 @@ - + @@ -9,10 +9,14 @@ - + + + + + @@ -26,7 +30,7 @@ - + @@ -45,15 +49,61 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + - Bigddd A - A + Bigddd + + + + + diff --git a/usr/share/icons/lubuntu/apps/48/preferences-desktop-theme.svg b/usr/share/icons/lubuntu/apps/48/preferences-desktop-theme.svg index d394f9e..58e1913 100644 --- a/usr/share/icons/lubuntu/apps/48/preferences-desktop-theme.svg +++ b/usr/share/icons/lubuntu/apps/48/preferences-desktop-theme.svg @@ -1,17 +1,17 @@ - + image/svg+xml - + - + @@ -33,9 +33,6 @@ - - - @@ -48,7 +45,6 @@ - @@ -56,171 +52,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/usr/share/icons/lubuntu/apps/48/terminal.svg b/usr/share/icons/lubuntu/apps/48/terminal.svg index 12a7778..1edac52 100644 --- a/usr/share/icons/lubuntu/apps/48/terminal.svg +++ b/usr/share/icons/lubuntu/apps/48/terminal.svg @@ -1,7 +1,7 @@ - + @@ -11,7 +11,7 @@ - + @@ -46,9 +46,9 @@ - + - + @@ -58,5 +58,5 @@ - + diff --git a/usr/share/icons/lubuntu/devices/22/battery.svg b/usr/share/icons/lubuntu/devices/22/battery.svg new file mode 100644 index 0000000..4d7def3 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/22/battery.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/devices/22/drive-harddisk.svg b/usr/share/icons/lubuntu/devices/22/drive-harddisk.svg new file mode 100644 index 0000000..192a15d --- /dev/null +++ b/usr/share/icons/lubuntu/devices/22/drive-harddisk.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/devices/24/battery.svg b/usr/share/icons/lubuntu/devices/24/battery.svg new file mode 100644 index 0000000..f3c39da --- /dev/null +++ b/usr/share/icons/lubuntu/devices/24/battery.svg @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/devices/24/drive-harddisk.svg b/usr/share/icons/lubuntu/devices/24/drive-harddisk.svg new file mode 100644 index 0000000..133d32c --- /dev/null +++ b/usr/share/icons/lubuntu/devices/24/drive-harddisk.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/devices/48/battery.svg b/usr/share/icons/lubuntu/devices/48/battery.svg new file mode 100644 index 0000000..4bea213 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/48/battery.svg @@ -0,0 +1,429 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/index.theme b/usr/share/icons/lubuntu/index.theme index 4abb605..64e49c3 100644 --- a/usr/share/icons/lubuntu/index.theme +++ b/usr/share/icons/lubuntu/index.theme @@ -1,10 +1,20 @@ +# +# BOX, default theme for Lubuntu, created +# by Rafael Laguna & Alexander Andjelkovic +# official members of Lubuntu Artwork Team. +# +# For updates, please visit: +# https://launchpad.net/~lubuntu-art +# + [Icon Theme] -Name=Lubuntu -Comment=Theme for Lubuntu, by Rafael Laguna & Alexander Andjelkovic +Name=Box +Comment=Lubuntu default theme Inherits=elementary +Example=folder # Directory list -Directories=actions/16,actions/22,actions/24,apps/16,apps/24,apps/48,apps/64,apps/128,categories/16,categories/32,devices/16,devices/22,devices/24,devices/48,devices/64,emblems/24,mimes/16,mimes/22,mimes/24,mimes/48,panel/16,panel/22,panel/24,places/16,places/22,places/24,places/48,places/64,places/128,status/22,status/24, +Directories=actions/16,actions/22,actions/24,apps/16,apps/24,apps/48,apps/64,apps/128,categories/16,categories/32,devices/16,devices/22,devices/24,devices/48,devices/64,emblems/24,mimes/16,mimes/22,mimes/24,mimes/48,panel/16,panel/22,panel/24,places/16,places/22,places/24,places/48,places/64,places/128,status/16,status/22,status/24,symbolic [actions/16] Size=16 @@ -156,6 +166,11 @@ Size=128 Context=Places Type=Scalable +[status/16] +Size=16 +Context=Status +Type=Scalable + [status/22] Size=22 Context=Status @@ -165,3 +180,8 @@ Type=Scalable Size=24 Context=Status Type=Scalable + +[symbolic] +Size=24 +Context=Status +Type=Scalable diff --git a/usr/share/icons/lubuntu/panel/22/sylpheed-panel-unread.svg b/usr/share/icons/lubuntu/panel/22/sylpheed-panel-unread.svg index b1d7114..49f3ec8 100644 --- a/usr/share/icons/lubuntu/panel/22/sylpheed-panel-unread.svg +++ b/usr/share/icons/lubuntu/panel/22/sylpheed-panel-unread.svg @@ -1,93 +1,35 @@ - - - - - - - + + + + + + + + + + + + + - - + + + + - + image/svg+xml - + - - - + + + diff --git a/usr/share/icons/lubuntu/panel/22/sylpheed-panel.svg b/usr/share/icons/lubuntu/panel/22/sylpheed-panel.svg index d0d8bf1..8327c0e 100644 --- a/usr/share/icons/lubuntu/panel/22/sylpheed-panel.svg +++ b/usr/share/icons/lubuntu/panel/22/sylpheed-panel.svg @@ -1,83 +1,25 @@ - - + + - + image/svg+xml - + - - - - - + + + + + + + - + - - + + diff --git a/usr/share/icons/lubuntu/panel/24/sylpheed-panel-unread.svg b/usr/share/icons/lubuntu/panel/24/sylpheed-panel-unread.svg index 2a9c6f9..7c04ce3 100644 --- a/usr/share/icons/lubuntu/panel/24/sylpheed-panel-unread.svg +++ b/usr/share/icons/lubuntu/panel/24/sylpheed-panel-unread.svg @@ -1,93 +1,35 @@ - - - - - - - + + + + + + + + + + + + + - - + + + + - + image/svg+xml - - + + - - - + + + diff --git a/usr/share/icons/lubuntu/panel/24/sylpheed-panel.svg b/usr/share/icons/lubuntu/panel/24/sylpheed-panel.svg index 20e8ede..2c49df1 100644 --- a/usr/share/icons/lubuntu/panel/24/sylpheed-panel.svg +++ b/usr/share/icons/lubuntu/panel/24/sylpheed-panel.svg @@ -1,84 +1,33 @@ - - + + - + image/svg+xml - - + + - - - - - + + + + + + + + + + + + + - - - + + + + diff --git a/usr/share/icons/lubuntu/symbolic/document-properties-symbolic.svg b/usr/share/icons/lubuntu/symbolic/document-properties-symbolic.svg new file mode 100644 index 0000000..acb594e --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/document-properties-symbolic.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + diff --git a/usr/share/icons/lubuntu/symbolic/edit-find-symbolic.svg b/usr/share/icons/lubuntu/symbolic/edit-find-symbolic.svg new file mode 100644 index 0000000..1f1f494 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/edit-find-symbolic.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/emblem-ok-symbolic.svg b/usr/share/icons/lubuntu/symbolic/emblem-ok-symbolic.svg new file mode 100644 index 0000000..fc0c690 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/emblem-ok-symbolic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/usr/share/icons/lubuntu/symbolic/emblem-system-symbolic.svg b/usr/share/icons/lubuntu/symbolic/emblem-system-symbolic.svg new file mode 100644 index 0000000..5635e3b --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/emblem-system-symbolic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/usr/share/icons/lubuntu/symbolic/go-bottom-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-bottom-symbolic.svg new file mode 100644 index 0000000..a4627c5 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-bottom-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/go-down-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-down-symbolic.svg new file mode 100644 index 0000000..4318cf8 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-down-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/go-first-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-first-symbolic.svg new file mode 100644 index 0000000..4053fcd --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-first-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/go-last-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-last-symbolic.svg new file mode 100644 index 0000000..b0ab1cb --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-last-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/go-next-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-next-symbolic.svg new file mode 100644 index 0000000..2cd3a32 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-next-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/go-previous-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-previous-symbolic.svg new file mode 100644 index 0000000..fa7b590 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-previous-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/go-top-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-top-symbolic.svg new file mode 100644 index 0000000..9b0f884 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-top-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/go-up-symbolic.svg b/usr/share/icons/lubuntu/symbolic/go-up-symbolic.svg new file mode 100644 index 0000000..54c34f1 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/go-up-symbolic.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/usr/share/icons/lubuntu/symbolic/list-add-symbolic.svg b/usr/share/icons/lubuntu/symbolic/list-add-symbolic.svg new file mode 100644 index 0000000..27e82c8 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/list-add-symbolic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/usr/share/icons/lubuntu/symbolic/list-remove-symbolic.svg b/usr/share/icons/lubuntu/symbolic/list-remove-symbolic.svg new file mode 100644 index 0000000..eefea3a --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/list-remove-symbolic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/usr/share/icons/lubuntu/symbolic/media-playback-start-symbolic.svg b/usr/share/icons/lubuntu/symbolic/media-playback-start-symbolic.svg new file mode 100644 index 0000000..4761597 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/media-playback-start-symbolic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/usr/share/icons/lubuntu/symbolic/media-playback-stop-symbolic.svg b/usr/share/icons/lubuntu/symbolic/media-playback-stop-symbolic.svg new file mode 100644 index 0000000..ae7b34c --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/media-playback-stop-symbolic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + diff --git a/usr/share/icons/lubuntu/symbolic/object-select-symbolic.svg b/usr/share/icons/lubuntu/symbolic/object-select-symbolic.svg new file mode 120000 index 0000000..4aaad59 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/object-select-symbolic.svg @@ -0,0 +1 @@ +emblem-ok-symbolic.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/symbolic/system-run-symbolic.svg b/usr/share/icons/lubuntu/symbolic/system-run-symbolic.svg new file mode 120000 index 0000000..aeb1e6f --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/system-run-symbolic.svg @@ -0,0 +1 @@ +/home/rafa/.icons/Box/symbolic/emblem-system-symbolic.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/symbolic/system-shutdown-symbolic.svg b/usr/share/icons/lubuntu/symbolic/system-shutdown-symbolic.svg new file mode 100644 index 0000000..0f35c57 --- /dev/null +++ b/usr/share/icons/lubuntu/symbolic/system-shutdown-symbolic.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + +