xref: /haiku/src/apps/processcontroller/icons.h (revision 21258e2674226d6aa732321b6f8494841895af5f)
1 /*
2 	ProcessController © 2000, Georges-Edouard Berenger, All Rights Reserved.
3 	Copyright (C) 2004 beunited.org
4 
5 	This library is free software; you can redistribute it and/or
6 	modify it under the terms of the GNU Lesser General Public
7 	License as published by the Free Software Foundation; either
8 	version 2.1 of the License, or (at your option) any later version.
9 
10 	This library is distributed in the hope that it will be useful,
11 	but WITHOUT ANY WARRANTY; without even the implied warranty of
12 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 	Lesser General Public License for more details.
14 
15 	You should have received a copy of the GNU Lesser General Public
16 	License along with this library; if not, write to the Free Software
17 	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 */
19 
20 const uchar k_cpu_mini[] = {
21 	0xFF, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0xFF, 0xFF,
22 	0xFF, 0x0B, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0xFF, 0xFF,
23 	0x00, 0x09, 0x04, 0x04, 0x0C, 0x04, 0x04, 0x0A, 0x04, 0x04, 0x04, 0x08, 0x04, 0x07, 0x00, 0xFF,
24 	0xFF, 0x09, 0x04, 0x04, 0x0C, 0x14, 0x14, 0x16, 0x0C, 0x04, 0x05, 0x0A, 0x04, 0x07, 0xFF, 0xFF,
25 	0x00, 0x09, 0x04, 0x04, 0x10, 0x11, 0x12, 0x10, 0x05, 0x14, 0x09, 0x0A, 0x04, 0x07, 0x00, 0xFF,
26 	0xFF, 0x09, 0x04, 0x04, 0x0F, 0x10, 0x11, 0x0C, 0x1B, 0x13, 0x19, 0x09, 0x04, 0x07, 0xFF, 0xFF,
27 	0x00, 0x09, 0x04, 0x04, 0x03, 0x03, 0x03, 0x03, 0x07, 0x15, 0x0A, 0x03, 0x04, 0x07, 0x00, 0xFF,
28 	0xFF, 0x09, 0x04, 0x04, 0x04, 0x04, 0x04, 0x05, 0x04, 0x04, 0x04, 0x04, 0x04, 0x07, 0xFF, 0xFF,
29 	0x00, 0x09, 0x04, 0x13, 0x10, 0x0E, 0x0B, 0x0E, 0x10, 0x12, 0x09, 0x11, 0x04, 0x07, 0x00, 0xFF,
30 	0xFF, 0x09, 0x04, 0x04, 0x04, 0x05, 0x04, 0x05, 0x05, 0x05, 0x04, 0x05, 0x04, 0x07, 0xFF, 0xFF,
31 	0x00, 0x09, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x07, 0x00, 0xFF,
32 	0xFF, 0x09, 0x04, 0x04, 0x0D, 0x10, 0x0D, 0x05, 0x11, 0x12, 0x0E, 0x08, 0x04, 0x07, 0xFF, 0xFF,
33 	0x00, 0x09, 0x04, 0x04, 0x05, 0x05, 0x05, 0x04, 0x05, 0x05, 0x05, 0x04, 0x04, 0x07, 0x00, 0xFF,
34 	0xFF, 0x09, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0xFF, 0xFF,
35 	0xFF, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0xFF, 0xFF,
36 	0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF  };
37