comparison pixmaps/free_icon.xpm @ 1:2846a03bda67

[gaim-migrate @ 10] The other missing files :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 23 Mar 2000 03:13:54 +0000
parents
children d27235dafd16
comparison
equal deleted inserted replaced
0:a5ace2e037bc 1:2846a03bda67
1 /* XPM */
2 static char * free_icon_xpm[] = {
3 /* width height num_colors chars_per_pixel */
4 "12 12 13 1",
5 /* colors */
6 " c None",
7 ". c #9999cc",
8 "X c #cccccc",
9 "o c Gray60",
10 "O c #666666",
11 "+ c white",
12 "@ c #ffccff",
13 "# c #99cc99",
14 "$ c #cc99cc",
15 "% c #333333",
16 "& c #336666",
17 "* c #663333",
18 "= c Gray0",
19 /* pixels */
20 " ",
21 " .Xoo.X ",
22 " XXXXXoO. ",
23 " .XX+XXooOX ",
24 " XoX@X#oOOO ",
25 " ooX#$ooO%& ",
26 " ooooooOO*% ",
27 " oOOoOOO%%O ",
28 " X%OOO&%%=# ",
29 " o%%%%%=o ",
30 " oO%%Oo ",
31 " "};