summaryrefslogtreecommitdiff
path: root/icons.tex
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-07-09 03:13:33 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-07-09 03:13:57 +0200
commit52cb859a46f0c4bd61c217029b35f46ce634bfb7 (patch)
tree68f93764045061ce4a3b71f9acfba32d7adbcdf8 /icons.tex
parent28e6f9700a7fcb9c88eaf5bd1b0e97620b196420 (diff)
Adding a few more icons, and getting ready to translate cards.
Diffstat (limited to 'icons.tex')
-rw-r--r--icons.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/icons.tex b/icons.tex
index a856ce5..61a1214 100644
--- a/icons.tex
+++ b/icons.tex
@@ -152,3 +152,31 @@
(10, 14) -- (20, 9) -- (30, 14) -- (20, 20) -- cycle;
\end{tikzpicture}
}
+
+\newcommand{\iWA}{
+ \begin{tikzpicture}[y=6pt, x=6pt, yscale=-1, inner sep=0pt, outer sep=0pt]
+ \path[draw, line width=0.6pt, line cap=round, line join=round, miter limit=4.00]
+ (0.5, -0.866025) -- (1, 0) -- (0.5, 0.866025) -- (-0.5, 0.866025) -- (-1, 0) -- (-0.5, -0.866025) -- cycle;
+ \path[draw, fill] (0, 0) circle (0.3);
+ \end{tikzpicture}
+}
+
+\newcommand{\iBA}{
+ \begin{tikzpicture}[y=6pt, x=6pt, yscale=-1, inner sep=0pt, outer sep=0pt]
+ \path[draw, fill, line width=0.6pt, line cap=round, line join=round, miter limit=4.00]
+ (0.5, -0.866025) -- (1, 0) -- (0.5, 0.866025) -- (-0.5, 0.866025) -- (-1, 0) -- (-0.5, -0.866025) -- cycle;
+ \path[draw=white, fill=white] (0, 0) circle (0.3);
+ \end{tikzpicture}
+}
+
+\newcommand{\iMA}{
+ \begin{tikzpicture}[y=6pt, x=6pt, yscale=-1, inner sep=0pt, outer sep=0pt]
+ \path[draw, line width=0.6pt, line cap=round, line join=round, miter limit=4.00]
+ (0.5, -0.866025) -- (1, 0) -- (0.5, 0.866025) -- (-0.5, 0.866025) -- (-1, 0) -- (-0.5, -0.866025) -- cycle;
+ \path[draw, fill] (0, 0) circle (0.3);
+ \clip (-1, 1) -- (1, -1) -- (1, 1);
+ \path[draw, fill, line width=0.6pt, line cap=round, line join=round, miter limit=4.00]
+ (0.5, -0.866025) -- (1, 0) -- (0.5, 0.866025) -- (-0.5, 0.866025) -- (-1, 0) -- (-0.5, -0.866025) -- cycle;
+ \path[draw=white, fill=white] (0, 0) circle (0.3);
+ \end{tikzpicture}
+}