mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
19 lines
466 B
Perl
19 lines
466 B
Perl
/* XPM */
|
|
/*********************************************************************
|
|
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
|
|
**********************************************************************/
|
|
static char * GrayLt_pm[] = {
|
|
/* width height ncolors cpp [x_hot y_hot] */
|
|
"8 8 1 1 -1 -1",
|
|
/* colors */
|
|
" s iconGray1 m white c #dededededede",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|