summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-30 10:49:47 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-10-30 10:49:47 +0000
commit5950ffd2103e59bae6f76b7b7f7f42019fc090d3 (patch)
tree777ca10e938f0eb2c9295398454bc52c40ffdf5c
parent2573818f6d53f5d89a2615b78551253a3bab4cfa (diff)
downloadgitlab-ce-add-icons.tar.gz
Adds plus and cut icons to svg shared folderadd-icons
-rw-r--r--app/views/shared/icons/_cut.svg1
-rw-r--r--app/views/shared/icons/_plus.svg1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/icons/_cut.svg b/app/views/shared/icons/_cut.svg
new file mode 100644
index 00000000000..682fc2c9167
--- /dev/null
+++ b/app/views/shared/icons/_cut.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><rect width="16" height="2" y="7" fill-rule="evenodd" rx="1"/></svg>
diff --git a/app/views/shared/icons/_plus.svg b/app/views/shared/icons/_plus.svg
new file mode 100644
index 00000000000..a2e04ffa1e0
--- /dev/null
+++ b/app/views/shared/icons/_plus.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7 7V1a1 1 0 1 1 2 0v6h6a1 1 0 0 1 0 2H9v6a1 1 0 0 1-2 0V9H1a1 1 0 1 1 0-2h6z"/></svg>