aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 22:20:45 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 22:20:45 +0100
commit428d26472a04c6e5f7f66a0de326b9e10e41f330 (patch)
tree229a85fd448f4e5ad7eadf5685bfaf22a639403f /_icons
parentclipboards (diff)
downloadtabler-icons-428d26472a04c6e5f7f66a0de326b9e10e41f330.tar.xz
copy, clipboard, bookmark
Diffstat (limited to '_icons')
-rw-r--r--_icons/bookmark.svg5
-rw-r--r--_icons/clipboard-list.svg10
-rw-r--r--_icons/copy.svg6
3 files changed, 21 insertions, 0 deletions
diff --git a/_icons/bookmark.svg b/_icons/bookmark.svg
new file mode 100644
index 0000000..7460087
--- /dev/null
+++ b/_icons/bookmark.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M9 4h6a2 2 0 012 2v14l-5-3l-5 3v-14a2 2 0 012 -2"></path>
+</svg>
diff --git a/_icons/clipboard-list.svg b/_icons/clipboard-list.svg
new file mode 100644
index 0000000..d511587
--- /dev/null
+++ b/_icons/clipboard-list.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" />
+ <rect x="9" y="3" width="6" height="4" rx="2" />
+ <polyline points="9 12 9.01 12"></polyline>
+ <polyline points="13 12 15 12"></polyline>
+ <polyline points="9 16 9.01 16"></polyline>
+ <polyline points="13 16 15 16"></polyline>
+</svg>
diff --git a/_icons/copy.svg b/_icons/copy.svg
new file mode 100644
index 0000000..a1ddd7d
--- /dev/null
+++ b/_icons/copy.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="8" y="8" width="12" height="12" rx="2"></rect>
+ <path d="M16 8v-2a2 2 0 00-2 -2h-8a2 2 0 00-2 2v8a2 2 0 002 2h2"></path>
+</svg>