From b9f7d9f902dde8534ecb7484b15fee86f850f8bd Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 30 Jan 2024 14:21:23 -0800 Subject: Adjustments. --- icons.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'icons.tex') diff --git a/icons.tex b/icons.tex index 12243df..d87c33c 100644 --- a/icons.tex +++ b/icons.tex @@ -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); -- cgit v1.2.3