Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-11-16 11:04:55 +0300
committerGitHub <noreply@github.com>2017-11-16 11:04:55 +0300
commit3bc16465925d682ac1e8a45ed3201d912f75024f (patch)
tree137eed8c17b1e0c5f3e73aa58914a63d0183eef8
parentb2e9cb6a004e40d573ce3923f184f72be3be54fe (diff)
parentf2a500a16f91059fa43aa11da0b3668c5ff14836 (diff)
Merge pull request #7189 from nextcloud/security-games-icons
Added security and games icons
-rw-r--r--core/css/icons.scss8
-rw-r--r--core/img/categories/games.svg1
2 files changed, 9 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss
index bdef106e3cd..7cb5ff506ab 100644
--- a/core/css/icons.scss
+++ b/core/css/icons.scss
@@ -557,3 +557,11 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
.icon-category-tools {
background-image: url('../img/actions/settings-dark.svg?v=1');
}
+
+.icon-category-games {
+ background-image: url('../img/categories/games.svg?v=1');
+}
+
+.icon-category-security {
+ background-image: url('../img/actions/password.svg?v=1');
+}
diff --git a/core/img/categories/games.svg b/core/img/categories/games.svg
new file mode 100644
index 00000000000..6333eab6490
--- /dev/null
+++ b/core/img/categories/games.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" width="16" version="1.1"><path d="m8 1c-1.1 0-2 0.9-2 2 0 0.714 0.38 1.37 1 1.73v4.27c0 1.354 2 1.354 2 0v-4.27c0.6-0.357 1-1.02 1-1.73 0-1.1-0.9-2-2-2zm-4.5 5.9c-0.277 0-0.424 0.234-0.5 0.5-0.657 1.685-1.4 3.43-2 5.1v2c0 0.277 0.223 0.5 0.5 0.5h13c0.277 0 0.5-0.223 0.5-0.5v-2l-2-5.1c-0.08-0.266-0.223-0.5-0.5-0.5h-2.5v2.1c0.038 2.705-4.04 2.7-4 0v-2.1h-2.5zm0.5 3.1c0.83 0 1.5 0.49 1.5 1s-0.67 1-1.5 1-1.5-0.49-1.5-1 0.67-1 1.5-1zm8 0c0.83 0 1.5 0.49 1.5 1s-0.67 1-1.5 1-1.5-0.49-1.5-1 0.67-1 1.5-1z"/></svg>