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

23 lines
431 B
C

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