Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
hoverEnabled: true\r
visible: (path === "") ? false : true\r
display: AbstractButton.IconOnly\r
- icon.source: "qrc:///client/theme/public.svg"\r
+ icon.source: "qrc:///client/theme/share.svg"\r
icon.color: "transparent"\r
background: Rectangle {\r
color: parent.hovered ? Style.lightHover : "transparent"\r
<file>theme/colored/Nextcloud-icon.svg</file>
<file>theme/colored/Nextcloud-sidebar.svg</file>
<file>theme/add.svg</file>
+ <file>theme/share.svg</file>
</qresource>
</RCC>
--- /dev/null
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"><circle cx="3.5" cy="8" r="2.5"/><circle cy="12.5" cx="12.5" r="2.5"/><circle cx="12.5" cy="3.5" r="2.5"/><path d="m3.5 8 9 4.5m-9-4.5 9-4.5" stroke="#000" stroke-width="2" fill="none"/></svg>
\ No newline at end of file