summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikzsymbols
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-15 23:57:49 +0000
committerKarl Berry <karl@freefriends.org>2013-02-15 23:57:49 +0000
commitdcd3dfee2f53020c529e9289c438d3b8c661650e (patch)
tree8742739a6e64afddcfce67e058e6a412b822ff9a /Master/texmf-dist/tex/latex/tikzsymbols
parent48b5afbdb8ac32395dcc769f5398201f12d6ed72 (diff)
tikzsymbols (15feb13)
git-svn-id: svn://tug.org/texlive/trunk@29127 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikzsymbols')
-rw-r--r--Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty741
1 files changed, 741 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty b/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty
new file mode 100644
index 00000000000..c901383ed18
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/tikzsymbols/tikzsymbols.sty
@@ -0,0 +1,741 @@
+%%
+%% This is file `tikzsymbols.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% tikzsymbols.dtx (with options: `package')
+%% This is a generated file.
+%%
+%% Copyright (C) 2013 by Ben Vitecek
+%%
+%% This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.2 of this license or (at your option) any later version. The latest version of this license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.2 or later is part of all distributions of LaTeX version 1999/12/01 or later.
+
+
+\NeedsTeXFormat{LaTeX2e}[2011/06/27]
+\ProvidesPackage{tikzsymbols}
+[2013/02/14 v1.6 Some symbols created using tikz.]
+\RequirePackage{xargs}
+\RequirePackage{tikz}
+\RequirePackage{xcolor}
+\RequirePackage{xspace}
+\RequirePackage{xkeyval}
+
+ \usetikzlibrary{arrows,decorations.pathmorphing,trees}
+
+\newcommand{\tikzsymbolsaftersymbolinput}{\xspace}
+
+\DeclareRobustCommand{\Person}[1][1]{%
+ \begin{tikzpicture}[line width=0.12ex*#1,scale=#1,x=1.35ex,y=1.35ex]%
+ \draw (0,-0.1) -- (0.15,0.2) -- (0.3,-0.1);
+ \draw (.15,.2) -- (.15,.4);
+ \draw (.15,.4) -- (.4,.5);
+ \draw (.15,.4) -- (-0.1,.5);
+ \draw (.15, .4) -- (.15, .53);
+ \draw (.15,.8) circle (0.18);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommand{\Kochtopf}[1][1]{%
+\begin{tikzpicture}[x=2ex,y=2.2ex, line width=0.07ex*#1,scale=#1]
+\draw[rounded corners=0.2ex*#1] (0,0.5) -- (0,0) -- (1,0) -- (1,0.5);
+\draw(0,0.4) arc (90:270:0.1);
+\draw(1,0.4) arc (90:-90:0.1);
+\draw (0,0.5) -- (1,0.5) .. controls (1,0.6) and (0,0.6) .. (0,0.5);
+\draw (0.6,0.585) arc (0:180:0.1);
+\draw[decorate,decoration={snake,amplitude=.12ex*#1,segment length=0.93ex*#1}]
+(0,0.35) -- (1,0.35);
+\draw (0.1,0.25) circle (0.04);
+\draw (0.3,0.2) circle (0.04);
+\draw (0.13, 0.125) circle (0.04);
+\draw (0.6,0.25) circle (0.04);
+\draw (0.45,0.1) circle (0.04);
+\draw (0.88,0.2) circle (0.04);
+\draw (0.7,0.11) circle (0.04);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\pot\Kochtopf
+
+\DeclareRobustCommand{\Bratpfanne}[1][1]{%
+\begin{tikzpicture}[x=0.7ex,y=1.4ex, line width=0.07ex*#1, scale=#1]
+\draw[rounded corners=0.07ex*#1] (-1,0) -- (1,0) -- (1.5,0.4) -- (-1.5,0.4) -- cycle;
+\draw[ line width=0.037ex*#1, rounded corners=0.023ex*#1]
+(-1.4,0.3) -- (-3.5,0.3) -- (-3.5,0.25) -- (-1.3,0.25);
+\draw[line width=0.023ex*#1] (-1.1,0.1) -- (1.1,0.1);
+\draw[line width=0.035ex*#1, decorate,
+ decoration={snake,amplitude=.05ex*#1,segment length=0.408ex*#1}]
+(-0.3,0.5) -- (-0.3,1);
+\draw[line width=0.035ex*#1, decorate,
+ decoration={snake,amplitude=.05ex*#1,segment length=0.408ex*#1}]
+ (0.3,0.5) -- (0.3,1);
+\draw[line width=0.035ex*#1, decorate,
+ decoration={snake,amplitude=.05ex*#1,segment length=0.408ex*#1}]
+(-1,0.5) -- (-1,1);
+\draw[line width=0.035ex*#1, decorate,
+ decoration={snake,amplitude=.05ex*#1,segment length=0.408ex*#1}]
+ (1,0.5) -- (1,1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\fryingpan\Bratpfanne
+
+\DeclareRobustCommand{\Schneebesen}[1][1]{%
+\begin{tikzpicture}[y=2.1ex,x=1.4ex, scale=#1]
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (0.2,0.0) and (0.2,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (-0.2,0.0) and (-0.2,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (-0.1,0.0) and (-0.1,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (0.1,0.0) and (0.1,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (-0.15,0.0) and (-0.15,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (0.15,0.0) and (0.15,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (-0.05,0.0) and (-0.05,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) .. controls (0.05,0.0) and (0.05,0.2) .. (0,0.4);
+\draw[line width=0.01ex*(#1-.#1*3)]
+ (0,0) --(0,0.4);
+\fill[line width=0.05ex*#1, rounded corners=0.07ex*#1]
+ (-0.05,0.37) -- (0.05,0.37) -- (0.05,0.75) -- (-0.05,0.75) -- cycle;
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\eggbeater\Schneebesen
+
+\DeclareRobustCommand{\Sieb}[1][1]{%
+\begin{tikzpicture}[x=2.8ex, y=2.8ex,line width=0.02ex*#1 ,scale=#1]
+\draw[line width=0.09ex*#1] (-0.2,0) -- (1.01,0);
+\draw (0.2,0) arc (180:360:0.4);
+\draw(0.25,0) arc (180:360:0.35);
+\draw (0.3,0) arc (180:360:0.3);
+\draw (0.35,0) arc (180:360:0.25);
+\draw (0.4,0) arc (180:360:0.2);
+\draw (0.45,0) arc (180:360:0.15);
+\draw (0.5,0) arc (180:360:0.1);
+\draw (0.55,0) arc (180:360:0.05);
+\draw (.95,0) -- (0.95,-0.194);
+\draw (.9,0) -- (0.9,-0.265);
+\draw (.85,0) -- (0.85,-0.313);
+\draw (.8,0) -- (0.8,-0.345);
+\draw (.75,0) -- (0.75,-0.37);
+\draw (.7,0) -- (0.7,-0.39);
+\draw (.65,0) -- (0.65,-0.4);
+\draw (.6,0) -- (0.6,-0.4);
+\draw (.55,0) -- (0.55,-0.4);
+\draw (.5,0) -- (0.5,-0.39);
+\draw (.45,0) -- (0.45,-0.37);
+\draw (.4,0) -- (0.4,-0.348);
+\draw (.35,0) -- (0.35,-0.314);
+\draw (.3,0) -- (0.3,-0.265);
+\draw (.25,0) -- (0.25,-0.194);
+\draw (0.2,-0.05) -- (1,-0.05);
+\draw (0.21,-0.1) -- (0.99,-0.1);
+\draw (0.23,-0.15) -- (0.97,-0.15);
+\draw (0.255,-0.2) -- (0.945,-0.2);
+\draw (0.289,-0.25) -- (0.911,-0.25);
+\draw (0.335,-0.3) -- (0.865,-0.3);
+\draw (0.406,-0.35) -- (0.794,-0.35);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\sieve\Sieb
+
+\DeclareRobustCommand{\Purierstab}[1][1]{%
+\begin{tikzpicture}[x=2.3ex, y=2.2ex, line width=0.07ex*#1,scale=#1]
+\draw[rounded corners=0.07ex*#1] (0,0) -- (0.3,0) -- (0.15,0.1) --cycle;
+\fill[rounded corners=0.07ex*#1] (0.15,0.3) -- (0.24,0.4) -- (0.24,0.7) --
+ (0.06,0.7) -- (0.06,0.4) -- cycle;
+\draw (0.15,0.4) -- (0.15,0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\blender\Purierstab
+
+\DeclareRobustCommand{\Dreizack}[1][1]{%
+\begin{tikzpicture}[x=2.3ex, y=2.2ex, line width=0.035ex*#1,scale=#1]
+\fill[rounded corners=0.07ex*(#1-.#1)] (0,0) -- (0,0.4) -- (0.1,0.4)
+ -- (0.1,0.0) -- cycle;
+\draw (0.05,0) -- (0.05,0.7);
+\draw[rounded corners=0.07ex*(#1-.#1*#1*2] (0,0.7) -- (0,0.55)
+ -- (0.05,0.55) -- (0.1,0.55) -- (0.1,0.7);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\trident\Dreizack
+
+\DeclareRobustCommand{\Backblech}[1][1]{%
+\begin{tikzpicture}[x=6.53ex,y=5.ex, line width=0.07ex*#1,scale=#1]
+\filldraw[rounded corners=0.09ex*#1] (0,0) rectangle (0.3,0.3);
+\draw[rounded corners=0.07ex*#1, line width=0.03ex*#1]
+ (0.1,0) -- (-0.025,0) -- (-0.025,0.3) -- (0.1,0.3);
+\draw[rounded corners=0.07ex*#1, line width=0.03ex*#1]
+ (0.2,0) -- (.325,0) -- (.325,0.3) -- (0.2,0.3);
+\foreach \@BackblechlochX in {0.007,0.293}
+\foreach \@BackblechlochY in {0.007,0.293}
+\fill[white] (\@BackblechlochX,
+\@BackblechlochY) circle (0.02ex);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\bakingplate\Backblech
+
+\DeclareRobustCommand{\Ofen}[1][1]{%
+\begin{tikzpicture}[x=0.50ex,y=.5ex, line width=0.07ex*#1,scale=#1]
+\draw (0,0) rectangle (4,3);
+\draw (0.25,0.25) rectangle (3.75,2);
+\foreach \@Ofenschalter in {0.5,1.1,2.9,3.5}
+\fill (\@Ofenschalter,2.5) circle (0.22);
+\draw (1.5,2.28) rectangle (2.5,2.72);
+\draw[line width=0.05ex*#1] (1,1.75) -- (3,1.75);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\oven\Ofen
+
+\DeclareRobustCommand{\Pfanne}[1][1]{%
+\begin{tikzpicture}[x=2.3ex,y=2.3ex, line width=0.09ex*#1,scale=#1]
+\draw [rounded corners=0.023ex*#1](0,0) -- (0.9,0) -- (1,0.3) -- (-0.1,0.3) -- cycle;
+\draw (-0.2,0.22) -- (-0.08,0.22);
+\draw (0.97,0.22) -- (1.08,0.22);
+\draw[decorate,decoration={snake,amplitude=.046ex*#1,
+ segment length=0.82ex*#1},line width=0.05ex*#1] (-0.05,0.1) -- (0.95,0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\pan\Pfanne
+
+\DeclareRobustCommand{\Herd}[1][1]{%
+\begin{tikzpicture}[x=1ex,y=1ex,line width=0.04ex*#1,scale=#1]
+\draw[line width=0.08ex*#1] (0,0) rectangle (2,1.5);
+\draw (0.5,0.45) circle (0.35);
+\draw (0.5,0.45) circle (0.2);
+\draw (1.45,0.45) circle (0.3);
+\draw (0.5,1.15) circle (0.21);
+\draw (1.05,0.95) rectangle (1.85,1.35);
+\draw (1.45,1.15) circle (0.15);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\cooker\Herd
+
+\DeclareRobustCommand{\Saftpresse}[1][1]{%
+\begin{tikzpicture}[x=1.2ex,y=1ex,line width=0.07ex*#1,scale=#1]
+\draw[rounded corners=0.1ex*#1] (0,0.85) -- (0,0) -- (1.5,0) -- (1.5,0.85) -- cycle;
+\draw (0,0.7) -- (1.5,0.7);
+\draw[rounded corners=0.1ex*#1] (0.3,0.7) -- (0.75,1.55) -- (1.2,0.7);
+\draw[rounded corners=0.1ex*#1] (0.45,0.7) -- (0.75,1.55) -- (1.05,0.7);
+\draw[rounded corners=0.1ex*#1] (0.65,0.7) -- (0.75,1.55) -- (0.85,0.7);
+\draw[line width=0.05ex*#1, decorate,
+ decoration={snake,amplitude=.05ex*#1,segment length=0.48ex*#1}] (0,0.3) -- (1.5,0.3);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\let\squeezer\Saftpresse
+
+\DeclareRobustCommand{\Schussel}[1][1]{%
+\begin{tikzpicture}[x=1ex,y=1ex,line width=0.07ex*#1, scale=#1]
+\draw[rounded corners=0.5ex*#1]
+ (-0.02,1.4) -- (0,1.4) -- (0,0.05) -- (1.5,0.05) -- (1.5,1.4) -- (1.52,1.4);
+\draw (0.35,0) -- (1.15,0);
+\end{tikzpicture}
+\tikzsymbolsaftersymbolinput%
+}
+\let\bowl\Schussel
+%%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+\DeclareRobustCommandx{\Sadey}[2][1=1, 2={opacity=0}, usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\fill[#2, line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\fill (0.1,0.1) circle (0.05);
+\fill (-0.1,0.1) circle (0.05);
+\draw (-0.2,-0.11) .. controls (-0.1,-0.06) and (0.1,-0.06) .. (0.2,-0.11);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dSadey}[2][1=1,2=yellow,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\shade[ball color=black] (0.1,0.1) circle (0.05);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\draw[black] (-0.2,-0.11) .. controls (-0.1,-0.06) and (0.1,-0.06) .. (0.2,-0.11);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Annoey}[2][1=1,2={opacity=0},usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\fill[#2, line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\draw (0.08,0.1) -- (0.22,0.1);
+\draw (-0.08,0.1) -- (-0.22,0.1);
+\draw (-0.2,-0.1) -- (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dAnnoey}[2][1=1,2=yellow,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\draw[black] (0.08,0.1) -- (0.22,0.1);
+\draw[black] (-0.08,0.1) -- (-0.22,0.1);
+\draw[black] (-0.2,-0.1) -- (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Smiley}[2][1=1,2={opacity=0} ,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\fill[#2,line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\fill (-0.1,0.1) circle (0.05);
+\fill (0.1,0.1) circle (0.05);
+\draw (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dSmiley}[3][1=1,2=yellow,3=yellow,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\shade[ball color=black] (0.1,0.1) circle (0.05);
+\draw[black] (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Neutrey}[2][1=1, 2={opacity=0}, usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\fill[#2,line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\fill (0.1,0.1) circle (0.05);
+\fill (-0.1,0.1) circle (0.05);
+\draw (-0.2,-0.1) -- (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dNeutrey}[2][1=1,2=yellow,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\shade[ball color=black] (0.1,0.1) circle (0.05);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\draw[black] (-0.2,-0.1) -- (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Winkey}[2][1=1,2={opacity=0} ,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\fill[#2, line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\draw(0.17,0.1) -- (0.05,0.1);
+\fill (-0.1,0.1) circle (0.05);
+\draw (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.15,-0.2) .. (0.2,0);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dWinkey}[2][1=1,2=yellow,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\draw(0.17,0.1) -- (0.05,0.1);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\draw[black] (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.15,-0.2) .. (0.2,0);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Sey}[2][1=1,2={opacity=0} ,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\fill[#2, line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\fill (0.1,0.1) circle (0.05);
+\fill (-0.1,0.1) circle (0.05);
+\draw (-0.2,-0.08) .. controls (-0.0,-0.2) and (0.0,0) .. (0.2,-0.12);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dSey}[2][1=1,2=yellow ,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.09ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\shade[ball color=black] (0.1,0.1) circle (0.05);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\draw[black] (-0.2,-0.08) .. controls (-0.0,-0.2) and (0.0,0) .. (0.2,-0.12);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Innocey}[3][1=1,2={opacity=0},3=yellow ,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\fill[#2,line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\fill (-0.1,0.1) circle (0.05);
+\fill (0.1,0.1) circle (0.05);
+\draw (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\draw[#3, line width=0.095ex*#1] (0.32,0.31) arc (0:360:0.32 and 0.1);
+\draw[line width=0.05ex*#1] (0.3,0.31) arc (0:360:0.3 and 0.07);
+\draw[line width=0.05ex*#1] (0.35,0.31) arc (0:360:0.35 and 0.12);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommand{\wInnocey}[1][1]{\Innocey[#1][opacity=0][white]}
+\DeclareRobustCommandx{\dInnocey}[3][1=1,2=yellow,3=yellow,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\shade[ball color=black] (0.1,0.1) circle (0.05);
+\draw[black] (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\draw[color=#3!97!black, line width=0.09ex*#1] (0.32,0.31) arc (0:360:0.32 and 0.1);
+\draw[line width=0.05ex*#1] (0.3,0.31) arc (0:360:0.3 and 0.07);
+\draw[line width=0.05ex*#1] (0.35,0.31) arc (0:360:0.35 and 0.12);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Cooley}[2][1=1,2={opacity=0} ,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\fill[#2,line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\fill[rounded corners=0.1ex*#1]
+ (0.24,0.15) -- (0.01,0.15) -- (0.01,0) -- (0.24,0) -- cycle;
+\fill[rounded corners=0.1ex*#1]
+ (-0.24,0.15) -- (-0.01,0.15) -- (-0.01,0) -- (-0.24,0) -- cycle;
+\draw (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\draw (0.02,0.1) -- (-0.02,0.1);
+\draw (-0.2,0.1) -- (-0.3,0.13);
+\draw (0.2,0.1) -- (0.3,0.13);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dCooley}[2][1=1,2=yellow,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\draw[black] (0.02,0.1) -- (-0.02,0.1);
+\draw[black] (-0.2,0.1) -- (-0.295,0.146);
+\draw[black] (0.2,0.1) -- (0.295,0.146);
+\shade[ball color=black,rounded corners=0.1ex*#1]
+ (0.24,0.15) -- (0.01,0.15) -- (0.01,0) -- (0.24,0) -- cycle;
+\shade[ball color=black,rounded corners=0.1ex*#1]
+ (-0.24,0.15) -- (-0.01,0.15) -- (-0.01,0) -- (-0.24,0) -- cycle;
+\draw[black] (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Tongey}[3][1=1,2={opacity=0},3=red ,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\fill[#2,line width=0.12ex*#1] (0,0) circle (0.33);
+\draw[line width=0.12ex*#1] (0,0) circle (0.33);
+\fill (-0.1,0.1) circle (0.05);
+\fill (0.1,0.1) circle (0.05);
+\fill[#3,line width=0.058ex*#1, rounded corners=0.12ex*#1]
+ (0,-0.09) -- (0.05,-0.2) -- (0.16,-0.23) -- (0.2,-0.15) -- (0.19,-0.03);
+\draw[line width=0.07ex*#1, yshift=0.21ex]
+ (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\draw[line width=0.058ex*#1, rounded corners=0.11ex*#1]
+ (0,-0.09) -- (0.05,-0.2) -- (0.16,-0.23) -- (0.2,-0.15) -- (0.19,-0.03);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dTongey}[3][1=1,2=yellow,3=red,usedefault]{%
+\begin{tikzpicture}[x=2.4ex, y=2.4ex, line width=0.12ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.33);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\shade[ball color=black] (0.1,0.1) circle (0.05);
+\shade[ball color=#3,line width=0.058ex*#1, rounded corners=0.12ex*#1]
+ (0,-0.09) -- (0.05,-0.2) -- (0.16,-0.23) -- (0.2,-0.15) -- (0.19,-0.03);
+\draw[black, line width=0.058ex*#1, rounded corners=0.12ex*#1]
+ (0,-0.09) -- (0.05,-0.2) -- (0.16,-0.23) -- (0.2,-0.15) -- (0.19,-0.03);
+\draw[black, line width=0.07ex*#1, yshift=0.21ex]
+ (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Nursey}[4][1=1,2={opacity=0},3={opacity=0},4=black,usedefault]{%
+\begin{tikzpicture}[x=2.3ex, y=2.3ex, line width=0.12ex*#1,scale=#1]
+\fill[#3,rounded corners=.023ex*#1]
+ (-0.3,0) -- (-0.3,0.3) -- (0,0.6) -- (0.3,0.3) -- (0.3,0);
+\fill[#2,line width=0.12ex*#1] (0,0) circle (0.3);
+\draw[line width=0.12ex*#1] (0,0) circle (0.3);
+\fill (-0.1,0.1) circle (0.05);
+\fill (0.1,0.1) circle (0.05);
+\draw[line width=0.09ex*#1, yshift=0.07ex]
+ (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\draw[rounded corners=.023ex*#1]
+ (-0.3,0) -- (-0.3,0.3) -- (0,0.6) -- (0.3,0.3) -- (0.3,0);
+\draw[#4,line width=.046ex*#1] (0,0.35) -- (0,0.5);
+\draw[#4,line width=.046ex*#1] (-0.05,0.45) -- (0.05,0.45);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dNursey}[4][1=1,2=yellow,3=white,4=red,usedefault]{%
+\begin{tikzpicture}[x=2.3ex, y=2.3ex, line width=0.12ex*#1,scale=#1]
+\shade[ball color=#2] (0,0) circle (0.3);
+\shade[ball color=black] (-0.1,0.1) circle (0.05);
+\shade[ball color=black] (0.1,0.1) circle (0.05);
+\draw[black, line width=0.09ex*#1, yshift=0.07ex]
+ (-0.2,-0.1) .. controls (-0.1,-0.2) and (0.1,-0.2) .. (0.2,-0.1);
+\shade[ball color=#3, rounded corners=.023ex*#1,yshift=-0.09ex]
+ (-0.3,0) -- (-0.3,0.3) -- (0,0.6) -- (0.3,0.3) -- (0.3,0) arc(0:180:0.3);
+\shade[ball color=#4,line width=.046ex*#1]
+ (-0.01,0.31) -- (-0.01,0.46) -- (0.01,0.46) -- (0.01,0.31)--cycle;
+\shade[ball color=#4,line width=.046ex*#1]
+ (-0.05,0.4) -- (0.05,0.4) -- (0.05,0.42)--(-0.05,0.42) -- cycle;
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Vomey}[3][1=1,2={opacity=0},3={opacity=0},usedefault]{%
+\begin{tikzpicture}[x=0.58ex,y=0.58ex, line width=0.09ex*#1,scale=#1]
+\fill[#2,rounded corners=0.05ex*#1] (0,0) arc (15:330:1) -- (-0.6,-0.3) -- cycle;
+\draw[rounded corners=0.05ex*#1] (0,0) arc (15:330:1) -- (-0.6,-0.3) -- cycle;
+\draw[line width=0.05ex*#1] (-0.5,0.3) -- (-0.3,0.1);
+\fill (-0.45,0.27) arc (100:350:0.1);
+\fill[#3] (1.8,-0.5) .. controls (2.5,-0.3) and (2.8,-0.7) .. (2.5,-1) ..
+ controls (3,-1) and (3,-1.7) .. (2,-1.5) .. controls (1.7,-2) and (1,-2) .. (1,-1.5) ..
+ controls (0.5,-1.9) and (0.3,-1) .. (0.7,-0.9);
+\fill[#3] (0,-0.4) .. controls (1,0) and (2,-1) .. (2,-1) ..
+ controls (1.7,-1.2) and (1.3,-1.2) .. (1,-1) ..
+ controls (0.8,-0.7) and (0.5,-0.5) .. (0,-0.4);
+\draw (0,-0.4) .. controls (1,0) and (2,-1) .. (2,-1);
+\draw (0,-0.4) .. controls (0.5,-0.5) and (0.8,-0.7) .. (1,-1);
+\draw (1.8,-0.5) .. controls (2.5,-0.3) and (2.8,-0.7) .. (2.5,-1) ..
+ controls (3,-1) and (3,-1.7) .. (2,-1.5) .. controls (1.7,-2)
+ and (1,-2) .. (1,-1.5) .. controls (0.5,-1.9) and (0.3,-1) .. (0.7,-0.9);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+\DeclareRobustCommandx{\dVomey}[3][1=1,2=yellow,3={brown!10!olive},usedefault]{%
+\begin{tikzpicture}[x=0.58ex,y=0.58ex, line width=0.09ex*#1,scale=#1]
+\shade[ball color=#2!90!brown,rounded corners=0.03ex*#1]
+ (0,0) arc (15:330:1) -- (-0.6,-0.3) -- cycle;
+\draw[black, line width=0.05ex*#1] (-0.5,0.3) -- (-0.3,0.1);
+\shade[ball color=black] (-0.45,0.27) arc (100:350:0.1);
+\shade[ball color=#3] (1.8,-0.5) .. controls (2.5,-0.3) and (2.8,-0.7) .. (2.5,-1) ..
+ controls (3,-1) and (3,-1.7) .. (2,-1.5) .. controls (1.7,-2) and (1,-2) .. (1,-1.5) ..
+ controls (0.5,-1.9) and (0.3,-1) .. (0.7,-0.9);
+\shade[ball color=#3] (0,-0.4) .. controls (1,0) and (2,-1) .. (2,-1) .. controls
+ (1.7,-1.2) and (1.3,-1.2) .. (1,-1) .. controls (0.8,-0.7) and (0.5,-0.5) .. (0,-0.4);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Cat}[1][1=1,usedefault]{%
+\begin{tikzpicture}[x=2.33ex,y=2.33ex, line width=0.093ex*#1,scale=#1]
+\draw (0,0) circle (0.3);
+\draw[rounded corners=0.163ex*#1] (-0.3,0) -- (-0.35,0.5) -- (0,0.3);
+\draw[rounded corners=0.163ex*#1] (0,0.3) -- (0.35,0.5) -- (0.3,0);
+\fill (-0.15,.15) circle (0.05);
+\fill (0.15,.15) circle (0.05);
+\draw[rounded corners=0.175ex*#1,yshift=-0.12ex] (0,0) -- (0,-0.1) -- (-0.1,-0.095);
+\draw[rounded corners=0.175ex*#1,yshift=-0.12ex] (0,0) -- (0,-0.1) -- (0.1,-0.095);
+\draw[rounded corners=.12ex*#1,yshift=-.15ex, line width=0.03em*(#1-.#1)]
+(-0.1,0.1) -- (0,0) -- (0.1,0.1) -- cycle ;
+\draw[line width=0.035ex*#1](-0.1,-0.05)..controls(-0.25,0)and(-0.35,0).. (-0.4,-0.05);
+\draw[line width=0.035ex*#1, ](-0.1,-0.05)..
+ controls(-0.25,-0.01)and(-0.35,-0.09).. (-0.4,-0.14);
+\draw[line width=0.035ex*#1, ](-0.1,-0.05)..
+ controls(-0.25,-0.045)and(-0.35,-0.13).. (-0.4,-0.23);
+\draw[line width=0.035ex*#1](0.1,-0.05)..controls(0.25,0)and(0.35,0).. (0.4,-0.05);
+\draw[line width=0.035ex*#1 ]
+ (0.1,-0.05)..controls(0.25,-0.01)and(0.35,-0.09).. (0.4,-0.14);
+\draw[line width=0.035ex*#1]
+ (0.1,-0.05)..controls(0.25,-0.045)and(0.35,-0.13).. (0.4,-0.23);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\NiceReapey}[1][1=1,usedefault]{%
+\begin{tikzpicture}[x=0.11em,y=0.11em, line width=0.07ex*#1,scale=#1]
+\draw (1.7,-1) arc (360:180:1.7 and 2)
+ arc (260:110:1.5 and 2) .. controls (-1,3.3) and (1,3.3) .. (1.9,2.97)
+ arc (260:100:-1.3 and -2) -- cycle;
+\fill[black!20!white] (3,3) .. controls (5,3) and (6,2) .. (7,1.5) -- (3,1.5) -- cycle;
+\draw (3,-3) -- (3,3) .. controls (5,3) and (6,2) .. (7,1.5) -- (3,1.5);
+\draw (0,-1.5) circle (1 and 0.5);
+\draw[line width=0.04ex*#1] (-0.2,-1) -- (-0.2,-2);
+\draw[line width=0.04ex*#1] (0.2,-1) -- (0.2,-2);
+\draw[line width=0.04ex*#1] (0.6,-1) -- (0.6,-2);
+\draw[line width=0.04ex*#1] (-0.6,-1) -- (-0.6,-2);
+\draw[line width=0.04ex*#1] (-1,-1.5) -- (1,-1.5);
+\fill (1.25,1.25) circle ( 0.5 and 0.75);
+\fill (-1.25,1.25) circle ( 0.5 and 0.75);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+%%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+\def\@leaf@is@leaf{leaf}
+
+\newif\if@tikzsymbols@draft
+\newif\if@tikzsymbols@final
+
+\DeclareRobustCommand{\@Tree@SetUp}[1][1]{\tikzset{%
+ld/.style={level distance=##1ex},lw/.style={line width=##1ex},%
+level 1/.style={ld=0.60, trunk, lw=0.1*#1 ,sibling angle=60},%
+level 2/.style={ld=0.20, trunk!80!leaf a,lw=.073*#1,sibling angle=70},%
+level 3/.style={ld=0.25,trunk!60!leaf a,lw=.05*#1,sibling angle=70}, %
+level 4/.style={ld=0.10, trunk!40!leaf a,lw=.025*#1,sibling angle=60},%
+level 5/.style={ld=0.15, trunk!20!leaf a,lw=.02*#1,sibling angle=60},%
+level 6/.style={ld=0.08,leaf a, lw=.021*#1,sibling angle=60},%
+}}%
+
+\DeclareRobustCommandx{\Basic@Tree}[5][1=1, usedefault]{{%
+\@Tree@SetUp[#1]%
+\pgfarrowsdeclare{leaf}{leaf}%
+{\pgfarrowsleftextend{-.1ex} \pgfarrowsrightextend{-0.05ex}}%
+{%
+\pgfpathmoveto{\pgfpoint{-.01ex}{0ex}}%
+\pgfpatharc{150}{30}{0.16ex*(#1/2)}% dicke
+\pgfpatharc{-30}{-150}{0.16ex*(#1/2)}%
+\pgfusepathqfill%
+}%
+\colorlet{trunk}{#2}%
+\colorlet{leaf a}{#3}%
+\colorlet{leaf b}{#4}\begin{tikzpicture}[x=1ex,y=1ex,scale=#1]%
+\coordinate (root) [grow cyclic,rotate=90] child {
+child [line cap=round] foreach \a in {0,1, 2} { child foreach \b in {0,1} {
+child foreach \c in {0,1,2} { child foreach \d in {0,1} {
+child foreach \leafcolor in {leaf a,leaf b} { edge from parent [color=\leafcolor,-#5] }
+}}} } edge from parent [shorten >=-0.05ex,serif cm-,line cap=butt]
+};%
+\end{tikzpicture}%
+}}
+
+\DeclareOptionX{draft}{\@tikzsymbols@drafttrue\@tikzsymbols@finalfalse
+\def\Basic@Tree{\Basic@Tree@off}}
+\DeclareOptionX{final}{\@tikzsymbols@draftfalse\@tikzsymbols@finaltrue
+\def\Basic@Tree{\Basic@Tree@on}}
+
+\DeclareOptionX{tree}{%
+ \def\Basic@Tree{\csname Basic@Tree@#1\endcsname}%
+ \if@tikzsymbols@draft%
+\PackageWarningNoLine{tikzsymbols}{You can use class option \MessageBreak
+draft with package option tree=on/off;
+\MessageBreak but I think it would be better if you
+\MessageBreak delete tree=on/off}\fi%
+\if@tikzsymbols@final%
+\PackageWarningNoLine{tikzsymbols}{You can use class option \MessageBreak
+final with package option tree=on/off;
+\MessageBreak but I think it would be better if you
+\MessageBreak delete tree=on/off}\fi%
+ }
+
+\DeclareRobustCommandx{\Basic@Tree@off}[5][1=1, usedefault]{{%
+\def\leaf@or@not@leaf{#5}%
+\begin{tikzpicture}[scale=#1,x=1.3ex,y=1.3ex]
+\draw[#2] (0,0) -- (0,1);
+\draw[#3] (0,1) -- (1,1);
+\draw[#4] (1,1) -- (1,0);
+\ifx\leaf@or@not@leaf\@leaf@is@leaf%
+\draw[#3] (1,0) -- (0.5,0);
+\draw[#4] (0.5,0) -- (0,0);
+\fi%
+\end{tikzpicture}%
+}}
+
+\DeclareRobustCommandx{\Basic@Tree@on}[5][1=1, usedefault]{{%
+\@Tree@SetUp[#1]%
+\pgfarrowsdeclare{leaf}{leaf}%
+{\pgfarrowsleftextend{-.1ex} \pgfarrowsrightextend{-0.05ex}}%
+{%
+\pgfpathmoveto{\pgfpoint{-.01ex}{0ex}}%
+\pgfpatharc{150}{30}{0.16ex*(#1/2)}% dicke
+\pgfpatharc{-30}{-150}{0.16ex*(#1/2)}%
+\pgfusepathqfill%
+}%
+\colorlet{trunk}{#2}%
+\colorlet{leaf a}{#3}%
+\colorlet{leaf b}{#4}\begin{tikzpicture}[x=1ex,y=1ex,scale=#1]%
+\coordinate (root) [grow cyclic,rotate=90] child {
+child [line cap=round] foreach \a in {0,1, 2} { child foreach \b in {0,1} {
+child foreach \c in {0,1,2} { child foreach \d in {0,1} {
+child foreach \leafcolor in {leaf a,leaf b} { edge from parent [color=\leafcolor,-#5] }
+}}} } edge from parent [shorten >=-0.05ex,serif cm-,line cap=butt]
+};%
+\end{tikzpicture}%
+}}
+
+\ProcessOptionsX*\relax
+
+\newcommand\BasicTree[5][1]{%
+\def\leaf@or@not@leaf{#5}%
+\ifx\leaf@or@not@leaf\@leaf@is@leaf%
+\Basic@Tree[#1]{#2}{#3}{#4}{#5}\tikzsymbolsaftersymbolinput%
+\else%
+\ifx\\#5\\%
+\Basic@Tree[#1]{#2}{#3}{#4}{#5}\tikzsymbolsaftersymbolinput%
+\else%
+\PackageError{tikzsymbols}{The last parameter has either to be \MessageBreak
+`leaf` or has to be empty}{See the documentation. Section `Trees«.}%
+\fi\fi%
+}
+
+\DeclareRobustCommand{\WorstTree}[1][1]{%
+\begin{tikzpicture}[x=1ex,y=1ex, line width=0.04ex*#1,scale=#1]
+\fill[brown] (-0.3,0) .. controls (0.2,0.3) and (0.2,0.7) .. (0.2,1) -- (0.5,1) ..
+ controls (0.5,0.7) and (0.5,0.3) .. (1,0);
+\draw (-0.3,0) .. controls (0.2,0.3) and (0.2,0.7) .. (0.2,1) -- (0.5,1) ..
+ controls (0.5,0.7) and (0.5,0.3) .. (1,0) ;
+\fill[green] (0.2,0.8) -- (0,0.8) .. controls (-0.4,0.7) and (-0.4,1) .. (-0.3,1.2) ..
+ controls (-0.3, 1.6) and (-0.1,1.6) .. (0.1,1.5) ..
+ controls (0.3,1.8) and (0.6,1.6) .. (0.7,1.5) ..
+ controls (1.1, 1.6) and (1,1.4) .. (1,1.2) ..
+ controls (1.2,1) and (1.2,0.7) .. (0.8,0.8) -- (0.5,0.8);
+\draw (0.214,0.8) -- (0,0.8) .. controls (-0.4,0.7) and (-0.4,1) .. (-0.3,1.2) ..
+ controls (-0.3, 1.6) and (-0.1,1.6) .. (0.1,1.5) ..
+ controls (0.3,1.8) and (0.6,1.6) .. (0.7,1.5) .. controls (1.1, 1.6) and (1,1.4) ..
+ (1,1.2) .. controls (1.2,1) and (1.2,0.7) .. (0.8,0.8) -- (0.486,0.8);
+\fill[red] (0,1) circle (0.1);
+\fill[red] (0.4,1.2) circle (0.1);
+\fill[red] (0.8,1.1) circle (0.1);
+\end{tikzpicture}%
+\tikzsymbolsaftersymbolinput%
+}
+
+\DeclareRobustCommandx{\Springtree}[1][1=1, usedefault]%
+ {\BasicTree[#1]{brown!70!black}{green!90!black}{green!80!black}{leaf}}
+\DeclareRobustCommandx{\Summertree}[1][1=1, usedefault]%
+ {\BasicTree[#1]{brown!50!black}{green!80!black}{red!80!green}{leaf}}
+\DeclareRobustCommandx{\Autumntree}[1][1=1, usedefault]%
+ {\BasicTree[#1]{red!30!black}{red!75!black}{orange}{leaf}}
+\DeclareRobustCommandx{\Wintertree}[1][1=1, usedefault]%
+ {\BasicTree[#1]{black}{black!50}{black!25}{}}
+
+\DeclareRobustCommand{\@Keep@Cool@I}{%
+\begin{tikzpicture}[x=1em, y=1em, line width=0.03em]
+\fill[decorate,decoration={snake,amplitude=.02em,segment length=0.4em},cyan!20!]
+(0,0) -- (0,1) -- (1,1) -- (1,0) -- cycle;
+\draw (0.3,0.3) -- (0.55,0.7);% Kšrper
+\draw (0.05,0.4) -- (0.3,0.3) -- (0.1,0.1);
+\draw (0.3,0.8) -- (0.5,0.61);
+\draw (0.49,0.61) -- (0.8,0.65);
+\draw (0.65,0.9) circle (0.17);
+\end{tikzpicture}%
+\MySymbolAfterSymbolinput%
+}
+\DeclareRobustCommand{\@Keep@Cool@II}{%
+\begin{tikzpicture}[x=1em,y=1em]
+\fill[decorate,decoration={snake,amplitude=.02em,segment length=0.6em},cyan!20!] (-0.3,-0.3) rectangle (0.5,1);
+\draw (0,-0.1) -- (0.15,0.2) -- (0.3,-0.1);% Beine
+\draw (.15,.2) -- (.15,.4);% Kšrper
+\draw (.15,.4) -- (.4,.5);% Rechter Arm
+\draw (.15,.4) -- (-0.1,.5);% Linker Arm
+\draw (.15, .4) -- (.15, .53);% Hals
+\draw (.15,.8) circle (0.18);% Kopf
+\end{tikzpicture}%
+\MySymbolAfterSymbolinput%
+}
+
+\endinput
+%%
+%% End of file `tikzsymbols.sty'.