aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-04 12:22:38 +0200
committercodecalm <codecalm@gmail.com>2022-04-04 12:22:38 +0200
commitc0c8fe22438715b56eaa60d2e60028a97d1c8b93 (patch)
tree41f56d9403ae9acb451a2e12c73bd11535eacf46
parent18 new icons: `antenna`, `arrows-random`, `bow`, `chart-dots-2`, `chart-dots-... (diff)
downloadtabler-icons-c0c8fe22438715b56eaa60d2e60028a97d1c8b93.tar.xz
`network-connection` icon fix
-rw-r--r--src/_icons/book-upload copy 13.svg10
-rw-r--r--src/_icons/network-connection.svg10
2 files changed, 10 insertions, 10 deletions
diff --git a/src/_icons/book-upload copy 13.svg b/src/_icons/book-upload copy 13.svg
deleted file mode 100644
index cbd3cc7e..00000000
--- a/src/_icons/book-upload copy 13.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
- <g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke="#000" stroke-width="2">
- <path d="M3 15h6v6h-6z" />
- <path d="M15 15h6v6h-6z" />
- <path d="M9 18h6" />
- <circle cx="12" cy="7" r="4" />
- <path d="M7.5 15l2.5 -4.5" />
- <path d="M16.5 15l-2.5 -4.5" />
- </g>
-</svg>
diff --git a/src/_icons/network-connection.svg b/src/_icons/network-connection.svg
new file mode 100644
index 00000000..0c774f2c
--- /dev/null
+++ b/src/_icons/network-connection.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M3 15h6v6h-6z" />
+ <path d="M15 15h6v6h-6z" />
+ <path d="M9 18h6" />
+ <circle cx="12" cy="7" r="4" />
+ <path d="M7.5 15l2.5 -4.5" />
+ <path d="M16.5 15l-2.5 -4.5" />
+</svg>