diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-11 17:16:33 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-16 09:06:05 +0200 |
commit | a7b27433ef5d10309ee88dcd0634e6f76b980faa (patch) | |
tree | bc5e36e98c7fd0169c4511d7abd3802bdaad249c /core/img/actions/checkbox-white.svg | |
parent | 7be8984fd9a6c6c3292f01d4bdbf24d80e4c0079 (diff) | |
download | nextcloud-server-a7b27433ef5d10309ee88dcd0634e6f76b980faa.tar.gz nextcloud-server-a7b27433ef5d10309ee88dcd0634e6f76b980faa.zip |
add white versions of custom checkboxes
Diffstat (limited to 'core/img/actions/checkbox-white.svg')
-rw-r--r-- | core/img/actions/checkbox-white.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/img/actions/checkbox-white.svg b/core/img/actions/checkbox-white.svg new file mode 100644 index 00000000000..3c5f6090f6e --- /dev/null +++ b/core/img/actions/checkbox-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="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <path fill="#fff" d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm0 1h10v10h-10v-10z"/> +</svg> |