/*

  All these icons are in the public domain.  

  Credits:
    page.xpm		fvwm (I think)
    tony-*		Tony Kurc
    all others		David Helder

  Better icons would be welcomed.

 */

#ifndef _ICONS_H
#define _ICONS_H

#include "tony-x.xpm"				/* X		  */

#include "folder_closed.xpm"			/* folder	  */
#include "tony-create-folder.xpm"		/* create folder  */
#include "back.xpm"				/* back arrow	  */

#include "page.xpm"				/* file		  */
#include "gray_page.xpm"			/* no have file	  */
#include "down_page.xpm"			/* down file	  */

#include "url.xpm"				/* URL		  */

#include "channel.xpm"				/* X / open       */
#include "gray_channel.xpm"			/* unjoined X     */
#include "down_channel.xpm"			/* down X         */
#include "tony-create-channel.xpm"		/* create         */
#include "tony-create-private-channel.xpm"	/* create private */
#include "tony-create-channel-from-directory.xpm" /* channel from dir */
#include "tony-join-channel.xpm"		/* join           */
#include "tony-leave-channel.xpm"		/* leave          */

#include "chat.xpm"				/* X / open       */
#include "gray_chat.xpm"			/* unjoined X     */
#include "down_chat.xpm"			/* down X         */
#include "tony-create-chat.xpm"			/* create         */
#include "tony-create-private-chat.xpm"		/* create private */
#include "tony-join-chat.xpm"			/* join           */
#include "tony-leave-chat.xpm"			/* leave          */

#include "search.xpm"				/* X / open       */
#include "gray_search.xpm"			/* unjoined X     */
#include "down_search.xpm"			/* down X         */
#include "tony-create-search.xpm"		/* create         */
#include "tony-create-private-search.xpm"	/* create private */
#include "tony-join-search.xpm"			/* join           */
#include "tony-leave-search.xpm"		/* leave          */



/* NEED: x */

/* Extras */

/*  #include "tony-open-private-search.xpm" */
/*  #include "tony-join-private-channel.xpm" */
/*  #include "tony-open-private-channel.xpm" */

#endif _ICONS_H


syntax highlighted by Code2HTML, v. 0.9.1