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

34 lines
944 B
C

/* XPM */
static const char * const IBeam[] = {
"27 27 3 1",
" c #FFFFFF",
". c #000000",
"+ c #3F3F3F",
" ",
" ",
" ",
" ",
" ",
" .......+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .+ ",
" .......+ ",
" ",
" ",
" ",
" ",
" ",
" "};