diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-07-09 02:12:51 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-07-09 02:12:51 +0200 |
commit | 28e6f9700a7fcb9c88eaf5bd1b0e97620b196420 (patch) | |
tree | 2a306e403c8cef14d2cfc250a7ad190e7f474dc9 /icons.tex | |
parent | 88ccda2b7714bf2c83198197a6ee3f0946a68477 (diff) |
Adding the 'Board' icon.
Diffstat (limited to 'icons.tex')
-rw-r--r-- | icons.tex | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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} +} |