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:
17
icons/outline/cap-projecting.svg
Normal file
17
icons/outline/cap-projecting.svg
Normal 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 |
17
icons/outline/cap-rounded.svg
Normal file
17
icons/outline/cap-rounded.svg
Normal 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 |
18
icons/outline/cap-straight.svg
Normal file
18
icons/outline/cap-straight.svg
Normal 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 |
Reference in New Issue
Block a user