wok diff mtpaint/stuff/icons/xpm_undo.xpm @ rev 17004

Add libjson-c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:24:09 2014 +0200 (2014-08-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mtpaint/stuff/icons/xpm_undo.xpm	Tue Aug 12 13:24:09 2014 +0200
     1.3 @@ -0,0 +1,42 @@
     1.4 +/* XPM */
     1.5 +static char * xpm_undo_xpm[] = {
     1.6 +"20 20 19 1",
     1.7 +" 	c None",
     1.8 +".	c #000000",
     1.9 +"+	c #212121",
    1.10 +"@	c #050505",
    1.11 +"#	c #090909",
    1.12 +"$	c #171717",
    1.13 +"%	c #010101",
    1.14 +"&	c #141414",
    1.15 +"*	c #111111",
    1.16 +"=	c #070707",
    1.17 +"-	c #2F2F2F",
    1.18 +";	c #0A0A0A",
    1.19 +">	c #2D2D2D",
    1.20 +",	c #040404",
    1.21 +"'	c #020202",
    1.22 +")	c #131313",
    1.23 +"!	c #121212",
    1.24 +"~	c #0E0E0E",
    1.25 +"{	c #181818",
    1.26 +"                    ",
    1.27 +"                    ",
    1.28 +"                    ",
    1.29 +"           .        ",
    1.30 +"          +@        ",
    1.31 +"         #.@        ",
    1.32 +"       $%..%&&&*    ",
    1.33 +"      =.........    ",
    1.34 +"    *%..........    ",
    1.35 +"    -...........    ",
    1.36 +"      ;.........    ",
    1.37 +"       >,..')!!~    ",
    1.38 +"         {.)        ",
    1.39 +"          ..        ",
    1.40 +"           .        ",
    1.41 +"                    ",
    1.42 +"                    ",
    1.43 +"                    ",
    1.44 +"                    ",
    1.45 +"                    "};