mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 22:37:42 +01:00
feat(icons): added circle-pile icon (#3681)
* Added icons/circle-pile.svg * Added icons/circle-pile.json * Add tags * Reduce high
This commit is contained in:
committed by
GitHub
parent
92bc88b001
commit
7866a5a5c6
29
icons/circle-pile.json
Normal file
29
icons/circle-pile.json
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"colebemis",
|
||||||
|
"nathan-de-pachtere"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"off",
|
||||||
|
"zero",
|
||||||
|
"record",
|
||||||
|
"shape",
|
||||||
|
"circle-pile",
|
||||||
|
"circle",
|
||||||
|
"pile",
|
||||||
|
"stack",
|
||||||
|
"layer",
|
||||||
|
"structure",
|
||||||
|
"form",
|
||||||
|
"group",
|
||||||
|
"collection",
|
||||||
|
"stock",
|
||||||
|
"inventory",
|
||||||
|
"materials",
|
||||||
|
"warehouse"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"shapes"
|
||||||
|
]
|
||||||
|
}
|
||||||
9
icons/circle-pile.svg
Normal file
9
icons/circle-pile.svg
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<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">
|
||||||
|
<circle cx="12" cy="19" r="2" />
|
||||||
|
<circle cx="12" cy="5" r="2" />
|
||||||
|
<circle cx="16" cy="12" r="2" />
|
||||||
|
<circle cx="20" cy="19" r="2" />
|
||||||
|
<circle cx="4" cy="19" r="2" />
|
||||||
|
<circle cx="8" cy="12" r="2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 397 B |
Reference in New Issue
Block a user