aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/underline.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-20 06:39:10 +0200
committercodecalm <codecalm@gmail.com>2020-04-20 06:39:30 +0200
commitf8be779997b3116b03953c7b031bccbba7b21aae (patch)
tree422a2888c74c08eac02e8bd206a011b922f2b48e /src/_icons/underline.svg
parentfile-code icon (diff)
downloadtabler-icons-f8be779997b3116b03953c7b031bccbba7b21aae.tar.xz
3 new icons: `emphasis`, `separator`, `text-wrap`
Fixed icons: `underline`
Diffstat (limited to 'src/_icons/underline.svg')
-rw-r--r--src/_icons/underline.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg
index fc61e7f..f89c0dd 100644
--- a/src/_icons/underline.svg
+++ b/src/_icons/underline.svg
@@ -1,6 +1,6 @@
---
---
<svg>
- <line x1="7" y1="20" x2="17" y2="20" />
- <path d="M7 5v6a5 5 0 0 0 10 0v-6" />
+ <line x1="6" y1="20" x2="18" y2="20" />
+ <path d="M8 5v6a4 4 0 0 0 8 0v-6" />
</svg>