diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-01-06 03:41:49 +0000 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-01-06 03:41:49 +0000 |
commit | 6e5d672ea04fb8c89ce9e91cf4c9a53fbb8c2f81 (patch) | |
tree | d9f9200cf572385cf25f41442231675d5eeabcb8 /.icons/xbm8x8/bluetooth.xbm |
Diffstat (limited to '.icons/xbm8x8/bluetooth.xbm')
-rw-r--r-- | .icons/xbm8x8/bluetooth.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.icons/xbm8x8/bluetooth.xbm b/.icons/xbm8x8/bluetooth.xbm new file mode 100644 index 0000000..3cc42d5 --- /dev/null +++ b/.icons/xbm8x8/bluetooth.xbm @@ -0,0 +1,4 @@ +#define bluetooth_width 8 +#define bluetooth_height 8 +static unsigned char bluetooth_bits[] = { + 0x18, 0x2A, 0x6C, 0x38, 0x38, 0x6C, 0x2A, 0x18 }; |