/***************************************************************************/
/***************************************************************************/
/*                                                                         */
/*   (c) 1995-1999.  The Regents of the University of California.  All     */
/*   rights reserved.                                                      */
/*                                                                         */
/*   This work was produced at the University of California, Lawrence      */
/*   Livermore National Laboratory (UC LLNL) under contract no.            */
/*   W-7405-ENG-48 (Contract 48) between the U.S. Department of Energy     */
/*   (DOE) and The Regents of the University of California (University)    */
/*   for the operation of UC LLNL.  Copyright is reserved to the           */
/*   University for purposes of controlled dissemination,                  */
/*   commercialization through formal licensing, or other disposition      */
/*   under terms of Contract 48; DOE policies, regulations and orders;     */
/*   and U.S. statutes.  The rights of the Federal Government are          */
/*   reserved under Contract 48 subject to the restrictions agreed upon    */
/*   by the DOE and University.                                            */
/*                                                                         */
/*                                                                         */
/*                              DISCLAIMER                                 */
/*                                                                         */
/*   This software was prepared as an account of work sponsored by an      */
/*   agency of the United States Government.  Neither the United States    */
/*   Government nor the University of California nor any of their          */
/*   employees, makes any warranty, express or implied, or assumes any     */
/*   liability or responsibility for the accuracy, completeness, or        */
/*   usefulness of any information, apparatus, product, or process         */
/*   disclosed, or represents that its specific commercial products,       */
/*   process, or service by trade name, trademark, manufacturer, or        */
/*   otherwise, does not necessarily constitute or imply its               */
/*   endorsement, recommendation, or favoring by the United States         */
/*   Government or the University of California. The views and opinions    */
/*   of the authors expressed herein do not necessarily state or reflect   */
/*   those of the United States Government or the University of            */
/*   California, and shall not be used for advertising or product          */
/*   endorsement purposes.                                                 */
/*                                                                         */
/*   Permission to use, copy, modify and distribute this software and its  */
/*   documentation for any non-commercial purpose, without fee, is         */
/*   hereby granted, provided that the above copyright notice and this     */
/*   permission notice appear in all copies of the software and            */
/*   supporting documentation, and that all UC LLNL identification in      */
/*   the user interface remain unchanged.  The title to copyright LLNL     */
/*   XDIR shall at all times remain with The Regents of the University     */
/*   of California and users agree to preserve same. Users seeking the     */
/*   right to make derivative works with LLNL XDIR for commercial          */
/*   purposes may obtain a license from the Lawrence Livermore National    */
/*   Laboratory's Technology Transfer Office, P.O. Box 808, L-795,         */
/*   Livermore, CA 94550.                                                  */
/*                                                                         */
/***************************************************************************/
/***************************************************************************/

/*
 * Folder - Represents directory
 */
#define folder12_width 12
#define folder12_height 12
static unsigned char folder12_bits[] = {
   0x00, 0x00, 0xc0, 0x03, 0x3f, 0x0c, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08,
   0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0xff, 0x0f, 0x00, 0x00};


/*
 * Dog-eared sheet of paper - Represents file
 */
#define file12_width 12
#define file12_height 12
static unsigned char file12_bits[] = {
   0xc0, 0x0f, 0x60, 0x08, 0x50, 0x08, 0x78, 0x0b, 0x08, 0x08, 0xe8, 0x0a,
   0x08, 0x08, 0xa8, 0x0b, 0x08, 0x08, 0xe8, 0x0a, 0x08, 0x08, 0xf8, 0x0f};


/*
 * Three-pronged electrical wall socket - Represents socket
 */
#define socket12_width 12
#define socket12_height 12
static unsigned char socket12_bits[] = {
   0x00, 0x00, 0xfc, 0x03, 0x02, 0x04, 0x0a, 0x05, 0x09, 0x09, 0x09, 0x09,
   0x09, 0x09, 0x61, 0x08, 0x62, 0x04, 0x02, 0x04, 0xfc, 0x03, 0x00, 0x00};

/*
 * Portion of chain - Represents link
 */
#define link12_width 12
#define link12_height 12
static unsigned char link12_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x01, 0x04, 0x02,
   0x0f, 0x0f, 0x04, 0x02, 0xf8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};


/*
 * Dog-eared sheet of paper with "X" - Represents executable file
 */
#define exec12_width 12
#define exec12_height 12
static unsigned char exec12_bits[] = {
   0xc0, 0x0f, 0x60, 0x08, 0x50, 0x08, 0x78, 0x08, 0x08, 0x08, 0x28, 0x0a,
   0x48, 0x09, 0x88, 0x08, 0x48, 0x09, 0x28, 0x0a, 0x08, 0x08, 0xf8, 0x0f};


/*
 * Question mark - Represents file of unknown type
 */
#define unknown12_width 12
#define unknown12_height 12
static unsigned char unknown12_bits[] = {
   0xc0, 0x03, 0xe0, 0x07, 0x30, 0x0c, 0x30, 0x0c, 0x00, 0x0c, 0x00, 0x06,
   0x80, 0x03, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x80, 0x01};



syntax highlighted by Code2HTML, v. 0.9.1