Some checks failed
Build and Test / build (push) Has been cancelled
Complete the core toolbar icon set with 15 additional icons: File Operations: - document-save-as.svg - Save As with pencil indicator - Std_SaveAll.svg - Save All with stacked disks - Std_Import.svg - Import with arrow into document - Std_Export.svg - Export with arrow out of document - document-print.svg - Printer with paper Edit Operations: - edit-select-all.svg - Selection rectangle with corner handles View Operations: - zoom-fit-best.svg - Fit to view with corner arrows - Std_ViewHome.svg - Home view with house icon - view-fullscreen.svg - Fullscreen expand arrows - Std_ViewScreenShot.svg - Camera for screenshots - Std_ToggleVisibility.svg - Eye icon for visibility - Std_Refresh.svg - Circular refresh arrow Common Actions: - help-browser.svg - Question mark in circle - application-exit.svg - Door with exit arrow - Std_DuplicateSelection.svg - Duplicate objects All icons follow the Catppuccin Mocha design system with: - 32x32 viewBox - Rounded rectangle background (surface0 #313244) - Consistent stroke widths and color usage Ref #4
11 lines
574 B
XML
11 lines
574 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect x="2" y="2" width="28" height="28" rx="4" fill="#313244"/>
|
|
<!-- Original object -->
|
|
<rect x="6" y="6" width="12" height="12" rx="2" fill="#45475a" stroke="#6c7086" stroke-width="1.5"/>
|
|
<!-- Duplicate object -->
|
|
<rect x="14" y="14" width="12" height="12" rx="2" fill="#45475a" stroke="#94e2d5" stroke-width="1.5"/>
|
|
<!-- Plus badge -->
|
|
<circle cx="24" cy="8" r="5" fill="#a6e3a1"/>
|
|
<path d="M24 5.5 L24 10.5 M21.5 8 L26.5 8" stroke="#1e1e2e" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|