gimp/pixmaps/delete.xpm
Tuomas Kuosmanen 1446497832 new icon for delete button (layers, channels, paths, whatever)
I hope this wont break anything. Tomorrow is a better day to hack some C :)

Tig
1999-06-20 21:26:16 +00:00

29 lines
507 B
C

/* XPM */
static char * delete_xpm[] = {
"16 16 9 1",
" c None",
". c #0B0B0D",
"+ c #EBEBE9",
"@ c #B8B8B9",
"# c #9E9E9D",
"$ c #656566",
"% c #3E3E3D",
"& c #2F2F2D",
"* c #242424",
" ... ",
" .++@. ",
" ........... ",
" .+++++++@@##. ",
" ............. ",
" .+%+&+*+.@. ",
" .+%+&+*+.@. ",
" .+%+&+*+.@. ",
" .+%+&+*+.@. ",
" .+%+&+*+.@. ",
" .+%+&+*+.@. ",
" .+%+&+*+.@. ",
" .+%+&+*+.@. ",
" .+%+%+%+&#. ",
" .######$$%. ",
" ......... "};