{% comment %} ICON ATOM — INLINE SVG, NO EXTERNAL ICON LIBRARY. Strokes use `currentColor`, so an icon takes the colour of its parent (text-muted, text-brand, ...) and themes automatically in dark mode. USAGE: {% include "django_fundamentals/atoms/icon.html" with name="home" %} {% include "django_fundamentals/atoms/icon.html" with name="menu" class="h-6 w-6" %} PARAMETERS: name -- home | menu | close | sun | moon | user | shield | key | mail | chevron-down | external | check | alert | settings | terminal | eye | eye-off | copy | refresh | camera class -- sizing/colour override (default "h-5 w-5") {% endcomment %} {% spaceless %} {% endspaceless %}