1 /**
2  *  Converted from dink.ico, from the Dink source code release
3  */
4 
5 /*
6 
7 *** Dink Smallwood Source License Information ***
8 
9 This software is provided "as is" without express or implied
10 warranties. You may freely use, modify and distribute this
11 source provided that the copyright text below is included in
12 the resulting source code, for example:
13 "Portions Copyright (C) Seth A. Robinson, 1997-2003
14 
15 You may use this source in personal and commercial products, you
16 are not required to release the source code.
17 
18 Please note that sharing this source does not in any way relinquish interest or forfeit any rights enjoyed by
19 Robinson Technologies and Seth A. Robinson concerning the name Dink Smallwood and related media includeding graphics,
20 sounds, music, scripts and map data. (hereafter referred to as "Dink Smallwood Media").
21 
22 Repackaging or distributing the Dink Smallwood Media in a modified format requires permission from
23 Seth A. Robinson.  Please consult the license included with the Dink Smallwood full version distribution for
24 more information.
25 
26 Fastfile.*, ffcreate.*, dsutil.* and ddutil.* are copyrighted by the Microsoft Corporation and excluded
27 from the above license.
28 
29 -Seth A. Robinson (seth@rtsoft.com)
30 www.rtsoft.com
31 
32 */
33 
34 /*
35 In case this isn't clear enough, here's a statement of intent
36 clarifying that the icon is free and not covered by the stanza about
37 the "Dink Smallwood Media":
38 http://lists.gnu.org/archive/html/bug-freedink/2008-09/msg00008.html
39 */
40 
41 /* XPM */
42 char * freedink_xpm[] = {
43 "32 32 8 1",
44 " 	c None",
45 ".	c #000000",
46 "+	c #808080",
47 "@	c #0000FF",
48 "#	c #808000",
49 "$	c #C0C0C0",
50 "%	c #800000",
51 "&	c #FFFFFF",
52 "       .                    ...+",
53 "      .@.                   .##.",
54 "     .@@@.           .     .####",
55 "     .@$@.          .#.   .##%..",
56 "    .@@$@@.         .##. .##%.  ",
57 "  ..@@$&$@@..########.##.##%.   ",
58 " .@@@$&&&$@@@.......#.###.%.    ",
59 ".@@$$&&&&&$$@@@.%%%..$.###.     ",
60 " .@@@$&&&$@@@..%%%%.&&$.###.    ",
61 " #..@@$&$@@..%%%%%.&&$$&.###.   ",
62 " #.%.@@$@@.%%%%%%.&&$&&$...##.  ",
63 " #..%.@$@.%%%%%%.&&$&&$...#..   ",
64 " ##.%.@@@.%.....&&$&$$.%%.##    ",
65 "  #.%%.@.%%%.#.&&$&$$.%%%..##   ",
66 "  #.%%.@.%%%..&&$&$..%%%%%.##   ",
67 "  #.%%%.%%%..&&$&$.##.%%%%.##   ",
68 "  #...%%%...&.$&$.###.%%%%.##   ",
69 "  ###..%.#.#.#.$.#####.%%%.##   ",
70 "   ###.%%.#.#.#.######.%%.#.#   ",
71 "    ##.%%..#.#.#.#####.%%.#..#  ",
72 "   ##..%.&....................##",
73 "  ###.%.&$.%%%%%#%#%##%####.....",
74 " ##....&$&.#.#.#..............##",
75 "##..%.&$&.#.#.#.#####.%%%.#..#  ",
76 "#..%%.$$.#.#.#.#####.%%%..#.#   ",
77 "#.%%%..........#####.%%%.###    ",
78 "#.%%....%%%%%%%..#..%%%..#      ",
79 "#.%%.##..%%%%%%%%.%%%%..##      ",
80 "#.%..###..%%%%%%%%%%%..##       ",
81 "#...## ##...%%%%%%%...##        ",
82 "#####   ###.........###         ",
83 "          ###########           "};
84