cad-editor/assets/icons/pc_attach.svg
Hakan Seven ef988c20a3 feat: redesign Insert tab and fix all warnings
- Redesign Insert ribbon tab with 6 groups matching screenshot layout:
  Reference (Attach/Clip/Adjust large + Underlay Layers/Frames/Snap small),
  Point Cloud (Attach), Block (Multi-View Block/Insert large + Create/Edit/Base small),
  Attributes (Define/Edit large + Manage/Sync small),
  Import (Import/Land XML), Content (Content Browser/Design Center)
- Remove Primitives group and dead box_prim/clear/cylinder/sphere modules
- Fix all compiler warnings with #[allow(dead_code)] on unused-but-intentional items

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 12:44:31 +03:00

14 lines
841 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<!-- Point cloud -->
<circle cx="6" cy="14" r="1" fill="currentColor" stroke="none"/>
<circle cx="9" cy="11" r="1" fill="currentColor" stroke="none"/>
<circle cx="12" cy="9" r="1" fill="currentColor" stroke="none"/>
<circle cx="5" cy="17" r="1" fill="currentColor" stroke="none"/>
<circle cx="8" cy="16" r="1" fill="currentColor" stroke="none"/>
<circle cx="11" cy="13" r="1" fill="currentColor" stroke="none"/>
<circle cx="14" cy="11" r="1" fill="currentColor" stroke="none"/>
<circle cx="13" cy="16" r="1" fill="currentColor" stroke="none"/>
<!-- Plus/attach symbol -->
<line x1="18" y1="5" x2="18" y2="13"/>
<line x1="14" y1="9" x2="22" y2="9"/>
</svg>