Files
easystream-main/android-icon-36x36.svg
SamiAhmed7777 0b7e2d0a5b feat: Add comprehensive documentation suite and reorganize project structure
- Created complete documentation in docs/ directory
- Added PROJECT_OVERVIEW.md with feature highlights and getting started guide
- Added ARCHITECTURE.md with system design and technical details
- Added SECURITY.md with comprehensive security implementation guide
- Added DEVELOPMENT.md with development workflows and best practices
- Added DEPLOYMENT.md with production deployment instructions
- Added API.md with complete REST API documentation
- Added CONTRIBUTING.md with contribution guidelines
- Added CHANGELOG.md with version history and migration notes
- Reorganized all documentation files into docs/ directory for better organization
- Updated README.md with proper documentation links and quick navigation
- Enhanced project structure with professional documentation standards
2025-10-21 00:39:45 -07:00

38 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="36" height="36" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg">
<!-- Cloud -->
<g transform="translate(18, 9)">
<!-- Cloud body -->
<ellipse cx="0" cy="0" rx="11" ry="5.5" fill="#4A90E2"/>
<circle cx="-7" cy="-1" r="4" fill="#4A90E2"/>
<circle cx="7" cy="-1" r="4" fill="#4A90E2"/>
<circle cx="-3.5" cy="-3.5" r="2.8" fill="#4A90E2"/>
<circle cx="3.5" cy="-3.5" r="2.8" fill="#4A90E2"/>
<!-- Cloud smile -->
<path d="M -3.5 1 Q 0 3.5 3.5 1" stroke="#FFFFFF" stroke-width="1" fill="none" stroke-linecap="round"/>
<!-- Cloud eyes -->
<circle cx="-2" cy="0" r="1" fill="#FFFFFF"/>
<circle cx="2" cy="0" r="1" fill="#FFFFFF"/>
<circle cx="-2" cy="0" r="0.5" fill="#333"/>
<circle cx="2" cy="0" r="0.5" fill="#333"/>
</g>
<!-- PC Monitor -->
<g transform="translate(18, 25)">
<!-- Monitor screen -->
<rect x="-9" y="-4.5" width="18" height="7" rx="0.5" fill="#2C3E50" stroke="#4A90E2" stroke-width="1"/>
<rect x="-8" y="-3.5" width="16" height="5" rx="0.3" fill="#34495E"/>
<!-- Screen content -->
<rect x="-7" y="-3" width="2.5" height="0.7" fill="#4A90E2"/>
<rect x="-7" y="-1.8" width="3.5" height="0.35" fill="#7FB3D3"/>
<rect x="-2.5" y="-3" width="1.8" height="1.8" fill="#5DADE2"/>
<rect x="-0.5" y="-3" width="2.5" height="0.7" fill="#4A90E2"/>
<!-- Monitor stand -->
<rect x="-1" y="2.5" width="2" height="3.5" fill="#34495E"/>
<rect x="-4.5" y="6" width="9" height="1" rx="0.3" fill="#2C3E50"/>
</g>
</svg>