Files
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

10 lines
549 B
XML

<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" color="#fff">
<g transform="translate(40.96,40.96) scale(13.440000) translate(4.00,4.00)">
<g id="Save" transform="translate(-4, -4)">
<path d="M27, 4L24, 4L24, 14L8, 14L8, 4L5, 4C4.4, 4 4, 4.4 4, 5L4, 27C4, 27.6 4.4, 28 5, 28L27, 28C27.6, 28 28, 27.6 28, 27L28, 5C28, 4.4 27.6, 4 27, 4zM24, 24L8, 24L8, 18L24, 18L24, 24zM10, 4L10, 12L20, 12L20, 4L10, 4zM14, 10L12, 10L12, 6L14, 6L14, 10z" fill="currentColor"/>
</g>
</g>
</svg>