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.
9 lines
401 B
XML
9 lines
401 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" stroke-width="1.00" stroke-linejoin="round">
|
|
<g transform="translate(40.96,40.96) scale(17.920000) translate(-0.00,-0.00)">
|
|
<rect x="3" y="3" width="10" height="10" rx="1.5"/>
|
|
<path d="M9 15v2a2 2 0 002 2h7a2 2 0 002-2v-7a2 2 0 00-2-2h-2"/>
|
|
</g>
|
|
</svg>
|
|
|