Some checks failed
Build and Test / build (push) Has been cancelled
Add 32 workbench-related icons with consistent color coding: Workbench Selectors (8): - PartDesignWorkbench (Blue #89b4fa) - SketcherWorkbench (Yellow #f9e2af) - AssemblyWorkbench (Green #a6e3a1) - PartWorkbench (Blue #89b4fa) - TechDrawWorkbench (Mauve #cba6f7) - SpreadsheetWorkbench (Sky #89dceb) - MeshWorkbench (Pink #f5c2e7) - DraftWorkbench (Peach #fab387) Part Design Tools (8): - PartDesign_Body, PartDesign_NewSketch - PartDesign_Pad, PartDesign_Pocket, PartDesign_Revolution - PartDesign_Hole, PartDesign_Fillet, PartDesign_Chamfer Sketcher Tools (5): - Sketcher_CreateLine, Sketcher_CreateRectangle - Sketcher_CreateCircle, Sketcher_CreateArc, Sketcher_CreatePoint Sketcher Constraints (5): - Constraint_PointOnPoint (Coincident) - Constraint_Horizontal, Constraint_Vertical - Constraint_Perpendicular, Constraint_Dimension Assembly Tools (6): - Assembly_CreateAssembly, Assembly_InsertLink - Assembly_CreateJointFixed, Assembly_CreateJointRevolute - Assembly_CreateJointSlider, Assembly_CreateJointDistance Ref #5
12 lines
678 B
XML
12 lines
678 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"/>
|
|
<!-- Multiple parts -->
|
|
<rect x="5" y="14" width="8" height="8" rx="1" fill="#45475a" stroke="#a6e3a1" stroke-width="1.5"/>
|
|
<rect x="19" y="14" width="8" height="8" rx="1" fill="#45475a" stroke="#94e2d5" stroke-width="1.5"/>
|
|
<!-- Connection line -->
|
|
<line x1="13" y1="18" x2="19" y2="18" stroke="#a6e3a1" stroke-width="2" stroke-dasharray="2,2"/>
|
|
<!-- Plus sign for create -->
|
|
<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>
|