{# Plan 48 — cmdop brand mark (⌘-derived geometric icon). Source: @projects/cmdop/@docs/guidebook/Cmdop — Logo & Icon Guidelines.md + matches cmdop-desktop's cmdop-logo.tsx exactly. Usage: {% from 'admin/components/_logo.html' import cmdop_logo %} {{ cmdop_logo('w-5 h-5 text-white') }} The icon uses `fill="currentColor"`, so the parent's text color sets the logo color. The 1-pixel break in the upper-right is the load-bearing brand cue — must never be flattened. #} {% macro cmdop_logo(class='w-5 h-5', label='cmdop') -%} {%- endmacro %}