lazarus/lcl/images/btncalccancel.xpm
mattias 8febab2490 added calculator icons
git-svn-id: trunk@4950 -
2003-12-25 11:53:36 +00:00

22 lines
330 B
C

/* XPM */
static char *calccancel[] = {
/* columns rows colors chars-per-pixel */
"11 13 2 1",
" c black",
"> c None",
/* pixels */
">>>>>>>>>>>",
">>>>>>>>>>>",
"> >>>>> >",
"> >>> >",
">> > >>",
">>> >>>",
">>>> >>>>",
">>> >>>",
">> > >>",
"> >>> >",
"> >>>>> >",
">>>>>>>>>>>",
">>>>>>>>>>>"
};