summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-11-01 10:37:02 +0100
committerGitHub <noreply@github.com>2017-11-01 10:37:02 +0100
commit3d0eebf936fa449fb781737349075b520c5b8109 (patch)
tree5aee031570251bf6bdb881acd180d17b02b4871c /core
parentcc83052ca78f053e56b8ad14aa86bbf6a73eed3f (diff)
parentdcf1b17c4d4694041c03b231e653fb701ea223ac (diff)
downloadnextcloud-server-3d0eebf936fa449fb781737349075b520c5b8109.tar.gz
nextcloud-server-3d0eebf936fa449fb781737349075b520c5b8109.zip
Merge pull request #7032 from nextcloud/address-icon
Add address icon
Diffstat (limited to 'core')
-rw-r--r--core/css/icons.scss4
-rw-r--r--core/img/actions/address.svg1
2 files changed, 5 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss
index c8f61c1422e..36c550575de 100644
--- a/core/css/icons.scss
+++ b/core/css/icons.scss
@@ -94,6 +94,10 @@ img, object, video, button, textarea, input, select {
background-image: url('../img/actions/add.svg?v=1');
}
+.icon-address {
+ background-image: url('../img/actions/address.svg?v=1');
+}
+
.icon-audio {
background-image: url('../img/actions/audio.svg?v=1');
}
diff --git a/core/img/actions/address.svg b/core/img/actions/address.svg
new file mode 100644
index 00000000000..2e4c19c125b
--- /dev/null
+++ b/core/img/actions/address.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" height="16" width="16" enable-background="new 0 0 100 100" y="0px" x="0px" viewBox="0 0 16 16"><path d="m8.2945 1c-2.6478 0-4.7945 2.1469-4.7945 4.7945 0 2.6479 4.7945 9.2055 4.7945 9.2055s4.7945-6.5576 4.7945-9.2055c0-2.6476-2.147-4.7945-4.7945-4.7945zm0 7.4793c-1.4828 0-2.6847-1.2019-2.6847-2.6851 0-1.4828 1.2019-2.6844 2.6847-2.6844 1.4832 0 2.6847 1.2015 2.6847 2.6844 0.000345 1.4832-1.2015 2.6851-2.6847 2.6851z" stroke-width=".46667"/></svg>