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

22 lines
314 B
C

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