diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-08 19:25:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-08 19:25:28 +0200 |
commit | 84c2fe85b72a0ef2c3b56075316f75153ba07ae7 (patch) | |
tree | dd9957c6f4c357e5bf8dc8b1e11ee60f02dbdbad /apps/files/img/delete.svg | |
parent | d53aa4a8163d0f8c272572c4fb75507e270e64ad (diff) | |
download | nextcloud-server-84c2fe85b72a0ef2c3b56075316f75153ba07ae7.tar.gz nextcloud-server-84c2fe85b72a0ef2c3b56075316f75153ba07ae7.zip |
add icons to files sidebar, fix shade, fix position of settings icon and text
Diffstat (limited to 'apps/files/img/delete.svg')
-rw-r--r-- | apps/files/img/delete.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/img/delete.svg b/apps/files/img/delete.svg new file mode 100644 index 00000000000..b6dc2cc4173 --- /dev/null +++ b/apps/files/img/delete.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <path opacity=".5" d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" fill-rule="evenodd"/> +</svg> |