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

22 lines
313 B
C

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