aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-10-31 21:37:13 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-10-31 21:37:13 +0100
commitdcf1b17c4d4694041c03b231e653fb701ea223ac (patch)
treea387ab9c02f86234472abe9c1b12f0d2ef79793a /core
parent22ef95ca696e856db8288c294db3580e364106c1 (diff)
downloadnextcloud-server-dcf1b17c4d4694041c03b231e653fb701ea223ac.tar.gz
nextcloud-server-dcf1b17c4d4694041c03b231e653fb701ea223ac.zip
Add address icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
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>