summaryrefslogtreecommitdiff
path: root/icons.tex
diff options
context:
space:
mode:
Diffstat (limited to 'icons.tex')
-rw-r--r--icons.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/icons.tex b/icons.tex
index f0a354f..9eb8427 100644
--- a/icons.tex
+++ b/icons.tex
@@ -142,6 +142,7 @@
\newcommand{\iBoard}{
\begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt]
+ \useasboundingbox (0, 0) rectangle (40, 30);
\path[draw, fill, line width=0.6pt, line join=round, miter limit=4.00]
(0, 8) -- (20, 0) -- (40, 8) -- (20, 20) -- cycle;
\path[draw, line width=0.4pt, line join=round, miter limit=4.00]
@@ -180,3 +181,10 @@
\path[draw=white, fill=white] (0, 0) circle (0.3);
\end{tikzpicture}
}
+
+\newcommand{\SW}{
+ \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt]
+ \useasboundingbox (0, 0) rectangle (40, 40);
+ \draw [<->, line width = 0.6pt, line cap = round, double] (0, 25) -- (40, 25);
+ \end{tikzpicture}
+}