
Just ensuring they're more harmonized in size, stroke width, and overall dimensions. Adding here two new "play" icons, too, that will be used in the context of the debugger. <img src="https://github.com/user-attachments/assets/79bcf0b0-e995-4c8e-9c78-0aba32f42f2d" width="400" /> Release Notes: - N/A
8 lines
657 B
XML
8 lines
657 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M2 5H4" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M8 5L14 5" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M12 11L14 11" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M2 11H8" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
<circle cx="6" cy="5" r="2" fill="black" fill-opacity="0.1" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
<circle cx="10" cy="11" r="2" fill="black" fill-opacity="0.1" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|