ToolJet/frontend/assets/images/icons/back.svg
vjaris42 7e6a446619
Refactoring for Global Datasources Modal and UI (#5871)
* fix: styling issues and states for global ds modal

* fix: close button dark mode issue

* fix: svg color for back button on datasource manager
2023-03-30 12:42:05 +05:30

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>