diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-12 14:05:05 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-02-12 14:05:05 +0100 |
commit | 4a24c732d4238f941c535ce1ef20624de20fa45c (patch) | |
tree | 2d4a3849fbab5c79058264b9c3810b15d70c9237 /core/img | |
parent | f8607ac1327f3254f6f4fe86c8418f1b3d447730 (diff) | |
download | nextcloud-server-4a24c732d4238f941c535ce1ef20624de20fa45c.tar.gz nextcloud-server-4a24c732d4238f941c535ce1ef20624de20fa45c.zip |
add white delete icon
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/delete-white.png | bin | 0 -> 236 bytes | |||
-rw-r--r-- | core/img/actions/delete-white.svg | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/img/actions/delete-white.png b/core/img/actions/delete-white.png Binary files differnew file mode 100644 index 00000000000..07a5de34252 --- /dev/null +++ b/core/img/actions/delete-white.png diff --git a/core/img/actions/delete-white.svg b/core/img/actions/delete-white.svg new file mode 100644 index 00000000000..58e8dd3677d --- /dev/null +++ b/core/img/actions/delete-white.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 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" fill="#fff"/> +</svg> |