diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 15:54:51 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 15:54:51 +0200 |
commit | 56fdb6586c185e383f3473656e980bfaee7307c3 (patch) | |
tree | 3008f998bd8e36f0a60e54105393c622a4cf1efc /src/_icons/car.svg | |
parent | `letter-case` icon #17 (diff) | |
download | tabler-icons-56fdb6586c185e383f3473656e980bfaee7307c3.tar.xz |
letter fixes
Diffstat (limited to 'src/_icons/car.svg')
-rw-r--r-- | src/_icons/car.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/car.svg b/src/_icons/car.svg index d4123803..192d3d94 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> |