mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 22:17:42 +01:00
Compare commits
6 Commits
fix/fixed-
...
studio/bar
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13aea2d3ac | ||
|
|
bd7ad68321 | ||
|
|
b708d7d761 | ||
|
|
2cdea04562 | ||
|
|
cde043e2fc | ||
|
|
912c81a8d8 |
22
icons/barn.json
Normal file
22
icons/barn.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley",
|
||||||
|
"jguddas"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"stable",
|
||||||
|
"cattle",
|
||||||
|
"horses",
|
||||||
|
"farm",
|
||||||
|
"ranch",
|
||||||
|
"hay",
|
||||||
|
"alfalfa",
|
||||||
|
"door"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"buildings",
|
||||||
|
"animals",
|
||||||
|
"maps"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/barn.svg
Normal file
16
icons/barn.svg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<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="M10 12V9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3" />
|
||||||
|
<path d="M21 12v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8" />
|
||||||
|
<path d="M22 12H2l2-6 8-4 8 4z" />
|
||||||
|
<path d="m7 22 10-10v10L7 12z" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 394 B |
Reference in New Issue
Block a user