diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-09-08 09:58:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 09:58:19 +0200 |
commit | 292c86fc293682607f83a3b0cd29a7b6286c4426 (patch) | |
tree | 625d4cfe60d7360503882f54e37660a7f3996e54 /core | |
parent | 6540c397aa3e60d75dcb4aa22bd10437b496cd5d (diff) | |
parent | 402f85a15e854a76292a0e6153ceeca559da2153 (diff) | |
download | nextcloud-server-292c86fc293682607f83a3b0cd29a7b6286c4426.tar.gz nextcloud-server-292c86fc293682607f83a3b0cd29a7b6286c4426.zip |
Merge pull request #22638 from nextcloud/bugfix/noid/dashboard-category-icon
Add icon for dashboard app store category
Diffstat (limited to 'core')
-rw-r--r-- | core/css/icons.scss | 4 | ||||
-rw-r--r-- | core/img/categories/dashboard.svg | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index 71aa8214df0..b3ef33e9fa5 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -491,6 +491,10 @@ audio, canvas, embed, iframe, img, input, object, video { @include icon-color('workflow', 'categories', $color-black, 1, true); } +.icon-category-dashboard { + @include icon-color('dashboard', 'categories', $color-black, 1, true); +} + .icon-talk { @include icon-color('app-dark', 'spreed', $color-black, 1); } diff --git a/core/img/categories/dashboard.svg b/core/img/categories/dashboard.svg new file mode 100644 index 00000000000..37ca4571c50 --- /dev/null +++ b/core/img/categories/dashboard.svg @@ -0,0 +1 @@ +<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="m7.9062 1a7 7 0 0 0-6.9062 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7 7 7 0 0 0-0.09375 0zm0.09375 2.6992a4.3 4.3 0 0 1 4.3008 4.3008 4.3 4.3 0 0 1-4.3008 4.3008 4.3 4.3 0 0 1-4.3008-4.3008 4.3 4.3 0 0 1 4.3008-4.3008z" fill="#000" stroke-dashoffset="10" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" style="paint-order:markers stroke fill"/></svg> |