diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-19 15:31:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-19 21:13:52 +0200 |
commit | c52ccbde49a8ebeb1a5cdcfe32a2b7446f655679 (patch) | |
tree | 044f237137d25dd53fd24d04ca8919e6a06302c1 /core/img | |
parent | b5599a767310db02badaeaa3087ca15a38b1e7b5 (diff) | |
download | nextcloud-server-c52ccbde49a8ebeb1a5cdcfe32a2b7446f655679.tar.gz nextcloud-server-c52ccbde49a8ebeb1a5cdcfe32a2b7446f655679.zip |
add fullscreen icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/fullscreen-white.svg | 4 | ||||
-rw-r--r-- | core/img/actions/fullscreen.svg | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/core/img/actions/fullscreen-white.svg b/core/img/actions/fullscreen-white.svg new file mode 100644 index 00000000000..77052945fb2 --- /dev/null +++ b/core/img/actions/fullscreen-white.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"> + <path d="m8 1c-0.554 0-1 0.446-1 1s0.446 1 1 1h5v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-6c0-0.554-0.446-1-1-1h-6zm-6 6c-0.554 0-1 0.446-1 1v6c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1s-0.446-1-1-1h-5v-5c0-0.554-0.446-1-1-1z" fill-rule="evenodd" fill="#fff"/> +</svg> diff --git a/core/img/actions/fullscreen.svg b/core/img/actions/fullscreen.svg new file mode 100644 index 00000000000..8bf215779db --- /dev/null +++ b/core/img/actions/fullscreen.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16"> + <path d="m8 1c-0.554 0-1 0.446-1 1s0.446 1 1 1h5v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-6c0-0.554-0.446-1-1-1h-6zm-6 6c-0.554 0-1 0.446-1 1v6c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1s-0.446-1-1-1h-5v-5c0-0.554-0.446-1-1-1z" fill-rule="evenodd"/> +</svg> |