Files
kidsai/favicon-32x32.png
root 500bd192d5 Initial commit: KidsAI Explorer with complete functionality
- Complete KidsAI Explorer application
- Multi-language support (English/German)
- AI-powered educational guidance using OpenAI
- Interactive chat interface for children
- Proper placeholder translation fixes
- Mobile-responsive design
- Educational framework for critical thinking
2025-07-13 16:59:42 +02:00

17 lines
934 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<defs>
<linearGradient id="grad32" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
</defs>
<circle cx="16" cy="16" r="15" fill="url(#grad32)" stroke="#4a5568" stroke-width="1"/>
<path d="M8 14c0-3 2-5 5-5s5 2 5 5c1-1 3 0 3 2s-1 3-2 3c0 2-2 4-4 4s-4-2-4-4c-1 0-2-1-2-3s2-3 3-2z"
fill="#ffffff" opacity="0.9"/>
<path d="M10 16c1 0 2 1 2 2s-1 2-2 2" fill="none" stroke="#667eea" stroke-width="1" opacity="0.7"/>
<path d="M14 15c1 0 2 1 2 2" fill="none" stroke="#667eea" stroke-width="1" opacity="0.7"/>
<circle cx="12" cy="12" r="1" fill="#ffd700" opacity="0.8"/>
<circle cx="20" cy="14" r="0.5" fill="#ffd700" opacity="0.6"/>
</svg>