kv-tube/frontend/public/icon.svg
Khoa Vo ad5b2d871a
Some checks failed
Build & Push Docker Image / build (push) Failing after 0s
feat: add watch page controls and custom KV-Tube branding
- Add fullscreen, loop, and wide mode toggles to watch page
- Add custom SVG icon components for consistent branding
- Update Header, Sidebar, and MobileNav with custom icons
- Add KV-Tube logo component with play button
- Create PWA icon SVGs for favicon and app icons
2026-05-14 10:59:21 +07:00

5 lines
No EOL
222 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#ff0000"/>
<circle cx="16" cy="16" r="10" fill="white"/>
<path d="M13 10 L22 16 L13 22 Z" fill="#ff0000"/>
</svg>