aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 13:33:55 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 13:33:55 +0100
commit3181d42a1d61c8fb556e07c262181c156420b3af (patch)
tree2789bbdc645fb64f8986089b99772483e0d387c9
parentclipboard icon, svg optimize (diff)
downloadtabler-icons-3181d42a1d61c8fb556e07c262181c156420b3af.tar.xz
search, zoom, cog
-rw-r--r--_icons/cog.svg6
-rw-r--r--_icons/search.svg6
-rw-r--r--_icons/zoom-in.svg8
-rw-r--r--_icons/zoom-out.svg7
4 files changed, 27 insertions, 0 deletions
diff --git a/_icons/cog.svg b/_icons/cog.svg
new file mode 100644
index 0000000..e5d0039
--- /dev/null
+++ b/_icons/cog.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/>
+ <circle cx="12" cy="12" r="3"></circle>
+</svg>
diff --git a/_icons/search.svg b/_icons/search.svg
new file mode 100644
index 0000000..048dd82
--- /dev/null
+++ b/_icons/search.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="10" cy="10" r="7"></circle>
+ <line x1="21" y1="21" x2="15" y2="15"></line>
+</svg>
diff --git a/_icons/zoom-in.svg b/_icons/zoom-in.svg
new file mode 100644
index 0000000..70b692b
--- /dev/null
+++ b/_icons/zoom-in.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="10" cy="10" r="7"></circle>
+ <line x1="7" y1="10" x2="13" y2="10"></line>
+ <line x1="10" y1="7" x2="10" y2="13"></line>
+ <line x1="21" y1="21" x2="15" y2="15"></line>
+</svg>
diff --git a/_icons/zoom-out.svg b/_icons/zoom-out.svg
new file mode 100644
index 0000000..f195861
--- /dev/null
+++ b/_icons/zoom-out.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="10" cy="10" r="7"></circle>
+ <line x1="7" y1="10" x2="13" y2="10"></line>
+ <line x1="21" y1="21" x2="15" y2="15"></line>
+</svg>