From 28e6f9700a7fcb9c88eaf5bd1b0e97620b196420 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 9 Jul 2012 02:12:51 +0200 Subject: Adding the 'Board' icon. --- icons.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'icons.tex') diff --git a/icons.tex b/icons.tex index 6ff0f07..a856ce5 100644 --- a/icons.tex +++ b/icons.tex @@ -139,3 +139,16 @@ \draw[xshift=18, yshift=20, rotate=45, double] (0, 0) circle (15) (0, -15) -- (0, 15); \end{tikzpicture} } + +\newcommand{\iBoard}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \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] + (0, 8) -- (0, 11) -- (20, 23) -- (40, 11) -- (40, 8) -- cycle + (20, 20) -- (20, 23); + \path[draw, fill=white, line width=0.1pt] + (10, 4) -- (20, 0) -- (30, 4) -- (20, 9) -- cycle + (10, 14) -- (20, 9) -- (30, 14) -- (20, 20) -- cycle; + \end{tikzpicture} +} -- cgit v1.2.3