Files
create/kindred-icons/application-exit.svg
forbes-0023 69414c5dc5
Some checks are pending
Build and Test / build (push) Has started running
refactor(icons): update color scheme for View and System icons
Change color assignments for better semantic meaning:
- View operations: Yellow (#f9e2af) / Peach (#fab387)
- System/Settings: Mauve (#cba6f7) / Lavender (#b4befe)

Updated icons:
- View: zoom-in, zoom-out, zoom-fit-best, view-refresh, view-fullscreen,
        Std_ViewHome, Std_ViewScreenShot, Std_ToggleVisibility
- System: preferences-system, help-browser, application-exit, Std_Refresh

Also updated README.md color usage documentation.
2026-02-05 11:28:44 -06:00

13 lines
672 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect x="2" y="2" width="28" height="28" rx="4" fill="#313244"/>
<!-- Door frame -->
<path d="M8 6 L8 26 L20 26 L20 6 Z" fill="#45475a" stroke="#cba6f7" stroke-width="1.5"/>
<!-- Open door -->
<path d="M8 6 L14 8 L14 24 L8 26 Z" fill="#585b70" stroke="#b4befe" stroke-width="1"/>
<!-- Arrow exiting -->
<path d="M18 16 L28 16" stroke="#f38ba8" stroke-width="2.5" stroke-linecap="round"/>
<path d="M24 12 L28 16 L24 20" stroke="#f38ba8" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
<!-- Door handle -->
<circle cx="12" cy="16" r="1" fill="#cdd6f4"/>
</svg>