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

10 lines
491 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"/>
<!-- Magnifying glass circle -->
<circle cx="14" cy="14" r="8" fill="#45475a" stroke="#f9e2af" stroke-width="2"/>
<!-- Handle -->
<line x1="20" y1="20" x2="27" y2="27" stroke="#f9e2af" stroke-width="3" stroke-linecap="round"/>
<!-- Minus sign -->
<line x1="10" y1="14" x2="18" y2="14" stroke="#f38ba8" stroke-width="2" stroke-linecap="round"/>
</svg>