1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-13 17:44:05 +02:00

icons validate fix

This commit is contained in:
codecalm
2024-04-30 22:21:13 +02:00
parent 53d46b3562
commit 94b458153d

View File

@@ -1,8 +1,17 @@
<!-- <!--
tags: [artificial intelligence, letters, text, technology, robot, automatic, character] tags: [artificial intelligence, letters, text, technology, robot, automatic, character]
--> -->
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" <svg
stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M8 16v-6a2 2 0 1 1 4 0v6" /> <path d="M8 16v-6a2 2 0 1 1 4 0v6" />
<path d="M8 13H12" /> <path d="M8 13H12" />
<path d="M16 8V16" /> <path d="M16 8V16" />

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 393 B