mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 02:47:27 +00:00
* fix: styling issues and states for global ds modal * fix: close button dark mode issue * fix: svg color for back button on datasource manager
6 lines
No EOL
499 B
XML
6 lines
No EOL
499 B
XML
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-narrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="1" stroke="currentColor" fill="#61656F" stroke-linecap="round" stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
<line x1="5" y1="12" x2="19" y2="12" stroke="#61656F"></line>
|
|
<line x1="5" y1="12" x2="9" y2="16" stroke="#61656F"></line>
|
|
<line x1="5" y1="12" x2="9" y2="8" stroke="#61656F"></line>
|
|
</svg> |