git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

commit6929f07516957d5dd94a62cc59aa22c533b679d3
parent6a557e6f70
authorLucas Galante <[email protected]>
date2026-08-04 21:57
Drop derived and duplicate assets: svg/ is the single source of truth

Nothing in the cce workspace consumes the XPMs (the runtime path is
cce_ui::upload_icon rasterizing the SVGs directly) and png/ duplicated
four icons whose build.sh output silently overwrote the SVG-derived
XPMs of the same name. build.sh stays for external consumers wanting
pre-baked bitmaps, now svg-only with its output untracked; xpm/ and
png/ are gitignored. Stray scratch files (tmp_*.xpm, ttt.hip*) removed
from the working tree.

Co-Authored-By: Claude Fable 5 <[email protected]>

 .gitignore            |   4 ++++
 build.sh              |  18 ++++++------------
 png/minus.png         | Bin 10314 -> 0 bytes
 png/plus.png          | Bin 32729 -> 0 bytes
 png/star.png          | Bin 45455 -> 0 bytes
 png/x.png             | Bin 24981 -> 0 bytes
 xpm/arrow-down.xpm    |  48 ------------------------------------------------
 xpm/arrow-left.xpm    |  48 ------------------------------------------------
 xpm/arrow-right.xpm   |  48 ------------------------------------------------
 xpm/arrow-up.xpm      |  48 ------------------------------------------------
 xpm/bell.xpm          |  48 ------------------------------------------------
 xpm/check.xpm         |  48 ------------------------------------------------
 xpm/chevron-down.xpm  |  48 ------------------------------------------------
 xpm/chevron-right.xpm |  48 ------------------------------------------------
 xpm/cloud.xpm         |  48 ------------------------------------------------
 xpm/copy.xpm          |  48 ------------------------------------------------
 xpm/file.xpm          |  48 ------------------------------------------------
 xpm/folder.xpm        |  48 ------------------------------------------------
 xpm/gear.xpm          |  48 ------------------------------------------------
 xpm/graph.xpm         |  48 ------------------------------------------------
 xpm/home.xpm          |  48 ------------------------------------------------
 xpm/lock.xpm          |  48 ------------------------------------------------
 xpm/mail.xpm          |  48 ------------------------------------------------
 xpm/minus.xpm         |  48 ------------------------------------------------
 xpm/monitor.xpm       |  48 ------------------------------------------------
 xpm/palette.xpm       |  48 ------------------------------------------------
 xpm/pencil.xpm        |  48 ------------------------------------------------
 xpm/plus.xpm          |  48 ------------------------------------------------
 xpm/refresh.xpm       |  48 ------------------------------------------------
 xpm/save.xpm          |  48 ------------------------------------------------
 xpm/search.xpm        |  48 ------------------------------------------------
 xpm/star.xpm          |  48 ------------------------------------------------
 xpm/trash.xpm         |  48 ------------------------------------------------
 xpm/x.xpm             |  48 ------------------------------------------------
 34 files changed, 10 insertions(+), 1356 deletions(-)

diff --git a/.gitignore b/.gitignore
index 63d9f24..d4bf142 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,7 @@
 tmp_*
 *.hip
 *.hiplc
+
+# derived build output
+xpm/
+png/
diff --git a/build.sh b/build.sh
index 1e62ea0..9b932bc 100755
--- a/build.sh
+++ b/build.sh
@@ -1,10 +1,15 @@
 #!/bin/bash
 
+# Bake the SVG sources into fixed-size, single-color XPMs.
+# NOTE: nothing in the cce workspace consumes these — the runtime path is
+# cce_ui::upload_icon, which rasterizes the SVGs directly. This script is
+# kept for any external consumer that wants pre-baked bitmaps; its output
+# (./xpm) is untracked.
+
 # Configuration
 ICON_SIZE="40x40"
 ICON_COLOR="#ae8593" # Mixed Pink and Green
 SVG_DIR="./svg"
-PNG_DIR="./png"
 OUTPUT_DIR="./xpm"
 
 # Ensure output directory exists
