1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
audacity/images/EffectRack/remove-16x16.xpm
2018-03-27 05:36:02 -04:00

22 lines
420 B
C

/* XPM */
static const char * const remove_16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #FF0000",
" ",
" .... ",
" ........ ",
" .......... ",
" ............ ",
" .... .. ... ",
" .... .... ",
" ..... ..... ",
" ...... ...... ",
" .... .... ",
" .... .. .... ",
" ............ ",
" .......... ",
" ........ ",
" ...... ",
" "};