Initial commit — Gestion de Stock DC

This commit is contained in:
Etienne
2026-05-28 09:35:43 +00:00
commit ffa17142fd
8 changed files with 2281 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<!-- Montants -->
<rect x="4" y="2" width="3" height="28" rx="1" fill="#aac5c5"/>
<rect x="25" y="2" width="3" height="28" rx="1" fill="#aac5c5"/>
<!-- Étagères -->
<rect x="4" y="2" width="24" height="3" rx="1" fill="#8ab0b0"/>
<rect x="4" y="12" width="24" height="2.5" rx="1" fill="#8ab0b0"/>
<rect x="4" y="22" width="24" height="2.5" rx="1" fill="#8ab0b0"/>
<!-- Objets étagère haut -->
<rect x="9" y="6" width="4" height="6" rx="0.5" fill="#555454"/>
<rect x="14" y="7" width="3" height="5" rx="0.5" fill="#777"/>
<rect x="18" y="5" width="4" height="7" rx="0.5" fill="#555454"/>
<!-- Objets étagère bas -->
<rect x="9" y="16" width="5" height="6" rx="0.5" fill="#777"/>
<rect x="16" y="17" width="3" height="5" rx="0.5" fill="#555454"/>
<rect x="20" y="16" width="3" height="6" rx="0.5" fill="#777"/>
</svg>

After

Width:  |  Height:  |  Size: 912 B