mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-14 18:24:28 -05:00
a518f4306d
- Use proper model for database and session in settings page - Fix button text (unlock/lock) not changed according to the database locking status - Fix button icons not present on icon themes other than Breeze - Fix the disconnect button may got clipped when new session opens
16 lines
523 B
XML
16 lines
523 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<defs id="defs3051">
|
|
<style type="text/css" id="current-color-scheme">
|
|
.ColorScheme-Text {
|
|
color:#232629;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path
|
|
style="fill:currentColor;fill-opacity:1;stroke:none"
|
|
d="m11 3c-2.216 0-4 1.784-4 4v1h1v-.5c0-1.939 1.338-3.5 3-3.5 1.662 0 3 1.561 3 3.5v3.5h-5-1-1-1-1v1 7h1 10 1v-8h-1-1v-4c0-2.216-1.784-4-4-4m-5 9h10v6h-10v-6"
|
|
class="ColorScheme-Text"
|
|
transform="translate(1,1)"
|
|
/>
|
|
</svg>
|