diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2024-01-30 14:21:23 -0800 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2024-01-30 14:21:23 -0800 |
commit | b9f7d9f902dde8534ecb7484b15fee86f850f8bd (patch) | |
tree | e75494f2bd4fb4957b5ee102f11279046fcf3397 /icons.tex | |
parent | 22e229add63b2870fa5719ca78db748adc629b35 (diff) |
Diffstat (limited to 'icons.tex')
-rw-r--r-- | icons.tex | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -140,6 +140,20 @@ \end{tikzpicture} } +\newcommand{\inoWK}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/BK} + \draw[xshift=18, yshift=20, rotate=45, double] (0, 0) circle (15) (0, -15) -- (0, 15); + \end{tikzpicture} +} + +\newcommand{\inoMK}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/BK} + \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] \useasboundingbox (0, 0) rectangle (40, 30); |