Fix signal-zero (#812)

Currently the icons `signal-zero` and `signal-low` are exactly the same.

![signal-low](https://github.com/lucide-icons/lucide/blob/main/icons/signal-low.svg)
![signal-zero](https://github.com/lucide-icons/lucide/blob/main/icons/signal-zero.svg)

Previously called out here https://github.com/lucide-icons/lucide/pull/428#issuecomment-1099289022 and confirmed by @ericfennis, the author of the original PR.

I've just manually edited `signal-zero` to remove the second bar.
This commit is contained in:
Patrick Barrett
2022-10-17 02:29:51 -05:00
committed by GitHub
parent 609ca31815
commit aa524c65a0

View File

@@ -10,5 +10,4 @@
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M2 20h.01" /> <path d="M2 20h.01" />
<path d="M7 20v-4" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 233 B