1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00
audacity/images/ControlButtons/LoopDisabled.xpm

23 lines
426 B
C

/* XPM */
static const char * LoopDisabled[] = {
"16 16 3 1",
" c None",
". c #1B1B1B",
"+ c #8EAA8C",
"......+...+.....",
"....+++...+++...",
"...+++++.+++++..",
"..++++++..+++++.",
".+++++++...++++.",
".+++++++....++++",
"++++++++.....+++",
"+++..........+++",
"+++..........+++",
"+++.....++++++++",
"++++....+++++++.",
".++++...+++++++.",
".+++++..++++++..",
"..+++++.+++++...",
"...+++...+++....",
".....+...+......"};