mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 15:18:16 +02:00
23 lines
448 B
C
23 lines
448 B
C
/* XPM */
|
|
static char * InsertRemark_xpm[] = {
|
|
"17 17 2 1",
|
|
" c #ECE9D8",
|
|
". c #0000FF",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ... ... ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" ... ... ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" ... ... ",
|
|
" ",
|
|
" ",
|
|
" "};
|