summaryrefslogtreecommitdiff
path: root/icons/14x14-general/system.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'icons/14x14-general/system.xpm')
-rw-r--r--icons/14x14-general/system.xpm25
1 files changed, 25 insertions, 0 deletions
diff --git a/icons/14x14-general/system.xpm b/icons/14x14-general/system.xpm
new file mode 100644
index 0000000..7a615c9
--- /dev/null
+++ b/icons/14x14-general/system.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static char *system_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"14 14 5 1",
+". c black",
+"+ c #a0a0a0",
+"# c gray85",
+"$ c white",
+" c None",
+/* pixels */
+" ",
+" . ",
+" . .$. . ",
+" .$.$##.#. ",
+" .$$#####++. ",
+" .###+#+#. ",
+" .$##...+++. ",
+".$##+. .#+##. ",
+" .#+#...+##. ",
+" .#+#+++#. ",
+" .#++++####. ",
+" .+.+##.#. ",
+" . .#. . ",
+" . ",
+};