mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
21 lines
371 B
C
21 lines
371 B
C
/* XPM */
|
|
static char *fr_heightwidth[]={
|
|
"15 15 2 1",
|
|
"# c #000000",
|
|
". c #dcdcdc",
|
|
"......#....#..#",
|
|
"......#.....#.#",
|
|
"......#.#######",
|
|
"......#.....#.#",
|
|
"......#....#..#",
|
|
"...............",
|
|
"#####.#.#.#.#.#",
|
|
"...............",
|
|
"..#...#.......#",
|
|
"..#............",
|
|
"..#...#.......#",
|
|
"#.#.#..........",
|
|
".###..#.......#",
|
|
"..#............",
|
|
"#####.#.#.#.#.#"};
|