mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 14:00:41 +02:00
21 lines
379 B
C
21 lines
379 B
C
/* XPM */
|
|
static char *fr_bold[]={
|
|
"16 15 2 1",
|
|
"# c #000000",
|
|
". c #dcdcdc",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"...########.....",
|
|
"....###..###....",
|
|
"....###..###....",
|
|
"....###..###....",
|
|
"....#######.....",
|
|
"....###..###....",
|
|
"....###..###....",
|
|
"....###..###....",
|
|
"...########.....",
|
|
"................",
|
|
"................",
|
|
"................"};
|