diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-11-21 14:06:46 +0100 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-11-21 14:06:46 +0100 |
commit | 2f4e036a155c0ed469e63432445f8af9b2a080e3 (patch) | |
tree | 467eb29e7def9cdc9f5a81a0f1191c16249152b1 /core/img | |
parent | a8ec62dcc231fb378a8ac46d1b653bf63b27e0af (diff) | |
download | nextcloud-server-2f4e036a155c0ed469e63432445f8af9b2a080e3.tar.gz nextcloud-server-2f4e036a155c0ed469e63432445f8af9b2a080e3.zip |
Remove unused, deprecated icons
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/pause-big.svg | 1 | ||||
-rw-r--r-- | core/img/actions/play-big.svg | 1 | ||||
-rw-r--r-- | core/img/actions/user-plus.svg | 4 | ||||
-rw-r--r-- | core/img/actions/user-times.svg | 4 |
4 files changed, 0 insertions, 10 deletions
diff --git a/core/img/actions/pause-big.svg b/core/img/actions/pause-big.svg deleted file mode 100644 index 855d288a9c6..00000000000 --- a/core/img/actions/pause-big.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" width="16" height="16"><path d="M1 1v14h5V1zm9 0v14h5V1z"/></svg> diff --git a/core/img/actions/play-big.svg b/core/img/actions/play-big.svg deleted file mode 100644 index 3ad3ed390eb..00000000000 --- a/core/img/actions/play-big.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16" width="16" height="16"><path d="M0 0l16 8-16 8z"/></svg> diff --git a/core/img/actions/user-plus.svg b/core/img/actions/user-plus.svg deleted file mode 100644 index 16c59261a73..00000000000 --- a/core/img/actions/user-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1792 1792"> - <path d="m576 896q-159 0-271.5-112.5t-112.5-271.5 112.5-271.5 271.5-112.5 271.5 112.5 112.5 271.5-112.5 271.5-271.5 112.5zm960 128h352q13 0 22.5 9.5t9.5 22.5v192q0 13-9.5 22.5t-22.5 9.5h-352v352q0 13-9.5 22.5t-22.5 9.5h-192q-13 0-22.5-9.5t-9.5-22.5v-352h-352q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h352v-352q0-13 9.5-22.5t22.5-9.5h192q13 0 22.5 9.5t9.5 22.5v352zm-736 224q0 52 38 90t90 38h256v238q-68 50-171 50h-874q-121 0-194-69t-73-190q0-53 3.5-103.5t14-109 26.5-108.5 43-97.5 62-81 85.5-53.5 111.5-20q19 0 39 17 79 61 154.5 91.5t164.5 30.5 164.5-30.5 154.5-91.5q20-17 39-17 132 0 217 96h-223q-52 0-90 38t-38 90v192z"/> -</svg> diff --git a/core/img/actions/user-times.svg b/core/img/actions/user-times.svg deleted file mode 100644 index f853784efc2..00000000000 --- a/core/img/actions/user-times.svg +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1792 1792"> - <path d="m576 896q-159 0-271.5-112.5t-112.5-271.5 112.5-271.5 271.5-112.5 271.5 112.5 112.5 271.5-112.5 271.5-271.5 112.5zm1077 320l249 249q9 9 9 23 0 13-9 22l-136 136q-9 9-22 9-14 0-23-9l-249-249-249 249q-9 9-23 9-13 0-22-9l-136-136q-9-9-9-22 0-14 9-23l249-249-249-249q-9-9-9-23 0-13 9-22l136-136q9-9 22-9 14 0 23 9l249 249 249-249q9-9 23-9 13 0 22 9l136 136q9 9 9 22 0 14-9 23zm-498 0l-181 181q-37 37-37 91 0 53 37 90l83 83q-21 3-44 3h-874q-121 0-194-69t-73-190q0-53 3.5-103.5t14-109 26.5-108.5 43-97.5 62-81 85.5-53.5 111.5-20q19 0 39 17 154 122 319 122t319-122q20-17 39-17 28 0 57 6-28 27-41 50t-13 56q0 54 37 91z"/> -</svg> |