Add `buildings` icon (#1136)
* Add `buildings` icon * Format file * Remove .01
This commit is contained in:
parent
cdc86b2b01
commit
eedf505def
|
|
@ -0,0 +1,27 @@
|
|||
<!--
|
||||
tags: [flat, office, city, urban, scyscraper, architecture, construction]
|
||||
category: Buildings
|
||||
-->
|
||||
<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="M 4,21 V 6 C 4,5 5,4 6,4 h 5 c 1,0 2,1 2,2 v 15" />
|
||||
<path d="m 16,8 h 2 c 1,0 2,1 2,2 v 11" />
|
||||
<path d="M3 21H21" />
|
||||
<path d="M10 12V12" />
|
||||
<path d="M10 16V16" />
|
||||
<path d="M10 8V8" />
|
||||
<path d="M7 12V12" />
|
||||
<path d="M7 16V16" />
|
||||
<path d="M7 8V8" />
|
||||
<path d="M17 12V12" />
|
||||
<path d="M17 16V16" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 636 B |
Loading…
Reference in New Issue