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.
8 lines
410 B
XML
8 lines
410 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none" color="#fff">
|
|
<g transform="translate(40.96,40.96) scale(17.920000) translate(-0.00,-0.00)">
|
|
<path d="M12 3L9 6H11V11H6V9L3 12L6 15V13H11V18H9L12 21L15 18H13V13H18V15L21 12L18 9V11H13V6H15L12 3Z" stroke="currentColor" stroke-width="1.80" stroke-linejoin="round" fill="none"/>
|
|
</g>
|
|
</svg>
|
|
|