blob: 4b626185327ee16ac05a28068748ba76ac788d91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
#ifdef __SUNPRO_C
#pragma align 4 (folder_close)
#endif
#ifdef __GNUC__
static const guint8 folder_close[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 folder_close[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (663) */
"\0\0\2\257"
/* pixdata_type (0x2010002) */
"\2\1\0\2"
/* rowstride (64) */
"\0\0\0@"
/* width (16) */
"\0\0\0\20"
/* height (12) */
"\0\0\0\14"
/* pixel_data: */
"\1\0\0\0\0\205\201\244\324\377\212\0\0\0\0\1\201\244\324\377\203\344"
"\355\371\377\3\344\355\370\377\340\352\367\377}\240\322\377\211\0\0\0"
"\0\16Px\271\377\214\254\331\377\212\252\330\377\210\250\327\377\206\247"
"\327\377\205\245\325\377\202\243\324\377Ip\263\377Hn\262\377Gm\261\377"
"Fl\260\377Ek\260\377Ci\257\377Ch\256\377\202\0\0\0\0\16Mt\266\377\300"
"\322\355\377\276\320\355\377\272\315\353\377\270\313\353\377\266\311"
"\351\377\263\306\350\377\260\305\350\377\256\301\346\377\252\300\345"
"\377\247\275\344\377\245\273\343\377\242\271\341\377>c\252\377\202\0"
"\0\0\0\16Io\263\377\266\312\351\377\264\307\351\377\262\305\347\377\256"
"\302\347\377\254\300\346\377\251\277\344\377\246\274\343\377\244\271"
"\341\377\241\267\340\377\236\265\337\377\233\263\336\377\231\260\335"
"\377;_\250\377\202\0\0\0\0\16Ek\260\377\254\301\346\377\252\300\345\377"
"\247\275\343\377\245\272\342\377\242\270\341\377\237\265\340\377\235"
"\263\336\377\232\261\335\377\227\257\334\377\224\255\333\377\222\252"
"\332\377\216\247\331\3777Z\244\377\202\0\0\0\0\16Af\255\377\243\271\341"
"\377\240\266\341\377\235\264\337\377\233\262\336\377\230\257\335\377"
"\225\255\334\377\222\253\332\377\220\251\331\377\215\247\330\377\212"
"\244\326\377\207\241\325\377\205\237\325\3773V\241\377\202\0\0\0\0\16"
"=b\251\377\231\261\335\377\226\256\334\377\224\255\333\377\221\251\331"
"\377\216\247\330\377\213\246\327\377\211\242\326\377\206\240\325\377"
"\203\236\324\377\201\234\323\377~\232\322\377{\227\320\377/Q\235\377"
"\202\0\0\0\0\16""9]\246\377\217\250\331\377\215\246\327\377\212\244\326"
"\377\207\240\325\377\205\237\325\377\202\235\323\377~\232\322\377|\230"
"\321\377z\225\320\377v\224\317\377s\221\315\377q\216\314\377+M\233\377"
"\202\0\0\0\0\16""5X\243\377\206\240\325\377\203\235\324\377\200\233\323"
"\377}\231\321\377z\227\321\377x\224\317\377u\222\316\377r\217\315\377"
"o\215\313\377m\213\312\377j\210\311\377g\206\307\377(H\230\377\202\0"
"\0\0\0\16""2T\240\377{\230\321\377x\225\320\377v\223\317\377s\221\316"
"\377q\215\314\377n\214\313\377k\211\311\377h\207\311\377f\205\307\377"
"b\202\305\377`\201\304\377^~\303\377#C\224\377\202\0\0\0\0\16-O\234\377"
"-N\234\377+M\233\377*K\232\377)J\231\377(I\230\377'H\227\377&G\226\377"
"%E\225\377$D\224\377#C\223\377\"A\223\377!@\222\377\40\77\220\377\202"
"\0\0\0\0"};
|