ToolJet/frontend/assets/images/icons/copy-dark.svg
Kiran Ashok cac37039db
Copy button added for links in manage sso / general settings (#3416)
* copy button added for links

* added toast

* ui for sso updated

* dark mode fixes

* using copyfunction from utils
2022-07-12 13:08:36 +05:30

5 lines
No EOL
410 B
XML

<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copy" width="48" height="48" viewBox="0 0 24 24" stroke-width="1.5" stroke="#597e8d" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="8" y="8" width="12" height="12" rx="2" />
<path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />
</svg>