aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-10 15:54:51 +0200
committercodecalm <codecalm@gmail.com>2020-04-10 15:54:51 +0200
commit56fdb6586c185e383f3473656e980bfaee7307c3 (patch)
tree3008f998bd8e36f0a60e54105393c622a4cf1efc
parent`letter-case` icon #17 (diff)
downloadtabler-icons-56fdb6586c185e383f3473656e980bfaee7307c3.tar.xz
letter fixes
-rw-r--r--src/_icons/calendar-minus.svg1
-rw-r--r--src/_icons/calendar-plus.svg1
-rw-r--r--src/_icons/car.svg2
-rw-r--r--src/_icons/typography.svg10
4 files changed, 6 insertions, 8 deletions
diff --git a/src/_icons/calendar-minus.svg b/src/_icons/calendar-minus.svg
index 88d5cde..0c3bd6f 100644
--- a/src/_icons/calendar-minus.svg
+++ b/src/_icons/calendar-minus.svg
@@ -6,6 +6,5 @@ tags: [date, day, plan, schedule, agenda, add]
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
-
<line x1="10" y1="16" x2="14" y2="16" />
</svg>
diff --git a/src/_icons/calendar-plus.svg b/src/_icons/calendar-plus.svg
index 3febdcb..6b9a753 100644
--- a/src/_icons/calendar-plus.svg
+++ b/src/_icons/calendar-plus.svg
@@ -6,7 +6,6 @@ tags: [date, day, plan, schedule, agenda, add]
<line x1="16" y1="3" x2="16" y2="7" />
<line x1="8" y1="3" x2="8" y2="7" />
<line x1="4" y1="11" x2="20" y2="11" />
-
<line x1="10" y1="16" x2="14" y2="16" />
<line x1="12" y1="14" x2="12" y2="18" />
</svg>
diff --git a/src/_icons/car.svg b/src/_icons/car.svg
index d412380..192d3d9 100644
--- a/src/_icons/car.svg
+++ b/src/_icons/car.svg
@@ -3,5 +3,5 @@
<svg>
<circle cx="7" cy="17" r="2" />
<circle cx="17" cy="17" r="2" />
- <path d="M5 17h-2v-6l2-5h9l4 5h1a2 2 0 01 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" />
+ <path d="M5 17h-2v-6l2-5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" />
</svg>
diff --git a/src/_icons/typography.svg b/src/_icons/typography.svg
index 165200a..86827a6 100644
--- a/src/_icons/typography.svg
+++ b/src/_icons/typography.svg
@@ -1,9 +1,9 @@
---
---
<svg>
- <polyline points="4 20 7 20"></polyline>
- <polyline points="14 20 21 20"></polyline>
- <polyline points="6.9 15 13.8 15"></polyline>
- <polyline points="10.2 6.3 16 20"></polyline>
- <polyline points="5 20 11 4 13 4 20 20"></polyline>
+ <line x1="4" y1="20" x2="7" y2="20" />
+ <line x1="14" y1="20" x2="21" y2="20" />
+ <line x1="6.9" y1="15" x2="13.8" y2="15" />
+ <line x1="10.2" y1="6.3" x2="16" y2="20" />
+ <polyline points="5 20 11 4 13 4 20 20" />
</svg>