diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-11-28 10:56:28 +0100 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-11-28 10:56:28 +0100 |
commit | 70953fa7888165b8a6352b2eae6db0ecfd1d169e (patch) | |
tree | 8e49018bc4b1999f4958eb234a306e12a80d0c0b /core/img | |
parent | a0ce2c1204861e64219f6375f6ff8d13e63cfe32 (diff) | |
download | nextcloud-server-70953fa7888165b8a6352b2eae6db0ecfd1d169e.tar.gz nextcloud-server-70953fa7888165b8a6352b2eae6db0ecfd1d169e.zip |
Add new .icon-white and .icon-shadow classes, add toggle-background icon
Signed-off-by: Marin Treselj <marin@pixelipo.com>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/toggle-background.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/img/actions/toggle-background.svg b/core/img/actions/toggle-background.svg new file mode 100644 index 00000000000..9b56627e394 --- /dev/null +++ b/core/img/actions/toggle-background.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" height="16" width="16" version="1.1"><path d="m8 1c-3.85 0-7 3.15-7 7s3.15 7 7 7 7-3.15 7-7-3.15-7-7-7zm0 2v10a5 5 0 0 1 -5 -5 5 5 0 0 1 5 -5z"/></svg> |