1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 09:10:59 +02:00

3 new icons: outline/cap-projecting, outline/cap-rounded, outline/cap-straight

This commit is contained in:
codecalm
2024-07-02 22:32:40 +02:00
parent 2fc2fe3875
commit d24edbe394
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!--
-->
<svg
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="M20 6h-13a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h13" />
<path d="M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" />
<path d="M13 12h7" />
</svg>

After

Width:  |  Height:  |  Size: 351 B

View File

@@ -0,0 +1,17 @@
<!--
-->
<svg
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="M20 6h-9a6 6 0 1 0 0 12h9" />
<path d="M13 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" />
<path d="M13 12h7" />
</svg>

After

Width:  |  Height:  |  Size: 333 B

View File

@@ -0,0 +1,18 @@
<!--
-->
<svg
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 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0" />
<path d="M8 12h12" />
<path d="M20 6h-12a2 2 0 0 0 -2 2v2" />
<path d="M6 14v2a2 2 0 0 0 2 2h12" />
</svg>

After

Width:  |  Height:  |  Size: 373 B