{# Coffee House Lucide Icon Macro. Usage: {% from "macros/icons.html" import icon %} {{ icon('house') }} {{ icon('settings', class='w-4 h-4') }} All icons are Lucide v0.462 stroke icons. They inherit currentColor, so they follow the active/hover theme automatically. Available icon names: Navigation: house, briefcase, megaphone, palm-tree, bar-chart-3, triangle-alert, search, calendar-days, users, door-open, target, file-pen, wallet, settings, wrench, bell, zap, folder-open, clipboard-list, log-out Content/KMS: layout-dashboard, file-text, book-open, archive, plus, upload, tag, box UI/Misc: grid-2x2, x, check, chevron-down, chevron-right, ellipsis, sun, moon, menu #} {% macro icon(name, class="w-5 h-5") -%} {%- endmacro %}