React + Vite frontend with bilingual EN/RU support, vehicle listings, detail pages with photo gallery, and dummy vehicle data. Spring Boot backend scaffold included. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
737 B
XML
11 lines
737 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="7" fill="#f97316"/>
|
|
<path d="M5 20h22" stroke="white" stroke-width="1.8" stroke-linecap="round"/>
|
|
<path d="M6.5 20l2.8-5.5h13.4l2.8 5.5" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M10.5 14.5l1.5-3h8l1.5 3" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<line x1="7" y1="20" x2="7" y2="22" stroke="white" stroke-width="1.8" stroke-linecap="round"/>
|
|
<line x1="25" y1="20" x2="25" y2="22" stroke="white" stroke-width="1.8" stroke-linecap="round"/>
|
|
<circle cx="10" cy="22" r="2" fill="white"/>
|
|
<circle cx="22" cy="22" r="2" fill="white"/>
|
|
</svg>
|