summaryrefslogtreecommitdiff
path: root/icons/16x16-general/disk-floppy.xpm
blob: 92ea87c3ebc03b676c6b82c9c66c1f74181c20c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* XPM */
static char * mini_diskett_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"16 16 7 1 0 0",
/* colors */
" 	c #000080",
".	s iconColor1	m black	c black",
"X	s None	m None	c None",
"o	s iconColor6	m white	c yellow",
"O	s iconGray1	m white	c #e0e0e0",
"+	s iconColor2	m white	c white",
"@	c #C0C0C0",
/* pixels */
"  ...........  X",
"  ooooooooooo  .",
"  OOOOOOOOOOO  .",
"  +++++++++++  .",
"  OOOOOOOOOOO  .",
"  +++++++++++  .",
"  OOOOOOOOOOO  .",
"  +++++++++++  .",
"               .",
"    @@@@@@@    .",
"    @  @@@@    .",
"    @  @@@@    .",
"    @  @@@@    .",
"    @  @@@@    .",
"X   @@@@@@@    .",
"XX.............."};