diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-31 19:29:30 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-01-31 19:29:30 +0100 |
commit | 8d5bb0b9088e180d8b064d030059eb2196036221 (patch) | |
tree | 60f3db2848d81d775eae568580c2376c11262594 /core/img | |
parent | db5af891c3c9536faf1f0a62374459242bfeedaf (diff) | |
download | nextcloud-server-8d5bb0b9088e180d8b064d030059eb2196036221.tar.gz nextcloud-server-8d5bb0b9088e180d8b064d030059eb2196036221.zip |
Transparent white checkbox
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/checkbox-mark-white.svg | 5 | ||||
-rw-r--r-- | core/img/actions/checkbox-mixed-white.svg | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/core/img/actions/checkbox-mark-white.svg b/core/img/actions/checkbox-mark-white.svg index 8407898164b..1441e8666fb 100644 --- a/core/img/actions/checkbox-mark-white.svg +++ b/core/img/actions/checkbox-mark-white.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M11.924 4.066l-4.932 4.97-2.828-2.83L2.75 7.618l4.242 4.243 6.365-6.365-1.433-1.432z"/></svg>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m0 0v16h16v-16h-16zm11.924 4.0664l1.4336 1.4297-6.3652 6.3652-4.2422-4.2441 1.4141-1.4121 2.8281 2.8301 4.9316-4.9688z" fill="#fff"/> +</svg> diff --git a/core/img/actions/checkbox-mixed-white.svg b/core/img/actions/checkbox-mixed-white.svg index c66636717be..6909d0fc04c 100644 --- a/core/img/actions/checkbox-mixed-white.svg +++ b/core/img/actions/checkbox-mixed-white.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M4 7v2h8V7H4z"/></svg>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <path d="m0 0v16h16v-16h-16zm4 7h8v2h-8v-2z" fill="#fff"/> +</svg> |