diff options
Diffstat (limited to 'utils/prof/icons/percent.xbm')
-rw-r--r-- | utils/prof/icons/percent.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/prof/icons/percent.xbm b/utils/prof/icons/percent.xbm new file mode 100644 index 0000000000..1dd05821c6 --- /dev/null +++ b/utils/prof/icons/percent.xbm @@ -0,0 +1,8 @@ +#define percent_width 18 +#define percent_height 18 +static unsigned char percent_bits[] = { + 0x00, 0x00, 0x00, 0x38, 0x80, 0x01, 0x7c, 0xc0, 0x01, 0xfe, 0xe0, 0x00, + 0xfe, 0x70, 0x00, 0xfe, 0x38, 0x00, 0x7c, 0x1c, 0x00, 0x38, 0x0e, 0x00, + 0x00, 0x07, 0x00, 0x80, 0x03, 0x00, 0xc0, 0x71, 0x00, 0xe0, 0xf8, 0x00, + 0x70, 0xfc, 0x01, 0x38, 0xfc, 0x01, 0x1c, 0xfc, 0x01, 0x0e, 0xf8, 0x00, + 0x06, 0x70, 0x00, 0x00, 0x00, 0x00}; |