Files
create/kindred-icons/Std_ViewScreenShot.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

14 lines
676 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"/>
<!-- Camera body -->
<rect x="5" y="10" width="22" height="14" rx="2" fill="#45475a" stroke="#f9e2af" stroke-width="1.5"/>
<!-- Lens -->
<circle cx="16" cy="17" r="5" fill="#1e1e2e" stroke="#fab387" stroke-width="1.5"/>
<circle cx="16" cy="17" r="3" fill="#45475a"/>
<circle cx="16" cy="17" r="1.5" fill="#f9e2af"/>
<!-- Flash -->
<rect x="20" y="12" width="4" height="2" rx="0.5" fill="#cdd6f4"/>
<!-- Viewfinder bump -->
<rect x="12" y="7" width="8" height="4" rx="1" fill="#585b70" stroke="#f9e2af" stroke-width="1"/>
</svg>