VibeCoderzVibeCoderz
Telegram
All Prompts
SVG File Icon Placeholder preview
cardplaceholdericonfileminimal

SVG File Icon Placeholder

SVG File Icon Placeholder: компонент-заполнитель для путей к SVG файлам. Используется как иконка в минималистичном дизайне.

Prompt

<div class="flex items-center justify-center p-8 bg-gray-100 rounded-lg">
  <div class="text-center">
    <svg class="w-16 h-16 mx-auto mb-4 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z"></path>
    </svg>
    <p class="text-sm font-medium text-gray-700">SVG File Reference</p>
    <p class="text-xs text-gray-500 mt-1">file.svg</p>
  </div>
</div>
All Prompts