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.
13 lines
560 B
XML
13 lines
560 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" stroke-linejoin="round">
|
|
<g transform="translate(40.96,40.96) scale(17.920000) translate(-0.00,-0.00)">
|
|
<line x1="12" y1="2" x2="12" y2="22"/>
|
|
<polyline points="8,6 12,2 16,6"/>
|
|
<polyline points="8,18 12,22 16,18"/>
|
|
<line x1="2" y1="12" x2="22" y2="12"/>
|
|
<polyline points="6,8 2,12 6,16"/>
|
|
<polyline points="18,8 22,12 18,16"/>
|
|
</g>
|
|
</svg>
|
|
|