1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00
audacity/images/Cursors32/IBeamCursor.xpm
Panagiotis Vasilopoulos eb7b71950b
Improve existing icons
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-18 20:28:53 +00:00

39 lines
1.2 KiB
C

/* XPM */
static const char * const IBeamCursorXpm[] = {
"32 32 3 1",
" c #FF0000",
". c #FFFFFF",
"+ c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .......... ",
" .++++++++. ",
" ...++... ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" .++. ",
" ...++... ",
" .++++++++. ",
" .......... ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};