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
16 lines
911 B
XML
16 lines
911 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"/>
|
|
<!-- Grid lines representing sketch plane -->
|
|
<line x1="6" y1="10" x2="26" y2="10" stroke="#45475a" stroke-width="1"/>
|
|
<line x1="6" y1="16" x2="26" y2="16" stroke="#45475a" stroke-width="1"/>
|
|
<line x1="6" y1="22" x2="26" y2="22" stroke="#45475a" stroke-width="1"/>
|
|
<line x1="10" y1="6" x2="10" y2="26" stroke="#45475a" stroke-width="1"/>
|
|
<line x1="16" y1="6" x2="16" y2="26" stroke="#45475a" stroke-width="1"/>
|
|
<line x1="22" y1="6" x2="22" y2="26" stroke="#45475a" stroke-width="1"/>
|
|
<!-- Sketch profile -->
|
|
<path d="M8 20 L8 12 L14 8 L24 8 L24 18 L18 24 L8 20" fill="none" stroke="#f9e2af" stroke-width="2" stroke-linejoin="round"/>
|
|
<!-- Constraint point -->
|
|
<circle cx="8" cy="12" r="2" fill="#fab387"/>
|
|
<circle cx="24" cy="8" r="2" fill="#fab387"/>
|
|
</svg>
|