Files
hcie-rust-v3.05/hcie-iced-app/assets/icons/sketch.svg
T
phantom f4ad22b55b Add Iced panel adapter and AI chat/script panels
- 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.
2026-07-11 18:13:03 +03:00

11 lines
438 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">
<g transform="translate(40.96,40.96) scale(17.920000) translate(-0.00,-0.00)">
<circle cx="6" cy="18" r="2"/>
<circle cx="18" cy="18" r="2"/>
<circle cx="12" cy="6" r="2"/>
<path d="M7.5 16.5L10.5 8M13.5 8L16.5 16.5M8 18h8" stroke-dasharray="2 2"/>
</g>
</svg>