f4ad22b55b
- Implemented a theme system in `iced-panel-adapter` for consistent styling across panels. - Created `iced-panel-ai-chat` for an AI assistant interface, including message handling and UI components. - Developed `iced-panel-script` for a DSL editor with execution capabilities, allowing procedural drawing commands. - Introduced message types for interaction in both chat and script panels. - Added color and theme management for improved visual consistency.
10 lines
486 B
XML
10 lines
486 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none" stroke="currentColor" color="#fff" stroke-width="1.80" stroke-linecap="round">
|
|
<g transform="translate(40.96,40.96) scale(17.920000) translate(-0.00,-0.00)">
|
|
<path d="M12 4C7 4 3 7.6 3 12c0 2.5 1.3 4.7 3.3 6.2C6.6 19.4 9.1 21 12 21"/>
|
|
<path d="M12 4c2.8 0 5 3.6 5 8s-2.2 8-5 8"/>
|
|
<ellipse cx="12" cy="12" rx="5" ry="8" stroke-dasharray="3 2"/>
|
|
</g>
|
|
</svg>
|
|
|