From 7866a5a5c667c637b76b8e80f755a2e394dacd7c Mon Sep 17 00:00:00 2001 From: Nathan De Pachtere Date: Wed, 10 Dec 2025 12:58:51 +0100 Subject: [PATCH] feat(icons): added `circle-pile` icon (#3681) * Added icons/circle-pile.svg * Added icons/circle-pile.json * Add tags * Reduce high --- icons/circle-pile.json | 29 +++++++++++++++++++++++++++++ icons/circle-pile.svg | 9 +++++++++ 2 files changed, 38 insertions(+) create mode 100644 icons/circle-pile.json create mode 100644 icons/circle-pile.svg diff --git a/icons/circle-pile.json b/icons/circle-pile.json new file mode 100644 index 000000000..c9788db85 --- /dev/null +++ b/icons/circle-pile.json @@ -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" + ] +} diff --git a/icons/circle-pile.svg b/icons/circle-pile.svg new file mode 100644 index 000000000..a9e3ddf88 --- /dev/null +++ b/icons/circle-pile.svg @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file