From 52cb859a46f0c4bd61c217029b35f46ce634bfb7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 9 Jul 2012 03:13:33 +0200 Subject: Adding a few more icons, and getting ready to translate cards. --- icons.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'icons.tex') 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} +} -- cgit v1.2.3