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

22 lines
315 B
C

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