@@ -34,17 +39,6 @@ for svg in "$SVG_DIR"/*.svg; do
     ((count++))
 done
 
-# Convert PNGs
-for png in "$PNG_DIR"/*.png; do
-    [ -e "$png" ] || continue
-    filename=$(basename -- "$png")
-    name="${filename%.*}"
-    output="$OUTPUT_DIR/$name.xpm"
-    echo "🎨 Converting & Coloring: $filename -> $name.xpm"
-    magick -background none "$png" -fill "$ICON_COLOR" -colorize 100% -resize "$ICON_SIZE" "$output"
-    ((count++))
-done
-
 if [ "$count" -eq 0 ]; then
     echo "📭 No source files found."
 else
diff --git a/png/minus.png b/png/minus.png
deleted file mode 100644
index f335085..0000000
Binary files a/png/minus.png and /dev/null differ
diff --git a/png/plus.png b/png/plus.png
deleted file mode 100644
index a0517d7..0000000
Binary files a/png/plus.png and /dev/null differ
diff --git a/png/star.png b/png/star.png
deleted file mode 100644
index a056d84..0000000
Binary files a/png/star.png and /dev/null differ
diff --git a/png/x.png b/png/x.png
deleted file mode 100644
index 620d808..0000000
Binary files a/png/x.png and /dev/null differ
diff --git a/xpm/arrow-down.xpm b/xpm/arrow-down.xpm
deleted file mode 100644
index 7332146..0000000
--- a/xpm/arrow-down.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *arrow_down[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                  ....                  ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"          ....................          ",
-"           ..................           ",
-"           ..................           ",
-"            ................            ",
-"             ..............             ",
-"              ............              ",
-"               ..........               ",
-"                ........                ",
-"                ........                ",
-"                 ......                 ",
-"                  ....                  ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/arrow-left.xpm b/xpm/arrow-left.xpm
deleted file mode 100644
index 2669c2d..0000000
--- a/xpm/arrow-left.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *arrow_left[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                ....                    ",
-"               .....                    ",
-"             ........                   ",
-"            .........                   ",
-"           ..........                   ",
-"          ...........                   ",
-"         ............                   ",
-"       ..............                   ",
-"      .............................     ",
-"     ...............................    ",
-"     ...............................    ",
-"     ...............................    ",
-"     ...............................    ",
-"      .............................     ",
-"       ..............                   ",
-"         ............                   ",
-"          ...........                   ",
-"           ..........                   ",
-"            .........                   ",
-"             ........                   ",
-"               .....                    ",
-"                ....                    ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/arrow-right.xpm b/xpm/arrow-right.xpm
deleted file mode 100644
index c185479..0000000
--- a/xpm/arrow-right.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *arrow_right[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                    ....                ",
-"                    .....               ",
-"                   ........             ",
-"                   .........            ",
-"                   ..........           ",
-"                   ...........          ",
-"                   ............         ",
-"                   ..............       ",
-"     .............................      ",
-"    ...............................     ",
-"    ...............................     ",
-"    ...............................     ",
-"    ...............................     ",
-"     .............................      ",
-"                   ..............       ",
-"                   ............         ",
-"                   ...........          ",
-"                   ..........           ",
-"                   .........            ",
-"                   ........             ",
-"                    .....               ",
-"                    ....                ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/arrow-up.xpm b/xpm/arrow-up.xpm
deleted file mode 100644
index 45b27f3..0000000
--- a/xpm/arrow-up.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *arrow_up[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                  ....                  ",
-"                 ......                 ",
-"                ........                ",
-"                ........                ",
-"               ..........               ",
-"              ............              ",
-"             ..............             ",
-"            ................            ",
-"           ..................           ",
-"           ..................           ",
-"          ....................          ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"           ..................           ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                  ....                  ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/bell.xpm b/xpm/bell.xpm
deleted file mode 100644
index 9ce7bbe..0000000
--- a/xpm/bell.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *bell[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                 ......                 ",
-"               ..........               ",
-"              ............              ",
-"             ..............             ",
-"            ................            ",
-"            ................            ",
-"            ................            ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"        ........................        ",
-"       ..........................       ",
-"       ..........................       ",
-"       ..........................       ",
-"       ..........................       ",
-"        ........................        ",
-"                                        ",
-"                  ....                  ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                  ....                  ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/check.xpm b/xpm/check.xpm
deleted file mode 100644
index 19a5363..0000000
--- a/xpm/check.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *check[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                               ....     ",
-"                              ......    ",
-"                              ......    ",
-"                             .......    ",
-"                            ........    ",
-"                           ........     ",
-"                          ........      ",
-"                         ........       ",
-"                         .......        ",
-"                        ........        ",
-"                       ........         ",
-"                      ........          ",
-"     ....            ........           ",
-"    ......           .......            ",
-"    .......         ........            ",
-"    ........       ........             ",
-"    .........     ........              ",
-"     .........   ........               ",
-"      .........  .......                ",
-"       .................                ",
-"        ...............                 ",
-"         .............                  ",
-"          ...........                   ",
-"           .........                    ",
-"            .......                     ",
-"             ......                     ",
-"              ....                      ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/chevron-down.xpm b/xpm/chevron-down.xpm
deleted file mode 100644
index e3aa50a..0000000
--- a/xpm/chevron-down.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *chevron_down[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"      ............................      ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"      ............................      ",
-"       ..........................       ",
-"        ........................        ",
-"        ........................        ",
-"         ......................         ",
-"          ....................          ",
-"           ..................           ",
-"           ..................           ",
-"            ................            ",
-"             ..............             ",
-"              ............              ",
-"              ............              ",
-"               ..........               ",
-"                ........                ",
-"                 ......                 ",
-"                 ......                 ",
-"                  ....                  ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/chevron-right.xpm b/xpm/chevron-right.xpm
deleted file mode 100644
index 5b16f9a..0000000
--- a/xpm/chevron-right.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *chevron_right[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"            ....                        ",
-"           ......                       ",
-"           .......                      ",
-"           .........                    ",
-"           ..........                   ",
-"           ...........                  ",
-"           .............                ",
-"           ..............               ",
-"           ...............              ",
-"           .................            ",
-"           ..................           ",
-"           ...................          ",
-"           .....................        ",
-"           ......................       ",
-"           ......................       ",
-"           ......................       ",
-"           ......................       ",
-"           .....................        ",
-"           ...................          ",
-"           ..................           ",
-"           .................            ",
-"           ...............              ",
-"           ..............               ",
-"           .............                ",
-"           ...........                  ",
-"           ..........                   ",
-"           .........                    ",
-"           .......                      ",
-"           ......                       ",
-"            ....                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/cloud.xpm b/xpm/cloud.xpm
deleted file mode 100644
index 69c8b2d..0000000
--- a/xpm/cloud.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *cloud[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                      ......            ",
-"                    ..........          ",
-"                  ..............        ",
-"                 ................       ",
-"                 ................       ",
-"           .......................      ",
-"         .........................      ",
-"        ...........................     ",
-"       ............................     ",
-"       ............................     ",
-"      .............................     ",
-"      .............................     ",
-"      .............................     ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"       ..........................       ",
-"       ..........................       ",
-"         ......................         ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/copy.xpm b/xpm/copy.xpm
deleted file mode 100644
index 2d14b88..0000000
--- a/xpm/copy.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *copy[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"         ................               ",
-"       ....................             ",
-"       ....................             ",
-"      ......................            ",
-"      ......................            ",
-"      ......................            ",
-"      ..........................        ",
-"      ...........................       ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"       ...........................      ",
-"       ...........................      ",
-"         .........................      ",
-"            ......................      ",
-"            ......................      ",
-"            ......................      ",
-"            ......................      ",
-"             ....................       ",
-"              ..................        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/file.xpm b/xpm/file.xpm
deleted file mode 100644
index 2276ed3..0000000
--- a/xpm/file.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *file[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"           ...........                  ",
-"          .............                 ",
-"         ...............                ",
-"         ................               ",
-"         .................              ",
-"         ..................             ",
-"         ...................            ",
-"         ....................           ",
-"         .....................          ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"          ....................          ",
-"           ..................           ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/folder.xpm b/xpm/folder.xpm
deleted file mode 100644
index 80d04f1..0000000
--- a/xpm/folder.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *folder[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"     ............                       ",
-"    ..............                      ",
-"    ..............                      ",
-"    ..............                      ",
-"    ..............                      ",
-"    ..............................      ",
-"    ...............................     ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"      ............................      ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/gear.xpm b/xpm/gear.xpm
deleted file mode 100644
index 854760f..0000000
--- a/xpm/gear.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *gear[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                  ....                  ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"         ....    ......    ....         ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"     ..............................     ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"         ....    ......    ....         ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                  ....                  ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/graph.xpm b/xpm/graph.xpm
deleted file mode 100644
index eb0ddfc..0000000
--- a/xpm/graph.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *graph[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"          ....                          ",
-"        ........                        ",
-"       ..........                       ",
-"       ..........        ......         ",
-"      ............      ........        ",
-"      ............     ..........       ",
-"      ............................      ",
-"      .............................     ",
-"       ............................     ",
-"       .......... .................     ",
-"        ........     ..............     ",
-"          ....       ..............     ",
-"                     ..............     ",
-"                      ............      ",
-"                     ............       ",
-"                    ............        ",
-"                   ............         ",
-"                  ......                ",
-"             ..........                 ",
-"           ...........                  ",
-"          ...........                   ",
-"          ...........                   ",
-"         ............                   ",
-"         ............                   ",
-"         ............                   ",
-"         ............                   ",
-"          ..........                    ",
-"          ..........                    ",
-"           ........                     ",
-"             ....                       ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/home.xpm b/xpm/home.xpm
deleted file mode 100644
index 86aa7a4..0000000
--- a/xpm/home.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *home[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                   ..                   ",
-"                  ....                  ",
-"                 .......                ",
-"               ..........               ",
-"              ............              ",
-"             ..............             ",
-"            ................            ",
-"           ..................           ",
-"          ....................          ",
-"         ......................         ",
-"        ........................        ",
-"       ..........................       ",
-"      ............................      ",
-"     ..............................     ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"         ......................         ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/lock.xpm b/xpm/lock.xpm
deleted file mode 100644
index 53c644e..0000000
--- a/xpm/lock.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *lock[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"               ..........               ",
-"              ............              ",
-"             ..............             ",
-"            ................            ",
-"            ................            ",
-"           ......      ......           ",
-"           .....        .....           ",
-"           .....        .....           ",
-"           .....        .....           ",
-"           .....        .....           ",
-"          ......        ......          ",
-"          ......        ......          ",
-"          ......        ......          ",
-"          ......        ......          ",
-"          ....................          ",
-"         ......................         ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"        ........................        ",
-"         ......................         ",
-"          ....................          ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/mail.xpm b/xpm/mail.xpm
deleted file mode 100644
index b8100ab..0000000
--- a/xpm/mail.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *mail[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"      ............................      ",
-"     ..............................     ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"      ............................      ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/minus.xpm b/xpm/minus.xpm
deleted file mode 100644
index 9830da8..0000000
--- a/xpm/minus.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *minus[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"     ..............................     ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/monitor.xpm b/xpm/monitor.xpm
deleted file mode 100644
index b913337..0000000
--- a/xpm/monitor.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *monitor[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"      ............................      ",
-"     ..............................     ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"      ............................      ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"            ................            ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"            ................            ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/palette.xpm b/xpm/palette.xpm
deleted file mode 100644
index 9f72d49..0000000
--- a/xpm/palette.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *palette[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                ........                ",
-"             ..............             ",
-"           ..................           ",
-"          ....................          ",
-"         ......................         ",
-"        ........................        ",
-"       ..........................       ",
-"      ............................      ",
-"      ............................      ",
-"     ....................    ......     ",
-"     ...................      .....     ",
-"     ..................        ....     ",
-"    ...................        .....    ",
-"    ...................        .....    ",
-"    ...................        .....    ",
-"    ...................        .....    ",
-"    ....................      ......    ",
-"    .....................    .......    ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"      ............................      ",
-"      ............................      ",
-"       ..........................       ",
-"        ........................        ",
-"         ......................         ",
-"          ....................          ",
-"           ..................           ",
-"             ..............             ",
-"                ........                ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/pencil.xpm b/xpm/pencil.xpm
deleted file mode 100644
index df4c458..0000000
--- a/xpm/pencil.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *pencil[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                            ....        ",
-"                           ......       ",
-"                          ........      ",
-"                         .........      ",
-"                        ..........      ",
-"                       ...........      ",
-"                      ...........       ",
-"                     ...........        ",
-"                    ...........         ",
-"                   ...........          ",
-"                  ...........           ",
-"                 ...........            ",
-"                ...........             ",
-"               ...........              ",
-"              ...........               ",
-"             ...........                ",
-"             ..........                 ",
-"             .........                  ",
-"             ........                   ",
-"          .   ......                    ",
-"         ...   ....                     ",
-"         ....                           ",
-"         .....                          ",
-"        .......                         ",
-"        ......                          ",
-"        ...                             ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/plus.xpm b/xpm/plus.xpm
deleted file mode 100644
index 9980b4a..0000000
--- a/xpm/plus.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *plus[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                  ...                   ",
-"                  ....                  ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"      ............................      ",
-"    ...............................     ",
-"    ................................    ",
-"    ................................    ",
-"     ..............................     ",
-"      ............................      ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                 ......                 ",
-"                  ....                  ",
-"                   ..                   ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/refresh.xpm b/xpm/refresh.xpm
deleted file mode 100644
index 0503b0a..0000000
--- a/xpm/refresh.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *refresh[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                         ...            ",
-"                         ....           ",
-"                .............           ",
-"              ................          ",
-"            ...................         ",
-"          ......................        ",
-"         .......................        ",
-"        .........................       ",
-"        .........     ............      ",
-"       ........       ............      ",
-"       .......       ............       ",
-"      .......        ......             ",
-"      ......                            ",
-"     .......                            ",
-"     ......       ....        ....      ",
-"     ......      ......      ......     ",
-"     ......      ......      ......     ",
-"     ......      ......      ......     ",
-"     ......      ......      ......     ",
-"     ......       ....       ......     ",
-"     .......                .......     ",
-"      ......                ......      ",
-"      .......              .......      ",
-"      ........            .......       ",
-"       ........          ........       ",
-"        .........      .........        ",
-"        ........................        ",
-"         ......................         ",
-"          ....................          ",
-"            ................            ",
-"              .............             ",
-"                ........                ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/save.xpm b/xpm/save.xpm
deleted file mode 100644
index 22277cf..0000000
--- a/xpm/save.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *save[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"       .....................            ",
-"      .......................           ",
-"     .........................          ",
-"     ..........................         ",
-"     ...........................        ",
-"     ............................       ",
-"     .............................      ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"     ..............................     ",
-"      ............................      ",
-"       ..........................       ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/search.xpm b/xpm/search.xpm
deleted file mode 100644
index c8dd340..0000000
--- a/xpm/search.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *search[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"              ......                    ",
-"           ............                 ",
-"         ................               ",
-"        ..................              ",
-"       ....................             ",
-"      ......................            ",
-"      ........      ........            ",
-"     ........        ........           ",
-"     .......          .......           ",
-"     ......            ......           ",
-"    ......     ....     ......          ",
-"    ......    ......    ......          ",
-"    ......    ......    ......          ",
-"    ......    ......    ......          ",
-"    ......    ......    ......          ",
-"    ......     ....     ......          ",
-"     ......            ......           ",
-"     .......          .......           ",
-"     ........        ........           ",
-"      ........      ........            ",
-"      .......................           ",
-"       .......................          ",
-"        .......................         ",
-"         .......................        ",
-"           ............ .........       ",
-"              ......     .........      ",
-"                          .........     ",
-"                           .........    ",
-"                            .........   ",
-"                             ........   ",
-"                              .......   ",
-"                               ......   ",
-"                                ....    ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/star.xpm b/xpm/star.xpm
deleted file mode 100644
index 20eabde..0000000
--- a/xpm/star.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *star[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                   ..                   ",
-"                 ......                 ",
-"                 ......                 ",
-"                ........                ",
-"                ........                ",
-"               ..........               ",
-"               ..........               ",
-"                ........                ",
-"        ......  ........  ......        ",
-"       ........  ......  ........       ",
-"      .......... ...... ..........      ",
-"      ........... .... ...........      ",
-"      ............ .. ............      ",
-"      ............    ............      ",
-"       ............  ............       ",
-"        .........      .........        ",
-"          ...    ..  ..    ...          ",
-"              ............              ",
-"            ................            ",
-"           ........  ........           ",
-"           ........  ........           ",
-"          .........  .........          ",
-"          .........  .........          ",
-"          .........  .........          ",
-"          .........  .........          ",
-"          ........    ........          ",
-"           ......      ......           ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/trash.xpm b/xpm/trash.xpm
deleted file mode 100644
index 7888dd7..0000000
--- a/xpm/trash.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *trash[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                ........                ",
-"               ..........               ",
-"               ..........               ",
-"               ..........               ",
-"       ..........................       ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"      ............................      ",
-"       ..........................       ",
-"                                        ",
-"                                        ",
-"                                        ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"         ......................         ",
-"          ....................          ",
-"          ....................          ",
-"          ....................          ",
-"          ....................          ",
-"          ....................          ",
-"          ....................          ",
-"          ....................          ",
-"          ....................          ",
-"          ....................          ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"           ..................           ",
-"            ................            ",
-"             ..............             ",
-"                                        ",
-"                                        ",
-"                                        "
-};
diff --git a/xpm/x.xpm b/xpm/x.xpm
deleted file mode 100644
index 2051879..0000000
--- a/xpm/x.xpm
+++ /dev/null
@@ -1,48 +0,0 @@
-/* XPM */
-static char *x[] = {
-/* columns rows colors chars-per-pixel */
-"40 40 2 1 ",
-"  c None",
-". c #AE8593",
-/* pixels */
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"         ....              ....         ",
-"        ......            ......        ",
-"        .......          .......        ",
-"        ........        ........        ",
-"        .........      .........        ",
-"         .........    .........         ",
-"          .........  .........          ",
-"           ..................           ",
-"            ................            ",
-"             ..............             ",
-"              ............              ",
-"               ..........               ",
-"               ..........               ",
-"              ............              ",
-"             ..............             ",
-"            ................            ",
-"           ..................           ",
-"          .........  .........          ",
-"         .........    .........         ",
-"        .........      .........        ",
-"        ........        ........        ",
-"        .......          .......        ",
-"        ......            ......        ",
-"         ....              ....         ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        ",
-"                                        "
-};