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

11 lines
716 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"/>
<!-- Gear outer -->
<path d="M16 6 L18 6 L19 8 L21 9 L23 8 L24.5 9.5 L23.5 11.5 L24.5 13.5 L26.5 14 L26.5 16 L26 18 L24 19 L25 21 L23.5 22.5 L21.5 21.5 L19.5 22.5 L19 24.5 L17 25 L15 24.5 L14 22.5 L12 21.5 L10 22.5 L8.5 21 L9.5 19 L8 17 L6 16.5 L6 14.5 L8 14 L9 12 L8 10 L9.5 8.5 L11.5 9.5 L13.5 8.5 L14 6.5 Z"
fill="#45475a" stroke="#cba6f7" stroke-width="1.5" stroke-linejoin="round"/>
<!-- Gear center -->
<circle cx="16" cy="16" r="4" fill="#313244" stroke="#cba6f7" stroke-width="1.5"/>
<!-- Center dot -->
<circle cx="16" cy="16" r="1.5" fill="#b4befe"/>
</svg>