1/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
2
3#ifdef __SUNPRO_C
4#pragma align 4 (my_pixbuf)
5#endif
6#ifdef __GNUC__
7static const guint8 utilities_icon[] __attribute__ ((__aligned__ (4))) =
8#else
9static const guint8 utilities_icon[] =
10#endif
11{ ""
12  /* Pixbuf magic (0x47646b50) */
13  "GdkP"
14  /* length: header (24) + pixel_data (833) */
15  "\0\0\3Y"
16  /* pixdata_type (0x2010002) */
17  "\2\1\0\2"
18  /* rowstride (64) */
19  "\0\0\0@"
20  /* width (16) */
21  "\0\0\0\20"
22  /* height (16) */
23  "\0\0\0\20"
24  /* pixel_data: */
25  "\206\377\377\377\0\4\203\206\2017\210\213\206\347\210\213\205\347\203"
26  "\206\2017\211\377\377\377\0\1\203\206\201$\202\377\377\377\0\4\204\207"
27  "\202y\274\275\270\377\266\270\263\376\204\207\202y\202\377\377\377\0"
28  "\1\203\206\201$\205\377\377\377\0\14\207\212\205\312\216\220\213\365"
29  "\207\212\205\232\203\206\201\32\207\212\205\315\301\303\275\377\274\275"
30  "\270\377\207\212\205\315\203\206\201\32\210\213\206\232\211\213\206\364"
31  "\210\213\206\312\203\377\377\377\0\16\200\203~%\215\220\213\365\320\322"
32  "\316\377\246\250\242\366\210\213\206\355\233\236\231\365\303\305\277"
33  "\377\302\304\276\377\237\242\234\365\212\215\210\355\257\261\254\367"
34  "\322\324\317\377\207\212\205\364\200\203~%\203\377\377\377\0\3|\177z"
35  "\240\247\251\244\367\321\322\315\377\202\273\276\267\377\7\302\305\277"
36  "\377\307\312\304\377\314\317\311\377\320\322\315\377\324\325\321\377"
37  "\253\255\251\366}\200{\240\204\377\377\377\0\14npl\36{}x\354\273\276"
38  "\267\377\304\306\300\377\245\250\243\372{}z\360|~z\357\255\257\253\372"
39  "\331\332\326\377\321\323\317\377}\177{\354npl\36\202\377\377\377\0\7"
40  "dgb7fidyjmg\320\221\224\216\366\312\315\306\377\255\257\252\373ilg\262"
41  "\202dgb\33\16ilg\262\254\256\251\373\313\315\307\377\220\223\215\366"
42  "ilg\320fidydgb7egc\350\260\262\256\376\273\274\267\377\311\314\307\377"
43  "\331\332\326\377wxu\360[]Y\36\202\377\377\377\0\16[]Y\36qsn\357\314\315"
44  "\311\377\272\274\265\377\264\266\260\377\254\255\250\376ad_\347]^[\350"
45  "\262\263\256\376\275\275\271\377\320\322\316\377\341\342\337\377wxv\360"
46  "RSP#\202\377\377\377\0\16RSP#lnj\360\317\321\314\377\272\275\266\377"
47  "\263\264\257\377\251\252\246\376YZW\347HJF7LNJyQSO\320\222\224\220\366"
48  "\333\335\331\377\277\300\275\375OQL\277\202HJF'\7NPK\277\261\263\256"
49  "\375\310\312\305\377|~x\366OQL\320KMIyHJF7\202\377\377\377\0\14\77@="
50  "\36WXT\354\304\306\277\377\340\341\335\377\300\300\275\376qrn\361opm"
51  "\361\272\274\270\376\337\340\334\377\260\263\253\377RSO\354\77@=\36\204"
52  "\377\377\377\0\14FGD\240\217\220\214\367\311\311\305\377\260\263\253"
53  "\377\313\314\307\377\334\335\331\377\335\336\332\377\314\315\310\377"
54  "\260\263\252\377\310\312\305\377\204\205\200\366DFB\240\203\377\377\377"
55  "\0\16<=:%HIF\364\312\313\306\377\204\205\200\366OQM\354vxr\366\272\274"
56  "\266\377\267\272\264\377vxr\366OQM\354\214\215\210\367\307\311\303\377"
57  "EFC\364<=:%\203\377\377\377\0\14DEB\312EFC\364DFB\240<=:\36CDA\320\264"
58  "\266\260\377\254\255\247\377CEA\320<=:\36DFB\240EFC\364DEB\312\205\377"
59  "\377\377\0\1<=:%\202\377\377\377\0\4\77@=y\252\253\247\377\240\241\234"
60  "\376\77@=y\202\377\377\377\0\1<=:%\211\377\377\377\0\4<=:7GIE\350DFB"
61  "\347<=:7\206\377\377\377\0"};
62
63
64