1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

2 new icons: building-tunnel, campfire

Fixed icons: `flare`
This commit is contained in:
codecalm
2022-11-04 01:39:17 +01:00
parent d205b0bb48
commit b5dc5cf9be
3 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
---
---
<svg>
<path d="M5 21h14a2 2 0 0 0 2 -2v-7a9 9 0 0 0 -18 0v7a2 2 0 0 0 2 2z" />
<path d="M8 21v-9a4 4 0 1 1 8 0v9" />
<path d="M3 17h4" />
<path d="M17 17h4" />
<path d="M21 12h-4" />
<path d="M7 12h-4" />
<path d="M12 3v5" />
<path d="M6 6l3 3" />
<path d="M15 9l3 -3l-3 3z" />
</svg>

7
src/_icons/campfire.svg Normal file
View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M4 21l16 -4" />
<path d="M20 21l-16 -4" />
<path d="M12 15a3.994 3.994 0 0 0 3.994 -4v-.007c.006 -2.993 -1.996 -2.997 -1.996 -7.993c-3.991 1.998 -5.998 5 -5.987 7.993v.007a3.99 3.99 0 0 0 3.989 4z" />
</svg>

View File

@@ -5,6 +5,5 @@ version: "1.39"
unicode: "ee8e"
---
<svg>
<circle cx="12" cy="12" r="2" />
<path d="M3 12h4m5 -9v4m5 5h4m-9 5v4m-4.5 -13.5l1 1m8 -1l-1 1m0 7l1 1m-8 -1l-1 1" />
<path d="M12 3l3 6l6 3l-6 3l-3 6l-3 -6l-6 -3l6 -3z" />
</svg>