This commit is contained in:
Todd
2026-05-24 13:30:30 -04:00
parent 753bc04141
commit f29035ce81
26 changed files with 1092 additions and 385 deletions

View File

@ -0,0 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#fef2f2"/>
<stop offset="100%" stop-color="#fee2e2"/>
</linearGradient>
</defs>
<rect width="400" height="300" rx="12" fill="url(#bg)"/>
<!-- Base -->
<rect x="120" y="240" width="160" height="20" rx="6" fill="#9ca3af"/>
<!-- Pole -->
<rect x="185" y="40" width="30" height="200" rx="8" fill="#f87171"/>
<!-- Barrier arm in raised position (angled up) -->
<rect x="200" y="50" width="160" height="10" rx="5" fill="#ef4444" transform="rotate(-20 200 50)"/>
<!-- Barrier stripes -->
<line x1="220" y1="38" x2="230" y2="55" stroke="#fff" stroke-width="3" transform="rotate(-20 200 50)"/>
<line x1="250" y1="30" x2="260" y2="47" stroke="#fff" stroke-width="3" transform="rotate(-20 200 50)"/>
<line x1="280" y1="22" x2="290" y2="39" stroke="#fff" stroke-width="3" transform="rotate(-20 200 50)"/>
<line x1="310" y1="14" x2="320" y2="31" stroke="#fff" stroke-width="3" transform="rotate(-20 200 50)"/>
<line x1="340" y1="6" x2="350" y2="23" stroke="#fff" stroke-width="3" transform="rotate(-20 200 50)"/>
<!-- Counterweight -->
<rect x="160" y="55" width="30" height="30" rx="5" fill="#f87171"/>
<!-- Warning lights on top -->
<circle cx="200" cy="30" r="6" fill="#facc15"/>
<circle cx="200" cy="30" r="6" fill="#facc15" opacity="0.5"/>
<text x="200" y="270" text-anchor="middle" font-family="system-ui, sans-serif" font-size="14" font-weight="600" fill="#dc2626">BG-200</text>
<text x="200" y="288" text-anchor="middle" font-family="system-ui, sans-serif" font-size="11" fill="#94a3b8">Parking Barrier</text>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB