docs(home): changes icons pics
This commit is contained in:
26
lstDocs/static/img/logistics.svg
Normal file
26
lstDocs/static/img/logistics.svg
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="220"
|
||||
height="180"
|
||||
viewBox="0 0 220 180"
|
||||
fill="none">
|
||||
|
||||
<!-- Box / Container -->
|
||||
<rect x="60" y="60" width="100" height="70" rx="6" fill="#FACC15" stroke="#CA8A04" stroke-width="3"/>
|
||||
<line x1="60" y1="95" x2="160" y2="95" stroke="#CA8A04" stroke-width="2"/>
|
||||
<line x1="110" y1="60" x2="110" y2="130" stroke="#CA8A04" stroke-width="2"/>
|
||||
|
||||
<!-- Up arrow (inbound) -->
|
||||
<path d="M50 80 L30 70 L30 90 Z" fill="#22C55E"/>
|
||||
<rect x="30" y="70" width="10" height="20" fill="#22C55E"/>
|
||||
|
||||
<!-- Down arrow (outbound) -->
|
||||
<path d="M190 100 L210 110 L210 90 Z" fill="#3B82F6"/>
|
||||
<rect x="200" y="90" width="10" height="20" fill="#3B82F6"/>
|
||||
|
||||
<!-- Data lines under box (datamart metaphor) -->
|
||||
<rect x="70" y="140" width="80" height="6" rx="2" fill="#4F46E5" opacity="0.8"/>
|
||||
<rect x="85" y="150" width="50" height="6" rx="2" fill="#4F46E5" opacity="0.6"/>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 964 B |
Reference in New Issue
Block a user