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

23 lines
1.3 KiB
C

/* XPM */
static char *calcimg[] = {
/* columns rows colors chars-per-pixel */
"84 13 3 1",
" c black",
"+ c #800080",
"> c None",
/* pixels */
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>> >>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>> >>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>++>>>++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>>> > >>>>>>>>>>> >>>>>> >>>>>>+++>+++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>>>> >>>>>>>>>>> >>>>>>> >>>>>>>+++++>>>>>>>>++++++++>>>>>>++++++++>>>",
">>>>>> >>>>>> >>> >>>>>>>>>>> >>>>>>>>>>>+++>>>>>>>>>++++++++>>>>>>++++++++>>>",
">>>>> >>>>> > >>>>>>>>>>>> >>>>>>>>>>+++++>>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>>> > >>>>> >>>>>>>>>>>>> >>>>>>>>>+++>+++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>> >>> >>>>> >>>>>>>>>>>>>>>>>>>>>>>>>++>>>++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
">>> >>>>> >>>>>> >>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
};