diff options
Diffstat (limited to 'utils/prof/icons/comp.xbm')
-rw-r--r-- | utils/prof/icons/comp.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/prof/icons/comp.xbm b/utils/prof/icons/comp.xbm new file mode 100644 index 0000000000..923ef2f3de --- /dev/null +++ b/utils/prof/icons/comp.xbm @@ -0,0 +1,8 @@ +#define comp_width 18 +#define comp_height 18 +static unsigned char comp_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x03, + 0x01, 0x00, 0x02, 0x01, 0x00, 0x02, 0x19, 0x63, 0x02, 0xa5, 0x94, 0x02, + 0x85, 0x10, 0x02, 0x99, 0x10, 0x02, 0xa1, 0x10, 0x02, 0xa5, 0x94, 0x02, + 0x19, 0x63, 0x02, 0x01, 0x00, 0x02, 0x01, 0x00, 0x02, 0xff, 0xff, 0x03, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |