style: Replace DNA icon with MDI brain icon

This commit is contained in:
Paul Gauthier (aider) 2025-03-24 13:22:34 -10:00
parent fb8daa5607
commit 2fe671744b
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ src="https://img.shields.io/badge/🔄%20Singularity-92%25-e74c3c?style=flat-squ
## Features
- <img src="assets/icons/dna.svg" width="16" height="16" alt="DNA Icon"> **[Cloud and local LLMs](https://aider.chat/docs/llms.html)** - Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.
- <img src="assets/icons/dna.svg" width="16" height="16" alt="Brain Icon"> **[Cloud and local LLMs](https://aider.chat/docs/llms.html)** - Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.
- <img src="assets/icons/arrows.svg" width="16" height="16" alt="Arrows Icon"> **[Maps your codebase](https://aider.chat/docs/repomap.html)** - Aider makes a map of your entire codebase, which helps it work well in larger projects.
- <img src="assets/icons/code.svg" width="16" height="16" alt="Code Icon"> **[100+ code languages](https://aider.chat/docs/languages.html)** - Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more.
- <img src="assets/icons/key.svg" width="16" height="16" alt="Key Icon"> **[Git integration](https://aider.chat/docs/git.html)** - Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes.

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12,2A2,2 0 0,1 14,4C14,4.74 13.6,5.39 13,5.73V7H14A7,7 0 0,1 21,14H22V18H20V20H17V18H13V16H14A5,5 0 0,0 19,11H13V8H11V19H9V11H5A5,5 0 0,0 10,16H11V18H7V20H4V18H2V14H3A7,7 0 0,1 10,7H11V5.73C10.4,5.39 10,4.74 10,4A2,2 0 0,1 12,2Z" fill="currentColor"/>
<path d="M13,3V12H21V13C21,15.21 19.21,17 17,17C17.86,20.66 15.63,23.81 12,24V13H4V12C4,9.79 5.79,8 8,8C7.36,4.55 9.39,1.46 13,3M13,7V5A1,1 0 0,0 12,4C10.69,4 10.34,5.82 11.18,6.5C11.88,7.08 13,7 13,7Z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 295 B

Before After
Before After