mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 08:02:22 +03:00
78d6beee80
As of #10393 some icons in the chat were invisible, looking at the icons I noticed that the viewport was actually 800x800, I scaled that down to 16x16 and now they work fine again. Also remove the `reply_arrow_left` icon because it is not used at all. Thanks to @RemcoSmitsDev for noticing. I don't have any expertise in svg's, so if something is off about the svg markup reach out to me. Release Notes: - N/A
4 lines
239 B
XML
4 lines
239 B
XML
<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="m12 6.668 2-2L11.332 2l-2 2M12 6.668l-6.668 6.664H2.668v-2.664L9.332 4M12 6.668 9.332 4" stroke="black" stroke-width="1" stroke-linejoin="round"/>
|
|
</svg>
|