diff options
author | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
commit | 8a59bf13ec0d820c0b7764185d9ed5131784cd7f (patch) | |
tree | b26cc359dd11a5c4c3bc429d1599761d038a50d3 /src/_icons/strikethrough.svg | |
parent | subscript, superscript fix (diff) | |
download | tabler-icons-8a59bf13ec0d820c0b7764185d9ed5131784cd7f.tar.xz |
eraser icon, strikethrough fix, plane fix
Diffstat (limited to 'src/_icons/strikethrough.svg')
-rw-r--r-- | src/_icons/strikethrough.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_icons/strikethrough.svg b/src/_icons/strikethrough.svg index cd88c61..b05191a 100644 --- a/src/_icons/strikethrough.svg +++ b/src/_icons/strikethrough.svg @@ -2,5 +2,6 @@ --- <svg> <line x1="5" y1="12" x2="19" y2="12" /> - <path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" /> + <path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7" /> + <path d="M16.5 16a3.5 3.5 0 0 1 -3.5 3h-1.5a4 2 0 0 1 -4 -1.5" /> </svg> |