### ICON\{"name"\} -- small documentation graphic or icon of common attachment types - Generates the HTML img tag of a small graphic image attached to [[TWikiDocGraphics]]. Images typically have a 16x16 pixel size. You can select a specific image by name, or you can give a full filename, in which case the type of the file will be used to select one of a collection of common file type icons. - Syntax: `%ICON{"name"}%` - Examples: - `%ICON{"flag-gray"}%` returns flag-gray - `%ICON{"pdf"}%` returns pdf - `%ICON{"smile.pdf"}%` returns smile.pdf - `%ICON{"/dont/you/dare/smile.pdf"}%` returns /dont/you/dare/smile.pdf - `%ICON{"http://twiki.org/doc/xhtml.xsl"}%` returns http://twiki.org/doc/xhtml.xsl - Graphic samples: arrowbright `arrowbright`, bubble `bubble`, choice-yes `choice-yes`, hand `hand` - File type samples: bmp `bmp`, doc `doc`, gif `gif`, hlp `hlp`, html `html`, mp3 `mp3`, pdf `pdf`, ppt `ppt`, txt `txt`, xls `xls`, xml `xml`, zip `zip` - Related: [[ICONURL|Main/VarICONURL]], [[ICONURLPATH|Main/VarICONURLPATH]], [[TWikiPreferences]], [[FileAttachments]], [[TWikiDocGraphics]]